/*-- ===============================================

Product: 'Cynic - illustration version for digital agencies'
Version: 3.0.0 
Author: axilweb
Date Created: July 11, 2018

==================================================== --*/
/*-- == Table of contents =====================

( Example: Type 'ctrl+f' and then '1.example' to jump to the
 "example" section. Click 'find' if needed.)
 
1. Base css
2. Form css
3. Header css
4. Banner css
5. Achievements css
6. Services css
7. Features css
8. Projects css
9. Team css
10. Clients css
11. Pricing style
12. Newsletter style
13. News css
14. Reviews css
15. Location css
16. Footer css


================================================== --*/
/* -- Imported Fonts
-------------------------------------- -- */
@import url("https://fonts.googleapis.com/css?family=Catamaran:300,400,500,600,700,800,900|Roboto:300,300i,400,400i,500,500i,700,700i,900,900i");
@-webkit-keyframes fadeInRight {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translate(100px);
    transform: translate(100px); }
  100% {
    display: block;
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0); } }
@keyframes fadeInRight {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translate(100px);
    transform: translate(100px); }
  100% {
    display: block;
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0); } }

/* -- Base css
-------------------------------------- -- */
/* Classes for colors */
.color-palette-a {
  color: #03cde9; }

.color-palette-b {
  color: #9ec070; }

.color-palette-c {
  color: #9ec074; }

/* Classes for background-color */
.theme-bg-a {
  background-color: #03cde9; }

.theme-bg-b {
  background-color: #9ec070; }

.theme-bg-c {
  background-color: #9ec074; }

.theme-bg-d {
  background-color: #9ec074; }

.typo-dark {
  color: #32325c; }

.typo-light {
  color: #546182; }

/* -- Common css -- */
html {
  font-size: 10px; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-weight: 300;
  color: #546182;
  word-break: break-word; 
  direction: ltr;
}

.container {
  max-width: 1200px; }

section,
article,
aside,
main {
  position: relative; }

.section-gap {
  padding: 80px 0; }

.dark-grey-bg h1,
.dark-grey-bg h2,
.dark-grey-bg h3,
.dark-grey-bg h4,
.dark-grey-bg h5,
.dark-grey-bg h6,
.dark-grey-bg p,
.theme-bg-d h1,
.theme-bg-d h2,
.theme-bg-d h3,
.theme-bg-d h4,
.theme-bg-d h5,
.theme-bg-d h6,
.theme-bg-d p {
  color: #fff; }

.dark-grey-bg {
  background-color: #32325c; }

.light-grey-bg {
  background-color: #f9fcff; }

.grey-bg {
  background-color: #e2ebff; }

a,
button,
img,
a:focus,
button:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

a,
button {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

a:hover {
  color: #9ec074; }

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.slick-dots {
  display: none !important; }

.slick-arrow {
  width: 60px;
  height: 30px;
  display: block;
  top: auto;
  bottom: -78px;
  background-color: red;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: none !important; }

.slick-prev::before,
.slick-next::before {
  display: none; }

.slick-prev:hover,
.slick-next:hover {
  opacity: .5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Catamaran", sans-serif;
  color: #32325c;
  font-weight: 700; }

h1 {
  font-size: 4.8rem;
  line-height: 5.4rem;
  margin: .3rem 0 1.1rem; }

.section-title {
  margin: .8rem 0 1.3rem; }

h2 {
  font-size: 3.6rem;
  line-height: 4.4rem; }

h3 {
  font-size: 3rem;
  line-height: 3.6rem; }

h4 {
  font-size: 2.4rem;
  line-height: 2.8rem; }

h5 {
  font-size: 1.8rem;
  line-height: 2rem; }

h6 {
  font-size: 1.6rem;
  line-height: 2rem; }

p {
  margin-bottom: .6rem; }

p.larger-txt {
  font-size: 2rem;
  line-height: 3.4rem; }

p.smaller-txt {
  font-size: 1.6rem;
  line-height: 2.6rem; }

.grid-wrapper {
  padding-top: 4rem; }
  .grid-wrapper .custom-btn {
    margin: 3rem auto 1.5rem; }

.custom-btn {
  position: relative;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  line-height: 2.5rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #9ec074;
  border-radius: 4px;
  padding: 1.6rem 3rem 1.5rem;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  z-index: 1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  .custom-btn::after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    z-index: -1;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit; }
  .custom-btn.secondary-btn {
    background-color: #9ec070; }
  .custom-btn.btn-small {
    line-height: 2rem;
    padding: 1rem 2rem; }
  .custom-btn:hover {
    text-decoration: none;
    color: #fff; }
    .custom-btn:hover::after {
      height: 100%; }

.hyperlink {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #9ec074;
  font-weight: 700;
  text-decoration: none;
  position: relative; }
  .hyperlink::after {
    content: " ";
    position: absolute;
    bottom: 20px;
    left: 1px;
    width: 100px;
    height: 10px;
    display: block;
    background-color: #9ec070;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
  .hyperlink:hover {
    text-decoration: none;
    color: #9ec074; }
    .hyperlink:hover::after {
      bottom: 0;
      opacity: .5; }

.common-list {
  list-style: none;
  padding-left: 2.5rem;
  margin-bottom: 2.3rem; }
  .common-list li {
    margin-bottom: .8rem;
    position: relative; }
    .common-list li::after {
      content: " ";
      position: absolute;
      top: 1.1rem;
      left: -2.5rem;
      width: 9px;
      height: 9px;
      border-radius: 50%;
      display: block;
      background-color: #9ec074; }

.privacy-terms-modal .modal-body img {
  margin-top: 3.5rem; }

/* -- Form css
-------------------------------------- -- */
::-webkit-input-placeholder {
  color: #546182 !important;
  opacity: 1;
  /* Firefox */ }
:-ms-input-placeholder {
  color: #546182 !important;
  opacity: 1;
  /* Firefox */ }
::-ms-input-placeholder {
  color: #546182 !important;
  opacity: 1;
  /* Firefox */ }
::placeholder {
  color: #546182 !important;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #546182 !important;
  opacity: 1; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #546182 !important;
  opacity: 1; }

input,
textarea {
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding: 1.3rem 2rem;
  color: #546182;
  background: #fff;
  border: none;
  border-radius: 5px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  input:hover, input:focus,
  textarea:hover,
  textarea:focus {
    outline: none; }

textarea {
  min-height: 10rem; }

.quote-form-wrapper {
  width: 100%;
  max-width: 48rem; }
  .quote-form-wrapper .quote-form {
    margin: 0 -1rem; }
    .quote-form-wrapper .quote-form [class*="col-"] {
      padding: 0 1rem; }
      .quote-form-wrapper .quote-form [class*="col-"] input,
      .quote-form-wrapper .quote-form [class*="col-"] textarea {
        margin: 1rem 0; }
    .quote-form-wrapper .quote-form .social-icons-wrapper {
      padding-top: 9px; }

.full-width-modal.quote-modal .modal-content {
  padding-top: 117.5px;
  padding-bottom: 115.5px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto; }
  .full-width-modal.quote-modal .modal-content .close {
    color: #fff; }
    .full-width-modal.quote-modal .modal-content .close:hover {
      color: #fff;
      opacity: 1; }

.err-msg,
.success-msg {
  font-size: 1.4rem;
  line-height: 20px;
  color: #c72929;
  font-weight: 700;
  text-align: left;
  margin-top: -4px; }

.success-msg {
  margin-top: -13px;
  color: #00ff3a;
  margin-bottom: 7px; }

textarea + .err-msg {
  margin-top: -14px;
  margin-bottom: 10px; }

/* -- Header css
---------------------------------- -- */
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999; }

.navbar {
  border-bottom: 1px solid #ecf2f8;
  padding: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  .navbar.scrolled {
    background-color: rgba(255, 255, 255, 0.97);
    padding: 0 3rem;
    margin-top: 3rem;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 30px rgba(156, 185, 226, 0.3);
    box-shadow: 0 5px 30px rgba(156, 185, 226, 0.3); }

.navbar-brand {
  padding: 0;
  line-height: 8.6rem; }

.navbar-nav li {
  margin-left: 3rem; }
  .navbar-nav li a:not(.custom-btn) {
    display: block;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #546182;
    padding: 3.3rem .5rem;
    text-decoration: none;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
    .navbar-nav li a:not(.custom-btn)::after {
      content: " ";
      position: absolute;
      bottom: -1px;
      left: 0;
      display: block;
      width: 0;
      height: .2rem;
      background-color: #9ec070;
      -webkit-transition: width .5s;
      -o-transition: width .5s;
      transition: width .5s; }
    .navbar-nav li a:not(.custom-btn):hover::after, .navbar-nav li a:not(.custom-btn).active::after {
      width: 100%; }

.navbar-toggler {
  margin: 0;
  padding: 0;
  border: none;
  outline: 0; }

.custom-toggler-icon {
  display: block;
  width: 3rem;
  height: .2rem;
  background-color: #9ec070;
  margin: .5rem 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.navbar button.change .custom-toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(-45deg) translate(-7px, 5px);
  -ms-transform: rotate(-45deg) translate(-7px, 5px);
  transform: rotate(-45deg) translate(-7px, 5px); }

.navbar button.change .custom-toggler-icon:nth-of-type(2) {
  opacity: 0; }

.navbar button.change .custom-toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(45deg) translate(-5px, -3px);
  -ms-transform: rotate(45deg) translate(-5px, -3px);
  transform: rotate(45deg) translate(-5px, -3px); }

/* -- Banner css
---------------------------------- -- */
.banner {
  height: 635px;
  padding-top: 8.8rem;
  /* background-image: url(../images/banner/inner-section-bg.png); */
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto; }
  .banner p {
    margin-bottom: 3.1rem; }
  .banner .custom-btn {
    margin-bottom: 2rem; }
  .banner img {
    padding-left: 8rem; }

/* -- Achievements css
---------------------------------- -- */
.achievements {
  padding-bottom: 17.5rem; }

.counter-block {
  position: relative;
  padding: .5rem 0 1rem; }
  .counter-block::after {
    content: " ";
    position: absolute;
    top: -3rem;
    right: -16px;
    bottom: -3rem;
    width: 2px;
    display: block;
    background: -webkit-radial-gradient(closest-side, rgba(127, 154, 255, 0), #7f9aff, rgba(127, 154, 255, 0));
    background: -o-radial-gradient(closest-side, rgba(127, 154, 255, 0), #7f9aff, rgba(127, 154, 255, 0));
    background: radial-gradient(closest-side, rgba(127, 154, 255, 0), #7f9aff, rgba(127, 154, 255, 0)); }
  .counter-block .icon-container {
    margin-right: 3rem; }

.achievements [class*="col-"]:last-child .counter-block::after {
  display: none; }

.counter-wrapper {
  font-family: "Catamaran", sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #fff;
  font-weight: 700; }
  .counter-wrapper br {
    display: none; }
  .counter-wrapper .number {
    font-family: "Roboto", sans-serif;
    font-size: 4.8rem;
    line-height: 5.4rem;
    font-weight: 900;
    margin-bottom: .9rem; }

/* -- Services css
-------------------------------- -- */
.onepage-services {
  padding: 0 14.0625%; }
  .onepage-services .floating-service-wrapper {
    -webkit-transform: translateY(-95px);
    -ms-transform: translateY(-95px);
    transform: translateY(-95px);
    background: #fff;
    -webkit-box-shadow: 0 5px 50px rgba(156, 185, 226, 0.2);
    box-shadow: 0 5px 50px rgba(156, 185, 226, 0.2);
    border-radius: 5px; }

.facilities {
  padding: 1.5rem 3rem 6rem; }
  .facilities > div {
    font-family: "Catamaran", sans-serif;
    line-height: 2.8rem;
    color: #888fb8;
    font-weight: 700;
    padding-left: 3.5rem;
    margin-bottom: 1.1rem;
    position: relative; }
    .facilities > div img {
      position: absolute;
      top: 7px;
      left: 0;
      max-height: 15px; }

.service-block {
  margin-top: 1.5rem;
  padding: 0 15px;
  position: relative; }
  .service-block > img {
    margin: 0 1rem 3.6rem; }
  .service-block h4 {
    margin-bottom: 1.8rem; }
  .service-block .service-overlay {
    position: absolute;
    top: -15px;
    right: 15px;
    min-height: calc(100% + 15px);
    left: 15px;
    border: 2px solid #e6f2ff;
    background: #fff;
    padding: 3rem 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
    .service-block .service-overlay .facilities {
      padding-bottom: 1.5rem; }
  .service-block:hover .service-overlay {
    opacity: 1;
    visibility: visible; }

/* -- Features css
-------------------------------- -- */
.features-grid {
  padding-bottom: 9.5rem; }
  .features-grid .img-container {
    position: relative; }

.features-content .hyperlink {
  display: inline-block;
  margin-top: 1.9rem; }

.feature-video-popup {
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #9ec074;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  .feature-video-popup::after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    margin-left: 4px;
    border-top: 10px solid transparent;
    border-left: 20px solid #fff;
    border-bottom: 10px solid transparent; }
  .feature-video-popup:hover {
    -webkit-box-shadow: 0 5px 20px #9cb9e2;
    box-shadow: 0 5px 20px #9cb9e2; }

/* -- Projects css
----------------------------------- -- */
.projects {
  background-image: url(../images/banner/inner-section-bg-right.png);
  background-position: right bottom;
  background-size: auto;
  background-repeat: no-repeat; }

.tab-pane {
  width: 100% !important;
  position: relative; }
  .tab-pane .col-slider-2 {
    width: 20%; }

.project-showcase .btn-filter-wrap {
  text-align: center; }

.project-showcase .owl-nav {
  text-align: center; }
  .project-showcase .owl-nav button span {
    display: none; }
  .project-showcase .owl-nav button::after {
    content: " ";
    font-family: 'miniline' !important;
    font-size: 50px;
    color: #fff;
    text-shadow: 0 5px 50px black; }
  .project-showcase .owl-nav button.owl-prev::after {
    content: "\f17f"; }
  .project-showcase .owl-nav button.owl-next::after {
    content: "\f180"; }

.owl-carousel {
  -webkit-transition: height 1s !important;
  -o-transition: height 1s !important;
  transition: height 1s !important; }

.owl-carousel .owl-dots {
  text-align: center;
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  left: 8rem;
  opacity: 0; }

.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: 8rem; }

.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
  opacity: 1; }

.owl-carousel button.owl-dot {
  width: 10px;
  height: 10px;
  background: #9ec074;
  display: block;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  margin: 15px 5px;
  opacity: .5; }
  .owl-carousel button.owl-dot.active {
    opacity: 1; }

.owl-carousel .owl-item .item {
  padding: 0 2rem; }

.owl-carousel .img-card {
  max-width: 100%; }

.projects-carousel .owl-stage-outer {
  text-align: center; }
  .projects-carousel .owl-stage-outer .owl-stage {
    margin: 0 auto;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto !important;
    overflow: hidden; }

/* -- Team css
----------------------------------- -- */
.img-card {
  display: block;
  overflow: hidden;
  border-radius: 5px;
  margin: 15px auto;
  max-width: 40rem;
  background-color: #fff; }
  .img-card > img {
    width: 100%; }
  .img-card h4 {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #546182;
    font-weight: 300;
    padding: 2.2rem 15px 2.1rem;
    margin-bottom: 0;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
    .img-card h4 span {
      display: block;
      font-size: 2.4rem;
      line-height: 2.8rem;
      font-weight: 700;
      color: #32325c;
      margin-bottom: .3rem;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
  .img-card p {
    color: #546182; }
  .img-card:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 5px 30px rgba(156, 185, 226, 0.3);
    box-shadow: 0 5px 30px rgba(156, 185, 226, 0.3); }
    .img-card:hover h4 span {
      color: #9ec074; }

.team-modal .modal-dialog {
  max-width: 77rem; }

.modal .modal-content {
  border: 1px solid #e6f2ff;
  padding: 7rem 7rem 5.5rem; }
  .modal .modal-content .close {
    position: absolute;
    right: 2rem;
    top: 2rem;
    color: #546182; }
    .modal .modal-content .close:hover {
      color: #9ec070; }

.modal-title h2 span {
  display: block;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 300;
  color: #546182;
  margin-bottom: .7rem; }

.modal-title .custom-btn {
  margin-top: .5rem;
  margin-bottom: 5rem; }

.team-modal .modal-body {
  padding: 0; }
  .team-modal .modal-body img {
    border-radius: 5px; }
  .team-modal .modal-body h4 {
    margin: 2.2rem 0 2.1rem; }
    .team-modal .modal-body h4 span {
      display: block;
      font-size: 1.6rem;
      line-height: 2.6rem;
      color: #546182;
      font-weight: 300;
      margin-top: .3rem; }
  .team-modal .modal-body .social-icons {
    max-width: 31rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    padding-top: 2.3rem;
    border-top: 1px solid #e6f2ff; }
    .team-modal .modal-body .social-icons a:hover {
      color: #9ec074; }

.modal-header {
  border: none;
  padding: 0; }

.modal-open .modal {
  background-color: #f9fcff;
  padding: 15px !important; }

/* -- Clients css
---------------------------------------- -- */
.clients {
  padding: 12.5rem 0; }

.client {
  text-align: center;
  outline: 0;
  border: none; }
  .client img {
    display: inline-block;
    opacity: .4;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .client:hover img {
    opacity: 1; }

.clients-carousel-wrapper {
  margin: 0 auto; }
  .clients-carousel-wrapper .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .clients-carousel-wrapper .owl-stage .item img {
      width: auto;
      max-width: 100%;
      margin: 0 auto; }
  .clients-carousel-wrapper .owl-dots {
    display: none; }

/* -- Pricing style
---------------------------------- -- */
.pricing {
  background-image: url(../images/banner/inner-section-bg.png);
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat; }

.pricing-grid-wrapper [class*="col-"]:first-child .pricing-group {
  margin-right: -2px; }

.pricing-group {
  border: 2px solid #e6f2ff;
  border-radius: 5px; }

.group-title {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #32325c;
  font-weight: 700;
  padding: 1.3rem 15px .9rem;
  background-color: #f1f8ff;
  border-bottom: 2px solid #e6f2ff; }

.pricing-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  background-color: #fff;
  border-right: 2px solid #e6f2ff;
  padding: 0 0 3rem; }
  .pricing-block.active .price {
    color: #9ec074; }
  .pricing-block .facilities {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: 0; }
  .pricing-block .custom-btn {
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s; }
  .pricing-block:hover .custom-btn {
    opacity: 1; }

.pricing-group {
  margin: 15px 0; }
  .pricing-group [class*="col-"]:nth-last-of-type(1) .pricing-block {
    border: none; }

.pricing-level {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 8rem 15px 2rem; }

.price {
  font-size: 10rem;
  line-height: 1;
  color: #9ec070;
  position: relative;
  display: inline-block;
  margin: 2rem auto; }
  .price sup,
  .price sub {
    font-size: 2.4rem;
    line-height: 3.6rem;
    position: absolute; }
  .price sup {
    top: .6rem;
    left: -1.3rem; }
  .price sub {
    bottom: .6rem;
    right: -4rem; }

/* -- Newsletter style
------------------------------ -- */
.newsletter-form {
  max-width: 80rem;
  margin: 0 auto;
  padding: 2.5rem 0 1.5rem; }
  .newsletter-form .custom-btn {
    width: 100%;
    padding: 1.3rem 3rem 1.2rem; }

.social-icons-wrapper p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #9cb9e2;
  font-weight: 700;
  margin: 1.5rem 0 1rem; }

.social-icons {
  padding-left: 2rem;
  margin: 1.5rem 0 .8rem; }
  .social-icons li {
    display: inline-block;
    margin-right: 10px; }
    .social-icons li a {
      color: #9cb9e2; }
      .social-icons li a:hover {
        color: #fff; }

/* -- News css
--------------------------------- -- */
.news-card {
  border: 2px solid #e6f2ff; }
  .news-card h4 {
    padding: 3.1rem 3rem .7rem; }
    .news-card h4 span {
      margin-top: 1.3rem; }
  .news-card p {
    margin-bottom: 3rem;
    padding: 0 3rem; }
  .news-card .read-more {
    font-size: 1.6rem;
    line-height: 3rem;
    color: #546182;
    font-weight: 700;
    max-width: calc(100% - 6rem);
    margin: 0 auto;
    padding: 2rem 0 1.8rem;
    border-top: 1px solid #e6f2ff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .news-card:hover .read-more {
    color: #9ec074; }
  .news-card:focus {
    border: 2px solid #e6f2ff; }

.full-width-modal .modal-dialog {
  max-width: 1170px; }

.full-width-modal .modal-feat-img {
  margin-bottom: 3.9rem; }

.full-width-modal h3 {
  margin-top: 0;
  margin-bottom: 1.8rem; }

.full-width-modal .modal-content {
  padding-top: 3.5rem;
  padding-bottom: 1.7rem; }

.full-width-modal p {
  margin-bottom: 2.3rem; }

.blog-info {
  list-style: none;
  padding-left: 0;
  margin-bottom: 4.2rem;
  text-align: center; }
  .blog-info li {
    display: inline-block; }
  .blog-info li, .blog-info a {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #546182;
    text-decoration: none;
    font-weight: 300; }
    .blog-info li:hover, .blog-info a:hover {
      color: #9ec070; }
    .blog-info li img, .blog-info a img {
      vertical-align: -1px;
      margin-right: 1rem; }
  .blog-info li:not(:last-child) {
    margin-right: 2.5rem; }

/* -- Reviews css
----------------------------- -- */
.customer-reviews {
  background-image: url(../images/banner/inner-section-bg-left.png);
  background-position: left bottom;
  background-size: auto;
  background-repeat: no-repeat; }

.review-card {
  max-width: 100%;
  padding: 4rem 3rem 2.4rem; }
  .review-card .media {
    padding-bottom: 4rem;
    margin-bottom: 2.8rem;
    border-bottom: 1px solid #e6f2ff; }
    .review-card .media img {
      margin-right: 4rem; }
    .review-card .media h5 {
      margin-bottom: .9rem; }
    .review-card .media p {
      margin-bottom: 0;
      font-size: 1.6rem;
      line-height: 2rem;
      font-style: normal;
      font-weight: 300; }
    .review-card .media a {
      text-decoration: none; }
      .review-card .media a:hover {
        color: #9ec070; }

/* -- Location css
----------------------------- -- */
.location {
  background-image: url(../images/banner/inner-section-bg-right.png);
  background-position: right bottom;
  background-size: auto;
  background-repeat: no-repeat; }

.nav-tabs {
  padding-top: 1.6rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e6f2ff; }
  .nav-tabs .nav-item {
    margin-bottom: 0; }
  .nav-tabs .nav-link {
    font-family: "Catamaran", sans-serif;
    color: #9ec074;
    font-weight: 700;
    background: transparent;
    border: none;
    padding: 2rem .5rem 3.1rem;
    margin: 0 1.5rem;
    position: relative;
    cursor: pointer; }
    .nav-tabs .nav-link i {
      vertical-align: -2px;
      margin-right: .8rem; }
    .nav-tabs .nav-link::after {
      content: " ";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 2px;
      display: block;
      background-color: #9ec070;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-link.btn-active {
      color: #9ec070;
      background: transparent; }
      .nav-tabs .nav-link:hover::after, .nav-tabs .nav-link.active::after, .nav-tabs .nav-link.btn-active::after {
        width: 100%; }

.location-tab-content {
  margin-bottom: 1.5rem; }
  .location-tab-content .tab-pane {
    border-radius: 5px;
    overflow: hidden;
    margin-top: 1.5rem; }
  .location-tab-content iframe {
    width: 100%;
    height: 450px; }

.contact-info {
  padding-top: 2.4rem; }
  .contact-info .info {
    margin-top: 1.5rem; }
  .contact-info a:not(.custom-btn) {
    font-size: 1.8rem;
    color: #546182;
    font-weight: 300;
    text-decoration: none;
    margin-bottom: .6rem;
    display: block; }
    .contact-info a:not(.custom-btn):hover {
      color: #9ec070; }
  .contact-info .custom-btn {
    margin-bottom: 1.5rem; }

/* -- Footer css
------------------------------------- -- */
.page-footer {
  padding: 5.6rem 0 5.2rem;
  background-color: #e6f2ff; }
  .page-footer a {
    white-space: nowrap;
    color: #546182;
    text-decoration: none; }
    .page-footer a:hover {
      color: #9ec070; }
  .page-footer .social-icons {
    padding-left: 0;
    margin: 0 0 .6rem; }
    .page-footer .social-icons a:hover {
      color: #9ec074; }

/* -- Browser Hacks
---------------------------------- -- */
/* -- Chrome hacks -- */
/* -- Firefox hacks -- */
/* -- IE hacks -- */
