/* @font-face { 
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
  } */
body {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.04px;
  line-height: 1.7;
  color: #0c3546;
  background: #fff;
  height: 100%;
  position: relative;
  overflow-x: hidden;
}

a {
  color: #16977f;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover,
a:active,
a:focus {
  color: #16977f;
  outline: none;
}

p {
  margin-bottom: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
  color: #0c3546;
  font-weight: 400;
  margin: 0 0 30px 0;
}

::-webkit-selection {
  color: #fff;
  background: #16977f;
}

::-moz-selection {
  color: #fff;
  background: #16977f;
}

::selection {
  color: #fff;
  background: #16977f;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 16px;
  margin: 4px 2px;
  border: 2px solid #16977f;
  /* -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px; */
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  /* padding: 4px 20px; */
}
.btnct {
  margin-left: 14px;
  margin-bottom: 4px;
  font-size: 16px;
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 4px 20px;
}
.btn.btn-md {
  padding: 4px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover,
.btn:active,
.btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #16977f;
  color: #fff;
  border: 2px solid #16977f;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #2998f2 !important;
  border-color: #2998f2 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #16977f;
  border: 2px solid #16977f;
}
.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
  background: #16977f;
  color: #fff;
}

.btn-success {
  background: #16977f;
  color: #fff;
  border: 2px solid #16977f;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background: #16977f !important;
  border-color: #16977f !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #16977f;
  border: 2px solid #16977f;
}
.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
  background: #16977f;
  color: #fff;
}

.btn-info {
  background: #16977f;
  color: #fff;
  border: 2px solid #16977f;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #16977f;
  border: 2px solid #16977f;
}
.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
  background: #16977f;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #16977f;
}

.fh5co-social {
  padding: 0;
  margin: 0;
}
.fh5co-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-social li a {
  font-size: 22px;
  color: #fff;
  padding: 0;
  margin: 0;
  padding: 2px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.fh5co-social li a:hover {
  color: #16977f;
}
.fh5co-social li a:hover,
.fh5co-social li a:active,
.fh5co-social li a:focus {
  outline: none;
  text-decoration: none;
}

.fh5co-feature {
  text-align: left;
  width: 100%;
  float: left;
}
.fh5co-feature .fh5co-icon {
  float: left;
  width: 10%;
  display: block;
  margin-top: 5px;
}
.fh5co-feature .fh5co-icon i {
  color: #16977f;
  font-size: 40px;
}
.fh5co-feature .fh5co-text {
  float: right;
  width: 82%;
}
@media screen and (max-width: 768px) {
  .fh5co-feature .fh5co-text {
    width: 82%;
  }
}
@media screen and (max-width: 480px) {
  .fh5co-feature .fh5co-text {
    width: 72%;
  }
}
.fh5co-feature .fh5co-text h2,
.fh5co-feature .fh5co-text h3 {
  margin: 0;
  padding: 0;
}
.fh5co-feature .fh5co-text h3 {
  font-weight: 300;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
}
.fh5co-feature .fh5co-text h2 {
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 1em;
  }
}

#fh5co-header {
  position: fixed;
  z-index: 1001;
  width: 100%;
  margin: 0px 0 0 0;
  background: #fff;
  border: 0.5px solid rgb(207, 205, 205);
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #fh5co-header {
    margin: 0px 0 0 0;
  }
}
#fh5co-header .header-inner {
  height: 80px;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
#fh5co-header h1 {
  float: left;
  padding: 0;
  font-weight: 700;
  line-height: 0;
  font-size: 30px;
}
#fh5co-header h1 a {
  color: white;
}
#fh5co-header h1 a > span {
  color: #16977f;
}
#fh5co-header h1 a:hover,
#fh5co-header h1 a:active,
#fh5co-header h1 a:focus {
  text-decoration: none;
  outline: none;
}
#fh5co-header h1,
#fh5co-header nav {
  margin: 38px 0 0 0;
}
#fh5co-header nav {
  float: right;
  padding: 0;
}
@media screen and (max-width: 1000px) {
  #fh5co-header nav {
    display: none;
  }
}
#fh5co-header nav ul {
  padding: 0;
  margin: 0 -0px 0 0;
  line-height: 0;
}

#fh5co-header nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.7);
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/* #fh5co-header nav ul li.call {
    margin-left: 20px;
  }
  @media screen and (max-width: 992px) {
    #fh5co-header nav ul li.call {
      margin-left: 0px;
    }
  }
  #fh5co-header nav ul li.call a:hover:after {
    display: none !important;
  } */
#fh5co-header nav ul li a {
  color: #0c3546;
  font-size: 17px;
  padding: 10px;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/* #fh5co-header nav ul li a i {
    line-height: 0;
    font-size: 20px;
    position: relative;
    top: 3px;
  } */
#navli a:after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 5px;
  left: 10px;
  right: 10px;
  background-color: #16977f;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#fh5co-header nav .dropdown-content a:after {
  content: "";
  color: #16977f;
}
#fh5co-header nav ul li a:hover {
  text-decoration: none;
  color: #0c3546;
}
#fh5co-header nav ul li a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header nav ul li a:active,
#fh5co-header nav ul li a:focus {
  outline: none;
  text-decoration: none;
}
#fh5co-header nav ul li.cta li.cta1 li.cta2 li.cta4 {
  margin-left: 20px;
}
@media screen and (max-width: 992px) {
  #fh5co-header nav ul li.cta li.cta1 li.cta2 li.cta4 {
    margin-left: 0px;
  }
}
#fh5co-header nav ul li.cta a {
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  margin-left: 15px;
  border: 2px solid #16977f;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 4px;
}
#fh5co-header nav ul li.cta1 a {
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  margin-left: 15px;
  border: 2px solid #16977f;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 4px;
  background-color: #16977f;
  color: #fff;
}
#fh5co-header nav ul li.cta2 {
  /* padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 7px !important; */
  padding-bottom: 99px !important;
  /* margin-left: 15px; */
}
#fh5co-header nav ul li.cta a:hover {
  background: #16977f;
  color: #fff;
  transition: border 0.2s ease-in-out, color 0.2s ease-in-out;
}
#fh5co-header nav ul li.cta1 a:hover {
  background: #fff;
  color: #16977f;
  transition: border 0.2s ease-in-out, color 0.2s ease-in-out;
}
#fh5co-header nav ul li.cta a:hover:after {
  display: none;
}
#fh5co-header nav ul li.cta1 a:hover:after {
  display: none;
}
#fh5co-header nav ul li.active a {
  text-decoration: none;
  color: white;
}
#fh5co-header nav ul li.active a:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

#fh5co-hero {
  /* min-height: 700px; */
  background: #fff url(../images/loader.gif) no-repeat center center;
}
#fh5co-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#fh5co-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#fh5co-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  /* min-height: 700px; */
}
#fh5co-hero .flexslider .flex-control-nav {
  bottom: 40px;
  z-index: 1000;
}
#fh5co-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.3);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#fh5co-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: #fff;
}
#fh5co-hero .flexslider .flex-direction-nav {
  display: none;
}
#fh5co-hero .flexslider .fh5co-property-brief {
  display: table;
  opacity: 0;
  min-height: 700px;
  width: 100%;
}
#fh5co-hero .flexslider .fh5co-property-brief .fh5co-property-brief-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
  width: 100%;
}
#fh5co-hero
  .flexslider
  .fh5co-property-brief
  .fh5co-property-brief-inner
  .fh5co-box {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  color: #fff;
  position: relative;
  text-align: left;
  -webkit-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  #fh5co-hero
    .flexslider
    .fh5co-property-brief
    .fh5co-property-brief-inner
    .fh5co-box {
    width: 100%;
  }
}
#fh5co-hero
  .flexslider
  .fh5co-property-brief
  .fh5co-property-brief-inner
  .fh5co-box
  .fh5co-property-specification {
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
#fh5co-hero
  .flexslider
  .fh5co-property-brief
  .fh5co-property-brief-inner
  .fh5co-box
  .fh5co-property-specification
  strong {
  color: #16977f;
}
#fh5co-hero
  .flexslider
  .fh5co-property-brief
  .fh5co-property-brief-inner
  .fh5co-box
  .fh5co-property-specification
  > span {
  margin-right: 10px;
}
#fh5co-hero
  .flexslider
  .fh5co-property-brief
  .fh5co-property-brief-inner
  .fh5co-box
  h3 {
  margin-bottom: 10px;
}
#fh5co-hero
  .flexslider
  .fh5co-property-brief
  .fh5co-property-brief-inner
  .fh5co-box
  h3
  a {
  color: #0c3546;
}
#fh5co-hero
  .flexslider
  .fh5co-property-brief
  .fh5co-property-brief-inner
  .fh5co-box
  h3
  a:hover {
  text-decoration: none;
}
#fh5co-hero
  .flexslider
  .fh5co-property-brief
  .fh5co-property-brief-inner
  .fh5co-box
  p {
  color: #96a0ae;
}
#fh5co-hero
  .flexslider
  .fh5co-property-brief
  .fh5co-property-brief-inner
  .fh5co-box
  p:last-child {
  margin-bottom: 0;
}
#fh5co-hero
  .flexslider
  .fh5co-property-brief
  .fh5co-property-brief-inner
  .fh5co-box
  .price-status {
  margin-bottom: 20px;
}
#fh5co-hero
  .flexslider
  .fh5co-property-brief
  .fh5co-property-brief-inner
  .fh5co-box
  .price-status
  .price {
  font-size: 28px;
  color: #16977f;
  margin-bottom: 10px;
  position: relative;
}
#fh5co-hero
  .flexslider
  .fh5co-property-brief
  .fh5co-property-brief-inner
  .fh5co-box
  .price-status
  .price
  .per {
  font-size: 12px;
  text-transform: uppercase;
}
#fh5co-hero
  .flexslider
  .fh5co-property-brief
  .fh5co-property-brief-inner
  .fh5co-box
  .price-status
  .price
  .tag {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  top: -6px;
  font-size: 14px;
  margin-left: 20px;
  background: #16977f;
  color: #fff;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 20px;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#fh5co-hero
  .flexslider
  .fh5co-property-brief
  .fh5co-property-brief-inner
  .fh5co-box
  .price-status
  .price
  .tag:after,
#fh5co-hero
  .flexslider
  .fh5co-property-brief
  .fh5co-property-brief-inner
  .fh5co-box
  .price-status
  .price
  .tag:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#fh5co-hero
  .flexslider
  .fh5co-property-brief
  .fh5co-property-brief-inner
  .fh5co-box
  .price-status
  .price
  .tag:after {
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #16977f;
  border-width: 13px;
  margin-top: -13px;
}
#fh5co-hero
  .flexslider
  .fh5co-property-brief
  .fh5co-property-brief-inner
  .fh5co-box
  .price-status
  .price
  .tag:hover,
#fh5co-hero
  .flexslider
  .fh5co-property-brief
  .fh5co-property-brief-inner
  .fh5co-box
  .price-status
  .price
  .tag:active,
#fh5co-hero
  .flexslider
  .fh5co-property-brief
  .fh5co-property-brief-inner
  .fh5co-box
  .price-status
  .price
  .tag:focus {
  text-decoration: none;
}

.bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

#best-deal {
  background: #fff;
}

#best-deal,
.fh5co-services {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #best-deal,
  .fh5co-services {
    padding: 3em 0;
  }
}
#best-deal .item-block,
.fh5co-services .item-block {
  margin-bottom: 3em;
  float: left;
}
#best-deal .item-block .icon,
.fh5co-services .item-block .icon {
  display: block;
  margin-bottom: 30px;
}
#best-deal .item-block .icon img,
.fh5co-services .item-block .icon img {
  max-width: inherit;
  height: 90px;
  margin: 0 auto;
}
#best-deal .item-block h3,
.fh5co-services .item-block h3 {
  font-size: 20px;
}
#best-deal .item-block p:last-child,
.fh5co-services .item-block p:last-child {
  margin-bottom: 0;
}

.fh5co-heading {
  margin-bottom: 30px;
}
.fh5co-heading h2 {
  margin-bottom: 10px;
}
.fh5co-heading h3 {
}
.fh5co-heading p {
  font-size: 18px;
}
.fh5co-heading.white {
  color: #fff;
}
.fh5co-heading.white h2,
.fh5co-heading.white p {
  color: #fff;
}

.fh5co-section-with-image {
  position: relative;
}
.fh5co-section-with-image .fh5co-box {
  padding: 50px;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  z-index: 1001;
  width: 40%;
  right: 10%;
  top: 50%;
  -webkit-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 992px) {
  .fh5co-section-with-image .fh5co-box {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: auto !important;
  }
}
@media screen and (max-width: 480px) {
  .fh5co-section-with-image .fh5co-box {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    padding: 15px;
  }
}
.fh5co-section-with-image h2 {
  font-size: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .fh5co-section-with-image h2 {
    font-size: 32px;
  }
}
.fh5co-section-with-image p {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .fh5co-section-with-image p {
    font-size: 16px;
  }
}
.fh5co-section-with-image p:last-child {
  margin-bottom: 0;
}

.fh5co-property {
  background: #fff;
  text-align: left;
  width: 100%;
  float: left;
  /* -webkit-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5); */
}
.fh5co-property figure {
  margin-bottom: 0;
  position: relative;
}
.fh5co-property figure img {
  margin-bottom: 0;
}
.fh5co-property figure .tag {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2px 10px;
  background: #16977f;
  color: #fff;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-property .fh5co-property-specification {
  padding: 5px 5px 5px 5px;
  font-size: 13px;
  margin-bottom: 0;
}
.fh5co-property .fh5co-property-specification > span {
  margin-right: 40px;
}
.fh5co-property .fh5co-property-specification > span i {
  color: #16977f;
}
.fh5co-property .fh5co-property-innter {
  padding: 5px 5px 5px 5px;
}
.fh5co-property .fh5co-property-innter p {
  color: #96a0ae;
}
.fh5co-property .fh5co-property-innter p:last-child {
  margin-bottom: 0;
}
.fh5co-property .fh5co-property-innter h4 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.fh5co-property .fh5co-property-innter h3 a:hover,
.fh5co-property .fh5co-property-innter h3 a:active,
.fh5co-property .fh5co-property-innter h3 a:focus {
  text-decoration: none;
}
.fh5co-property .price-status {
  margin-bottom: 5px;
}
.fh5co-property .price-status .price {
  font-size: 20px;
  font-weight: bold;
  color: #16977f;
  margin-bottom: 10px;
  margin-top: -90px;
  position: relative;
}
.fh5co-property .price-status .price .per {
  font-size: 13px;
  color: rgb(99, 91, 91);
}

#fh5co-testimonial,
#fh5co-agents {
  background: #fff;
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-testimonial,
  #fh5co-agents {
    padding: 3em 0;
  }
}
#fh5co-testimonial .item-block,
#fh5co-agents .item-block {
  margin-bottom: 30px;
}
#fh5co-testimonial .item-block blockquote,
#fh5co-agents .item-block blockquote {
  margin-bottom: 70px;
  position: relative;
  border-left: none;
  padding: 20px 20px 20px 20px;
  background: #16977f;
  float: left;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.3);
}
#fh5co-testimonial .item-block blockquote p,
#fh5co-agents .item-block blockquote p {
  font-size: 18px;
  line-height: 1.7;
  color: #0c3546;
  margin-bottom: 10px;
}
#fh5co-testimonial .item-block blockquote p:last-child,
#fh5co-agents .item-block blockquote p:last-child {
  margin-bottom: 0;
}
#fh5co-testimonial .item-block blockquote .fh5co-author,
#fh5co-agents .item-block blockquote .fh5co-author {
  color: #b3b3b3;
  font-size: 16px;
}
#fh5co-testimonial .item-block blockquote .fh5co-author cite,
#fh5co-agents .item-block blockquote .fh5co-author cite {
  font-style: normal;
}
#fh5co-testimonial .item-block .icon,
#fh5co-agents .item-block .icon {
  margin-top: 7px;
}

#fh5co-agents {
  background: #16977f;
}
#fh5co-agents .fh5co-agent {
  padding: 30px;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.3);
}
#fh5co-agents .fh5co-agent figure img {
  width: 150px;
  height: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.googleplus-color {
  color: #dc4e41;
}

.facebook-color {
  color: #3b5998;
}

.twitter-color {
  color: #55acee;
}

.fh5co-about,
.fh5co-team,
.fh5co-contact {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  .fh5co-about,
  .fh5co-team,
  .fh5co-contact {
    padding: 3em 0 10px 0;
  }
}

.contact-info {
  margin-bottom: 4em;
  padding: 0;
}
.contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
.contact-info li i {
  position: absolute;
  top: 0.3em;
  left: 0;
  font-size: 22px;
  color: #16977f;
}
.contact-info li a {
  color: #16977f;
}

#map {
  height: 500px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #map {
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  #map {
    height: 200px;
  }
}

.fh5co-staff img {
  margin-bottom: 1em;
}
.fh5co-staff h3 {
  margin: 0 0 10px 0;
}
.fh5co-staff h4 {
  margin: 0 0 20px 0;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}
.fh5co-staff .fh5co-social {
  text-align: center;
}
.fh5co-staff .fh5co-social a {
  color: #0c3546;
}

#fh5co-grid-products {
  background: #ecf1f5;
  padding: 7em 0 0px 0;
  float: left;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #fh5co-grid-products {
    padding: 3em 0 10px 0;
  }
}
#fh5co-grid-products .v-align {
  display: table;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-grid-products .v-align .v-align-middle {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#fh5co-grid-products .v-align .v-align-middle h3 {
  color: white;
  margin-bottom: 10px;
  font-size: 24px;
}
#fh5co-grid-products .v-align .v-align-middle h5 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}
#fh5co-grid-products .col-1,
#fh5co-grid-products .col-2 {
  float: left;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #fh5co-grid-products .col-1,
  #fh5co-grid-products .col-2 {
    width: 100%;
  }
}
#fh5co-grid-products .col-1 {
  border-right: 5px solid #ecf1f5;
}
@media screen and (max-width: 768px) {
  #fh5co-grid-products .col-1 {
    border-right: none;
  }
}
#fh5co-grid-products .col-1.reverse {
  float: right !important;
  border-right: none !important;
  border-left: 5px solid #ecf1f5;
}
@media screen and (max-width: 768px) {
  #fh5co-grid-products .col-1.reverse {
    border-left: none;
  }
}
#fh5co-grid-products .col-2 {
  float: right;
  border-left: 5px solid #ecf1f5;
}
@media screen and (max-width: 768px) {
  #fh5co-grid-products .col-2 {
    border-left: none;
  }
}
#fh5co-grid-products .col-2.reverse {
  float: left !important;
  border-left: none !important;
  border-right: 5px solid #ecf1f5;
}
@media screen and (max-width: 768px) {
  #fh5co-grid-products .col-2.reverse {
    border-right: none;
  }
}
#fh5co-grid-products .item-grid {
  width: 100%;
  float: left;
  background-size: cover;
  background-position: center center;
  text-decoration: none;
  border-bottom: 10px solid #ecf1f5;
}
#fh5co-grid-products .item-grid .icon {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-grid-products .item-grid .title,
#fh5co-grid-products .item-grid .icon,
#fh5co-grid-products .item-grid .category {
  top: 50px;
  position: relative;
  opacity: 0;
  visibility: hidden;
}
#fh5co-grid-products .item-grid .title {
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
#fh5co-grid-products .item-grid .category {
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
#fh5co-grid-products .item-grid:hover {
  text-decoration: none !important;
}
#fh5co-grid-products .item-grid:hover .icon,
#fh5co-grid-products .item-grid:hover .title,
#fh5co-grid-products .item-grid:hover .category {
  top: 0;
  opacity: 1;
  visibility: visible;
}
#fh5co-grid-products .item-grid:hover .v-align {
  background: rgba(0, 0, 0, 0.4);
}
#fh5co-grid-products .item-grid .icon {
  display: block;
  background: #fff;
  width: 90px;
  height: 90px;
  margin: 0 auto 30px auto;
  padding-top: 19px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-grid-products .item-grid .icon img {
  max-width: inherit;
  height: 50px;
  margin: 0 auto;
}
#fh5co-grid-products .one,
#fh5co-grid-products .three {
  height: 450px;
}
@media screen and (max-width: 768px) {
  #fh5co-grid-products .one,
  #fh5co-grid-products .three {
    height: 450px;
  }
}
#fh5co-grid-products .two {
  height: 900px;
}
@media screen and (max-width: 768px) {
  #fh5co-grid-products .two {
    height: 450px;
    border-top: 5px solid #ecf1f5;
    background-position: top left;
  }
}
#fh5co-grid-products .one {
  border-bottom: 5px solid #ecf1f5;
}
#fh5co-grid-products .three {
  border-top: 5px solid #ecf1f5;
}
@media screen and (max-width: 768px) {
  #fh5co-grid-products .three {
    border-bottom: 5px solid #ecf1f5;
  }
}

#fh5co-blog {
  padding: 7em 0;
  position: relative;
  clear: both;
  background: #f7f7f7;
}
@media screen and (max-width: 768px) {
  #fh5co-blog {
    padding: 3em 0;
  }
}
#fh5co-blog .fh5co-entry {
  margin-bottom: 30px;
  float: left;
}
#fh5co-blog .fh5co-entry figure {
  margin-bottom: 0px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-blog .fh5co-entry figure img {
  max-width: 100%;
}
#fh5co-blog .fh5co-entry .fh5co-date {
  display: block;
  margin-bottom: 15px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  color: #b3b3b3;
}
#fh5co-blog .fh5co-entry .fh5co-copy {
  padding: 30px;
  background: #fff;
}
#fh5co-blog .fh5co-entry h3 {
  margin-bottom: 10px;
  line-height: 1.5;
  color: #16977f;
}
#fh5co-blog .fh5co-entry p {
  color: #999999;
}
#fh5co-blog .fh5co-entry p:last-child {
  margin-bottom: 0;
}
#fh5co-blog .fh5co-entry:hover {
  -webkit-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
}
#fh5co-blog .fh5co-entry:hover figure {
  opacity: 0.7;
}
#fh5co-blog .fh5co-entry:hover,
#fh5co-blog .fh5co-entry:active,
#fh5co-blog .fh5co-entry:focus {
  text-decoration: none !important;
}
#fh5co-blog .fh5co-entry:hover p,
#fh5co-blog .fh5co-entry:hover figure,
#fh5co-blog .fh5co-entry:hover h3,
#fh5co-blog .fh5co-entry:hover span,
#fh5co-blog .fh5co-entry:active p,
#fh5co-blog .fh5co-entry:active figure,
#fh5co-blog .fh5co-entry:active h3,
#fh5co-blog .fh5co-entry:active span,
#fh5co-blog .fh5co-entry:focus p,
#fh5co-blog .fh5co-entry:focus figure,
#fh5co-blog .fh5co-entry:focus h3,
#fh5co-blog .fh5co-entry:focus span {
  text-decoration: none !important;
}

.fh5co-cta,
.fh5co-page-title {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 7em 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fh5co-cta,
  .fh5co-page-title {
    padding: 3em 0;
  }
}
.fh5co-cta .overlay,
.fh5co-page-title .overlay {
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
.fh5co-cta .container,
.fh5co-page-title .container {
  position: relative;
  z-index: 2;
}
.fh5co-cta p,
.fh5co-cta h3,
.fh5co-page-title p,
.fh5co-page-title h3 {
  color: #fff;
}
.fh5co-cta p:last-child,
.fh5co-page-title p:last-child {
  margin-bottom: 0;
}
.fh5co-cta .btn,
.fh5co-page-title .btn {
  color: #fff;
}

.fh5co-page-title {
  padding: 10em 0 5em 0 !important;
}
@media screen and (max-width: 768px) {
  .fh5co-page-title {
    padding: 6em 0 1em 0 !important;
  }
}
.fh5co-page-title h1 {
  font-size: 40px;
  line-height: 1.5;
  color: #fff;
  margin: 0;
}
.fh5co-page-title h1 .colored {
  color: #16977f;
}

#fh5co-footer {
  /* padding: 7em 0; */
  float: left;
  width: 100%;
  position: relative;
  background: #333333;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #fh5co-footer {
    padding: 3em 0;
  }
}
#fh5co-footer h2,
#fh5co-footer h3,
#fh5co-footer h4 {
  color: #fff;
}
#fh5co-footer h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: bold;
}
/* #fh5co-footer [class*="col"] {
  padding-bottom: 30px;
} */
#fh5co-footer .btn {
  color: #fff;
}
#fh5co-footer .float {
  float: left;
  margin-right: 10%;
}
#fh5co-footer ul {
  padding: 0;
  margin: 0;
}

#fh5co-footer ul li a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none !important;
}
#fh5co-footer ul li a:hover {
  color: #fff;
}

.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block; }
  .ftco-footer-social li a {
    height: 40px;
    width: 40px;
    display: block;
    background: #0c3546;
    border-radius: 50%;
    position: relative; }
    .ftco-footer-social li a span {
      position: absolute;
      font-size: 20px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

    .footer-07 .ftco-footer-social li a:hover i {
      color: #fff; }

.footer-07 {
  background: #0c3546; }
  .footer-07 a {
    color: #1c9c84; }
  .footer-07 p {
    color: #e2e3e5 }
  .footer-07 .footer-heading {
    font-size: 30px;
    color: #e2e3e5;
    font-weight: 700;
    margin-bottom: 30px;
   }
    .footer-07 .footer-heading .logo {
      color: #fff; }
  .footer-07 .menu {
    margin-bottom: 30px; }
    .footer-07 .menu a {
      color: #b8bfc5;
      margin: 0 10px;
      text-transform: uppercase;
      letter-spacing: 1px; }
      .footer-07 .menu a:hover {
        color: #1c9c84;}
  .footer-07 .ftco-footer-social li a  {
    background: transparent;
    border: 2px solid #1c9c84;
   }
   .footer-07 .ftco-footer-social li a i  {
    color: #1c9c84;
    margin-top: 10px;
   }
   .footer-07 .footer-contact-us{
    color: #b8bfc5;
   }
    
    
.pagination a {
  background: none;
  border: none !important;
  color: gray !important;
}
.pagination a:hover,
.pagination a:focus,
.pagination a:active {
  background: none !important;
}
.pagination > li > a {
  margin: 0 2px;
  font-size: 18px;
  padding: 0 !important;
  background: none;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.pagination > li > a:hover {
  color: #0c3546;
  background: #e6e6e6 !important;
}
.pagination > li.disabled > a {
  background: none;
}
.pagination > li.active > a {
  background: #16977f !important;
  -webkit-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  color: #fff !important;
}
.pagination > li.active > a:hover {
  cursor: pointer;
  background: #41a4f3 !important;
}

.fh5co-copyright {
  clear: both;
  margin-top: 40px !important;
  padding: 40px 0 0 0;
}
.fh5co-copyright span {
  display: block;
}
@media screen and (max-width: 480px) {
  .fh5co-copyright {
    text-align: left !important;
  }
  .fh5co-copyright span {
    display: inline;
  }
}

#fh5co-page {
  position: relative;
  z-index: 2;
  background: #fff;
}

#fh5co-offcanvas,
.fh5co-nav-toggle,
#fh5co-page {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-offcanvas,
.fh5co-nav-toggle,
#fh5co-page {
  position: relative;
}

#fh5co-page {
  z-index: 2;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas-visible #fh5co-page {
  -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  -o-transform: translateX(-275px);
  transform: translateX(-275px);
}

#fh5co-offcanvas {
  display: none;
  height: 100%;
  right: 0;
  overflow-y: auto;
  position: fixed;
  z-index: 1;
  top: 0;
  width: 275px;
  background: #0c3546;
  padding: 30px;
}
@media screen and (max-width: 1000px) {
  #fh5co-offcanvas {
    display: block;
  }
}
#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  line-height: 28px;
}

#fh5co-offcanvas ul li.dropdown {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  line-height: 28px;
}
#fh5co-offcanvas ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none !important;
}
#fh5co-offcanvas ul li.dropdown span,
#fh5co-offcanvas ul li.lang-menu span {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none !important;
  margin-left: -10px;
}

#fh5co-offcanvas ul li a:hover {
  color: #16977f;
}
#fh5co-offcanvas ul li.active a {
  color: #16977f;
}
#fh5co-offcanvas ul li.cta {
  margin-left: 0;
  margin-top: 20px;
  display: inline;
  float: left;
}
#fh5co-offcanvas ul li.cta1 {
  margin-right: 25px;
  margin-top: 20px;
  display: inline;
  float: left;
}
#fh5co-offcanvas ul li.cta2 {
  margin-right: 25px;
  margin-top: 20px;
  display: inline;
  float: left;
}
#fh5co-offcanvas ul li.cta2 i {
  color: rgba(255, 255, 255, 0.7);
}
#fh5co-offcanvas ul li.cta4 {
  margin: 0;
  margin-top: 20px;
  display: inline;
  float: left;
}
#fh5co-offcanvas .dropdown-content a {
  color: #3c3c3c;
}
#fh5co-offcanvas .dropdown span.Eng {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  margin-top: 40px;
  line-height: 28px;
}

#fh5co-offcanvas li.cta3 span.Eng {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
}

#fh5co-offcanvas ul li.cta3 i.Down {
  color: rgba(255, 255, 255, 0.7);
}

#fh5co-offcanvas ul li.cta a {
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  border: 2px solid rgb(201, 195, 195);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 4px;
}
#fh5co-offcanvas ul li.cta1 a {
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  margin-block-end: 20px;
  border: 2px solid #16977f;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 4px;
  background-color: #16977f;
  color: #fff;
}

#fh5co-offcanvas ul li.cta a:hover {
  background: #16977f;
  color: #fff;
}
#fh5co-offcanvas ul li.cta1 a:hover {
  background: #fff;
  color: #16977f;
}
#fh5co-offcanvas ul li.cta a:hover:after {
  display: none;
}
#fh5co-offcanvas ul li.cta a:hover:after {
  display: none;
}

.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before,
.fh5co-nav-toggle.active i::after {
  background: #fff;
}
.fh5co-nav-toggle.dark.active i::before,
.fh5co-nav-toggle.dark.active i::after {
  background: #fff;
}
.fh5co-nav-toggle:hover,
.fh5co-nav-toggle:focus,
.fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #666;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #666;
  transition: all 0.2s ease-out;
}
.fh5co-nav-toggle i::before,
.fh5co-nav-toggle i::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #666;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.fh5co-nav-toggle.dark i {
  position: relative;
  color: #0c3546;
  background: #0c3546;
  transition: all 0.2s ease-out;
}
.fh5co-nav-toggle.dark i::before,
.fh5co-nav-toggle.dark i::after {
  background: #0c3546;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: fixed;
  top: 40px;
  right: 20px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .fh5co-nav-toggle {
    display: block;
    top: 20px;
  }
}

.fh5co-pricing {
  padding: 7em 0;
  background: #f7f7f7;
}
@media screen and (max-width: 768px) {
  .fh5co-pricing {
    padding: 3em 0;
  }
}
.fh5co-pricing .pricing {
  display: block;
  float: left;
  margin-bottom: 30px;
}
.fh5co-pricing .price-box {
  text-align: center;
  padding: 30px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 40px;
  position: relative;
}
.fh5co-pricing .price-box.popular .btn-select-plan {
  background: #16977f;
}
.fh5co-pricing .price-box.popular .price {
  color: #16977f;
}
.fh5co-pricing .price-box .btn-select-plan {
  padding: 10px 20px;
  background: #16977f;
  color: #fff;
}
.fh5co-pricing .pricing-plan {
  margin: 0 0 50px 0;
  padding: 0;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #888f94;
}
.fh5co-pricing .pricing-plan.pricing-plan-offer {
  margin-bottom: 24px;
}
.fh5co-pricing .pricing-plan span {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  color: #d5d8db;
}
.fh5co-pricing .price {
  font-size: 72px;
  color: #6d6d6d;
  line-height: 50px;
}
.fh5co-pricing .price .currency {
  font-size: 30px;
  top: -0.9em;
  padding-right: 10px;
}
.fh5co-pricing .price small {
  font-size: 13px;
  display: block;
  text-transform: uppercase;
  color: #888f94;
}

.js .animate-box {
  opacity: 0;
}
.hover-item {
  transition: 0.3s;
}
.hover-item:hover {
  transform: translate(0, -10px);
}
.pic {
  max-width: 100%;
}
.image-grid img {
  margin-bottom: 1rem;
}
.hovereffect {
  max-width: 100%;
  height: 300px;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #16977f;
  margin-bottom: 1rem;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 80px 30px;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  font-weight: bolder;
  text-align: center;
  position: relative;
  font-size: 17px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
}

.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.hovereffect a,
.hovereffect p h2 {
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.hovereffect:hover a,
.hovereffect:hover p h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*# sourceMappingURL=style.css.map */

.request-details-container {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  border: 1px #ebebeb solid;
}
.btn.btn-ths-orange,
.btn.btn-ths-orange:visited {
  border: none;
  background-color: #16977f;
  color: #f2f2f2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn.btn-ths-size-lg {
  font-size: 18px;
  padding: 0;
  height: 45px;
  line-height: 45px;
  width: 200px;
  font-weight: 600;
  text-align: center;
}
.header-with-icon {
  font-size: 18px;
  font-weight: 600;
  padding: 7px 0 6px 40px;
  background: transparent none center left no-repeat;
}
@media screen and (max-width: 1025px) {
  aside.column-right .stay-safe {
    width: 270px;
    margin: 0 auto 25px;
  }
}
.module.border-x-md {
  padding-left: 20px;
  padding-right: 20px;
}
.module {
  padding: 10px;
  border: 1px #ebebeb solid;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-top: 20px;
  margin-bottom: 25px;
}

.img-responsive {
  width: 397px;
  height: 250px;
  border-radius: 0.75rem !important;
}
/* .range-holder{
      margin: 3em auto;
      padding: 200px 0 70px 0;
      width: 960px;
      background: url("https://dl.dropboxusercontent.com/u/4277345/codepen/pr-plan-scale.png") bottom center no-repeat;
      
    }
    
    .dragdealer {
      position: relative;
      height: 30px;
      background: #FFF;
      border-radius: 8px;
      border: 1px solid #a7a7a7;
    }
    .dragdealer .handle {
      position: absolute;
      top: 0;
      left: 0;
    }
    
    .stripe{
      background:#c6b497  url("https://dl.dropboxusercontent.com/u/4277345/codepen/stripe-bg.png") top left repeat;
      position: absolute;
      top: 0;
      left: 0;
      margin: 3px;
      height: 22px;
      border-radius: 8px;
    }
    
      #green-highlight{position: absolute; top:0; left: 67px; height: 24px; opacity: .5; background: #cfd3ce; display: none;}
      #orange-highlight{position: absolute; top:0; left: 381px; height: 24px; opacity: .5; background: #839b97; display: none;}
      #blue-highlight{position: absolute; top:0; left: 814px; height: 24px; opacity: .5; background: #34626c; display: none;}
    
    .square{
      position: absolute;
      top: 0;
      left: 0;	  
      margin-top: -13px;
      margin-left: -10px;
      cursor: pointer;
      width: 50px;
      height: 47px;
      background: #505054;
      border-radius: 8px;
      color: #FFF;
      font-size: 14px;
      line-height: 30px;
      text-align: center;
      padding-top: 13px;
    }
    
    .menu-line{width: 50%; margin: 2px auto; height: 5px; background: #FFF; display: block;}
    
    .infobox{
      position: absolute;
        top: 0;
        left: 0;
        margin-top: -235px;
        margin-left: -117px;
      width: 260px;
      height: 190px;
      background: #FFF;
      padding: 0px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      border: #16977f solid 2px;
    }
    
      .infobox:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 20px 23px 0;
        border-color: #FFFFFF transparent;
        display: block;
        width: 0;
        z-index: 1;
        bottom: -20px;
        left: 107px;
      }
      
      .infobox:before {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 21px 24px 0;
        border-color: #16977f transparent;
        display: block;
        width: 0;
        z-index: 0;
        bottom: -23px;
        left: 106px;
      }
      
      .titlebar{
        background: #16977f;
        color: #FFF;
        padding: .5em;
         line-height: 1.5em;
        font-size: 15px;
      }
      #plan-holder{font-weight: bold;}
      
      .innerbox{
        padding: 1em;
      }
      
      .info-price{color: #111; font-size: 33px; line-height: 1.8em;}
    
      
      .annual-label{
        color: #202022; font-size: 14px; font-weight: bold; width: 110px; line-height: 1.8em;}
      .annual-price{color: #615d5d; font-size: 17px; width: 110px;} */

.nav-pills-custom .nav-link {
  color: rgb(59, 56, 56);
  background: #fff;
  position: relative;
}

.nav-pills-custom .nav-link.active {
  color: #16977f;
  background: #fff;
}

/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
  .nav-pills-custom .nav-link::before {
    content: "";
    display: block;
    border-top: 8px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    opacity: 0;
  }
}

.nav-pills-custom .nav-link.active::before {
  opacity: 1;
}

a {
  color: #0c3546;
  transition: all ease-in-out 200ms;
}
a:hover {
  color: #333333;
  text-decoration: none;
}
/*=== 3. Text Outside the Box ===*/
.etc-login-form {
  color: #fff;
  padding: 10px 20px;
}
.etc-login-form p {
  margin-bottom: 5px;
}
/*=== 4. Main Form ===*/
.login-form-1 {
  max-width: 300px;
  border-radius: 5px;
  display: inline-block;
}
.main-login-form {
  position: relative;
}
.login-form-1 .form-control {
  border: 0;
  box-shadow: 0 0 0;
  border-radius: 0;
  background: transparent;
  color: #555555;
  padding: 7px 0;
  font-weight: bold;
  height: auto;
}
.login-form-1 .form-control::-webkit-input-placeholder {
  color: #999999;
}
.login-form-1 .form-control:-moz-placeholder,
.login-form-1 .form-control::-moz-placeholder,
.login-form-1 .form-control:-ms-input-placeholder {
  color: #999999;
}
.login-form-1 .form-group {
  margin-bottom: 0;
  border-bottom: 2px solid #efefef;
  padding-right: 20px;
  position: relative;
}
.login-form-1 .form-group:last-child {
  border-bottom: 0;
}
.login-group {
  background: #ffffff;
  color: #999999;
  border-radius: 8px;
  padding: 10px 20px;
}
.login-group-checkbox {
  padding: 5px 0;
}
/*=== 5. Login Button ===*/
.login-form-1 .login-button {
  position: absolute;
  right: -25px;
  top: 50%;
  background: #ffffff;
  color: #999999;
  padding: 11px 0;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  border: 5px solid #efefef;
  border-radius: 50%;
  transition: all ease-in-out 500ms;
}
.login-form-1 .login-button:hover {
  color: #555555;
  transform: rotate(450deg);
}
.login-form-1 .login-button.clicked {
  color: #555555;
}
.login-form-1 .login-button.clicked:hover {
  transform: none;
}
.login-form-1 .login-button.clicked.success {
  color: #2ecc71;
}
.login-form-1 .login-button.clicked.error {
  color: #e74c3c;
}
/*=== 6. Form Invalid ===*/
label.form-invalid {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  display: block;
  margin-top: -25px;
  padding: 7px 9px;
  background: #777777;
  color: #ffffff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 11px;
}
label.form-invalid:after {
  top: 100%;
  right: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #777777;
  border-width: 6px;
}
/*=== 7. Form - Main Message ===*/
.login-form-main-message {
  background: #ffffff;
  color: #999999;
  border-left: 3px solid transparent;
  border-radius: 3px;
  margin-bottom: 8px;
  font-weight: bold;
  height: 0;
  padding: 0 20px 0 17px;
  opacity: 0;
  transition: all ease-in-out 200ms;
}
.login-form-main-message.show {
  height: auto;
  opacity: 1;
  padding: 10px 20px 10px 17px;
}
.login-form-main-message.success {
  border-left-color: #2ecc71;
}
.login-form-main-message.error {
  border-left-color: #e74c3c;
}
/*=== 8. Custom Checkbox & Radio ===*/
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked,
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 25px;
  padding-top: 1px;
  cursor: pointer;
}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border: 0px solid #aaa;
  background: #f0f0f0;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
  position: absolute;
  color: #555555;
  transition: all 0.2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after,
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after,
[type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before,
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #8c8c8c;
  background-color: #878787;
}
[type="checkbox"]:disabled:checked + label:after,
[type="radio"]:disabled:checked + label:after {
  color: #555555;
}
[type="checkbox"]:disabled + label,
[type="radio"]:disabled + label {
  color: #8c8c8c;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before,
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted #f6f6f6;
}
/* hover style just for information */
label:hover:before {
  border: 1px solid #f6f6f6 !important;
}
/*=== Customization ===*/
/* radio aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  border-radius: 3px;
}
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
  border-radius: 35px;
}
/* selected mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: "✔";
  top: 0;
  left: 2px;
  font-size: 14px;
}
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
  content: "\2022";
  top: 0;
  left: 3px;
  font-size: 30px;
  line-height: 25px;
}
/*=== 9. Misc ===*/
.logo {
  padding: 15px 0;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
}

.emp-profile {
  padding: 3%;
  margin-top: 3%;
  margin-bottom: 3%;
  border-radius: 0.5rem;
  background: #fff;
}
.profile-img {
  text-align: center;
}
.profile-img img {
  width: 70%;
  height: 100%;
}
.profile-img .file {
  position: relative;
  overflow: hidden;
  margin-top: -20%;
  width: 70%;
  border: none;
  border-radius: 0;
  font-size: 15px;
  background: #212529b8;
}
.profile-img .file input {
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
}
.profile-head h5 {
  color: #333;
}
.profile-head h6 {
  color: #0062cc;
}
.profile-edit-btn {
  border: none;
  border-radius: 1.5rem;
  width: 70%;
  padding: 2%;
  font-weight: 600;
  color: #6c757d;
  cursor: pointer;
}
.proile-rating {
  font-size: 12px;
  color: #818182;
  margin-top: 5%;
}
.proile-rating span {
  color: #495057;
  font-size: 15px;
  font-weight: 600;
}
.profile-head .nav-tabs {
  margin-bottom: 5%;
}
.profile-head .nav-tabs .nav-link {
  font-weight: 600;
  border: none;
}
.profile-head .nav-tabs .nav-link.active {
  border: none;
  border-bottom: 2px solid #0062cc;
}
.profile-work {
  padding: 14%;
  margin-top: -15%;
}
.profile-work p {
  font-size: 12px;
  color: #818182;
  font-weight: 600;
  margin-top: 10%;
}
.profile-work a {
  text-decoration: none;
  color: #495057;
  font-weight: 600;
  font-size: 14px;
}
.profile-work ul {
  list-style: none;
}
.profile-tab label {
  font-weight: 600;
}
.profile-tab p {
  font-weight: 600;
  color: #0062cc;
}

th {
  background-color: #16977f;
  color: white;
}
.form-control:focus {
  box-shadow: none;
  border-color: #16977f;
}

.profile-button {
  background: #16977f;
  box-shadow: none;
  border: none;
}

.profile-button:hover {
  background: #16977f;
}

.profile-button:focus {
  background: #16977f;
  box-shadow: none;
}

.profile-button:active {
  background: #16977f;
  box-shadow: none;
}

.back:hover {
  color: #682773;
  cursor: pointer;
}

.labels {
  font-size: 15px;
  color: rgb(102, 99, 99);
}

.add-experience:hover {
  background: #16977f;
  color: #fff;
  cursor: pointer;
  border: solid 1px #16977f;
}
input[type="text"] {
  border: 2px solid rgb(102, 99, 99);
  border-radius: 4px;
}
input[type="tel"] {
  border: 2px solid rgb(102, 99, 99);
  border-radius: 4px;
}
.form-group textarea {
  border: 2px solid rgb(102, 99, 99);
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.btn {
  /* height:60px;
      width:200px; */
}
/* our services styling */

.service {
  cursor: pointer;
  transition: 0.4s;
  text-align: center;
}
/* .service:hover{
    background: #ddd;
  } */
.service i {
  color: #16977f;
  font-size: 34px;
  margin-bottom: 30px;
}
.service h3 {
  font-weight: 500;
  margin: 0;
}
.service p {
  color: gray;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .service {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .service {
    width: 100%;
  }
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 320px;
  margin-top: 80px;
  text-align: center;
}
#description {
  color: rgb(102, 99, 99);
}
.button {
  background-color: #16977f; /* Green */
  border: none;
  border-radius: 4px;
  color: white;
  padding: 10px 35px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.more {
  background-color: white;
  color: rgb(102, 99, 99);
  border: 2px solid #16977f;
}

.more:hover {
  background-color: #16977f;
  color: white;
}
.more1 {
  background-color: #16977f;
  color: white;
  border: 2px solid #16977f;
}

.more:hover {
  background-color: #fff;
  color: rgb(102, 99, 99);
}

hr {
  width: 150px;
  height: 1px;
  background: #16977f;
  border: 1px solid #16977f;
  /* margin-bottom: 76px; */
}
/* header */
.ghost-btn-large {
  background-color: #ededee;
}
.home_sec {
  padding: 6vw 0px;
  position: relative;
  margin-bottom: 108px;
  margin-top: 100px;
  background-color: #ededee;
}
.crop-img {
  position: absolute;
  width: 367%;
  top: -64%;
  overflow: hidden;
  max-width: 776px;
}
@media only screen and (max-width: 1000px) {
  .crop-img {
    position: relative;
    width: auto;
    height: auto !important;
    top: 0;
    overflow: hidden;
    margin: 0 auto;
  }
}

.header_image {
  width: auto;
  height: 524px !important;
}
@media only screen and (max-width: 1000px) {
  .header_image {
    width: 100%;
    height: auto !important;
    position: relative;
    margin-top: 40px;
  }
  .right_spot {
    margin-bottom: -150px;
    max-width: 100%;
    -ms-flex: initial;
    flex: initial;
  }
  .left_spot {
    max-width: 538px;
    margin: auto;
    margin-bottom: 44px;
    padding-right: 0;
  }
  .home_sec {
    text-align: center;
    padding: 56px 30px 10px 30px;
    overflow: visible;
    margin-bottom: 20px;
  }
}

.right_spot {
  position: relative;
}
.left_spot h1 {
  margin-bottom: 10px;
  font-weight: 900;
  font-size: 56px;
  line-height: 60px;
  letter-spacing: -0.47px;
  margin: 0 0 24px;
}
.left_spot p {
  font-size: 22px;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 45px;
  width: 538px;
}

.ghost-btn-large {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 1.15px;
  text-transform: uppercase;
  padding: 12px 24px;
  border: 1px solid;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, color 0.2s ease-in-out;
  background: 0 0;
  color: #fff;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  color: #16977f;
  background: #fff;
  border: 1px solid #16977f;
}
.button_sec a.hero-block__cta.hero-block__cta--free-trial {
  margin-left: 24px;
  padding: 16px 32px;
}
.hero-block__cta--free-trial,
.hero-block__cta--wrap .hero-block__cta.hero-block__cta--free-trial {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 1.15px;
  text-transform: uppercase;
  padding: 12px 24px;
  border: 1px solid;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, color 0.2s ease-in-out;
  background: 0 0;
  color: #fff;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  background: #16977f;
  border: 0;
}
.color-green {
  color: #16977f;
}

/* form */
#msform select {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;

  color: #2c3e50;
  background-color: white;
  font-size: 13px;
}
#msform1 input {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;

  color: #2c3e50;
  background-color: white;
  font-size: 13px;
}
.fs-title {
  font-size: 20px;
  text-transform: uppercase;
  color: #2c3e50;
  margin-bottom: 10px;
}
.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}
#msform .action-button {
  width: 100px;
  background: #16977f;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}
#msform fieldset {
  border: 0 none;
  border-radius: 3px;
  padding: 10px 20px;
  box-sizing: border-box;
  width: 80%;
  margin: 0 10%;
  position: relative;
}
#msform {
  text-align: center;
}
#msform1 .action-button {
  width: 150px;
  background: transparent;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  border: 2px solid rgb(39, 38, 38);
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}
#msform1 fieldset {
  border: 0 none;
  border-radius: 3px;
  padding: 10px 20px;
  box-sizing: border-box;
  width: 80%;
  margin: 0 10%;
  position: relative;
}
#msform1 {
  /* margin: 50px auto; */
  text-align: center;
  position: relative;
}

/* price calc */
.price-box1 {
  margin: 0 auto;
  background: #e9e9e9;
  border-radius: 10px;
  padding: 40px 15px;
  width: 500px;
}

.ui-widget-content {
  border: 1px solid #bdc3c7;
  background: #e1e1e1;
  color: #222222;
  margin-top: 4px;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 5.2em;
  height: 2.2em;
  cursor: default;
  margin: 0 -40px auto !important;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  font-size: 15px;
}

.ui-slider .ui-slider-handle .glyphicon {
  color: #ffffff;
  margin: 0 3px;
  font-size: 11px;
  opacity: 0.5;
}

.ui-corner-all {
  border-radius: 20px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.9em;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  border: 1px solid #f9f9f9;
  background: #737373;
}

.ui-slider-horizontal .ui-slider-handle {
  margin-left: -0.5em;
}

.ui-slider .ui-slider-handle {
  cursor: pointer;
}

.ui-slider a,
.ui-slider a:focus {
  cursor: pointer;
  outline: none;
}

.price1,
.lead p {
  font-weight: 600;
  font-size: 32px;
  display: inline-block;
  line-height: 60px;
}

h4.great {
  background: #16977f;
  margin: 0 0 25px -60px;
  padding: 7px 15px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  display: inline-block;
  -moz-box-shadow: 2px 4px 5px 0 #ccc;
  -webkit-box-shadow: 2px 4px 5px 0 #ccc;
  box-shadow: 2px 4px 5px 0 #ccc;
}

.total {
  border-bottom: 1px solid #7f8c8d;
  /*display: inline;
  padding: 10px 5px;*/
  position: relative;
  padding-bottom: 20px;
}

.total:before {
  content: "";
  display: inline;
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 3px;
  background: #7f8c8d;
  opacity: 0.5;
}

.price-slider {
  margin-bottom: 70px;
}

.price-slider span {
  font-weight: 200;
  display: inline-block;
  color: #7f8c8d;
  font-size: 13px;
}

.form-pricing {
  background: #ffffff;
  padding: 20px;
  border-radius: 4px;
}

.price-form {
  background: #ffffff;
  margin-bottom: 10px;
  padding: 20px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  /*-moz-box-shadow:    0 5px 5px 0 #ccc;
    -webkit-box-shadow: 0 5px 5px 0 #ccc;
    box-shadow:         0 5px 5px 0 #ccc;*/
}

.form-group {
  margin-bottom: 0;
}

.form-group span.price1 {
  font-weight: 200;
  display: inline-block;
  color: #7f8c8d;
  font-size: 14px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.help-text {
  display: block;
  margin-top: 32px;
  margin-bottom: 10px;
  color: #737373;
  position: absolute;
  /*margin-left: 20px;*/
  font-weight: 200;
  text-align: right;
  width: 188px;
}

.price-form label {
  font-weight: 200;
  font-size: 21px;
}

.ui-slider-range-min {
  background: #2980b9;
}

.nav-wrap {
  width: 130px;
  margin: auto;
  color: #0c3546;
  /* text-align: center; */
}
.Eng {
  color: #0c3546;
  font-size: 15px;
}
.Down {
  color: #0c3546;
}
.sl-nav {
  display: inline;
}
.country {
  margin: 0px;
  padding: 0px;
  list-style: none;
  position: relative;
  display: inline-block;
}
.sl-nav li {
  cursor: pointer;
  padding-bottom: 10px;
}
.sl-nav li ul {
  display: none;
}
.sl-nav li:hover ul {
  position: absolute;
  top: 29px;
  right: -15px;
  display: block;
  background: #fff;
  width: 100px;
  padding-top: 10px;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.sl-nav li:hover .triangle {
  position: absolute;
  top: 15px;
  right: -10px;
  z-index: 10;
  height: 14px;
  overflow: hidden;
  width: 30px;
  background: transparent;
}
.sl-nav li:hover .triangle:after {
  content: "";
  display: block;
  z-index: 20;
  width: 15px;
  transform: rotate(45deg) translateY(0px) translatex(10px);
  height: 15px;
  background: #fff;
  border-radius: 2px 0px 0px 0px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.sl-nav li ul li {
  position: relative;
  text-align: left;
  background: transparent;
  padding: 50px 50px;
  padding-bottom: 0;
  z-index: 2;
  font-size: 15px;
  color: #3c3c3c;
}
.sl-nav li ul li:last-of-type {
  padding-bottom: 35px;
}
.sl-nav li ul li span {
  padding-left: 15px;
  line-height: 2;
  color: #0c3546;
}
.sl-nav li ul li span:hover,
.sl-nav li ul li span.active {
  color: #146c78;
}
.sl-flag {
  display: inline-block;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  width: 15px;
  height: 15px;
  background: #aaa;
  border-radius: 50%;
  position: relative;
  top: 2px;
  left: 10px;
  overflow: hidden;
}
.flag-kin {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI3MjAiIHZpZXdCb3g9IjAgMCAxMDgwIDcyMCI+CjxyZWN0IHdpZHRoPSIxMDgwIiBoZWlnaHQ9IjcyMCIgZmlsbD0iIzIwNjAzRCIvPgo8cmVjdCB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIGZpbGw9IiNGQUQyMDEiLz4KPHJlY3Qgd2lkdGg9IjEwODAiIGhlaWdodD0iMzYwIiBmaWxsPSIjMDBBMURFIi8+CjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDg4Ni41LDE4OC4xKSI+CjxnIGlkPSJoIj4KPHBhdGggaWQ9InEiIGZpbGw9IiNFNUJFMDEiIGQ9Ik0gMTE2LjEwMDAwLDAuMDAwMDAgTCAzNS42OTIwMiw0LjY5ODk0IDExMi4xNDM5OSwzMC4wNDg4OSAzMy4yNTk2NiwxMy43NzY2MCAxMDAuNTQ1NTUsNTguMDUwMDAgMjguNTYwNzIsMjEuOTE1NDEgODIuMDk1MTAsODIuMDk1MTAgMjEuOTE1NDEsMjguNTYwNzIgNTguMDUwMDAsMTAwLjU0NTU1IDEzLjc3NjYwLDMzLjI1OTY2IDMwLjA0ODg5LDExMi4xNDM5OSA0LjY5ODk0LDM1LjY5MjAyIDAuMDAwMDAsMTE2LjEwMDAwIC0xLC0xIHoiLz4KPHVzZSB4bGluazpocmVmPSIjcSIgdHJhbnNmb3JtPSJzY2FsZSgxLC0xKSIvPgo8L2c+Cjx1c2UgeGxpbms6aHJlZj0iI2giIHRyYW5zZm9ybT0ic2NhbGUoLTEsMSkiLz4KPGNpcmNsZSByPSIzNC4zIiBmaWxsPSIjRTVCRTAxIiBzdHJva2U9IiMwMEExREUiIHN0cm9rZS13aWR0aD0iMy40Ii8+CjwvZz4KPC9zdmc+");
  background-size: cover;
  background-position: center center;
}
.flag-usa {
  background-size: cover;
  background-position: center center;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAABhUlEQVQ4T2Ows82PjGixsc4LD2tysC/09Kjw8622tyuICG8u0w/cpGSCBzF4e1VmZkzw9anOzOj38a4KCW4IC22ECHYk1l9tn4gHMeTlTnZxLikvm+XiUpKW2hvgX+vnV5OVOQEoOGfOtv94AYOzU3Fd7XxHh6Lq6rlurqUx0W0J8Z1AnbW18yotonaYuOJBDBXls4A+bGpaBCTz86YEBtQCvVBSPAPIbY0oP1/aiAcxABU1Ny+2tclvbFjo5FgUF9uenNwNDLnmpkWEnV1TPRcY1O1tS4H6i4umA/0MDK2K8tlAwRqHpP1uoXgQKKraWpcClTY3LQZaCLQ5NaUX5OaWJY3++SeTC/AgBmA4AXUClUJs9ver8fKsAAYEUJCws4G21dXNB1oFdD/Qz8DQTk4C+bm2dn6DZ9bRiDQ8iAEYt8CoBpK5YBIYw0AEEZwSXX4oMB4PYoC6gCzAcDqrjGzEsMfen2xEmbMv1rSTjRi26dqRjShz9o2+6WQjBrSShQSkZAIADvW/HLrLY6cAAAAASUVORK5CYII=");
}
/* table */
#records {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
#records td,
#records th {
  border: 1px solid #ddd;
  padding: 8px;
}
#records th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #8c9491;
  color: white;
}
#records td,
#records tr {
  color: rgb(102, 99, 99);
}
/* Email */
.email table,
td,
a {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
*/ .email table,
td {
  mso-table-lspace: 0pt;
  mso-table-rspace: 0pt;
}

.email img {
  -ms-interpolation-mode: bicubic;
}

/* RESET STYLES */
.email img {
  border: 0;
  height: auto;
  line-height: 100%;
  outline: none;
  text-decoration: none;
  -ms-interpolation-mode: bicubic;
}

.email table {
  border-collapse: collapse !important;
}

/* body {
      height: 100% !important;
      margin: 0 !important;
      padding: 0 !important;
      width: 100% !important;
  } */

/* iOS BLUE LINKS */
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

/* MOBILE STYLES */
@media screen and (max-width: 600px) {
  h1 {
    font-size: 32px !important;
    line-height: 32px !important;
  }
}

/* ANDROID CENTER FIX */
div[style*="margin: 16px 0;"] {
  margin: 0 !important;
}

/* cart */

.cart_section {
  width: 100%;
  padding-top: 93px;
  padding-bottom: 111px;
}

.cart_title {
  font-size: 30px;
  font-weight: 500;
}

.cart_items {
  margin-top: 8px;
  margin-bottom: 18px;
}

.cart_list {
  border: solid 1px #e8e8e8;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.cart_item {
  width: 100%;
  padding: 15px;
  padding-right: 46px;
  margin-bottom: 20px;
}

.cart_item_image {
  width: 133px;
  height: 133px;
  float: left;
}

.cart_item_image img {
  max-width: 100%;
}

.cart_item_info {
  width: calc(100% - 133px);
  float: left;
  padding-top: 18px;
}

.cart_item_name {
  margin-left: 7.53%;
}

.cart_item_title {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}

.cart_item_text {
  font-size: 18px;
  margin-top: 35px;
}

.cart_item_text span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 11px;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
}

.cart_item_price {
  text-align: right;
}

.cart_item_total {
  text-align: right;
}

.order_total {
  width: 100%;
  height: 60px;
  margin-top: 30px;
  border: solid 1px #e8e8e8;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  padding-right: 46px;
  padding-left: 15px;
  background-color: #fff;
}

.order_total_title {
  display: inline-block;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 60px;
}

.order_total_amount {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  margin-left: 26px;
  line-height: 60px;
}

.cart_buttons {
  margin-top: 60px;
  text-align: left;
}
ul.cart_list {
  list-style-type: none;
}
/* profile nav */
.imgdrop {
  max-width: 32px;
  max-height: auto;
  margin-top: -11px;
  margin-left: 30px;
}

/* cart2 */
.delete {
  background-color: #16977f;
  border: none;
  border-radius: 4px;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}
.btn1 {
  padding: 16px;
  line-height: 4px;
}
.table {
  width: 100%;
  border-collapse: collapse;
}
.table th,
.table td {
  color: #0c3546;
  background-color: #fff;
}

/* Text Animation */
@keyframes text2 {
  0%,
  50%,
  100% {
    width: 0;
  }
  60%,
  90% {
    width: 11.2em;
  }
}
@keyframes text1 {
  0%,
  50%,
  100% {
    width: 0;
  }
  10%,
  40% {
    width: 10.1em;
  }
}
.text_1 {
  animation: text1;
}
.text_2 {
  animation: text2;
}
.text_1,
.text_2 {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  top: 6px;
  animation-duration: 20s;
  animation-timing-function: steps(25, end);
  animation-iteration-count: infinite;
}
.text_1::after,
.text_2::after {
  content: "|";
  position: absolute;
  right: 0;
  animation: caret infinite;
  animation-duration: 1s;
  animation-timing-function: steps(1, end);
}
/* detail page responsiveness */
@media screen and (max-width: 800px) {
  .fee {
    width: 100%;
    margin-right: 400px;
  }
}
/* application responsiveness */

@media only screen and (min-width: 767px) {
  .sc_panel_title {
    line-height: 33px;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .sc_panel_title {
    letter-spacing: -0.5px;
    margin-top: 50px;
  }
}

/* Description-photos */
.sc_content {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #0c3546;
  box-sizing: inherit;
}
.sc_panel {
  padding: 0;
  margin: 0;
  display: flex;
  padding-bottom: 150px;
}
.panel_image {
  padding-right: 167px;
  text-align: center;
  opacity: 1;
  transform: translateY(150px);
  animation: fadeIn ease 0.8s, come-in 0.8s ease forwards;
  width: 100%;
  height: auto;
  border-radius: 2px 2px 2px 2px;
  /* box-shadow: 0 6px 20px 0 rgb(0 0 0 / 30%); */
}
.sc_img {
  width: auto;
  height: auto;
  max-width: 150%;
  max-height: 563px;
  border-radius: 2px 2px 2px 2px;
}
.sc_panel .panel_desc,
.sc_panel .panel_image {
  margin: auto;
  height: 100%;
  width: 95%;
}
.panel_desc {
  opacity: 1;
  transform: translateY(150px);
  animation: fadeIn ease 0.8s, come-in 0.8s ease forwards;
  /* margin: auto; */
  height: 100%;
}
.sc_panel_title {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.05px;
  margin-bottom: 10px;
  font-weight: 800;
  margin-top: 40px;
}

/* pricing-plan */
.price-tabs {
  -webkit-box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
  box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #16977f;
  margin-bottom: 45px;
  background-color: #f6f9ff;
  padding: 5px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .price-tabs {
    margin-bottom: 60px;
  }
}

.price-tabs .nav-link {
  color: #16977f;
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
  text-transform: capitalize;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  line-height: 1;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  z-index: 2;
}

.price-tabs .nav-link b {
  position: relative;
  transition: 0.3s ease top;
}

.price-tabs .nav-link i {
  position: relative;
  left: 25%;
  top: 38px;
  transition: 0.3s ease top;
}

.price-tabs span {
  position: absolute;
  width: 100px;
  top: 10px;
  bottom: 10px;
  left: 10px;
  border-radius: 50px;
  z-index: 1;
  transition: 0.3s ease left;
}

.price-tabs .nav-link:hover i {
  left: 0;
  font-size: 16px;
  top: 0;
}

.price-tabs .nav-link:nth-child(1):hover ~ span {
  left: 10px;
}

.price-tabs .nav-link:nth-child(2):hover ~ span {
  left: 114px;
}

.price-tabs .nav-link:nth-child(3):hover ~ span {
  left: 218px;
}

#ytd-url {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  /* padding: 10px 14px; */
  margin: 20px;
  color: #fff;
  font-family: Arial;
  font-size: 14px;
  text-decoration: none;
  background-color: #16977f;
  border-radius: 4px;
  box-shadow: 0 10px 20px -5px rgba(83, 88, 139, 0.3);
  z-index: 125;
}

@media (min-width: 768px) {
  .price-tabs .nav-link {
    padding: 12px 40px;
  }
}

.price-tabs .nav-link.active {
  background-color: #16977f;
  color: #fff;
}

.price-item {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  border-radius: 10px;
}

@media (min-width: 768px) {
  .price-item {
    margin: 0 20px;
    padding-top: 20px;
  }
}

.price-item .price-top {
  -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  padding: 50px 0 25px;
  background-color: #16977f;
  border-radius: 10px;
  position: relative;
  z-index: 0;
  margin-bottom: 33px;
}

@media (min-width: 768px) {
  .price-item .price-top {
    margin: 0 -20px;
    border-radius: 20px;
  }
}

.price-item .price-top:after {
  height: 50px;
  width: 100%;
  border-radius: 0 0 10px 10px;
  background-color: #16977f;
  position: absolute;
  content: "";
  left: 0;
  bottom: -17px;
  z-index: -1;
  -webkit-transform: skewY(5deg);
  transform: skewY(5deg);
  -webkit-box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
  box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
}

@media (min-width: 768px) {
  .price-item .price-top:after {
    border-radius: 0 0 20px 20px;
  }
}

.price-item .price-top * {
  color: #fff;
}

.price-item .price-top h2 {
  font-weight: 700;
}

.price-item .price-top h2 sup {
  top: 13px;
  left: -5px;
  font-size: 0.35em;
  font-weight: 500;
  vertical-align: top;
}

.price-item .price-content {
  padding: 30px;
  padding-bottom: 40px;
}

.price-item .price-content li {
  position: relative;
  margin-bottom: 15px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}

@media (min-width: 992px) {
  .price-item .price-content li {
    padding-left: 28px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .price-item .price-content li i {
    position: absolute;
    left: 0;
    top: 3px;
  }
}
.popular {
  background-color: #16977f;
}

.popular .price-top {
  background-color: #fff;
}

.popular .price-top:after {
  background-color: #fff;
}

.popular .price-top h4 {
  color: #101f41;
}

.popular .price-top h2,
.popular .price-top span,
.popular .price-top sup {
  color: #16977f;
}

.popular .price-content ul *,
.popular .price-content ul .zmdi-close,
.popular .price-content ul .zmdi-check {
  color: #fff !important;
}

/*flag dropdown*/
.lang-menu {
  width: 100px;
  text-align: right;
  font-weight: bold;
  margin-top: 25px;
  position: relative;
  padding: 15px;
}
.language-label {
  color: #0c3546;
  font-size: 17px;
  font-weight: normal;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.lang-menu .selected-lang {
  display: flex;
  cursor: pointer;
}

.lang-menu ul {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 126px;
  z-index: 1;
  margin: 0;
  padding: 0;
  border: 1px solid #f8f8f8;
  border-radius: 5px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
}

.lang-menu ul li {
  list-style: none;
  text-align: left;

  display: flex;
  justify-content: space-between;
}

.lang-menu ul li a {
  text-decoration: none;
  font-size: 12px;
  width: 125px;
  padding: 5px 10px;
  display: block;
}

.lang-menu ul li:hover {
  background-color: #f2f2f2;
}

.lang-menu ul li a:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  padding: 10px;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}

.rw:before {
  background-size: cover;
  border-radius: 100%;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI3MjAiIHZpZXdCb3g9IjAgMCAxMDgwIDcyMCI+CjxyZWN0IHdpZHRoPSIxMDgwIiBoZWlnaHQ9IjcyMCIgZmlsbD0iIzIwNjAzRCIvPgo8cmVjdCB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIGZpbGw9IiNGQUQyMDEiLz4KPHJlY3Qgd2lkdGg9IjEwODAiIGhlaWdodD0iMzYwIiBmaWxsPSIjMDBBMURFIi8+CjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDg4Ni41LDE4OC4xKSI+CjxnIGlkPSJoIj4KPHBhdGggaWQ9InEiIGZpbGw9IiNFNUJFMDEiIGQ9Ik0gMTE2LjEwMDAwLDAuMDAwMDAgTCAzNS42OTIwMiw0LjY5ODk0IDExMi4xNDM5OSwzMC4wNDg4OSAzMy4yNTk2NiwxMy43NzY2MCAxMDAuNTQ1NTUsNTguMDUwMDAgMjguNTYwNzIsMjEuOTE1NDEgODIuMDk1MTAsODIuMDk1MTAgMjEuOTE1NDEsMjguNTYwNzIgNTguMDUwMDAsMTAwLjU0NTU1IDEzLjc3NjYwLDMzLjI1OTY2IDMwLjA0ODg5LDExMi4xNDM5OSA0LjY5ODk0LDM1LjY5MjAyIDAuMDAwMDAsMTE2LjEwMDAwIC0xLC0xIHoiLz4KPHVzZSB4bGluazpocmVmPSIjcSIgdHJhbnNmb3JtPSJzY2FsZSgxLC0xKSIvPgo8L2c+Cjx1c2UgeGxpbms6aHJlZj0iI2giIHRyYW5zZm9ybT0ic2NhbGUoLTEsMSkiLz4KPGNpcmNsZSByPSIzNC4zIiBmaWxsPSIjRTVCRTAxIiBzdHJva2U9IiMwMEExREUiIHN0cm9rZS13aWR0aD0iMy40Ii8+CjwvZz4KPC9zdmc+");
}

.en:before {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAABhUlEQVQ4T2Ows82PjGixsc4LD2tysC/09Kjw8622tyuICG8u0w/cpGSCBzF4e1VmZkzw9anOzOj38a4KCW4IC22ECHYk1l9tn4gHMeTlTnZxLikvm+XiUpKW2hvgX+vnV5OVOQEoOGfOtv94AYOzU3Fd7XxHh6Lq6rlurqUx0W0J8Z1AnbW18yotonaYuOJBDBXls4A+bGpaBCTz86YEBtQCvVBSPAPIbY0oP1/aiAcxABU1Ny+2tclvbFjo5FgUF9uenNwNDLnmpkWEnV1TPRcY1O1tS4H6i4umA/0MDK2K8tlAwRqHpP1uoXgQKKraWpcClTY3LQZaCLQ5NaUX5OaWJY3++SeTC/AgBmA4AXUClUJs9ver8fKsAAYEUJCws4G21dXNB1oFdD/Qz8DQTk4C+bm2dn6DZ9bRiDQ8iAEYt8CoBpK5YBIYw0AEEZwSXX4oMB4PYoC6gCzAcDqrjGzEsMfen2xEmbMv1rSTjRi26dqRjShz9o2+6WQjBrSShQSkZAIADvW/HLrLY6cAAAAASUVORK5CYII=");
}

.lang-menu:hover ul {
  display: block;
}

/* footer contactus */
.fill-btn {
  background-color: #16977f;
  border: 0;
  color: #fff;
  padding: 13px 5px;
  font-size: 16px;
  font-weight: 900;
  width: 252px;
  margin: 0 auto;
  border-radius: 10px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.fill-btn:hover,
.element-btn .element-fill-btn:hover {
  background-color: #201f1f;
  box-shadow: 0px 10px 50px -10px rgb(32, 31, 31);
}

.form-Box input[type="text"],
.form-Box input[type="email"],
.form-Box input[type="passowrd"],
.form-Box textarea {
  width: 100%;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: transparent;
  padding: 5px 25px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
.form-Box textarea {
  height: 113px;
  padding: 15px 25px;
  resize: none;
}
.form-Box .b_effect:focus,
.subscribe form input:focus {
  border-color: #16977f;
}

.form-Box .fill-btn {
  position: static;
  transform: translate(0%, 0);
  -webkit-transform: translate(0%, 0);
  -moz-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  width: 184px;
}

.form-Box .fill-btn:hover,
.subscribe form .fill-btn:hover {
  background-color: #fff;
  color: #0c3546;
  box-shadow: 0px 10px 50px -10px rgb(243, 240, 240);
}

.fTitle {
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 20px;
  margin-right: 200px;
}
@media (min-width: 900px) {
  .fTitle {
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 20px;
  }
}

.fTitle span {
  color: #16977f;
}

.contact-address ul li {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 42px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.contact-address {
  /* padding: 0 15%; */
}

.contact-address ul li i {
  margin-right: 15px;
  /* display: inline-block; */
  float: left;
  line-height: 32px;
}

.contact-address ul li span {
  display: table;
}

/* account-dropdown */

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 126px;
  z-index: 1;
  margin: 0;
  padding: 0;
  border: 1px solid #f8f8f8;
  border-radius: 5px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
}

.dropdown-content a {
  text-decoration: none;
  font-size: 12px;
  width: 125px;
  padding: 5px 10px;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* breadcrumbs */
ul.breadcrumb {
  padding: inherit;
  list-style: none;
  background-color: #fff;
}
ul.breadcrumb li {
  display: inline;
  font-size: 16px;
}
ul.breadcrumb li + li:before {
  padding: 6px;
  color: black;
  content: ">";
}
ul.breadcrumb li a {
  color: #0c3546;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #16977f;
  text-decoration: underline;
}
/* end of breadcrumbs */
/* pricing-plan-2 */
.rounded-lg {
  border-radius: 1rem !important;
}

.text-small {
  font-size: 0.9rem !important;
}

.custom-separator {
  width: 5rem;
  height: 6px;
  border-radius: 1rem;
  background-color: #16977f;
}

.text-uppercase {
  letter-spacing: 0.2em;
}
.price-tag sup{
	top: 13px;
    left: -5px;
    font-size: .37em;
    font-weight: 500;
    vertical-align: top;
}
.support{
  padding-bottom: 27px;
}

/* .style {
   
  } */
