@font-face {font-family: "Ionicons";
  src: url("../fonts/ionicons/fonts/ionicons.eot?v=2.0.0");
  src: url("../fonts/ionicons/fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons/fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons/fonts/ionicons.woff?v=2.0.0") format("woff"), url("../fonts/ionicons/fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500');
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600');
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500');

.mouse-wrap, .scroll-wrap {
  position: absolute;
  bottom: 50px;
  z-index: 3;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .mouse-wrap.left, .scroll-wrap.left {
    left: 30px;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }

.mouse {
  width: 30px;
  height: 50px;
  border-radius: 20px;
  border: 2px solid #212529;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 20px); }

.mouse:before, .mouse:after {
  content: "";
  display: block;
  position: absolute; }
.clear {
  clear: both;
}
 a {
  color: #FFC000;
 }
 a:hover {
  color: #111;
 }



 /* Dropdown */
 .dropdown-menu {
  border: 0;
  border-radius: 0;
  padding: 0;}
  .dropdown-menu a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    padding-top:5px;
    padding-bottom: 5px;}
    .dropdown-item.active, .dropdown-item:active {
      background-color: #f8f9fa;
      color: #16181b;
    }
    .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;}

/* Second */
.m-1:before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 10px;
  left: calc(50% - 3px);
  background: #212529;
  -webkit-animation: m-1-ball 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  animation: m-1-ball 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; }

@-webkit-keyframes m-1-ball {
  0%, 65%, 100% {
    opacity: 0; }
  10%, 40% {
    opacity: 1; }
  0% {
    -webkit-transform: translateY(5px) scale(0.7);
    transform: translateY(5px) scale(0.7); }
  5% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  15%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  45%, 65% {
    -webkit-transform: translateY(24px) scale(0.7);
    transform: translateY(24px) scale(0.7); } }

@keyframes m-1-ball {
  0%, 65%, 100% {
    opacity: 0; }
  10%, 40% {
    opacity: 1; }
  0% {
    -webkit-transform: translateY(5px) scale(0.7);
    transform: translateY(5px) scale(0.7); }
  5% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  15%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  45%, 65% {
    -webkit-transform: translateY(24px) scale(0.7);
    transform: translateY(24px) scale(0.7); } }

.scroll-wrap {
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
  bottom: 50px;
  opacity: 1;
  visibility: visible; }
  .scroll-wrap.sleep {
    bottom: 0;
    opacity: 0;
    visibility: hidden; }

.testimonial_v1 img {
  height: 80px; }

.testimonial_v1 .heading {
  color: #495057;
  font-size: 18px; }

.testimonial_v1 .subheading {
  color: rgba(0, 0, 0, 0.4); }

.testimonial_v1 blockquote {
  font-family: "Crimson Text", Georgia, "Times New Roman", Times, serif;
  line-height: 1.7;
  color: #495057; }

.testimonial_v1.quote_v1 .media-body {
  position: relative;
  margin-top: 40px; }

.testimonial_v1.quote_v1 .quote {
  font-size: 100px;
  font-family: "Crimson Text", Georgia, "Times New Roman", Times, serif;
  color: #adb5bd;
  line-height: 0;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.testimonial_v1.quote_v2 .media-body {
  position: relative; }

.testimonial_v1.quote_v2 .quote {
  font-size: 150px;
  font-family: "Crimson Text", Georgia, "Times New Roman", Times, serif;
  color: #dee2e6;
  line-height: 0;
  top: 40px;
  position: absolute;
  left: 0%;
  z-index: -1; }

.testimonial_v2 .media-header img {
  height: 70px; }

.testimonial_v2 .media-header .heading {
  font-size: 18px; }

.testimonial_v2 .media-header .heading, .testimonial_v2 .media-header .subheading {
  display: block;
  margin-bottom: 0; }

.testimonial_v2 blockquote {
  font-family: "Crimson Text", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 18px;
  line-height: 1.7;
  color: #495057; }

.slide_testimonial_sync_v1 .slider_content .slick-slide {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 30px;
  line-height: 1; }
  .slide_testimonial_sync_v1 .slider_content .slick-slide blockquote {
    margin-bottom: 40px; }
  .slide_testimonial_sync_v1 .slider_content .slick-slide img {
    height: 170px; }
  .slide_testimonial_sync_v1 .slider_content .slick-slide .heading {
    font-size: 18px;
    margin-bottom: 0; }
  .slide_testimonial_sync_v1 .slider_content .slick-slide .subheading {
    font-size: 16px; }

.slide_testimonial_sync_v1 .slider_nav {
  width: 250px;
  margin: 0 auto; }
  .slide_testimonial_sync_v1 .slider_nav .author {
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px 10px;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in; }
    .slide_testimonial_sync_v1 .slider_nav .author.slick-current {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }

.pricing_v1 {
  margin-bottom: 50px; }
  .pricing_v1 .price {
    font-size: 50px;
    color: #ff9c09; }
    .pricing_v1 .price sup {
      font-size: 20px;
      top: -1em; }
    .pricing_v1 .price span {
      font-size: 20px;
      color: #adb5bd; }

.feature-v1,
.feature-v2 {
  margin-bottom: 30px;
  /* circle with border */ }
  .feature-v1 .icon i,
  .feature-v2 .icon i {
    font-size: 70px; }
  .feature-v1 .media-body,
  .feature-v2 .media-body {
    font-family: "Crimson Text", Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    color: #868e96; }
    .feature-v1 .media-body .heading,
    .feature-v2 .media-body .heading {
      font-size: 20px;
      font-family: "Montserrat", Arial, sans-serif; }
  .feature-v1.feature-circle,
  .feature-v2.feature-circle {
    /* circle with background color */ }
    .feature-v1.feature-circle .icon,
    .feature-v2.feature-circle .icon {
      line-height: 0;
      border-radius: 50%;
      width: 80px;
      height: 80px;
      position: relative;
      border: 1px solid #dee2e6;
      margin-bottom: 30px; }
      .feature-v1.feature-circle .icon i,
      .feature-v2.feature-circle .icon i {
        line-height: 0;
        font-size: 45px;
        position: absolute; top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }
    .feature-v1.feature-circle.feature-colored .icon,
    .feature-v2.feature-circle.feature-colored .icon {
      border: none;
      background: #ff9c09; }
      .feature-v1.feature-circle.feature-colored .icon i,
      .feature-v2.feature-circle.feature-colored .icon i {
        color: #fff; }

.feature-v2 .icon {
  line-height: 0;
  position: relative;
  text-align: center; }
  .feature-v2 .icon i {
    font-size: 36px;
    margin: 0 auto; }

.list_v1 li {
  margin-bottom: 7px; }
  .list_v1 li span {
    line-height: 0;
    margin-right: 7px;
    color: #ff9c09; }
    .list_v1 li span i {
      line-height: 0; }
      .list_v1 li span i:before {
        line-height: 0; }

.team_v1 {
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .team_v1 {
      text-align: center; } }
  .team_v1 img {
    height: 200px; }
    @media (max-width: 991px) {
      .team_v1 img {
        margin: 0 auto; } }
  .team_v1 .heading {
    color: #000;
    font-size: 24px; }
  .team_v1 .subheading {
    color: #adb5bd; }

.sm_py_cover,
.md_py_cover,
.lg_py_cover,
.xl_py_cover {
  position: relative;
  padding: 6em 0; }
  @media (max-width: 767px) {
    .sm_py_cover,
    .md_py_cover,
    .lg_py_cover,
    .xl_py_cover {
      height: inherit;
      text-align: center !important;
      padding: 6em 0; } }
  .sm_py_cover > .container,
  .md_py_cover > .container,
  .lg_py_cover > .container,
  .xl_py_cover > .container {
    position: relative; }
    .sm_py_cover > .container > .row,
    .md_py_cover > .container > .row,
    .lg_py_cover > .container > .row,
    .xl_py_cover > .container > .row {
      padding: 6em 0; }
      @media (max-width: 767px) {
        .sm_py_cover > .container > .row,
        .md_py_cover > .container > .row,
        .lg_py_cover > .container > .row,
        .xl_py_cover > .container > .row {
          height: inherit;
          padding: 6em 0; } }
  .sm_py_cover .heading,
  .md_py_cover .heading,
  .lg_py_cover .heading,
  .xl_py_cover .heading {
    font-size: 62px;
    color: white;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 0px; }
    @media (max-width: 767px) {
      .sm_py_cover .heading,
      .md_py_cover .heading,
      .lg_py_cover .heading,
      .xl_py_cover .heading {
        font-size: 42px; } }
  .sm_py_cover .sub-heading,
  .md_py_cover .sub-heading,
  .lg_py_cover .sub-heading,
  .xl_py_cover .sub-heading {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 600px;
    float: left; }
  .sm_py_cover.text-center .sub-heading,
  .md_py_cover.text-center .sub-heading,
  .lg_py_cover.text-center .sub-heading,
  .xl_py_cover.text-center .sub-heading {
    margin: 0 auto;
    float: none; }
  .sm_py_cover.text-right .sub-heading,
  .md_py_cover.text-right .sub-heading,
  .lg_py_cover.text-right .sub-heading,
  .xl_py_cover.text-right .sub-heading {
    float: right; }
  .sm_py_cover.text-left .sub-heading,
  .md_py_cover.text-left .sub-heading,
  .lg_py_cover.text-left .sub-heading,
  .xl_py_cover.text-left .sub-heading {
    float: left; }

.sm_py_cover {
  padding: 3em 0; }
  @media (max-width: 767px) {
    .sm_py_cover {
      height: inherit;
      text-align: center !important;
      padding: 3em 0; } }
  .sm_py_cover > .container {
    position: relative; }
    .sm_py_cover > .container > .row {
      padding: 3em 0; }
      @media (max-width: 767px) {
        .sm_py_cover > .container > .row {
          height: inherit;
          padding: 3em 0; } }

.lg_py_cover {
  padding: 8em 0; }
  @media (max-width: 767px) {
    .lg_py_cover {
      height: inherit;
      text-align: center !important;
      padding: 8em 0; } }
  .lg_py_cover > .container {
    position: relative; }
    .lg_py_cover > .container > .row {
      padding: 4em 0; }
      @media (max-width: 767px) {
        .lg_py_cover > .container > .row {
          height: inherit;
          padding: 4em 0; } }

.xl_py_cover {
  padding: 10em 0; }
  @media (max-width: 767px) {
    .xl_py_cover {
      height: inherit;
      text-align: center !important;
      padding: 10em 0; } }
  .xl_py_cover > .container {
    position: relative; }
    .xl_py_cover > .container > .row {
      padding: 7em 0; }
      @media (max-width: 767px) {
        .xl_py_cover > .container > .row {
          height: inherit;
          padding: 7em 0; } }

.cover,
.cover_v1,
.cover_v2,
.cover_v3,
.cover_v4 {
  position: relative;
  height: 100vh;
}
  @media (max-width: 767px) {
    .cover,
    .cover_v1,
    .cover_v2,
    .cover_v3,
    .cover_v4 {
      height: inherit;
      text-align: center !important;
      padding: 6em 0; } }
  .cover > .container,
  .cover_v1 > .container,
  .cover_v2 > .container,
  .cover_v3 > .container,
  .cover_v4 > .container {
    position: relative; }
    .cover > .container > .row,
    .cover_v1 > .container > .row,
    .cover_v2 > .container > .row,
    .cover_v3 > .container > .row,
    .cover_v4 > .container > .row {
      height: 95vh; }
      @media (max-width: 767px) {
        .cover > .container > .row,
        .cover_v1 > .container > .row,
        .cover_v2 > .container > .row,
        .cover_v3 > .container > .row,
        .cover_v4 > .container > .row {
          height: inherit;
          padding: 6em 0; } }
  .cover .play,
  .cover_v1 .play,
  .cover_v2 .play,
  .cover_v3 .play,
  .cover_v4 .play {
    width: 80px;
    height: 80px;
    display: inline-block;
    position: relative;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: white;
    -webkit-transition: .25s all ease-out;
    -o-transition: .25s all ease-out;
    transition: .25s all ease-out; }
    .cover .play:hover,
    .cover_v1 .play:hover,
    .cover_v2 .play:hover,
    .cover_v3 .play:hover,
    .cover_v4 .play:hover {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
      border: 2px solid white; }
    .cover .play:active, .cover .play:focus,
    .cover_v1 .play:active,
    .cover_v1 .play:focus,
    .cover_v2 .play:active,
    .cover_v2 .play:focus,
    .cover_v3 .play:active,
    .cover_v3 .play:focus,
    .cover_v4 .play:active,
    .cover_v4 .play:focus {
      outline: none; }
    .cover .play i,
    .cover_v1 .play i,
    .cover_v2 .play i,
    .cover_v3 .play i,
    .cover_v4 .play i {
      font-size: 50px;
      position: absolute;
      top: 50%;
      left: 55%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
  .cover .heading,
  .cover_v1 .heading,
  .cover_v2 .heading,
  .cover_v3 .heading,
  .cover_v4 .heading {
    font-size: 62px;
    color: white;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 0px; }
    @media (max-width: 767px) {
      .cover .heading,
      .cover_v1 .heading,
      .cover_v2 .heading,
      .cover_v3 .heading,
      .cover_v4 .heading {
        font-size: 42px; } }
  .cover .sub-heading,
  .cover_v1 .sub-heading,
  .cover_v2 .sub-heading,
  .cover_v3 .sub-heading,
  .cover_v4 .sub-heading {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 600px;
    float: left; }
  .cover.text-center .sub-heading,
  .cover_v1.text-center .sub-heading,
  .cover_v2.text-center .sub-heading,
  .cover_v3.text-center .sub-heading,
  .cover_v4.text-center .sub-heading {
    margin: 0 auto;
    float: none; }
  .cover.text-right .sub-heading,
  .cover_v1.text-right .sub-heading,
  .cover_v2.text-right .sub-heading,
  .cover_v3.text-right .sub-heading,
  .cover_v4.text-right .sub-heading {
    float: right; }
  .cover.text-left .sub-heading,
  .cover_v1.text-left .sub-heading,
  .cover_v2.text-left .sub-heading,
  .cover_v3.text-left .sub-heading,
  .cover_v4.text-left .sub-heading {
    float: left; }

.cover_v3 .device-1 {
  margin-top: -40%;
  max-width: 400px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media (max-width: 991px) {
    .cover_v3 .device-1 {
      max-width: 100%; } }
  @media (max-width: 767px) {
    .cover_v3 .device-1 {
      max-width: 100%;
      position: relative;
      margin-top: 10%;
      margin-bottom: -100%; } }

.cover_v3 .device-2 {
  position: absolute;
  max-width: 400px;
  left: 50%;
  margin-top: -25%; }
  @media (max-width: 991px) {
    .cover_v3 .device-2 {
      max-width: 100%; } }
  @media (max-width: 767px) {
    .cover_v3 .device-2 {
      max-width: 100%;
      position: absolute;
      margin-top: 30%;
      margin-bottom: -100%; } }

.cover_v3 .device-3 {
  z-index: 3; }

.cover_v4 {
  height: inherit;
  padding-bottom: 15em; }
  .cover_v4 .devices {
    margin-top: -12%; }
    @media (max-width: 991px) {
      .cover_v4 .devices {
        margin-top: 35%; } }
  .cover_v4 .device-2,
  .cover_v4 .device-3 {
    position: absolute;
    max-width: 400px;
    z-index: 1; }
  .cover_v4 .device-2 {
    left: 0; }
    @media (max-width: 767px) {
      .cover_v4 .device-2 {
        left: -20%; } }
  .cover_v4 .device-3 {
    right: 0; }
    @media (max-width: 767px) {
      .cover_v4 .device-3 {
        right: -20%; } }
  .cover_v4 .device-1 {
    z-index: 2;
    max-width: 500px;
    left: 50%;
    margin-top: -100px;
    margin-bottom: 200px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media (max-width: 767px) {
      .cover_v4 .device-1 {
        max-width: 300px; } }

.cover-bg-black,
.cover-bg-white,
.cover-bg-blue,
.cover-bg-indigo,
.cover-bg-purple,
.cover-bg-pink,
.cover-bg-red,
.cover-bg-orange,
.cover-bg-yellow,
.cover-bg-green,
.cover-bg-cyan {
  position: relative; }
  .cover-bg-black:before,
  .cover-bg-white:before,
  .cover-bg-blue:before,
  .cover-bg-indigo:before,
  .cover-bg-purple:before,
  .cover-bg-pink:before,
  .cover-bg-red:before,
  .cover-bg-orange:before,
  .cover-bg-yellow:before,
  .cover-bg-green:before,
  .cover-bg-cyan:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: ""; }

.cover-bg-opacity:before {
  opacity: 1; }

.cover-bg-opacity-1:before {
  opacity: .1; }

.cover-bg-opacity-2:before {
  opacity: .2; }

.cover-bg-opacity-3:before {
  opacity: .3; }

.cover-bg-opacity-4:before {
  opacity: .4; }

.cover-bg-opacity-5:before {
  opacity: .5; }

.cover-bg-opacity-6:before {
  opacity: .6; }

.cover-bg-opacity-7:before {
  opacity: .7; }

.cover-bg-opacity-8:before {
  opacity: .8; }

.cover-bg-opacity-9:before {
  opacity: .9; }

.cover-bg-black:before {
  background: black; }

.cover-bg-white:before {
  background: white; }

.cover-bg-blue:before {
  background: #ff9c09; }

.cover-bg-indigo:before {
  background: #4e3188; }

.cover-bg-purple:before {
  background: #715cb0; }

.cover-bg-pink:before {
  background: #ff5b9c; }

.cover-bg-red:before {
  background: #ee0427; }

.cover-bg-orange:before {
  background: #ef6c35; }

.cover-bg-yellow:before {
  background: #ffd500; }

.cover-bg-green:before {
  background: #00ca4c; }

.cover-bg-cyan:before {
  background: #a5e9db; }

.gradient_v1:before {
  background: #665fee;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #665fee 0%, #27c2de 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #665fee 0%, #27c2de 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(45deg, #665fee 0%, #27c2de 100%);
  background: linear-gradient(45deg, #665fee 0%, #27c2de 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#665fee', endColorstr='#27c2de',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7); }

.form_v1 {
  padding: 50px;
  -webkit-box-shadow: 1px 11px 68px -20px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 11px 68px -20px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 11px 68px -20px rgba(0, 0, 0, 0.75); }
  @media (max-width: 991px) {
    .form_v1 {
      padding: 30px; } }

input, select, textarea {
  font-weight: 300;
  color: rgba(0, 0, 0, 0.7); }

.select-wrap {
  position: relative; }
  .select-wrap:before {
    font-family: 'Ionicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f3d0";
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 26px; }
  .select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

.form-control.reverse {
  background: #f2f2f2;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  border-color: #f2f2f2; }
  .form-control.reverse:focus, .form-control.reverse:active {
    background: none;
    border-color: #ff9c09 !important; }

.form-control-outline {
  background: none; }
  .form-control-outline:focus, .form-control-outline:active {
    background: none; }
  .form-control-outline.light {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.4); }
    .form-control-outline.light:focus, .form-control-outline.light:active {
      border-color: white; }
    .form-control-outline.light::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.5); }
    .form-control-outline.light:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.5); }
    .form-control-outline.light::placeholder {
      color: rgba(255, 255, 255, 0.5); }
  .form-control-outline.dark {
    color: #868e96; }

.btn:focus, .btn:active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important; }

.btn-shadow-blue {
  -webkit-box-shadow: 0px 15px 28px -5px rgba(29, 130, 255, 0.45);
  -moz-box-shadow: 0px 15px 28px -5px rgba(29, 130, 255, 0.45);
  box-shadow: 0px 15px 28px -5px rgba(29, 130, 255, 0.45); }

.btn-pill {
  border-radius: 50px;
  padding-left: 40px;
  padding-right: 40px; }

.outline-light {
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  background: none;
  color: white; }
  .outline-light:hover, .outline-light:active, .outline-light:focus {
    outline: none;
    background: #fff !important;
    border: 1px solid white;
    color: #000; }

.outline-dark {
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  color: black;
  background: none; }
  .outline-dark:hover, .outline-dark:active, .outline-dark:focus {
    outline: none;
    background: #000 !important;
    border: 1px solid black;
    color: #fff; }

.signle-item {
  margin-bottom: 50px;
  float: left;
  width: 100%; }
  .signle-item img {
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    position: relative;
    top: 0; }
  .signle-item:focus img, .signle-item:hover img {
    top: -20px; }

.thumbnail_v1 {
  display: block;
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
  margin-bottom: 30px; }
  .thumbnail_v1 .media {
    position: relative;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    bottom: 0px; }
    .thumbnail_v1 .media:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.3);
      z-index: 2; }
    .thumbnail_v1 .media .img-wrap {
      overflow: hidden; }
      .thumbnail_v1 .media .img-wrap img {
        position: relative;
        -webkit-transition: .5s all ease;
        -o-transition: .5s all ease;
        transition: .5s all ease;
        -webkit-transform: scale(1.09);
        -ms-transform: scale(1.09);
        transform: scale(1.09); }
    .thumbnail_v1 .media .btn {
      position: absolute;
      width: 100%; }
  .thumbnail_v1 .text {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    left: 20px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .thumbnail_v1 .text .heading {
      color: #fff;
      margin-bottom: 0;
      margin-top: 0;
      font-size: 26px; }
    .thumbnail_v1 .text p {
      margin-bottom: 0;
      color: rgba(255, 255, 255, 0.7); }
  .thumbnail_v1:hover .text, .thumbnail_v1:focus .text {
    bottom: 65px; }
  .thumbnail_v1:hover .media, .thumbnail_v1:focus .media {
    bottom: 54px; }
    .thumbnail_v1:hover .media .img-wrap img, .thumbnail_v1:focus .media .img-wrap img {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }

.blog_v1 {
  float: left;
  width: 100%; }
  .blog_v1 .card-title {
    font-size: 30px; }
  .blog_v1 .card-meta {
    font-size: 14px;
    color: #ced4da; }
    .blog_v1 .card-meta a {
      color: #ced4da; }
      .blog_v1 .card-meta a:hover, .blog_v1 .card-meta a:focus, .blog_v1 .card-meta a:active {
        color: #212529; }

.cards > .card {
  border-radius: 0;
  padding: 30px; }
  @media (max-width: 991px) {
    .cards > .card {
      padding: 15px; } }

#loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000; }

#loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

#loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1; }

#loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

#loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round; }

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }

html {
  overflow-x: hidden;
  font-size: 1em; 
 text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased; /* This needs to be set or some font faced fonts look bold on Mac in Chrome/Webkit based browsers. */}

body {
  font-family: "Montserrat", Arial, sans-serif; 
  color: #666;
  font-size: .85rem;
	 text-rendering: optimizeLegibility;
  }

input, textarea, p {
  font-weight: 300; }

::-moz-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }

::-moz-selection {
  background: #000;
  color: #fff; }

/*h1, h2, h3, h4, h5, h6 {
  font-weight: 300 !important; }*/
.outline-dark, 
.outline-dark:hover {
  background-color: #FFC000;
  border-radius: 0;
  border: 0;
  color: #111111;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.outline-dark:hover {
  color: #FFF;
}

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

.bg_image, .sm_py_cover,
.md_py_cover,
.lg_py_cover,
.xl_py_cover, .cover,
.cover_v1,
.cover_v2,
.cover_v3,
.cover_v4, .slide_v2 .slide_content > .content-media {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.cover_v2 {
  height: 270px;
}

.with-overlay {
  position: relative; }
  .with-overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, 0.4); }
 

.navbar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  font-family: "Montserrat", Arial, sans-serif; padding: 0;}
  .navbar-brand {
    background: url(../images/kromja_logo_reverse_web1.png) no-repeat;
    width: 250px;
    height: 60px;
    background-size: 100%;
    margin-top: 50px;
  }
  .navbar .navbar-toggler:active, .navbar .navbar-toggler:focus {
    outline: none; }
  .navbar-collapse {padding-top: 50px;}
  .scrolled .navbar-collapse {padding-top: 0;}
  .navbar > .container {
    position: relative; 
	padding: 10px;
	}
  .navbar .navbar-toggler {
    border: none;
    color: white;
    border-color: white;
    cursor: pointer;
    padding-right: 0; }
    .navbar .navbar-toggler i {
      font-size: 30px; }
  .navbar ul > li > a {
    color: #FFF !important; 
    text-transform: uppercase;
    font-weight: 800;}
    .navbar ul > li > a.active {
      color: #FFC000 !important; }
  .navbar ul > li.cta-btn > a > span {
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5); }
  .navbar .nav-link {
    font-size: 13px;
    padding-left: 1rem !important;
    padding-right: 1rem !important; 
    padding-top: .5rem;
    padding-bottom: .5rem;
	  _font-family: 'Poppins', sans-serif;
	  font-family: 'Rubik', sans-serif;
font-weight: 500;
  }
  .navbar-expand-lg .navbar-nav .nav-item:last-child a{
    border: 1px solid #FFF;
  }
  .goodweave {
  background: url(../images/undp_goodweave.png) right center no-repeat;
  background-size: 80%;
  bottom: 0;
  height: 90px;
  position: absolute;
  right: 5px;
  width: 174px;
}


.breadcrumb {
    background: transparent;
    float: left;
    padding: 0;
    margin: 0;
    font-size: 13px;
	position: absolute;
	top:20px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.breadcrumb a {
    position: relative;
    color: #495057;
	padding-top: 20px;
    _padding-right: 16px;
}



.breadcrumb .current-page {
    color: #FFC000;
}




.cover_v2 .goodweave {
  bottom: -60px;
}
.cover_v2 > .container > .row {
  height: 200px;
}
.card-img-top {
  border-radius: 0;
}
.arrow-down {
  background: url(../images/arrow_down1.png) center center no-repeat;
  background-size: 50%;
  width: 84px;
  height: 84px;
  position: absolute;
  bottom: -20px;
  left: 45%;
	background-color: transparent !important
}
.arrow-up {
  background: url(../images/arrow_up.png) center center no-repeat;
  background-size: 40%;
  width: 84px;
  height: 84px;
  position: absolute;
  bottom: -100px;
  left: 46%;
	background-color: transparent !important
}
.social {
  _background: url(../images/yellow_dark.jpg) left bottom #FFC000 repeat-x;
  color: #111;
}
.social h2:before {
  background: #111;
}
    @media (max-width: 1199px) {
      .navbar .nav-link {
        padding-top: .5rem;
        padding-bottom: .5rem; }}
    @media (max-width: 991px) {
      .navbar .nav-link {
        padding-left: 0rem !important;
        padding-right: 0rem !important; font-size: 11px;} 
        .navbar li.nav-item{
          padding:5px;}
        .navbar-expand-md .navbar-nav li.nav-item:last-child a.nav-link  {
          padding-left: 10px !important;
          padding-right: 10px !important;
		border: 1px solid #333;}}
    @media (max-width: 767px) {
      .navbar .nav-link {
        padding-left: 0 !important;
        padding-right: 0 !important; } }
  /*@media (max-width: 991px) {
    .navbar .navbar-nav {
      background: rgba(0, 0, 0, 0.8);
      border-radius: 0px;
      padding-left: 1rem !important;
      padding-right: 1rem !important; } }*/
      .nav-tabs {border-bottom: 0;}
      .nav-tabs .nav-link {border: 0;border-radius: 0;font-weight: 300;}
      .nav-link {display:inline;padding: 0;color: #495057;}
      .nav-tabs .nav-item::after{content: '/';display: inline-block;padding:5px;color: #999;}
      .nav-tabs .nav-link.active {color: #FFC000}
      .nav-tabs .nav-item:last-child::after{color: #FFF;}
      .tab-content a {color: #666;}
  .navbar.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px; }
    .navbar.scrolled .navbar-brand {
      width: 250px;
      height: 60px;
		background: url(../images/kromja_logo_reverse_web2.png) no-repeat;
		background-size: 100%;
    margin-top: 10px;
    }

    @media (max-width: 991px) {
      .navbar.scrolled .navbar-nav {
        background: none;
        border-radius: 0px;
        padding-left: 0rem !important;
        padding-right: 0rem !important; } }
    .navbar.scrolled .navbar-toggler {
      border: none;
      color: rgba(0, 0, 0, 0.5);
      border-color: rgba(0, 0, 0, 0.5);
      cursor: pointer;
      padding-right: 0; }
    .navbar.scrolled .nav-link {
      padding-top: .5rem;
      padding-bottom: .5rem; 
      margin: .4rem 0;}
    .navbar.scrolled.awake {
      margin-top: 0px;
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .navbar.scrolled.sleep {
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .navbar.scrolled.scrolled-light {
      background: #fff !important;
      -webkit-box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.15); }
      .navbar.scrolled.scrolled-light .navbar-brand {
        color: #ff9c09; }
      @media (max-width: 991px) {
        .navbar.scrolled.scrolled-light .navbar-nav {
          background: none;
          border-radius: 0px;
          padding-left: 0rem !important;
          padding-right: 0rem !important; } 
          .navbar.scrolled .navbar-brand {margin-top: 12px;}}
      .navbar.scrolled.scrolled-light ul li a {
        color: #000 !important;
          background-color:transparent; }

        .navbar.scrolled.scrolled-light ul li a:hover, .navbar.scrolled.scrolled-light ul li a:active, .navbar.scrolled.scrolled-light ul li a:focus {
          color: #868e96 !important; }
        .navbar.scrolled.scrolled-light ul li a.active {
          color: #ff9c09 !important; }
      .navbar.scrolled.scrolled-light ul li.cta-btn > a > span {
        border: none;
        background: #00CA4C;
        color: #fff; }
.offcanvas-nav_v1 {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #000;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-nav_v1.active {
    opacity: 1;
    visibility: visible; }
  .offcanvas-nav_v1 .main-nav {
    padding-top: 50px;
    padding-right: 50px;
    float: right;
    text-align: right;
    font-size: 30px;
    height: 100vh;
    overflow-y: auto; }
    .offcanvas-nav_v1 .main-nav li {
      list-style: none;
      line-height: 1.5;
      margin-bottom: 10px; }
      .offcanvas-nav_v1 .main-nav li a {
        color: #fff; }
        .offcanvas-nav_v1 .main-nav li a.active {
          text-decoration: underline; }

.offcanvas-header_v1 {
  padding-top: 40px;
  z-index: 2;
  position: absolute;
  width: 100%; }
  .offcanvas-header_v1 > .container {
    position: relative; }
  .offcanvas-header_v1 .site-name {
    position: absolute;
    left: 15px; }
  .offcanvas-header_v1 .toggle-menu {
    position: absolute;
    right: 0px;
    top: 17px; }
    @media (max-width: 767px) {
      .offcanvas-header_v1 .toggle-menu {
        top: 13px; } .cover_v2 .goodweave {bottom: 50px;} .cover_v2{height: 200px;}.cover_v2 > .container > .row{height: 100px;}}

#nav-toggle {
  background: transparent;
  position: absolute;
  right: 0;
  top: 50%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%); }
  #nav-toggle:hover span:after {
    width: 32px; }

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 32px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  content: ''; }

#nav-toggle span:before {
  top: -10px; }

#nav-toggle span:after {
  top: 10px;
  width: 16px; }

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#nav-toggle.active span {
  background-color: transparent; }

#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0; }

#nav-toggle.active span:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

#nav-toggle.active span:after {
  width: 32px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.heading-border-bottom {
  position: relative;
padding-bottom: 10px;}
.heading-border-bottom:after {
  position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    content: "";
    background: #FFC000;
}

.heading-border-top {
  position: relative;
  padding-top: 30px; }
  .heading-border-top:before {
    position: absolute;
    top: 0;
    height: 2px;
    width: 50px;
    content: "";
    background: #ff9c09; }
  .heading-border-top.light:before {
    background: rgba(255, 255, 255, 0.7) !important; }

.text-center .heading-border-top:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.text-center .heading-border-top.light:before {
  background: rgba(255, 255, 255, 0.7) !important; }

.sample-design img{
    width: 100%;
    height: 100%;
  }
  .sample-design .col-lg-6, 
  .sample-design.col-lg-4,  
  .sample-design .col-lg-12 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .sample-design.col-lg-8 {
    padding: 0;
  }
  .sd-hover {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
  }
  .sd-hover span {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -560px;
    color: white;
    font-weight: 500;
    text-align: right;
    padding: 10px 15px;
    transition: .6s ease-out;
    z-index: 2;
  }
  .mrgn-top-10 {
    margin-top: 10px;
  }
  .padd-btm-20 {
    padding-bottom: 20px;
  }
  @media (min-width: 1200px) {
    .height-adj {
      height: 225px;
    }
  }
  @media (max-width: 1199px) {
    .height-adj {
      height: 185px;
    }
  }

.section {
  padding: 7em 0;
  position: relative;
  display: block; }
  @media (max-width: 991px) {
    .section {
      padding: 7em 0; } }
  .section.bg-half:before {
    top: 50%;
    content: "";
    background: #f8f9fa;
    bottom: 0%;
    width: 100%;
    left: 0;
    position: absolute; }

.images {
  position: relative; }
  .images .img2 {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 500px;
    -webkit-box-shadow: -17px 10px 34px -18px rgba(0, 0, 0, 0.5);
    box-shadow: -17px 10px 34px -18px rgba(0, 0, 0, 0.5); }
    @media (max-width: 767px) {
      .images .img2 {
        position: relative;
        left: inherit !important;
        top: inherit !important;
        max-width: 100%; } }
  .images.right .img1 {
    position: relative;
    z-index: 2;
    -webkit-box-shadow: -17px 10px 34px -18px rgba(0, 0, 0, 0.5);
    box-shadow: -17px 10px 34px -18px rgba(0, 0, 0, 0.5); }
  .images.right .img2 {
    position: absolute;
    top: 50%;
    left: -40%;
    z-index: 1;
    max-width: 500px; }
    @media (max-width: 767px) {
      .images.right .img2 {
        position: relative;
        left: inherit !important;
        top: inherit !important;
        max-width: 100%; } }


/* for ipad mini */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {  
	
	.cover_v1, .cover_v1 {background: url(../images/final-banner2.jpg) !important;background-size: cover !important; background-repeat: no-repeat !important;min-height: 650px;}
	
	.cover_v1, .cover_v1 > .container > .row {padding: 0;height: 100vh;}
.arrow-down {
    background: url(../images/arrow_down1.png) center center no-repeat;
        background-color: rgba(0, 0, 0, 0);
        background-size: auto auto;
    background-size: 50%;
    width: 84px;
    height: 84px;
    position: absolute;
    bottom: 50px;
    left: 45%;
    background-color: transparent !important;
}
	.goodweave {
    background: url(../images/undp_goodweave.png) right center no-repeat;
        background-size: auto auto;
    background-size: 80%;
    bottom: 40px;
    height: 90px;
    position: absolute;
    right: 5px;
    width: 174px;
}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
 .cover_v1, .cover_v1 > .container > .row {padding: 0;height: 100vh;background: url(http://www.bykromja.com/images/section/final-banner1.jpg) !important;background-size: cover !important;background-position: center center !important;}
	.goodweave {
    background: url(../images/undp_goodweave.png) right center no-repeat;
        background-size: auto auto;
    background-size: 80%;
    bottom: 40px;
    height: 90px;
    position: absolute;
    right: 5px;
    width: 174px;
}
	
}
/* for ipad mini */
@media (max-width: 767px) {
	
	
      .navbar.scrolled .navbar-nav {
        background: none;
        padding-left: 0 !important;
        padding-right: 0 !important;}
        .navbar.scrolled .navbar-brand {margin: 5px 10px 5px;}
          .navbar.scrolled .navbar-toggler, .navbar .navbar-toggler {padding: 15px;}
            .navbar-brand {margin: 10px 15px 0;width: 140px;height: 40px;}
	              .cover_v1, .cover_v1 {background: url(../images/final-banner2.jpg) !important;background-size: cover !important;}
              .cover_v1, .cover_v1 > .container > .row {padding: 0;height: 100vh;min-height:650px}
                .goodweave {background-size: 30%;height: 60px;bottom: 102px;}
                  .arrow-down{background-size: 40%;left:40%;bottom: 95px;}
	.arrow-up {
  background-size: 40%;  bottom: -100px;  left: 40%;

}

                    .navbar-collapse {padding-top:10px;padding-bottom: 20px;background-color: #fff;}
                      .navbar-nav .nav-link.active {color: #FFC000 !important;}
                        .navbar.scrolled .nav-link {margin: 0;}
                          .navbar .nav-link{padding: .5rem 0;}
                            .section {padding: 3.5em 0;}
	.phone-marginbottom{margin-bottom: 1.7rem !important;}
								.section-mob {padding: 7em 0 3em 0 !important;}
                              .heading-border-top {margin-top: 1rem !important;}
	 .heading-border-top-contact {margin-top: 2.5rem !important;}
                                .hidden-xs {display: none !important;}
	.navbar ul > li > a {
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 800;
}

}
	/* iPhone 6, 7, & 8 Plus in landscape*/
	@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape) { 
	.cover_v1, .cover_v1 {background: url(../images/final-banner1.jpg) !important;background-size: cover !important;}
	.cover_v1, .cover_v1 > .container > .row {padding: 0;height: 100vh;min-height:414px !important}
	.arrow-down {
    background-size: 40%;
    left: 40%;
    bottom: 20px;
}
	.goodweave {
    background-size: 30%;
    height: 60px;
    bottom: 25px;
}
	}
	/* iPhone 6, 7, & 8 Plus in portrait*/
	@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : portrait) { /* STYLES GO HERE */ }

@media (max-width: 767px) {
  .testimonial_v1 .media {
    display: block !important; } }

.testimonial_v1 .media img {
  max-width: 200px; }
  @media (max-width: 767px) {
    .testimonial_v1 .media img {
      margin: 0 auto 20px auto !important; } }

@media (max-width: 767px) {
  .testimonial_v1 .media .media-body {
    width: 100%;
    text-align: center; } }

.testimonial_v1 .media blockquote {
  font-style: italic; }
  .testimonial_v1 .media blockquote p {
    color: #212529;
    font-size: 18px; }
    .testimonial_v1 .media blockquote p cite {
      display: block;
      font-size: 1rem;
      font-style: normal; }
    .testimonial_v1 .media blockquote p.author {
      font-style: normal;
      color: #868e96; }

.footer {
  padding: 5em 0; }
  .footer .list-unstyled li {
    margin-bottom: 10px;
    line-height: 1.5; }
  .footer.bg-black {
    background: #000; }
    .footer .fa {
      font-size: 24px;
    }
.card_v1 {
  border: none; }
  .card_v1 .card-subtitle {
    color: #868e96; }
  .card_v1 .card-img-top {
    margin-top: 30px; }

.card_v2 .icon i:before {
  font-size: 50px;
  margin: 0;
  padding: 0;
  color: #868e96; }

.card_v2 .card-body {
  padding-top: 0; }
  .card_v2 .card-body h4 {
    margin-top: 0;
    font-size: 16px; }

.hover-zoom {
  position: relative;
  display: block;
  overflow: hidden; }
  .hover-zoom img {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .hover-zoom:before {
    position: absolute;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 1;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden; }
  .hover-zoom .icon {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    color: #fff !important;
    z-index: 1;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s all ease-out;
    -o-transition: .2s all ease-out;
    transition: .2s all ease-out; }
  .hover-zoom:hover {
    outline: none; }
    .hover-zoom:hover .icon {
      margin-top: 0;
      opacity: 1;
      visibility: visible; }
    .hover-zoom:hover:before {
      opacity: 1;
      visibility: visible; }
    .hover-zoom:hover img {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }

.half {
  width: 50%;
  float: left; }
  @media (max-width: 991px) {
    .half {
      width: 100%;
      float: none; }
      .half#map {
        height: 300px; } }

.accordion .item > a {
  display: block;
  border-bottom: 1px solid #e9ecef;
  padding: 10px 0;
  position: relative;
  color: #495057; }
  .accordion .item > a:after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'Ionicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f2c7"; }
  .accordion .item > a[aria-expanded="true"] {
    color: #ff9c09;
    border-bottom: 1px solid transparent; }
    .accordion .item > a[aria-expanded="true"]:after {
      content: "\f2f4"; }

.accordion .item > div *:last-child {
  margin-bottom: 0; }

.contact_details_v1 {
  margin: 0;
  padding: 0; }
  .contact_details_v1 li {
    list-style: none;
    padding: 0;
    font-style: italic;;
    margin: 0 0 1em 0;
    font-size: 14px;
    font-weight: 400;
    color: #7B7B7B; }
    .contact_details_v1 li span {
      display: block;
      font-size: 14px;
      color: #adb5bd; }

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 9;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  cursor: pointer;
  color: #000; }
  @media (max-width: 767px) {
    .slick-arrow {
      display: none !important; } }
  .slick-arrow.prev {
    left: 20px; }
  .slick-arrow.next {
    right: 20px; }
  .slick-arrow i {
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }

.slick-dots {
  position: absolute;
  bottom: -40px;
  z-index: 1;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer;
      position: relative; }
      .slick-dots li button:before {
        width: 7px;
        height: 7px;
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        -webkit-transition: .3s all ease-out;
        -o-transition: .3s all ease-out;
        transition: .3s all ease-out; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          background: rgba(0, 0, 0, 0.7); }
    .slick-dots li.slick-active button:before {
      background: rgba(0, 0, 0, 0.7); }

.media_v1 > .icon,
.media_v2 > .icon {
  width: 80px;
  height: 80px;
  position: relative; }
  .media_v1 > .icon i,
  .media_v2 > .icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); }
    .media_v1 > .icon i.flaticon,
    .media_v2 > .icon i.flaticon {
      top: 48%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%); }
      .media_v1 > .icon i.flaticon:before,
      .media_v2 > .icon i.flaticon:before {
        font-size: 46px;
        margin: 0;
        padding: 0; }

.media_v1 h3,
.media_v2 h3 {
  color: #212529; }

.icon_v1 i.flaticon:before {
  font-size: 80px;
  margin: 0;
  padding: 0; }

.slide_v1 .link-block {
  display: block;
  position: relative;
  color: #A5E9DB; }
  .slide_v1 .link-block:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.05); }
  .slide_v1 .link-block .slide-text {
    position: absolute;
    z-index: 10;
    bottom: 20px;
    left: 20px; }
    .slide_v1 .link-block .slide-text h2 {
      font-size: 24px;
      font-weight: 400;
      color: #fff;
      margin-bottom: 0; }
    .slide_v1 .link-block .slide-text *:last-child {
      margin-bottom: 0; }

.slide_v2 .slick-slide {
  padding: 10px;
  position: relative; }

.slide_v2.slider-nav .slick-slide {
  margin: 10px;
  padding: 0;
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
  border: 2px solid transparent; }
  .slide_v2.slider-nav .slick-slide .card_v2 {
    background: none; }
  .slide_v2.slider-nav .slick-slide.slick-current .card_v2 {
    background: none; }
  .slide_v2.slider-nav .slick-slide.slick-current .icon i:before {
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
    color: #00CA4C; }

.slide_v2 .slide_content {
  background: #fff;
  -webkit-box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.15); }
  @media (max-width: 991px) {
    .slide_v2 .slide_content > .content-media {
      height: 350px; } }
  .slide_v2 .slide_content > .content-media, .slide_v2 .slide_content .slide_content-text {
    width: 50%; }
    @media (max-width: 991px) {
      .slide_v2 .slide_content > .content-media, .slide_v2 .slide_content .slide_content-text {
        width: 100%; } }
  .slide_v2 .slide_content .slide_content-text {
    padding: 50px; }
    @media (max-width: 991px) {
      .slide_v2 .slide_content .slide_content-text {
        padding: 20px; } }

@media (max-width: 991px) {
  .slide_v2 .slick-arrow {
    display: none; } }

.slide_v2 .slick-arrow.prev {
  left: -50px; }

.slide_v2 .slick-arrow.next {
  right: -50px; }

.overflow-hidden {
  overflow: hidden; }

/*# sourceMappingURL=style.css.map */

@media (max-width:767px){
  .hidden-xs{display:none!important;}
}
@media (min-width:768px) and (max-width:991px){
  .hidden-sm{display:none!important;}
}
@media (min-width:992px) and (max-width:1199px){
  .hidden-md{display:none!important;}
}
@media (min-width:1200px){
  .hidden-lg{display:none!important;}
}

.slide-down {
    position: absolute;
    color: #fff;
    z-index: 1;
    width: 38px;
    font-size: 37px;
    height: 38px;

    left: 50%;
    margin-left: -19px;
    bottom: 25px;
    cursor: pointer;
}

.slide-down {
    color: #fff;
    font-size: 37px;
    cursor: pointer;
}

.font-rubik-text-upper{font-family: 'Rubik', sans-serif;text-transform: uppercase}