/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic);
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
.box, .testimonial #testimonial-slider .owl-dots .owl-dot span, .testimonial #testimonial-slider-2 .owl-dots .owl-dot span {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  border-radius: 3px;
}

body {
  position: relative;
}

.section, .cta3, .testimonial {
  padding-top: 40px;
  padding-bottom: 60px;
}

@media (max-width: 47.9rem) {
  .section, .cta3, .testimonial {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.marginBottom10 {
  margin-bottom: 10px;
}

.marginBottom20 {
  margin-bottom: 20px;
}

.marginBottom30 {
  margin-bottom: 30px;
}

.header-classic {
  padding-bottom: 60px;
}

.section-subtitle {
  color: #919191;
}

a:focus {
  outline: none;
}

ul {
  padding: 0;
  list-style-type: none;
}

.img-full {
  width: 100%;
}

.btn {
  letter-spacing: 2px;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
  max-width: 100%;
}

.btn i {
  position: relative;
  top: 2px;
}

.btn-mountain {
  border-radius: 3px;
  padding: 18px 65px;
  border: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #00a1f1;
  color: #fff;
  border-color: #00a1f1;
  border-bottom: 4px solid #007fbe;
}

.btn-mountain.btn-sm {
  padding: 8px 20px;
}

@media (max-width: 768px) {
  .btn-mountain {
    padding: 8px 25px;
  }
}

.btn-mountain:hover, .btn-mountain:focus, .btn-mountain:active {
  color: #fff;
  background: #0caeff;
  border-color: #0caeff;
  border-bottom-color: #0090d8;
}

.btn-mountain-flat {
  border-radius: 3px;
  padding: 18px 65px;
  border: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #007fbe;
  color: #fff;
  border-color: #007fbe;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.btn-mountain-flat.btn-sm {
  padding: 8px 20px;
}

@media (max-width: 768px) {
  .btn-mountain-flat {
    padding: 8px 25px;
  }
}

.btn-mountain-flat:hover, .btn-mountain-flat:focus, .btn-mountain-flat:active {
  color: #fff;
  background: #00a1f1;
  border-color: #00a1f1;
}

.btn-mountain-o {
  border-radius: 3px;
  padding: 18px 65px;
  border: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #00a1f1;
  border: 2px solid #00a1f1;
  background: transparent;
}

.btn-mountain-o.btn-sm {
  padding: 8px 20px;
}

@media (max-width: 768px) {
  .btn-mountain-o {
    padding: 8px 25px;
  }
}

.btn-mountain-o.btn-o-white {
  color: white;
  border-color: white;
}

.btn-mountain-o:hover, .btn-mountain-o:focus, .btn-mountain-o:active {
  color: #fff;
  background: #00a1f1;
  border-color: #00a1f1;
}

.btn-mountain-white-bordered {
  border-radius: 3px;
  padding: 18px 65px;
  border: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
  border: 2px solid #fff;
  background: transparent;
}

.btn-mountain-white-bordered.btn-sm {
  padding: 8px 20px;
}

@media (max-width: 768px) {
  .btn-mountain-white-bordered {
    padding: 8px 25px;
  }
}

.btn-mountain-white-bordered:hover, .btn-mountain-white-bordered:focus, .btn-mountain-white-bordered:active {
  color: #4A5670;
  background: #fff;
  border-color: #fff;
}

.btn-mountain-underlined {
  border-radius: 3px;
  padding: 18px 65px;
  border: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
  padding: 6px 12px;
}

.btn-mountain-underlined.btn-sm {
  padding: 8px 20px;
}

@media (max-width: 768px) {
  .btn-mountain-underlined {
    padding: 8px 25px;
  }
}

.btn-mountain-underlined:after {
  background-color: #eeeeee;
  position: absolute;
  width: 30%;
  left: 10px;
  bottom: 1px;
  border: 1px solid;
  content: "";
  -webkit-transform: rotateY(45deg);
  -ms-transform: rotateY(45deg);
  transform: rotateY(45deg);
  -webkit-transition: all 0.75s;
  transition: all 0 0.75s;
}

.btn-mountain-underlined:hover:after {
  width: 55%;
}

.btn-round {
  border-radius: 55px;
}

.btn-list {
  margin-bottom: 15px;
}

.btn-list a {
  margin-right: 15px;
}

.default-mountain-link {
  display: block;
  font-size: 1.414rem;
  color: #007fbe;
  text-decoration: underline;
  font-weight: 700;
}

.btn-clean {
  border: none;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  border-radius: 0;
  font-weight: 700;
  text-shadow: none;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-clean:hover, .btn-clean:focus, .btn-clean:active {
  color: #fff;
}

.btn-clean::before,
.btn-clean::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
  content: '';
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.btn-clean::before {
  top: 0;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.btn-clean::after {
  bottom: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

.btn-clean:hover,
.btn-clean:focus {
  color: #fff;
}

.btn-clean:hover::before,
.btn-clean:focus::before,
.btn-clean:hover::after,
.btn-clean:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.btn-classic {
  border-bottom: 1px solid #007fbe;
  color: #007fbe;
  padding: 5px 0;
  border-radius: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: 700;
}

.btn-classic span {
  padding-left: 5px;
}

.btn-classic:hover {
  border-color: transparent;
}

.btn-classic:hover span {
  padding-left: 10px;
}

.btn-video {
  border-radius: 3px;
  padding: 18px 65px;
  border: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
  padding: 0;
  position: relative;
  margin-left: 90px;
}

.btn-video.btn-sm {
  padding: 8px 20px;
}

@media (max-width: 768px) {
  .btn-video {
    padding: 8px 25px;
  }
}

.btn-video:hover, .btn-video:active, .btn-video:focus {
  color: #fff;
  outline: none;
}

.btn-video:hover:before, .btn-video:active:before, .btn-video:focus:before {
  opacity: 0.8;
}

.btn-video:before {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  left: -80px;
  top: -26px;
  content: "\f488";
  font-family: 'Ionicons';
  width: 70px;
  height: 70px;
  text-align: center;
  display: inline-block;
  background-color: #fff;
  color: #007fbe;
  border-radius: 40px;
  font-size: 25px;
  line-height: 72px;
  text-indent: 5px;
}

.btn-mountain-link {
  color: #007fbe;
  padding: 0;
}

.btn-mountain-link .btn-icon {
  font-size: 1.414rem;
  padding: 0 5px;
  margin-left: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-mountain-link:hover {
  color: #007fbe;
}

.btn-mountain-link:hover .btn-icon {
  margin-left: 10px;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

body.pace-running main {
  opacity: 0;
  filter: alpha(opacity=0);
}

body.pace-done main {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.description-wrapper {
  margin-bottom: 40px;
}

.description-wrapper h3 {
  margin-bottom: 35px;
}

.description-wrapper p {
  font-size: 1.414rem;
  line-height: 2.121rem;
  color: #676766;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .description-wrapper {
    margin-bottom: 0;
  }
}

.main-content-wrapper {
  margin-bottom: 40px;
}

.main-content-wrapper:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .main-content-wrapper {
    margin-bottom: 0;
  }
}

.alert > i {
  display: inline-block;
  margin-right: 6px;
  font-size: 20px;
  position: relative;
  top: 3px;
  left: 0;
  line-height: 0;
}

button.close > i {
  font-size: 12px;
  width: 20px;
  display: inline-block;
  padding: 5px;
}

.alert-mountain {
  border: 2px solid;
  border-radius: 3px;
}

.icon-container > i {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 1.999rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 20px;
  padding: 10px;
  text-align: center;
  box-sizing: content-box;
}

.form-control {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  box-shadow: none;
  height: 36px;
}

.form-control.input-lg {
  height: 46px;
  font-size: 18px;
  padding: 6px 12px;
}

::-webkit-input-placeholder {
  color: #d0d0d0;
  font-size: 0.707rem;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #d0d0d0;
  font-size: 0.707rem;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #d0d0d0;
  font-size: 0.707rem;
}

:-ms-input-placeholder {
  color: #d0d0d0;
  font-size: 0.707rem;
}

.tab-content {
  margin-top: 20px;
}

/* grid without gutter */
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

/* 5 col grid */
.col-custom-xs-5,
.col-custom-sm-5,
.col-custom-md-5,
.col-custom-lg-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-custom-xs-5 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-custom-sm-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-custom-md-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-custom-lg-5 {
    width: 20%;
    float: left;
  }
}

.pb0 {
  padding-bottom: 0;
}

.pt0 {
  padding-top: 0;
}

figcaption {
  margin-top: 6px;
}

.header-btn-group .btn {
  margin-right: 20px;
}

.header-btn-group .btn:last-child {
  margin-right: 0;
}

.input-sm {
  width: 50%;
}

.privacy h3 {
  padding: 15px 0 10px;
}

.title1 h2 {
  margin-top: 120px;
}

.title1 h3 {
  padding-bottom: 30px;
}

.background-light {
  background-color: #f8f8f8;
}

.intro500 {
  text-align: center;
  padding: 100px 0;
}

@media (min-width: 1200px) {
  .intro500 {
    padding: 225px 0;
  }
}

.intro500 .btn {
  margin-top: 30px;
}

.sm-push-bottom-120 {
  margin-bottom: 120px;
}

@media (min-width: 992px) {
  .sm-push-bottom-120 {
    margin-bottom: 0px;
  }
}

.bg-white {
  background-color: #fff;
}

.overlay-none:before {
  content: none !important;
}

.pace .pace-progress {
  border-radius: 10px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*Necessary Fonts*/
/*****************/
/*Global Settings*/
/*****************/
* {
  outline: none;
}

html {
  font-size: 16px;
}

body {
  font-family: Arial, serif;
  /*font-family: Lora, serif;*/
  color: #181622;
}

@media (min-width: 48rem) {
  .m-t-0 {
    margin-top: 0 !important;
  }
}

h1, h2, h3, h4, h5 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.42em;
}

h6 {
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/*Type-Scale [Augmented Fourth]*/
/*******************************/
h1 {
  font-size: 1.999rem;
}

@media (min-width: 768px) {
  h1 {
    font-size: 3.998rem;
  }
}

h2 {
  font-size: 1.999rem;
}

@media (min-width: 768px) {
  h2 {
    font-size: 2.827rem;
  }
}

h3 {
  font-size: 1.414rem;
}

@media (min-width: 768px) {
  h3 {
    font-size: 1.999rem;
  }
}

h4 {
  font-size: 1.414rem;
  line-height: 2.121rem;
}

p {
  font-size: 1rem;
  line-height: 1.414em;
  font-weight: 400;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.707rem;
}

small {
  font-size: 0.5rem;
}

.font-title {
  font-family: Poppins, sans-serif;
}

.alt_font {
  font-family: Montserrat, sans-serif;
}

ul.plain-list {
  list-style: initial;
  padding-left: 30px;
}

blockquote p {
  font-style: italic;
  font-size: 1.414rem;
}

p.lead {
  font-size: 1.414rem;
  line-height: 2.121rem;
  margin-bottom: 40px;
  font-weight: 400;
}

p.lead.dropcap:first-letter {
  float: left;
  line-height: 3.998rem;
  margin-right: 10px;
  font-size: 3.998rem;
}

.text-capital {
  text-transform: uppercase;
}

.title-subtitle h2 {
  margin-bottom: 0;
  font-weight: 700;
  margin-top: 0;
}

.title-subtitle p {
  font-weight: 400;
  font-size: 1.414rem;
  margin-top: 0;
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 60px;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# menu bars
--------------------------------------------------------------*/
.nav > li > a:hover, .nav > li > a:focus, .nav > li.active > a {
  background-color: transparent !important;
}

.icon-menu .menuzord .menuzord-menu > li > a:hover, .icon-menu .menuzord .menuzord-menu > li.active > a {
  color: #111;
}

.icon-menu .nav > li > a:hover, .icon-menu .nav > li > a:focus, .icon-menu .nav > li.active > a {
  background-color: transparent;
}

.icon-menu ul {
  padding-top: 0;
}

.icon-menu li a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.icon-menu li a:hover {
  color: #007fbe;
}

.icon-menu li a:hover i {
  color: #007fbe;
}

.icon-menu li a span {
  margin-top: 0;
}

.icon-menu li a i {
  display: block;
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 0;
}

.icon-menu li.active i {
  color: #007fbe;
}

.icon-menu li.active span {
  background-color: transparent !important;
  color: #007fbe;
  font-weight: 600;
}

ul.top-links, ul.top-social, ul.top-contact-links {
  margin-bottom: 0;
}

ul.top-links li, ul.top-social li, ul.top-contact-links li {
  display: block;
  float: left;
  width: auto;
}

@media (min-width: 992px) {
  ul.top-links li, ul.top-social li, ul.top-contact-links li {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  ul.top-links li:last-child, ul.top-social li:last-child, ul.top-contact-links li:last-child {
    border-right: none;
  }
}

ul.top-links li a, ul.top-social li a, ul.top-contact-links li a {
  display: block;
  padding: 0 6px;
  line-height: 50px;
  text-transform: uppercase;
  color: #d0d0d0;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 0.707rem;
  text-decoration: none;
}

ul.top-links li a:hover, ul.top-social li a:hover, ul.top-contact-links li a:hover {
  color: #007fbe;
}

@media (min-width: 992px) {
  ul.top-links li a, ul.top-social li a, ul.top-contact-links li a {
    padding: 0 15px;
  }
}

ul.top-links {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  ul.top-links {
    border-bottom: none;
    float: left;
  }
}

ul.top-contact-links li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  width: 100%;
}

@media (min-width: 992px) {
  ul.top-contact-links li {
    border-bottom: none;
    display: inline-block;
    width: auto;
  }
}

@media (min-width: 992px) {
  ul.top-contact-links {
    float: right;
  }
}

ul.top-social li a {
  font-size: 1rem;
  font-weight: normal;
  color: #d0d0d0;
}

ul.top-contact-links li {
  color: #d0d0d0;
  position: relative;
  display: block;
  float: left;
  width: auto;
  padding: 0 6px;
  line-height: 50px;
  text-transform: uppercase;
  color: #d0d0d0;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 0.707rem;
}

ul.top-contact-links li span.contact-link-text {
  display: inline-block;
  margin-left: 25px;
  line-height: 44px;
}

ul.top-contact-links li span.contact-link-icons {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  font-size: 1.414rem;
  color: #007fbe;
}

.contact-link-icons {
  margin-right: 10px;
}

/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

/* Overlay closing cross */
.overlay .overlay-close {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  background: url(../images/header/cross.png) no-repeat center center;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 100;
}

/* Menu style */
.overlay nav {
  text-align: center;
  position: relative;
  top: 50%;
  height: 60%;
  font-size: 54px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
}

.overlay ul li {
  display: block;
  height: 20%;
  height: -webkit-calc(100% / 5);
  height: calc(100% / 5);
  min-height: 54px;
}

.overlay ul li a {
  font-weight: 300;
  display: block;
  color: #fff;
  -webkit-transition: color 0.2s;
  transition: all 0.4s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
  text-decoration: none;
  color: #007fbe;
}

/* Effects */
.overlay-hugeinc {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.overlay-hugeinc nav {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.overlay-hugeinc nav ul {
  opacity: 0.4;
  -webkit-transform: translateY(-25%) rotateX(35deg);
  transform: translateY(-25%) rotateX(35deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul {
  -webkit-transform: translateY(25%) rotateX(-35deg);
  transform: translateY(25%) rotateX(-35deg);
}

@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px;
  }
  .overlay ul li {
    min-height: 34px;
  }
}

.overlay-menu-wrap {
  position: relative;
  position: fixed;
  z-index: 999;
  width: 100%;
}

.overlay-menu-wrap .mountain-logo img {
  width: 80px;
}

.overlay-menu-wrap .container {
  position: relative;
}

.overlay-menu-wrap a.mountain-logo {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding: 20px 0;
  float: left;
}

.trigger-overlay {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  margin: 0;
  border-radius: 1px;
  border: none;
  background-color: transparent;
  color: #fff;
}

.trigger-overlay i {
  font-size: 24px;
  line-height: 1;
  display: block;
}

.openmenu {
  display: block !important;
}

.menuzord {
  z-index: 999;
  /*text-transform: uppercase;*/
  background: transparent;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .menuzord {
    background: black;
  }
}

.menuzord .menuzord-brand {
  margin: 11px 30px 0 0;
}

.menuzord .menuzord-brand img {
  width: 80%;
}

.menuzord .menuzord-brand .default-logo {
  display: block;
}

.menuzord .menuzord-brand .dark-logo {
  display: none;
}

.menuzord span.new {
  background-color: #007fbe;
  margin-left: 20px;
  font-weight: 700;
  line-height: 1.6;
  font-size: 10px;
  padding: 0 6px;
  right: 15px;
  top: 0;
}

.menuzord .menuzord-menu > li > a {
  color: #fff;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.menuzord .menuzord-menu > li > a:hover, .menuzord .menuzord-menu > li > a:active {
  color: #cdcdcd;
}

.menuzord .menuzord-menu > li > a .indicator {
  font-family: 'Ionicons';
  padding-left: 5px;
}

.menuzord .menuzord-menu .dropdown {
  background-color: #0d0d0d !important;
  border-top: 1px solid rgba(134, 134, 134, 0.5);
  padding-top: 15px;
}

.menuzord .menuzord-menu .dropdown li:hover > a {
  color: #fff;
}

.menuzord .menuzord-menu .dropdown a {
  font-family: Montserrat, sans-serif;
  padding: 10px 25px;
  font-size: 14px;
  position: relative;
}

.menuzord .menuzord-menu .dropdown a span.new {
  color: #fff;
}

.menuzord .menuzord-menu .dropdown a:hover, .menuzord .menuzord-menu .dropdown a:active {
  color: #fff;
  opacity: 1;
}

@media (max-width: 1200px) {
  .menuzord .menuzord-menu > li > .megamenu.megamenu-quarter-width {
    width: 33.33%;
  }
}

@media (max-width: 991px) {
  .menuzord .menuzord-menu > li > .megamenu.megamenu-half-width {
    width: 100%;
  }
  .menuzord .menuzord-menu > li > .megamenu.megamenu-quarter-width {
    width: 50%;
  }
}

.menuzord .menuzord-menu > li > .megamenu {
  background-color: #0d0d0d;
  border-top-color: rgba(134, 134, 134, 0.5);
  padding: 30px 30px 0 30px;
}

@media (min-width: 768px) {
  .menuzord .menuzord-menu > li > .megamenu {
    min-width: 450px;
  }
}

.menuzord .menuzord-menu > li > .megamenu ul {
  padding-top: 0;
  margin-bottom: 30px;
}

.menuzord .menuzord-menu > li > .megamenu h4 {
  color: #fff;
  margin-top: -6px;
  padding-bottom: 3px;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 700;
  border-bottom: 1px solid rgba(134, 134, 134, 0.5);
}

.menuzord .menuzord-menu > li > .megamenu h5 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.menuzord .menuzord-menu > li > .megamenu a {
  color: #fff;
  padding: 7px 0;
  display: block;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.menuzord .menuzord-menu > li > .megamenu a span.new {
  color: #fff;
}

.menuzord .menuzord-menu > li > .megamenu a:hover {
  text-decoration: none;
  color: #1bbeb4;
  padding-left: 5px;
}

@media (max-width: 768px) {
  .menuzord-responsive .menuzord-menu > li > a {
    border-bottom-color: #626262;
    color: #fff;
  }
  .menuzord-responsive .menuzord-menu li .indicator {
    border-left: none;
    width: 100%;
    right: 0;
    text-align: right;
    padding-right: 22px;
  }
  .menuzord-responsive .menuzord-menu ul.dropdown li a {
    border-bottom: 1px solid transparent;
  }
  .menuzord .menuzord-menu > li > .megamenu a {
    padding: 10px 0px;
  }
}

.menuzord-responsive .showhide {
  padding: 20px 0 0;
}

@media (max-width: 768px) {
  .menuzord-responsive .menuzord-brand {
    margin: 8px 30px 10px 20px;
  }
  .menuzord {
    float: none;
    margin-bottom: 0 !important;
    overflow: hidden;
  }
}

@media (min-width: 768px) and (max-width: 802px) {
  .menuzord-menu > li > a {
    padding: 26px 13px;
  }
}

.menuzord--light {
  background-color: #fff;
}

.menuzord--light .menuzord-menu > li > a {
  color: #111;
}

.menuzord--light .menuzord-menu > li > a:hover, .menuzord--light .menuzord-menu > li > a:active {
  color: #999999;
}

.menuzord--light .menuzord-menu > li.active > a {
  color: #999999;
}

.navigationbar--fixed--top {
  position: fixed;
  top: 0;
  -webkit-transform: translate3d(0, -120px, 0);
  transform: translate3d(0, -120px, 0);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
}

.navigationbar--fixed--top--transition {
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
}

.navigationbar--fixed--top--animate {
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}

.dot-menu .menuzord {
  background-color: transparent;
  box-shadow: none;
}

.dot-menu .menuzord .menuzord-menu li a span {
  padding: 3px 7px;
  color: #fff;
}

.split-cover-nav .menuzord {
  background-color: #fff;
  border-bottom: 1px solid #f2f3f5;
}

.split-cover-nav .menuzord .menuzord-brand .default-logo {
  display: none !important;
}

.split-cover-nav .menuzord .menuzord-brand .dark-logo {
  display: block !important;
}

.split-cover-nav .menuzord .menuzord-menu > li > a {
  color: #000;
}

.solid {
  background-color: #111;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/*--------------------------------------------------------------

/*--------------------------------------------------------------
# about us
--------------------------------------------------------------*/
/*About Section*/
/***************/
.about {
  background-color: #fff;
}

.about p {
  font-size: 1.414rem;
  line-height: 2.121rem;
  font-weight: 300;
  font-size: 1.414rem;
  line-height: 1.414;
  font-weight: 300;
  margin-bottom: 15px;
  color: #5d5d5d;
}

.about h3 {
  margin-bottom: 15px;
  margin-top: 75px;
  font-weight: 700;
}

.about img {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .about img {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .about img {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  .about {
    padding-top: 120px;
  }
}

@media (max-width: 768px) {
  .about {
    padding-top: 16px;
  }
}

@media (max-width: 768px) {
  .about-us-1 {
    padding: 50px 0;
  }
  .about h3 {
    margin-top: 10px;
  }
  .about p {
    font-size: 1rem;
  }
}

.personal_about_section h3 {
  margin-top: 0;
}

.about-us-1 {
  background-color: #f7f7f7;
}

.about-us-bigbg-wrap {
  position: relative;
  background-color: #f7f7f7;
  overflow: hidden;
}

@media (min-width: 768px) {
  .about-us-bigbg-wrap {
    height: 100vh;
  }
}

.about-us-bigbg-wrap .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.about-us-bigbg-wrap .bg-image-wrap {
  /* margin-bottom: 30px; */
}

@media (min-width: 768px) {
  .about-us-bigbg-wrap .bg-image-wrap {
    position: absolute;
    height: 100%;
    left: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .about-us-bigbg-wrap .content {
    display: table;
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media (min-width: 768px) {
  .about-us-bigbg-wrap .content .content-wrap {
    display: table-cell;
    vertical-align: middle;
    padding: 3em;
  }
}

@media (max-width: 767px) {
  .about-us-bigbg-wrap .content .content-wrap {
    padding: 15px;
  }
}

.about-us-bigbg-wrap .content .content-wrap h2 {
  margin-bottom: 30px;
}

.about-us-bigbg-wrap .content .content-wrap p {
  line-height: 1.7;
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .about-us-bigbg-wrap .content .content-wrap p {
    margin-bottom: 15px;
  }
}

.about-us-5 .logo-wrap {
  position: relative;
  background-color: #007fbe;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 0 auto 30px;
}

@media (min-width: 992px) {
  .about-us-5 .logo-wrap {
    margin: 0;
  }
}

.about-us-5 .logo-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.about-us-5 .text-wrap span {
  font-size: 1.999rem;
  font-weight: 300;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
  line-height: 65px;
}

.about-us-5 .text-wrap span strong {
  font-weight: 300;
  color: #007fbe;
}

.about-us-6 h3 {
  font-family: Poppins, sans-serif;
  margin-bottom: 30px;
}

.about-us-6 p.about-main-para {
  font-size: 1.414rem;
  font-weight: 300;
  line-height: 1.7;
  width: 90%;
  margin-bottom: 30px;
}

.about-us-6 .features {
  margin-top: 40px;
}

@media (min-width: 992px) {
  .about-us-6 .features {
    margin-top: 0;
  }
}

.about-us-6 .features p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 30px;
  color: #676767;
}

.about-us-6 h5 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.about-us-7-wrap {
  position: relative;
  background-color: #f7f7f7;
}

.about-us-7-wrap .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

.about-us-7-wrap .bg-image-wrap {
  padding: 0px;
  /* @media (min-width: 768px){
      position: absolute;
      height: 100%;
      left: 0;
      margin-bottom: 0;
    } */
}

.about-us-7-wrap .content {
  position: relative;
  width: 100%;
  display: table;
  height: 100vh;
  /* padding-bottom: 80px; */
}

.about-us-7-wrap .content form {
  margin-top: 40px;
  line-height: 2;
  font-size: 1.414rem;
}

.about-us-7-wrap .content form input[type="text"],
.about-us-7-wrap .content form input[type="email"],
.about-us-7-wrap .content form textarea {
  font-size: 1.414rem;
}

.about-us-7-wrap .content form .btn-mountain-flat {
  margin-top: 40px;
}

.about-us-7-wrap .content form ::-webkit-input-placeholder {
  font-size: 1.414rem;
}

.about-us-7-wrap .content form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 1.414rem;
}

.about-us-7-wrap .content form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 1.414rem;
}

.about-us-7-wrap .content form :-ms-input-placeholder {
  font-size: 1.414rem;
}

.about-us-7-wrap .content form .form-group {
  margin-top: -10px;
  margin-left: 15px;
}

.about-us-7-wrap .content .form-control {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  border-bottom-color: #ddd;
  border-radius: 0;
  padding: 0 0 0 5px;
  height: auto;
}

.about-us-7-wrap .content .content-wrap {
  display: table-cell;
  vertical-align: middle;
  /* padding: 0 30px; */
  padding: 80px 15px 80px 40px;
}

.about-us-8 h3 {
  margin-bottom: 30px;
  color: #d0d0d0;
}

.about-us-8 .btn-sm {
  margin-top: 30px;
}

.corporate-about-6 {
  background-color: #f7f7f7;
}

.about-us-bigbg-wrap.about-bigbg-grid .content {
  min-height: 70vh;
}

.about-us-bigbg-wrap.about-bigbg-grid .content-wrap {
  padding-top: 60px;
}

.about-us-bigbg-wrap.about-bigbg-grid .content-wrap .single-grid {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .about-us-bigbg-wrap.about-bigbg-grid .content-wrap .single-grid {
    margin-bottom: 0px;
  }
}

.about-us-bigbg-wrap.about-bigbg-grid .content-wrap div {
  font-family: Montserrat, sans-serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  color: #181622;
}

@media (min-width: 768px) {
  .about-us-bigbg-wrap.about-bigbg-grid .content-wrap .bigbg-grid-row {
    margin-bottom: 60px;
  }
}

.about-us-bigbg-wrap.about-bigbg-grid .content-wrap i {
  font-size: 48px;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  color: #999;
  line-height: 1;
}

@media (min-width: 768px) {
  .about-us-bigbg-wrap.about-bigbg-grid .content-wrap {
    padding: 0 7%;
  }
}

.about12 .btn-classic {
  margin: 20px auto 100px;
}

.about12 .about-img-box {
  text-transform: uppercase;
  text-align: center;
  padding: 0 60px;
}

.about12 .about-img-box img {
  width: 100%;
}

.about12 .about-img-box .img-title {
  padding: 30px;
}

.about12 .about-img-box h4 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
}

.about12 .about-img-box p {
  color: #999;
  font-family: Montserrat, sans-serif;
  font-size: 0.707rem;
  margin-top: 0;
}

.wiget-wraper {
  padding: 15px 25px;
}

.wiget-wraper .title-underline {
  border-bottom: 2px solid #007fbe;
  margin-bottom: 25px;
}

.wiget-title {
  text-transform: capitalize;
}

.wiget-title .highlight-text {
  color: #007fbe;
}

.colored-promo-boxs {
  color: #fff;
}

.colored-promo-boxs .wiget-wraper {
  padding: 50px 30px;
}

.colored-promo-boxs .wiget-title {
  margin-bottom: 25px;
}

.colored-promo-boxs .btn {
  margin-top: 50px;
}

.color-promo-box:nth-of-type(1) {
  background-color: #0078b4;
  -webkit-transition: opacity 0.2s 0.1s ease-in;
  transition: opacity 0.2s 0.1s ease-in;
}

.color-promo-box:nth-of-type(2) {
  background-color: #0071aa;
  -webkit-transition: opacity 0.2s 0.2s ease-in;
  transition: opacity 0.2s 0.2s ease-in;
}

.color-promo-box:nth-of-type(3) {
  background-color: #006b9f;
  -webkit-transition: opacity 0.2s 0.3s ease-in;
  transition: opacity 0.2s 0.3s ease-in;
}

.color-promo-box {
  position: relative;
  z-index: 2;
  background-size: cover;
  background-color: gray;
}

.color-promo-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.about-us-features h3 {
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  color: #343434;
  font-weight: 600;
  -webkit-font-variant-ligatures: common-ligatures;
  font-variant-ligatures: common-ligatures;
  margin-bottom: 30px;
}

.about-us-features p {
  /*font-family: 'Lora', serif;*/
  font-family: 'Arial';
  color: #767676;
  font-size: 1.2rem;
}

.about-us-features .fswrap {
  margin-bottom: 25px;
}

.about-us-features .fswrap p {
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Lora', 'Helvetica', 'Arial', sans-serif;
  color: #767676;
  font-weight: 400;
}

.about-us-features .fswrap .fsicon {
  margin-top: -3px;
}

.push--top--60 {
  margin-top: 60px;
}

.aboutUsImageRight .content {
  left: 0;
}

.aboutUsImageRight .bg-image-wrap {
  right: 0;
  left: auto;
}

.aboutUsImageRight .bg-image-wrap .bg-image {
  right: 0;
  left: auto;
}

.aboutUsImageleft .content {
  left: 0;
}

.aboutUsImageleft .bg-image-wrap {
  right: auto;
  left: 0;
}

@media (min-width: 768px) {
  .aboutUsImageleft .bg-image-wrap {
    height: 100%;
  }
}

.aboutUsImageleft .bg-image-wrap .bg-image {
  right: auto;
  left: 0;
}

.contact-split {
  position: relative;
  background-color: #f7f7f7;
  overflow: hidden;
}

.contact-split .content {
  padding: 3em;
  text-align: left;
}

@media (min-width: 768px) {
  .contact-split .content {
    display: table;
    height: 100%;
    min-height: 70vh;
    padding: 3em;
    text-align: right;
  }
  .contact-split .content .content-wrap {
    display: table-cell;
    vertical-align: middle;
  }
}

.contact-split .bg-image-wrap {
  display: none;
}

@media (min-width: 768px) {
  .contact-split .bg-image-wrap {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0;
    visibility: visible;
  }
}

.contact-split .bg-image-wrap .bg-image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-position: center center;
}

.contact-split .bg-image-wrap .bg-image img {
  min-width: 100%;
}

@media (min-width: 768px) {
  .contact-split .bg-image-wrap .bg-image img {
    display: none;
  }
}

/*--------------------------------------------------------------
# contacts
--------------------------------------------------------------*/
/*contact*/
/********/
.contact-form {
  background: #f9f9f9;
}

.contact-form p {
  font-size: 1.414rem;
  line-height: 1.414;
  font-weight: 300;
  color: #5d5d5d;
  margin-bottom: 40px;
}

.contact-form .contact-desc {
  margin-bottom: 40px;
}

@media (min-width) {
  .contact-form .contact-desc {
    margin-bottom: 0;
  }
}

.contact-form .contact-icon-block {
  margin-bottom: 30px;
}

.contact-form .contact-icon-block span.contact-form-icons {
  float: left;
  background-color: #007fbe;
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-right: 20px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 3px;
  position: relative;
}

.contact-form .contact-icon-block span.contact-form-icons i {
  position: absolute;
  color: #fff;
  font-size: 18px;
  top: 50%;
  left: 50%;
  -webkit-transform: translatex(-50%) translatey(-50%) rotate(45deg);
  -ms-transform: translatex(-50%) translatey(-50%) rotate(45deg);
  transform: translatex(-50%) translatey(-50%) rotate(45deg);
}

.contact-form .contact-icon-block .contact-small-header {
  font-size: 1rem;
}

.contact-form .contact-icon-block .contact-small-text {
  float: left;
}

.contact-form .contact-icon-block .contact-small-text span {
  display: block;
}

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

.contact-form .form-control {
  padding: 20px 10px;
}

.contact-form textarea {
  height: 160px;
}

.contact-form .form-field, .contact-form textarea {
  margin-bottom: 15px;
}

.contact-form .form-submit-button {
  background-color: #333;
  color: #fff;
}

/*** map ***/
.contact-map {
  border-top: 1px solid #F0F3F6;
}

.contact-map #map {
  width: 100%;
  height: 350px;
}

.login .login-box {
  background-color: white;
  padding: 45px 30px;
  z-index: 1;
  position: relative;
  box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.15);
}

.login .login-box a.forgot {
  margin-top: 8px;
  float: right;
  display: inline-block;
  color: #007fbe;
}

.login .login-box p {
  padding: 45px 0 15px;
  font-weight: 700;
}

.login .login-box .twitter {
  background-color: #1da1f2;
}

.login .login-box .facebook {
  background-color: #49649f;
}

.login .login-box .google {
  background-color: #ec0000;
}

.contact-split .content-wrap {
  text-align: left;
  padding: 80px 15px 80px 40px;
}

.contact-split .split-form {
  margin-top: 40px;
  line-height: 2;
  font-size: 1.414rem;
  text-align: left;
}

.contact-split .split-form .form-control {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  border-bottom-color: #ddd;
  border-radius: 0;
  padding: 0 0 0 5px;
  height: auto;
}

.contact-split .split-form .form-group {
  margin-top: -10px;
  margin-left: 15px;
}

.contact-split .split-form .btn-mountain-flat {
  margin-top: 40px;
}

/*--------------------------------------------------------------
# cta
--------------------------------------------------------------*/
/*cta*/
/********/
.cta1 {
  background-color: #63d6e4;
  color: #fff;
}

.cta1 h2 {
  margin-bottom: 20px;
}

.cta1 .cta-buttons button {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 5px 14px;
  text-transform: uppercase;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
}

.cta2 {
  background-color: #181622;
  padding: 60px 0;
}

.cta2 h4 {
  color: #fff;
}

@media (min-width: 992px) {
  .cta2 h4 {
    text-align: left;
  }
}

.cta2 .small-sub {
  color: #d0d0d0;
  font-size: 1rem;
  font-style: italic;
  display: block;
}

@media (min-width: 992px) {
  .cta2 .small-sub {
    text-align: left;
  }
}

.cta2 .cta2-buttons {
  margin-top: 10px;
}

.cta2 .btn-mountain {
  margin-right: 20px;
}

.cta3 {
  background: #181622 url("../images/cta/cta-3.jpg");
  color: #fff;
  position: relative;
  background-size: cover;
  background-position: center center;
}

.cta3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.cta3 .btn-mountain-flat {
  margin-right: 20px;
}

.cta3 h3 {
  margin-bottom: 30px;
  font-weight: 600;
}

.cta3 span {
  display: inline-block;
}

.cta3 span.more-link a {
  border-bottom: 1px solid #FFF;
  text-decoration: none;
  font-size: 1rem;
  color: #fff;
  text-transform: capitalize;
}

.cta3 .btn-mountain {
  margin-right: 20px;
}

.cta4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f8f8f8;
}

@media (min-width: 768px) {
  .cta4 .col-sm-5 {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .cta4 {
    text-align: center;
  }
  .cta4 img {
    margin-bottom: 25px;
  }
}

.cta4 .title-subtitle h2 {
  margin-bottom: 0;
}

.cta4 .title-subtitle p {
  margin-bottom: 25px;
  margin-top: 0;
}

.share-on {
  background: #fff;
  text-transform: uppercase;
  font-size: 1.414rem;
  padding: 20px 0;
  color: #111;
  font-family: Montserrat, sans-serif;
}

.share-on a {
  display: inline-block;
  margin: 15px;
  color: #007fbe;
}

.cta5 p {
  margin: 0;
  background-color: #181622;
  font-size: 35px;
  padding: 40px;
  color: #efefef;
  line-height: 1.12358;
  font-style: italic;
}

@media (max-width: 768px) {
  .cta5 p {
    font-size: 1.999rem;
    padding: 25px 15px;
  }
}

.cta6 {
  padding: 80px 0;
}

.cta6 img {
  width: 200px;
  padding-bottom: 80px;
}

.cta6 .section-title span {
  color: #007fbe;
}

.cta6 p {
  font-size: 1.414rem;
  line-height: 1.61;
  padding: 0 0 45px;
}

.cta6 .btn {
  margin: 15px;
}

.cta6 .ctaFunFact .fact-wrap, .cta6 .ctaFunFact .fact-wrap-devider {
  display: inline-block;
}

.cta6 .ctaFunFact .fact-wrap .fact-number span {
  font-size: 3.998rem;
  font-weight: 300;
  line-height: 1;
  display: inline-block;
  margin-bottom: 10px;
  color: #999;
}

.cta6 .ctaFunFact .fact-wrap .fact-text span {
  font-size: 0.707rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.cta6 .ctaFunFact span.fact-wrap-devider {
  font-family: Poppins, sans-serif;
  font-size: 115px;
  line-height: 0.9;
  display: inline-block;
  margin: 0 40px;
}

.cta6 .ctaFunFact .fact-para p {
  width: 60%;
  margin: 40px auto 56px;
  font-size: 1.414rem;
  font-weight: 300;
  line-height: 1.5;
}

.cta6 .ctaFunFact .trial-btn, .cta6 .ctaFunFact .subscribe-btn {
  padding: 0;
  border: none;
  display: block;
}

@media (min-width: 768px) {
  .cta6 .ctaFunFact .trial-btn, .cta6 .ctaFunFact .subscribe-btn {
    display: inline-block;
  }
}

.cta6 .ctaFunFact .trial-btn a, .cta6 .ctaFunFact .subscribe-btn a {
  text-transform: uppercase;
  font-size: 0.707rem;
  letter-spacing: 1px;
  color: #fff;
  padding: 9px 30px;
}

@media (min-width: 600px) {
  .cta6 .ctaFunFact .trial-btn a, .cta6 .ctaFunFact .subscribe-btn a {
    padding: 9px 73px;
  }
}

.cta6 .ctaFunFact .trial-btn a {
  background-color: #007fbe;
}

.cta6 .ctaFunFact .subscribe-btn a {
  background-color: #be0f00;
}

.cta6 .ctaFunFact .btn-devider {
  display: inline-block;
  margin: 15px 0;
  color: #999;
  font-size: 1rem;
  text-transform: uppercase;
  font-size: 0.707rem;
}

@media (min-width: 768px) {
  .cta6 .ctaFunFact .btn-devider {
    margin: 0 15px;
  }
}

.full-width-social-icons {
  background-color: #f4f4f4;
}

.full-width-social-icons a {
  display: block;
}

.full-width-social-icons a .box-icon {
  padding: 30px 0;
  text-align: center;
  color: #111;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.full-width-social-icons a .box-icon .icon {
  font-size: 32px;
}

.full-width-social-icons a:hover {
  text-decoration: none;
}

.full-width-social-icons a:hover .box-icon {
  background-color: #007fbe;
  color: #fff;
}

.opening-time {
  color: #fff;
}

.opening-time p {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.75);
}

.opening-time p span {
  font-weight: 700;
  color: #fff;
}

/*--------------------------------------------------------------
# features
--------------------------------------------------------------*/
/*Icon-col-3*/
/************/
@media (min-width: 48rem) {
  .icon-3-col .row {
    margin-top: 40px;
  }
}

.icon-3-col .item .row {
  padding: 15px 0;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  border-radius: 3px;
}

.icon-3-col .item:hover .row {
  background: #fafafa;
}

.icon-3-col .item h4 {
  margin-bottom: 10px;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1.2;
}

.icon-3-col .item .icon {
  font-size: 3.998rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 0 -15px;
}

.icon-3-col .item .icon .line-top, .icon-3-col .item .icon .line-bottom {
  position: absolute;
  width: 6px;
  height: 20px;
  left: -webkit-calc(50% - 3px);
  left: calc(50% - 3px);
  background-color: #007fbe;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.icon-3-col .item .icon .line-top {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.icon-3-col .item .icon .line-bottom {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.icon-3-col .item:hover .icon {
  color: #007fbe;
}

.icon-3-col .item:hover .icon .line-top {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.icon-3-col .item:hover .icon .line-bottom {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}

.icon-3-col .item:hover .icon .line-top, .icon-3-col .item:hover .icon .line-bottom {
  display: block;
}

.icon-3-col .item p.desc {
  font-weight: 400;
  color: #5d5d5d;
}

.icon-3-col .item h6.sub {
  color: #757576;
  margin-bottom: 5px;
  margin-top: 0;
}

/*small icon 3 col*/
/************/
.fswrap {
  position: relative;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .fswrap.last-col {
    margin-bottom: 0;
  }
}

.fswrap p {
  color: #d0d0d0;
  width: 90%;
}

.fswrap h4 {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 5px 0 10px 0;
  padding-left: 40px;
  line-height: 36px;
}

.fswrap .fsicon {
  position: absolute;
  font-size: 30px;
  color: #007fbe;
}

.service-3 span {
  font-size: 44px;
  color: #007fbe;
}

.service-3 h4 {
  position: relative;
  margin-bottom: 35px;
  font-weight: 700;
}

.service-3 h4:after {
  position: absolute;
  left: -webkit-calc(50% - 25px);
  left: calc(50% - 25px);
  bottom: -15px;
  content: '';
  width: 50px;
  height: 2px;
  background-color: #007fbe;
}

.features-big-img h2, .features-big-img h3 {
  text-align: center;
}

.features-big-img h3 {
  font-size: 1.414rem;
  font-weight: 300;
  margin-bottom: 70px;
}

.features-big-img .single-feature-warp p {
  font-weight: 400;
  font-family: Lora, serif;
  color: #5d5d5d;
}

.features-big-img .single-feature-warp h5 {
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-weight: 500;
}

.features-big-img .big-img {
  text-align: center;
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .features-big-img .big-img {
    margin-bottom: 100px;
  }
}

.features-big-img .big-img img {
  display: inline-block;
  margin-left: -20px;
  margin-left: -38px;
}

@media (min-width: 768px) {
  .features-big-img .big-img img {
    height: 370px;
  }
}

@media (min-width: 768px) {
  .single-feature-warp {
    margin-bottom: 30px;
  }
}

.feature-number {
  display: inline-block;
  font-size: 65px;
  line-height: 0.7;
  color: #dcdcdc;
  padding-left: 10px;
}

.largeIcon4col-feature {
  text-align: center;
}

.largeIcon4col-feature .icon-top-wiget {
  padding: 25px 0;
}

.largeIcon4col-feature .title {
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.largeIcon4col-feature .icon-wraper {
  display: table;
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background-color: #eee;
  border-radius: 50%;
  margin-bottom: 25px;
}

.largeIcon4col-feature .icon-wraper i {
  font-size: 30px;
  display: table-cell;
  vertical-align: middle;
}

.icon-top-wiget:hover .icon-wraper {
  background-color: #007fbe;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.icon-top-wiget:hover .icon-wraper i {
  color: #fff;
}

.feature-largeImage4col .content-wraper {
  margin-top: 15px;
}

.feature-largeImage4col .wiget-wraper {
  padding: 15px;
}

.feature-with-list-wraper h2 {
  margin-top: 0;
}

.feature-with-list-wraper p {
  margin-bottom: 25px;
  margin-top: 15px;
}

ul.feature-list-item li {
  line-height: 1.5rem;
  font-weight: 400;
}

ul.feature-list-item li i {
  padding-right: 10px;
  font-size: 1rem;
  color: #007fbe;
}

@media screen and (min-width: 769px) {
  ul.feature-list-item li {
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
# footers
--------------------------------------------------------------*/
/*Footer*/
/********/
footer {
  padding: 25px 0px;
  background-color: #000;
  position: relative;
}

@media (max-width: 47.9rem) {
  footer {
    text-align: center;
  }
}

footer p {
  color: #fff;
  font-weight: 400;
}

footer p span {
  display: block;
  font-size: 0.707rem;
  color: #d0d0d0;
  font-weight: 400;
}

footer p span a {
  font-family: Montserrat, sans-serif;
  font-size: inherit;
  text-transform: uppercase;
  color: inherit;
  font-weight: inherit;
  padding-right: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

footer p span a:hover {
  color: #fff;
}

footer p span a:last-child {
  border: none;
  padding-left: 7px;
}

footer a {
  color: #fff;
  font-size: 1rem;
}

footer .social-icons {
  text-align: center;
  padding: 10px 0;
}

@media (min-width: 48rem) {
  footer .social-icons {
    float: right;
  }
}

footer .social-icons .footer-social {
  color: #d0d0d0;
  display: inline-block;
  padding: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

footer .social-icons .footer-social:hover {
  color: #fff;
}

.footer-widgets {
  background-color: #111;
  position: relative;
}

.footer-widgets .mountainWidget > p, .footer-widgets .mountainWidget a {
  color: #d0d0d0;
}

.footer-widgets .entry-title h5 {
  color: #fff;
}

.footer-widgets .mountainWidget a:hover {
  color: #fff;
}

.footer-widgets h4 {
  color: #fff;
}

.footer-widgets .r45 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.footer-widgets .footer-btn {
  position: absolute;
  left: 50%;
  margin-left: -14px;
  top: -14px;
  background-color: #111;
  text-align: center;
  font-size: 1.414rem;
  width: 30px;
  height: 30px;
  padding: 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 11;
  border-radius: 3px;
}

.footer-widgets .footer-btn span {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.footer-widgets .footer-btn:hover span {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

/*--------------------------------------------------------------
# fun fact
--------------------------------------------------------------*/
/*fun facts*/
/********/
.funfacts {
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  background-position: center;
}

.funfacts:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.funfacts i {
  color: #fff;
  font-size: 3.998rem;
}

.funfacts .number {
  font-family: Poppins, sans-serif;
  color: #ffffff;
  font-size: 2.827rem;
  line-height: 0.707;
  margin: 15px 0px 10px 0px;
  font-weight: 700;
}

.funfacts .count-description {
  color: #f8f8f8;
  font-size: 1.414rem;
  font-weight: 400;
}

.funfacts .counter-box {
  position: relative;
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .funfacts .counter-box {
    margin-bottom: 0;
  }
}

.funfacts .single-counter:last-child .counter-box:after {
  content: '';
}

.funfact-3 {
  color: #fff;
}

.funfact-3 .single-counter {
  padding: 45px 0;
}

.funfact-3 .single-counter i {
  font-size: 45px;
}

.funfact-3 .single-counter .count {
  font-size: 30px;
  position: relative;
  margin-bottom: 30px;
}

.funfact-3 .single-counter .count:after {
  content: '';
  position: absolute;
  height: 2px;
  background-color: #fff;
  width: 40px;
  left: -webkit-calc(50% - 20px);
  left: calc(50% - 20px);
  bottom: -15px;
}

.funfact-3 .fun-1 {
  background-color: #007fbe;
}

.funfact-3 .fun-2 {
  background-color: #005f8f;
}

.funfact-3 .fun-3 {
  background-color: #00405f;
}

.funfact-3 .fun-4 {
  background-color: #002030;
}

/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
/*Header Section*/
/****************/
.header {
  color: #fff;
  position: relative;
}

.header .down-arrow {
  position: absolute;
  left: -webkit-calc(50% - 30px);
  left: calc(50% - 30px);
  bottom: 0px;
  width: 60px;
  height: 60px;
  color: #FFF;
  text-align: center;
  font-size: 1.999rem;
  line-height: 0;
  text-decoration: none;
  z-index: 99;
  /* ----------- iPhone 4 and 4S ----------- */
  /* Portrait and Landscape */
}

.header .down-arrow:hover, .header .down-arrow:active, .header .down-arrow:focus {
  color: #fff;
  text-decoration: none;
}

.header .down-arrow span {
  display: block;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .header .down-arrow {
    display: none;
  }
}

.header a.down {
  background-color: transparent;
  width: 40px;
  height: 40px;
  color: #fff;
  border: 1px solid #fff;
  z-index: 1;
  text-align: center;
  line-height: 1.7;
  font-size: 26px;
  margin-top: 45px;
  bottom: auto;
}

.header a.down:hover {
  background-color: #fff;
  color: #111;
}

.header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.5);
}

.header .mbYTP_wrapper {
  z-index: -1 !important;
}

.header .header-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.header.header-video:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.header .intro-box {
  display: table;
  width: 100%;
}

.header .intro-box .intro {
  display: table-cell;
  vertical-align: middle;
  height: 82vh;
  position: relative;
  z-index: 1;
  /* ----------- iPhone 4 and 4S vh fix ----------- */
  /* Portrait and Landscape */
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .header .intro-box .intro {
    padding: 80px 0;
    height: auto;
  }
}

.header .intro-box .intro .header-title {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-top: 67px;
  margin-bottom: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

@media (max-width: 47.9rem) {
  .header .intro-box .intro .header-title {
    font-size: 1.999rem;
  }
}

.header .intro-box .intro .header-subtitle {
  font-weight: 400;
  margin: 10px 0 30px;
  font-style: italic;
  color: #d0d0d0;
  font-size: 1.414rem;
}

@media (max-width: 47.9rem) {
  .header .intro-box .intro .header-subtitle {
    font-size: 1rem;
  }
}

.header .intro-box .intro .mountain-btn-group {
  margin-top: 15px;
}

.header .intro-box .intro .mountain-btn-group .btn {
  margin-right: 15px;
}

@media (max-width: 768px) {
  .header .intro-box .intro .mountain-btn-group .btn {
    margin-right: 5px;
  }
}

.header .intro-box .intro .mountain-btn-group .btn:last-child {
  margin-right: 0;
}

.fashion-heading .mountain-btn-group {
  margin-top: 50px;
}

/* ============== Header variation styles ============== */
.gradient-header {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  /* ff3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, red), color-stop(83%, #05c1ff), color-stop(100%, black));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(45deg, red 0%, #05c1ff 83%, black 100%);
  /* safari5.1+,chrome10+ */
  /* opera 11.10+ */
  /* ie10+ */
  background: -webkit-linear-gradient(45deg, red 0%, #05c1ff 83%);
  background: linear-gradient(45deg, red 0%, #05c1ff 83%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#FF0000',GradientType=1 );
  /* ie6-9 */
}

/*------------------------------  Header Text Rotator --------------------------*/
.header-text-rotator .intro-box {
  text-align: left;
}

.header-text-rotator .intro-box .intro .header-title {
  margin-bottom: 0px;
}

.header-text-rotator .intro-box .intro .header-subtitle {
  width: 100%;
}

@media (min-width: 768px) {
  .header-text-rotator .intro-box .intro .header-subtitle {
    width: 50%;
  }
}

.header-text-rotator .intro-box .intro .mtn-btn-group {
  margin-top: 50px;
}

.header-text-rotator .intro-box .intro .mtn-btn-group .btn {
  margin-right: 20px;
  margin-bottom: 15px;
}

.header-text-rotator:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.2);
}

/*------------------------------  Owl Carousel Header --------------------------*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fade-in {
  opacity: 0;
  /* make things invisible upon start */
  -webkit-animation: fadeIn ease-in 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.fade-in.one {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.fade-in.two {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.fade-in.three {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.headerCarousel .item .header-bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  /*background-color: rgba(0, 0, 0, 0.5);*/
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.headerCarousel .owl-nav .owl-prev, .headerCarousel .owl-nav .owl-next {
  position: absolute;
  top: -webkit-calc(50% - 35px);
  top: calc(50% - 35px);
  background-color: transparent;
  width: 60px;
  color: #fff;
  text-align: center;
  font-size: 50px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.headerCarousel .owl-nav:hover .owl-prev, .headerCarousel .owl-nav:hover .owl-next {
  background-color: #fff;
  color: #111;
}

.headerCarousel .owl-nav .owl-prev {
  left: 0;
}

.headerCarousel .owl-nav .owl-next {
  right: 0;
}

/*-----------------------  Classic Header ---------------------*/
.classic-header {
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center center;
}

.classic-header .pad-classic {
  padding-top: 250px;
  padding-bottom: 150px;
}

.classic-header .pad-classic .header-title {
  color: #fff;
}

.classic-header .pad-classic .header-title h1 {
  margin-bottom: 0;
  font-weight: 700;
}

.classic-header .pad-classic .header-title .header-subtitle {
  font-weight: 400;
  font-size: 1.414rem;
  margin: 0;
  color: #fff;
  font-style: italic;
  letter-spacing: 1px;
  line-height: 1.4;
}

@media (max-width: 47.9rem) {
  .classic-header .pad-classic .header-title .header-subtitle {
    font-size: 1rem;
  }
}

.classic-header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 768px) {
  .classic-header .pad-classic {
    padding-top: 140px;
    padding-bottom: 97px;
  }
}

/*----------------------------  Video Background Header---------------------*/
.header-video {
  background: url(../images/header/videobg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.header-video i {
  display: inline-block;
  margin-left: 10px;
  font-size: 20px;
}

.video-controls-box {
  position: absolute !important;
  bottom: 40px;
  left: 0;
  width: 100%;
  z-index: 99;
}

.video-controls-box a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  margin: 0 20px 0 0;
  text-decoration: none;
}

.video-controls-box a:hover {
  text-decoration: none;
}

/*----------------------------  Subscription Page Header---------------------*/
.subscription-header .intro-box .intro form {
  margin-top: 70px;
}

.subscription-header .intro-box .intro .header-btn-group .btn-mountain-underlined {
  color: #fff;
  font-size: 1.414rem;
}

.subscription-header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

/*-------------------------  Coming Soon Header ---------------------------*/
.coming-soon-header .countdown-box {
  display: inline-block;
  margin: 0 20px;
  position: relative;
}

.coming-soon-header .countdown-box::after {
  content: ':';
  position: absolute;
  font-size: 45px;
  top: -webkit-calc(50% - 50px);
  top: calc(50% - 50px);
  right: -25px;
}

.coming-soon-header .countdown-box:last-child::after {
  content: '';
}

.coming-soon-header .countdown-box:nth-child(2)::after {
  content: '';
}

.coming-soon-header .countdown-box .counter {
  display: block;
  border: 2px solid #fff;
  font-size: 45px;
  width: 100px;
}

.corporate-header-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.registration-2col {
  position: relative;
  background-size: cover;
  background-position: center center;
  z-index: 4;
}

@media (min-width: 768px) {
  .registration-2col {
    height: 100vh;
  }
}

.registration-2col h3 {
  font-size: 1.414rem;
  text-transform: capitalize;
  font-weight: 600;
  color: #555;
}

.registration-2col blockquote {
  position: relative;
  margin-bottom: 0;
  margin-top: 30px;
  color: #777;
  font-size: 16px;
  border-left: none;
  line-height: 1.7;
  padding: 0px;
}

.registration-2col blockquote footer {
  background-color: transparent;
  padding: 20px 0 0 0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 70%;
  color: #999;
}

.registration-2col blockquote footer:before {
  font-weight: 600;
}

.registration-2col:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

.registration-2col .content-wrap {
  position: relative;
  z-index: 5;
  display: table;
  height: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .registration-2col .content-wrap .content {
    display: table-cell;
    vertical-align: middle;
  }
}

@media (min-width: 768px) {
  .registration-2col .testimonial-wrap {
    margin-top: 10px;
  }
}

.registration-2col .form-wrapper {
  background-color: #fff;
  padding: 25px;
  box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .registration-2col .form-wrapper {
    margin-bottom: 0;
  }
}

.registration-2col .form-wrapper h4 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #666;
  line-height: 1;
  margin-bottom: 6px;
}

.registration-2col .form-wrapper h5 {
  color: #999;
  margin-bottom: 20px;
}

.registration-2col .form-wrapper input:focus {
  outline: none;
  box-shadow: none;
}

.registration-2col .form-wrapper .fname {
  margin-bottom: 10px;
}

.registration-2col .form-wrapper .pass {
  margin-bottom: 20px;
}

.landing-header-1 {
  padding: 80px 0;
  position: relative;
  background-size: cover;
  background-position: center center;
  z-index: 4;
}

@media (min-width: 768px) {
  .landing-header-1 {
    height: 100vh;
    padding: 0;
  }
}

.landing-header-1:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

.landing-header-1 .content-wrap {
  position: relative;
  z-index: 5;
  display: table;
  height: 100%;
  width: 100%;
}

.landing-header-1 .content-wrap .content {
  text-align: center;
}

.landing-header-1 .content-wrap .content h2 {
  font-size: 1.999rem;
  margin-bottom: 20px;
  line-height: 1.3;
}

.landing-header-1 .content-wrap .content h3 {
  font-size: 1.414rem;
  font-weight: 300;
  margin-bottom: 50px;
}

.landing-header-1 .content-wrap .content .trial-btn, .landing-header-1 .content-wrap .content .subscribe-btn {
  padding: 0;
  border: none;
  display: block;
}

@media (min-width: 768px) {
  .landing-header-1 .content-wrap .content .trial-btn, .landing-header-1 .content-wrap .content .subscribe-btn {
    display: inline-block;
  }
}

.landing-header-1 .content-wrap .content .trial-btn a, .landing-header-1 .content-wrap .content .subscribe-btn a {
  text-transform: uppercase;
  font-size: 0.707rem;
  letter-spacing: 1px;
  color: #fff;
  padding: 9px 30px;
}

@media (min-width: 600px) {
  .landing-header-1 .content-wrap .content .trial-btn a, .landing-header-1 .content-wrap .content .subscribe-btn a {
    padding: 9px 73px;
  }
}

.landing-header-1 .content-wrap .content .trial-btn a {
  background-color: #007fbe;
}

.landing-header-1 .content-wrap .content .subscribe-btn a {
  background-color: #be0f00;
}

.landing-header-1 .content-wrap .content .btn-devider {
  display: inline-block;
  margin: 15px 0;
  color: #999;
  font-size: 1rem;
  text-transform: uppercase;
  font-size: 0.707rem;
}

@media (min-width: 768px) {
  .landing-header-1 .content-wrap .content .btn-devider {
    margin: 0 15px;
  }
}

@media (min-width: 768px) {
  .landing-header-1 .content-wrap .content {
    display: table-cell;
    vertical-align: middle;
  }
}

.split-header {
  position: relative;
  height: 100vh;
  /*overflow: hidden;*/
}

.split-header div[class*='col-']:first-child {
  padding: 0;
}

@media (max-width: 767px) {
  .split-header {
    height: auto;
  }
  .split-header > div[class*='col-']:last-child {
    padding: 4.875em 0;
    position: relative;
    top: 0;
    left: 0;
  }
  .split-header > div[class*='col-']:first-child {
    position: relative;
    height: 32.5em;
    padding: 0;
  }
}

.split-header div[class*='col-'] {
  position: absolute;
  height: 100%;
  top: 0;
}

.split-header .bg-img-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background: #000;
}

@media (max-width: 767px) {
  .split-header .bg-img-container {
    position: relative;
  }
}

.split-header .pos-left {
  left: 0;
}

.split-header .pos-right {
  right: 0;
}

.split-header .splitheader-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
  right: 10px;
  padding: 0 50px;
}

@media (max-width: 767px) {
  .split-header .splitheader-content {
    padding: 0 15px;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.split-header .splitheader-content p {
  font-weight: 400;
  font-size: 1.414rem;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-bottom: 50px;
  font-family: Arial, serif;
  /*font-family: Montserrat, sans-serif;*/
  color: #333333;
  font-size: 1.1rem;
  /*text-transform: uppercase;*/
}

@media (min-width: 768px) {
  .split-header .splitheader-content h1 {
    margin-bottom: 0;
  }
}

/* OWL CAROUSEL */
.carousel-items-wraper {
  overflow: hidden;
}

.header-social:before {
  background-color: rgba(0, 0, 0, 0.1);
}

.header-social .wid-social-icons2 ul li a {
  border-color: #fff;
  border-radius: 0;
}

.header-social .wid-social-icons2 ul li a span {
  color: #fff;
}

.header-social .wid-social-icons2 ul li a:hover {
  background-color: #fff;
}

.header-social .wid-social-icons2 ul li a:hover span {
  color: #111;
}

.header-text-button .button-text {
  display: inline-block;
}

.header-multi-text {
  text-transform: uppercase;
}

.header-multi-text .intro {
  padding-top: 110px;
}

.header-multi-text:before {
  background-color: rgba(0, 0, 0, 0.1);
}

.header-multi-text .header-title {
  margin-bottom: 0;
  text-transform: none;
}

.header-multi-text .header-title span {
  letter-spacing: 0.8rem;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}

.header-multi-text .header-subtitle {
  font-size: 2.827rem !important;
  position: relative;
  margin-top: 0 !important;
}

.header-multi-text .header-subtitle:after {
  content: '';
  height: 45px;
  width: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -50px;
  left: -webkit-calc(50% - 1px);
  left: calc(50% - 1px);
}

.header-multi-text .btn {
  border-radius: 0;
  color: #fff;
  border-color: #fff;
  margin-top: 50px !important;
}

.header-multi-text .btn:hover {
  background-color: #fff;
  color: #111;
}

.header-shape .header-bg {
  position: none;
}

.header-shape .header-bg .intro-box .intro {
  position: inherit;
  padding-top: 50px;
}

.header-shape .header-bg .intro-box .intro .shape {
  width: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.header-shape .header-bg .intro-box .intro .down {
  margin-top: 30px;
}

.header-shape .header-bg .intro-box .intro .title-box {
  z-index: 3;
}

.header-shape .header-bg .intro-box .intro .title-box img {
  max-width: 240px;
}

.header-shape .header-bg .intro-box .intro .title-box .header-title {
  font-size: 45px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
}

.header-shape .header-bg .intro-box .intro .title-box .header-subtitle {
  letter-spacing: 14px;
  text-transform: uppercase;
  font-size: 32px;
  margin-top: -10px;
}

.header-img img {
  margin-right: auto;
  margin-left: auto;
}

/*--------------------------------------------------------------
# logo
--------------------------------------------------------------*/
/*Partners*/
/**********/
.partners {
  background-color: #181622;
  padding: 95px 0;
  position: relative;
}

.partners .p-logo {
  text-align: center;
  width: 100%;
  border-radius: 3px;
}

.partners .p-logo img {
  width: auto !important;
  margin: auto;
}

.partners #partners-slider .item {
  margin: 0 10px;
}

.landing-layout1-logo {
  background-color: #f4f4f4;
}

@media (min-width: 992px) {
  .logo-borderd-grid .first-row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.logo-borderd-grid .logo-wrap {
  text-align: center;
  padding: 13px 48px 0;
  height: 100px;
}

.logo-borderd-grid .logo-wrap img {
  display: inline-block;
  opacity: 0.7;
}

@media (min-width: 768px) {
  .logo-borderd-grid .logo-wrap {
    padding: 13px 86px 0;
  }
}

@media (min-width: 992px) {
  .logo-borderd-grid .logo-wrap {
    min-height: 100px;
    padding: 13px 40px 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 1200px) {
  .logo-borderd-grid .logo-wrap {
    padding: 13px 63px 0;
  }
}

.logo-borderd-grid .col-md-2:last-child .logo-wrap {
  border-right: none;
}

.logo-borderd-grid .second-row .logo-wrap {
  padding-top: 22px;
}

/*--------------------------------------------------------------
# pricing
--------------------------------------------------------------*/
/*pricing*/
/********/
.price-header {
  padding: 20px 50px;
  background-color: #f1f1f1;
  border-radius: 3px 3px 0 0;
  color: #181622;
}

.price-header h4 {
  margin-bottom: 0;
}

.price-header span {
  display: block;
  font-size: 1rem;
  font-style: italic;
}

.price-header.popular {
  background-color: #181622;
  color: #fff;
}

.price-features {
  padding: 50px;
  padding-top: 65px;
}

.price-features {
  background-color: #f8f8f8;
  min-height: 280px;
}

@media (min-width: 992px) {
  .price-features ul {
    padding-left: 30px;
  }
}

.price-features ul li {
  margin-bottom: 20px;
  font-size: 1rem;
  position: relative;
}

@media (min-width: 992px) {
  .price-features ul li:before {
    content: '\f383';
    font-family: 'ionicons';
    position: absolute;
    left: -30px;
  }
  .price-features ul li:before:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .price-features {
    text-align: left;
  }
}

.price-cta {
  padding-bottom: 22px;
  padding-left: 50px;
  padding-right: 50px;
  background-color: #f8f8f8;
}

.price-cta span {
  font-size: 20px;
  color: #333;
}

.price-cta .price-number-wrap {
  margin-bottom: 40px;
}

.price-cta .price-number-wrap .price-top .price-cta-number {
  font-size: 2rem;
  color: #007fbe;
  font-weight: 700;
  font-family: Poppins, sans-serif;
}

.price-cta .price-number-wrap .price-top .price-plan-time-unit {
  font-family: Lora, serif;
  font-size: 1.414rem;
  color: #181648;
  font-weight: 400;
}

.price-cta .btn-mountain {
  min-width: 155px;
}

.pst-wrap {
  position: relative;
  background-image: url("../images/pricing/pst-image.jpg");
  background-size: cover;
  background-position: center center;
}

.pst-wrap h2 {
  margin-bottom: 20px;
  line-height: 1;
}

.pst-wrap p {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #666;
  font-size: 1rem;
}

.pst-wrap blockquote {
  position: relative;
  margin-bottom: 0;
  margin-top: 30px;
  color: #777;
  font-size: 14px;
  border-left: none;
  line-height: 1.7;
  padding: 0px 30px;
}

.pst-wrap blockquote:before {
  content: '"';
  position: absolute;
  left: 0;
  top: 0;
  color: #007fbe;
  font-size: 35px;
  line-height: 1;
}

.pst-wrap blockquote footer {
  background-color: transparent;
  padding: 10px 0 0 0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 70%;
  color: #999;
}

.pst-wrap blockquote footer:before {
  font-weight: 600;
}

.pst-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}

@media (max-width: 767px) {
  .pst-wrap .pst-text-wrap {
    margin-top: 60px;
  }
}

.pst-wrap .pst-text-wrap a.btn {
  margin-top: 30px;
}

.pst-wrap .pst-table {
  background: #fff;
  padding: 40px;
  border-radius: 3px;
  text-align: center;
  box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.1);
}

.pst-wrap .pst-table h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #666;
  line-height: 1;
}

.pst-wrap .pst-table span {
  color: #999;
  display: inline-block;
  margin: 20px 0;
}

.pst-wrap .pst-table .pst-number {
  font-size: 3.998rem;
  font-family: Poppins, sans-serif;
  color: #007fbe;
  line-height: 1;
}

.pst-wrap .pst-table ul.pst-features {
  color: #999;
  margin-bottom: 30px;
}

.pst-wrap .pst-table ul.pst-features li {
  color: #666;
  margin-bottom: 5px;
}

.pst-wrap .pst-table ul.pst-features li em {
  font-style: normal;
  font-weight: 600;
  color: #666;
}

/*--------------------------------------------------------------
# testimonial
--------------------------------------------------------------*/
/*Testimonial*/
/*************/
.testimonial #testimonial-slider {
  position: relative;
}

.testimonial #testimonial-slider .item {
  padding-bottom: 20px;
  background-position: top right;
  background-size: initial;
  background-repeat: no-repeat;
}

.testimonial #testimonial-slider .item-content {
  padding-left: 20px;
  padding-top: 10px;
  position: relative;
}

@media (min-width: 1200px) {
  .testimonial #testimonial-slider .item-content {
    padding-left: 70px;
  }
}

.testimonial #testimonial-slider .item-content:before {
  content: "\f347";
  font-family: 'ionicons';
  position: absolute;
  left: 10px;
  top: 0;
  font-size: 1rem;
  color: #d0d0d0;
}

@media (min-width: 1200px) {
  .testimonial #testimonial-slider .item-content:before {
    font-size: 1.999rem;
  }
}

.testimonial #testimonial-slider .item-content .quote p {
  font-size: 1.414rem;
  font-style: italic;
  font-weight: 400;
  line-height: 2.121rem;
  color: #181622;
}

.testimonial #testimonial-slider .item-content .author {
  margin-top: 60px;
  font-weight: 700;
  color: #007fbe;
  font-family: Poppins, sans-serif;
  letter-spacing: 1px;
  color: #007fbe;
}

.testimonial #testimonial-slider .item-content .author .ion-minus {
  margin-right: 10px;
}

.testimonial #testimonial-slider .item-content .author small {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  color: #d0d0d0;
}

.testimonial #testimonial-slider .owl-dots {
  margin: 0 auto;
  text-align: center;
}

.testimonial #testimonial-slider .owl-dots .owl-dot {
  display: inline-block;
  background: transparent;
  margin: 20px;
  position: relative;
  width: 60px;
  height: 60px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  overflow: hidden;
  border: 3px solid #ffffff;
  border-radius: 3px;
}

.testimonial #testimonial-slider .owl-dots .owl-dot span {
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 90px;
  height: 90px;
  padding: 0;
  top: -16px;
  left: -16px;
  margin: 0;
  background-color: transparent;
  color: transparent;
  display: block;
  border: 3px solid #ffffff;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background-size: cover;
  opacity: 1;
}

.testimonial #testimonial-slider .owl-dots .owl-dot:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  z-index: 1;
}

.testimonial #testimonial-slider .owl-dots .owl-dot.active:before, .testimonial #testimonial-slider .owl-dots .owl-dot:hover:before {
  background: transparent;
}

.testimonial #testimonial-slider .owl-dots .owl-dot:first-child span {
  background-image: url(../images/testimonials/t_small_1.jpg);
}

.testimonial #testimonial-slider .owl-dots .owl-dot:nth-child(2) span {
  background-image: url(../images/testimonials/t_small_2.jpg);
}

.testimonial #testimonial-slider .owl-dots .owl-dot:nth-child(3) span {
  background-image: url(../images/testimonials/t_small_3.jpg);
}

.testimonial #testimonial-slider .owl-dots .owl-dot:nth-child(4) span {
  background-image: url(../images/testimonials/t_small_4.jpg);
}

.testimonial #testimonial-slider .owl-dots .owl-dot.active {
  border: 3px solid #007fbe;
}

/*Testimonial*/
/*************/
.testimonial #testimonial-slider-2 {
  position: relative;
}

.testimonial #testimonial-slider-2 .item {
  padding-bottom: 20px;
  background-position: top right;
  background-size: initial;
  background-repeat: no-repeat;
}

.testimonial #testimonial-slider-2 .item-content {
  padding-left: 20px;
  padding-top: 10px;
  position: relative;
}

@media (min-width: 1200px) {
  .testimonial #testimonial-slider-2 .item-content {
    padding-left: 70px;
  }
}

.testimonial #testimonial-slider-2 .item-content:before {
  content: "\f347";
  font-family: 'ionicons';
  position: absolute;
  left: 10px;
  top: 0;
  font-size: 1rem;
  color: #d0d0d0;
}

@media (min-width: 1200px) {
  .testimonial #testimonial-slider-2 .item-content:before {
    font-size: 1.999rem;
  }
}

.testimonial #testimonial-slider-2 .item-content .quote p {
  font-size: 1.414rem;
  font-style: italic;
  font-weight: 400;
  line-height: 2.121rem;
  color: #181622;
}

.testimonial #testimonial-slider-2 .item-content .author {
  margin-top: 60px;
  font-weight: 700;
  color: #007fbe;
  font-family: Poppins, sans-serif;
  letter-spacing: 1px;
  color: #007fbe;
}

.testimonial #testimonial-slider-2 .item-content .author .ion-minus {
  margin-right: 10px;
}

.testimonial #testimonial-slider-2 .item-content .author small {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  color: #d0d0d0;
}

.testimonial #testimonial-slider-2 .owl-dots {
  margin: 0 auto;
  text-align: center;
}

.testimonial #testimonial-slider-2 .owl-dots .owl-dot {
  display: inline-block;
  background: transparent;
  margin: 20px;
  position: relative;
  width: 60px;
  height: 60px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  overflow: hidden;
  border: 3px solid #ffffff;
  border-radius: 3px;
}

.testimonial #testimonial-slider-2 .owl-dots .owl-dot span {
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 90px;
  height: 90px;
  padding: 0;
  top: -16px;
  left: -16px;
  margin: 0;
  background-color: transparent;
  color: transparent;
  display: block;
  border: 3px solid #ffffff;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background-size: cover;
  opacity: 1;
}

.testimonial #testimonial-slider-2 .owl-dots .owl-dot:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  z-index: 1;
}

.testimonial #testimonial-slider-2 .owl-dots .owl-dot.active:before, .testimonial #testimonial-slider-2 .owl-dots .owl-dot:hover:before {
  background: transparent;
}

.testimonial #testimonial-slider-2 .owl-dots .owl-dot:first-child span {
  background-image: url(../images/testimonials/t_small_1.jpg);
}

.testimonial #testimonial-slider-2 .owl-dots .owl-dot:nth-child(2) span {
  background-image: url(../images/testimonials/t_small_2.jpg);
}

.testimonial #testimonial-slider-2 .owl-dots .owl-dot:nth-child(3) span {
  background-image: url(../images/testimonials/t_small_3.jpg);
}

.testimonial #testimonial-slider-2 .owl-dots .owl-dot:nth-child(4) span {
  background-image: url(../images/testimonials/t_small_4.jpg);
}

.testimonial #testimonial-slider-2 .owl-dots .owl-dot.active {
  border: 3px solid #007fbe;
}

.classic-sldier {
  background-color: #f8f8f8;
}

.classic-sldier #testimonial-classic-slider .owl-dots {
  margin: 0 auto;
  text-align: center;
}

.classic-sldier #testimonial-classic-slider .owl-dots .owl-dot {
  display: inline-block;
  background: transparent;
  margin: 5px;
  border: 4px solid #111;
  border-radius: 100%;
}

.classic-sldier #testimonial-classic-slider .owl-dots .owl-dot.active {
  border: 6px solid #111;
}

/*--------------------------------------------------------------
# inner-header
--------------------------------------------------------------*/
.innerheader {
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.innerheader .pad-large {
  padding-top: 200px;
  padding-bottom: 200px;
}

.innerheader .pad-small {
  padding-top: 150px;
  padding-bottom: 150px;
}

.innerheader .pad-xs {
  padding-top: 200px;
  padding-bottom: 75px;
}

.innerheader:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /*background-color: rgba(0, 0, 0, 0.3);*/
}

@media (min-width: 768px) {
  .innerheader .inner-breadcrumb {
    text-align: right;
  }
}

.innerheader .inner-title {
  padding-left: 15px;
}

.innerheader .inner-title, .innerheader .inner-breadcrumb {
  color: #fff;
}

.innerheader .inner-title a, .innerheader .inner-breadcrumb a {
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.innerheader .breadcrumb {
  background-color: transparent;
  text-align: center;
}

.innerheader.narrow {
  background-color: #F5F5F5;
  border-bottom: 1px solid #EEE;
}

.innerheader.narrow .pad-large {
  padding: 140px 0 50px 0;
}

.innerheader.narrow .inner-title, .innerheader.narrow .inner-breadcrumb {
  color: #181622;
}

.innerheader.narrow .inner-title a, .innerheader.narrow .inner-breadcrumb a {
  color: #181622;
}

.innerheader.narrow:before {
  display: none;
}

.innerheader2 .inner-title {
  margin-bottom: 40px;
}

.innerheader2 .inner-title h3 {
  text-transform: uppercase;
  font-size: 2.827rem;
  margin-bottom: 10px;
  font-weight: 700;
}

.innerheader2 .inner-title p {
  font-size: 1.999rem;
  /*line-height: $text__size--gamma*1.5;*/
  line-height: 2.2rem;
}

@media (max-width: 767px) {
  .innerheader2 .pad-large {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .innerheader2 .inner-title {
    margin-bottom: 25px;
  }
  .innerheader2 .inner-title h3 {
    margin-bottom: 15px;
    font-size: 1.999rem;
  }
  .innerheader2 .inner-title p {
    font-size: 1rem;
    line-height: 1.5rem;
  }


}

/*--------------------------------------------------------------
# subscribe forms
--------------------------------------------------------------*/
.subscribe-form {
  background-color: #f8f8f8;
}

.subscribe-form .subscribe-form-wrapper {
  padding: 60px;
}

.subscribe-form h3 {
  color: #d0d0d0;
  color: #444;
  margin-bottom: 10px;
}

.subscribe-form p {
  margin-bottom: 30px;
}

.subscribe-form label {
  font-weight: 300;
  font-size: 1rem;
}

.subscribe-form input[type="email"] {
  /*width: 400px !important;*/
  padding: 20px 15px 22px;
  border-radius: 3px !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.subscribe-form.dark {
  background-color: #181622;
}

.subscribe-form.dark h3 {
  color: #fff;
}

.subscribe-form.dark p {
  color: #d0d0d0;
}

.bgimage-2col-subscribe .bg-image {
  height: 30vh;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  .bgimage-2col-subscribe .bg-image {
    height: 100vh;
  }
}

.bgimage-2col-subscribe .bg-image:after {
  content: 'hello';
  display: none;
}

.bgimage-2col-subscribe .content-wrap {
  display: table;
  width: 100%;
  height: 50vh;
}

@media (min-width: 992px) {
  .bgimage-2col-subscribe .content-wrap {
    height: 100vh;
  }
}

.bgimage-2col-subscribe .content-wrap .content {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding: 0 30px;
}

@media (min-width: 768px) {
  .bgimage-2col-subscribe .content-wrap .content {
    padding: 0 60px;
  }
}

.bgimage-2col-subscribe .content-wrap .content h4 {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 7%;
}

@media (min-width: 768px) {
  .bgimage-2col-subscribe .content-wrap .content h4 {
    margin-top: 78px;
    font-size: 1.999rem;
  }
}

.bgimage-2col-subscribe .content-wrap .content .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #007fbe;
}

.bgimage-2col-subscribe .content-wrap .content form input {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  padding-left: 0;
  background-color: transparent;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.bgimage-2col-subscribe .content-wrap .content form .fname, .bgimage-2col-subscribe .content-wrap .content form .lname {
  width: 49%;
  float: left;
  margin-bottom: 6%;
}

.bgimage-2col-subscribe .content-wrap .content form .fname {
  margin-right: 2%;
}

.bgimage-2col-subscribe .content-wrap .content form .email {
  margin-bottom: 8%;
}

.index-subscribe-2-form .content-wrap {
  background-color: #f5f5f5;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team h6 {
  color: #5d5d5d;
}

.team p {
  color: #757576;
}

.team1 .member-name {
  margin-top: 25px;
}

.team1 .member-id {
  margin-bottom: 25px;
}

.team1 .description {
  msrgin-top: 50px;
}

.team1 .description p {
  font-size: 1.1rem;
  line-height: 1.5em;
}

.team2 .member-name {
  font-weight: 700;
}

@media (max-width: 767px) {
  .team2 .member-name {
    margin-top: 25px;
  }
}

.team2 .social-icons {
  margin-bottom: 25px;
  margin-top: 25px;
  position: relative;
}

.team2 .social-icons li {
  list-style-type: none;
  display: inline-block;
  font-weight: 700;
}

.team2 .social-icons li a {
  color: #007fbe;
  width: 45px;
  position: relative;
  display: table;
  height: 45px;
  background-color: transparent;
  padding-right: 10px;
  border-radius: 50%;
}

.team2 .social-icons li a i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  color: #767676;
}

.team2 .social-icons:before {
  position: absolute;
  content: '';
  width: 75%;
  border-bottom: 1px solid #d0d0d0;
  bottom: 0;
}

.team2 .main-content-wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
}

.corporate-4-team {
  background-color: #f7f7f7;
}

/*--------------------------------------------------------------
# color picker
--------------------------------------------------------------*/
.color-picker {
  position: relative;
  width: 250px;
  position: fixed;
  left: -250px;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.color-picker .color-picker-head {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.color-picker .color-picker-body {
  padding: 20px;
}

.color-picker .color-picker-body ul#colorPickers {
  margin-bottom: 0;
}

.color-picker .color-picker-body ul#colorPickers li {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 3px;
  margin-right: 3px;
  width: 46px;
  height: 24px;
  position: relative;
}

.color-picker .color-picker-body ul#colorPickers li:nth-child(1) {
  background: #007fbe;
}

.color-picker .color-picker-body ul#colorPickers li:nth-child(2) {
  background: #d8b300;
}

.color-picker .color-picker-body ul#colorPickers li:nth-child(3) {
  background: #be0f00;
}

.color-picker .color-picker-body ul#colorPickers li:nth-child(4) {
  background: #4fbe00;
}

.color-picker .color-picker-body ul#colorPickers li:nth-child(5) {
  background: #861286;
}

.color-picker .color-picker-body ul#colorPickers li:nth-child(6) {
  background: #d84700;
}

.color-picker .color-picker-body ul#colorPickers li:nth-child(7) {
  background: #00b0eb;
}

.color-picker .color-picker-body ul#colorPickers li:nth-child(8) {
  background: #1abc9c;
}

.color-picker .color-picker-body ul#colorPickers li.active:after {
  content: "\f122";
  font-family: 'Ionicons';
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 0 15px;
  font-size: 18px;
}

.color-picker .box, .color-picker .testimonial #testimonial-slider .owl-dots .owl-dot span, .testimonial #testimonial-slider .owl-dots .owl-dot .color-picker span, .color-picker .testimonial #testimonial-slider-2 .owl-dots .owl-dot span, .testimonial #testimonial-slider-2 .owl-dots .owl-dot .color-picker span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.color-picker .switcher-trigger {
  position: absolute;
  top: -1px;
  right: -42px;
  width: 42px;
  height: 42px;
  background-color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: none;
  border-radius: 0 3px 3px 0;
}

.color-picker .switcher-trigger:before {
  font-family: 'ionicons';
  color: #d0d0d0;
  font-size: 30px;
  content: '\f13e';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translatex(-50%) translatey(-50%);
  -ms-transform: translatex(-50%) translatey(-50%);
  transform: translatex(-50%) translatey(-50%);
}

.download {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 33;
}

/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/
.video {
  position: relative;
}

.video .p-r-0 {
  padding-right: 0px;
  position: absolute;
  height: 100%;
  top: 0;
}

.video .video-text {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .video .video-text {
    background: transparent !important;
  }
}

.video .partial-bg {
  padding-right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: table;
}

.video .partial-bg .bg-wrapper {
  display: table-cell;
  text-align: center;
  width: 100%;
  position: relative;
  vertical-align: middle;
  right: 50%;
}

@media (max-width: 767px) {
  .video .partial-bg .bg-wrapper {
    right: 0;
  }
}

.video .partial-bg .bg-wrapper .btn-round-video {
  border-radius: 100%;
  background-color: rgba(0, 127, 190, 0.82);
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 45px;
}

@media (max-width: 767px) {
  .video .partial-bg .bg-wrapper .btn-round-video {
    margin-left: -25px;
  }
}

.video .partial-bg .bg-wrapper .btn-round-video i {
  color: #fff;
  font-size: 25px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 2px;
  padding: 7px;
}

@media (max-width: 767px) {
  .video .partial-bg .bg-wrapper .btn-video {
    margin-left: 0;
  }
}

.video .partial-bg .bg-wrapper .v-center {
  display: table-cell;
  vertical-align: middle;
  height: 75vh;
}

.video .partial-bg .bg-wrapper .v-center .lightbox-video {
  position: absolute;
  top: 22%;
  right: 47%;
  width: 100%;
  height: 100%;
  /*@media (max-width:767px){
						.btn-video{
							margin-left: 0;
						}
					}*/
}

.video .partial-bg .bg-wrapper .v-center .lightbox-video .btn-round-video {
  border-radius: 100%;
  background-color: rgba(0, 127, 190, 0.82);
  position: absolute;
  width: 50px;
  height: 50px;
  top: 25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 45px;
  /*@media (max-width:767px){
							margin-left: 0;
						}*/
}

.video .partial-bg .bg-wrapper .v-center .lightbox-video .btn-round-video i {
  color: #fff;
  font-size: 25px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 2px;
  padding: 7px;
}

@media (max-width: 991px) {
  .video .partial-bg {
    margin: 20px 0px;
  }
  .video .partial-bg .bg-wrapper {
    display: block;
  }
  .video .partial-bg .bg-wrapper .v-center {
    display: block;
    vertical-align: initial;
    height: auto;
  }
  .video .partial-bg .bg-wrapper .v-center .lightbox-video {
    position: relative;
    height: auto;
    top: 0;
    right: 0;
  }
  .video .partial-bg .bg-wrapper .v-center .lightbox-video .btn-round-video {
    top: 45%;
  }
}

.video p {
  font-size: 1.414rem;
  line-height: 2.121rem;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.625em;
  color: #767676;
  font-weight: 400;
  margin-bottom: 30px;
}

.video .section-subtitle {
  font-size: 1.414rem;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 40px;
  text-transform: lowercase;
  line-height: 1;
}

.video2 {
  background-size: cover;
}

.video2 .video-wrapper {
  padding: 200px 0;
  color: #fff;
}

.video2 .video-wrapper h2 {
  margin-top: 0;
}

.video2 .video-wrapper p {
  margin-bottom: 0;
}

.video2 .video-wrapper .link-content {
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #fff;
  border-radius: 100%;
  position: relative;
  font-size: 1.414rem;
  color: #111;
  margin-bottom: 40px;
}

.video2 .video-wrapper .link-content::before {
  content: '';
  height: 120px;
  width: 120px;
  position: absolute;
  left: -10px;
  top: -10px;
  border: 10px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
}

.video-grid-2-col .vg-wrap-1, .video-grid-2-col .vg-wrap-2 {
  position: relative;
  width: 100%;
  position: relative;
  height: 60vh;
  background-size: cover;
  float: left;
}

@media (min-width: 768px) {
  .video-grid-2-col .vg-wrap-1, .video-grid-2-col .vg-wrap-2 {
    width: 50%;
  }
}

.video-grid-2-col .vg-wrap-1 a, .video-grid-2-col .vg-wrap-2 a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 20;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.video-grid-2-col .vg-wrap-1 a:hover h3, .video-grid-2-col .vg-wrap-2 a:hover h3 {
  color: #fff;
}

.video-grid-2-col .vg-wrap-1 a:hover span, .video-grid-2-col .vg-wrap-2 a:hover span {
  background-color: #007fbe;
}

.video-grid-2-col .vg-wrap-1 a:hover i, .video-grid-2-col .vg-wrap-2 a:hover i {
  color: #fff;
}

.video-grid-2-col .vg-wrap-1 a .link-content, .video-grid-2-col .vg-wrap-2 a .link-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-grid-2-col .vg-wrap-1 a h3, .video-grid-2-col .vg-wrap-2 a h3 {
  font-size: 1rem;
  line-height: 1.7;
  text-transform: capitalize;
  color: #c7c7c7;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media (min-width: 600px) {
  .video-grid-2-col .vg-wrap-1 a h3, .video-grid-2-col .vg-wrap-2 a h3 {
    font-size: 1.414rem;
  }
}

.video-grid-2-col .vg-wrap-1 a span, .video-grid-2-col .vg-wrap-2 a span {
  display: inline-block;
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.video-grid-2-col .vg-wrap-1 a span i, .video-grid-2-col .vg-wrap-2 a span i {
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #007fbe;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.video-grid-2-col .vg-wrap-1:after, .video-grid-2-col .vg-wrap-2:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 19;
}

.video-grid-2-col .vg-wrap-1 {
  background-image: url("../images/video/grid2.jpg");
}

.video-grid-2-col .vg-wrap-2 {
  background-image: url("../images/video/grid3.jpg");
}

/*--------------------------------------------------------------
# text-rotator
--------------------------------------------------------------*/
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  font-weight: inherit;
}

.letters .cd-words-wrapper b {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.cd-words-wrapper i,
.cd-words-wrapper em {
  font-style: normal;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* -------------------------------- 

xrotate-1 

-------------------------------- */
.cd-headline.rotate-1 .cd-words-wrapper {
  -webkit-perspective: 300px;
  perspective: 300px;
}

.cd-headline.rotate-1 b {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.cd-headline.rotate-1 b.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: cd-rotate-1-in 1.5s;
  animation: cd-rotate-1-in 1.5s;
}

.cd-headline.rotate-1 b.is-hidden {
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: cd-rotate-1-out 1.5s;
  animation: cd-rotate-1-out 1.5s;
}

@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}

@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}

@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}

@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}

/* -------------------------------- 

xtype 

-------------------------------- */
.cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden;
}

.cd-headline.type .cd-words-wrapper::after {
  /* vertical bar */
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}

.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite;
}

.cd-headline.type .cd-words-wrapper.selected {
  background-color: rgba(255, 255, 255, 0.5);
}

.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden;
}

.cd-headline.type .cd-words-wrapper.selected b {
  color: #0d0d0d;
}

.cd-headline.type b {
  visibility: hidden;
}

.cd-headline.type b.is-visible {
  visibility: visible;
}

.cd-headline.type i {
  position: absolute;
  visibility: hidden;
}

.cd-headline.type i.in {
  position: relative;
  visibility: visible;
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}

@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}

/* -------------------------------- 

xrotate-2 

-------------------------------- */
.cd-headline.rotate-2 .cd-words-wrapper {
  -webkit-perspective: 300px;
  perspective: 300px;
}

.cd-headline.rotate-2 i,
.cd-headline.rotate-2 em {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-headline.rotate-2 b {
  opacity: 0;
}

.cd-headline.rotate-2 i {
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, -20px) rotateX(90deg);
  -ms-transform: translate3d(0, 0, -20px) rotateX(90deg);
  transform: translate3d(0, 0, -20px) rotateX(90deg);
  opacity: 0;
}

.is-visible .cd-headline.rotate-2 i {
  opacity: 1;
}

.cd-headline.rotate-2 i.in {
  -webkit-animation: cd-rotate-2-in 0.5s forwards;
  animation: cd-rotate-2-in 0.5s forwards;
}

.cd-headline.rotate-2 i.out {
  -webkit-animation: cd-rotate-2-out 0.5s forwards;
  animation: cd-rotate-2-out 0.5s forwards;
}

.cd-headline.rotate-2 em {
  -webkit-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  transform: translateZ(20px);
}

.no-csstransitions .cd-headline.rotate-2 i {
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 0;
}

.no-csstransitions .cd-headline.rotate-2 i em {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.no-csstransitions .cd-headline.rotate-2 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
  }
}

@keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    -ms-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    -ms-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg);
  }
}

@-webkit-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
  }
}

@keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    -ms-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    -ms-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}

/* -------------------------------- 

xloading-bar 

-------------------------------- */
.cd-headline.loading-bar span {
  display: inline-block;
  padding: .2em 0;
}

.cd-headline.loading-bar .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.loading-bar .cd-words-wrapper::after {
  /* loading bar */
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #ffffff;
  z-index: 2;
  -webkit-transition: width 0.3s -0.1s;
  transition: width 0.3s -0.1s;
}

.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
  width: 100%;
  -webkit-transition: width 3s;
  transition: width 3s;
}

.cd-headline.loading-bar b {
  top: .2em;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.cd-headline.loading-bar b.is-visible {
  opacity: 1;
  top: 0;
}

/* -------------------------------- 

xslide 

-------------------------------- */
.cd-headline.slide span {
  display: inline-block;
  padding: .2em 0;
}

.cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.slide b {
  opacity: 0;
  top: .2em;
}

.cd-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}

.cd-headline.slide b.is-hidden {
  -webkit-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}

@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -ms-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}

/* -------------------------------- 

xclip 

-------------------------------- */
.cd-headline.clip span {
  display: inline-block;
  padding: .1em 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 46%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 55%;
  background-color: rgba(255, 255, 255, 0.5);
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline.clip b.is-visible {
  opacity: 1;
}

/* -------------------------------- 

xzoom 

-------------------------------- */
.cd-headline.zoom .cd-words-wrapper {
  -webkit-perspective: 300px;
  perspective: 300px;
}

.cd-headline.zoom b {
  opacity: 0;
}

.cd-headline.zoom b.is-visible {
  opacity: 1;
  -webkit-animation: zoom-in 0.8s;
  animation: zoom-in 0.8s;
}

.cd-headline.zoom b.is-hidden {
  -webkit-animation: zoom-out 0.8s;
  animation: zoom-out 0.8s;
}

@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
}

@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    -ms-transform: translateZ(100px);
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
  }
}

@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    -ms-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}

/* -------------------------------- 

xrotate-3 

-------------------------------- */
.cd-headline.rotate-3 .cd-words-wrapper {
  -webkit-perspective: 250px;
  perspective: 250px;
}

.cd-headline.rotate-3 b {
  opacity: 0;
}

.cd-headline.rotate-3 i {
  display: inline-block;
  -webkit-transform: translateX(150%) rotateY(180deg);
  -ms-transform: translateX(150%) rotateY(180deg);
  transform: translateX(150%) rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.is-visible .cd-headline.rotate-3 i {
  -webkit-transform: translateX(0%) rotateY(0deg);
  -ms-transform: translateX(0%) rotateY(0deg);
  transform: translateX(0%) rotateY(0deg);
}

.cd-headline.rotate-3 i.in {
  -webkit-animation: cd-rotate-3-in 0.8s forwards;
  animation: cd-rotate-3-in 0.8s forwards;
}

.cd-headline.rotate-3 i.out {
  -webkit-animation: cd-rotate-3-out 0.8s forwards;
  animation: cd-rotate-3-out 0.8s forwards;
}

.no-csstransitions .cd-headline.rotate-3 i {
  -webkit-transform: translateX(0%) rotateY(0deg);
  -ms-transform: translateX(0%) rotateY(0deg);
  transform: translateX(0%) rotateY(0deg);
  opacity: 0;
}

.no-csstransitions .cd-headline.rotate-3 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
  }
}

@keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: translateX(150%) rotateY(180deg);
    -ms-transform: translateX(150%) rotateY(180deg);
    transform: translateX(150%) rotateY(180deg);
  }
  100% {
    -webkit-transform: translateX(0%) rotateY(0deg);
    -ms-transform: translateX(0%) rotateY(0deg);
    transform: translateX(0%) rotateY(0deg);
  }
}

@-webkit-keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
  }
}

@keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: translateX(-150%) rotateY(-180deg);
    -ms-transform: translateX(-150%) rotateY(-180deg);
    transform: translateX(-150%) rotateY(-180deg);
  }
}

/* -------------------------------- 

xscale 

-------------------------------- */
.cd-headline.scale b {
  opacity: 0;
}

.cd-headline.scale i {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.is-visible .cd-headline.scale i {
  opacity: 1;
}

.cd-headline.scale i.in {
  -webkit-animation: scale-up 0.6s forwards;
  animation: scale-up 0.6s forwards;
}

.cd-headline.scale i.out {
  -webkit-animation: scale-down 0.6s forwards;
  animation: scale-down 0.6s forwards;
}

.no-csstransitions .cd-headline.scale i {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}

.no-csstransitions .cd-headline.scale .is-visible i {
  opacity: 1;
}

@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}

@keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}

/* -------------------------------- 

xpush 

-------------------------------- */
.cd-headline.push b {
  opacity: 0;
}

.cd-headline.push b.is-visible {
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  animation: push-in 0.6s;
}

.cd-headline.push b.is-hidden {
  -webkit-animation: push-out 0.6s;
  animation: push-out 0.6s;
}

@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}

@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.hs-text-11 {
  letter-spacing: 11px;
}

/*--------------------------------------------------------------
# gallery
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .img-wrap {
    padding: 15px;
  }
}

.img-box {
  position: relative;
  overflow: hidden;
}

.img-box img {
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  height: -webkit-calc(100% + 60px);
  height: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

.img-box:hover img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.img-box:hover .img-caption {
  bottom: 0;
}

.grid-item-wrap {
  position: relative;
  overflow: hidden;
}

.grid-item-wrap:hover .img-caption {
  bottom: 0;
}

.galleryBoxed1Col .img-caption {
  margin: 10px 0 15px;
}

.img-caption {
  background-image: -webkit-linear-gradient(bottom, rgba(17, 17, 17, 0.9), rgba(17, 17, 17, 0));
  background-image: linear-gradient(to top, rgba(17, 17, 17, 0.9), rgba(17, 17, 17, 0));
  padding: 15px;
  position: absolute;
  top: auto;
  bottom: -52px;
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.img-caption span {
  color: #fff;
  font-size: 1rem;
  text-transform: capitalize;
  font-weight: 600;
}

.gallery-grid-item {
  padding: 15px;
}

@media (min-width: 767px) {
  .gallery-grid-item {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .gallery-grid-item {
    width: 25%;
  }
}

.gallery-grid-item.grid-item-2x {
  width: 100%;
}

@media (min-width: 768px) {
  .gallery-grid-item.grid-item-2x {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .gallery-grid-item.grid-item-2x {
    width: 50%;
  }
}

.caption-text {
  float: left;
}

.caption-social {
  float: right;
}

.caption-social span a {
  color: #fff;
}

.caption-social span a i {
  display: inline-block;
  margin-left: 7px;
}

.author-meta span {
  font-size: 1rem;
}

.img-wrapper {
  /*background-color: #111;*/
  padding: 35px;
}

.img-sidebar {
  padding: 30px;
  background-color: #fff;
  position: relative;
  height: 88vh;
}

.img-sidebar .img-title {
  font-size: 1.414rem;
}

.img-sidebar .sidebar-header {
  margin-bottom: 30px;
}

.img-sidebar .sidebar-content {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.img-sidebar .img-meta ul li {
  font-size: 1rem;
  margin-bottom: 10px;
}

.img-sidebar .img-meta ul li span {
  display: inline-block;
  margin-right: 10px;
  font-weight: 600;
}

.gutter .img-box {
  margin-bottom: 30px;
}

.gallery-pad {
  padding-top: 30px;
  /*background-color: #e4e4e4;*/
}

.no-gutter.gallery-pad {
  padding-bottom: 30px;
}

/*********************************************************
============== magnific popup transition ================
**********************************************************/
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-s-loading .mfp-arrow {
  display: none;
}

/*--------------------------------------------------------------
# faqs
--------------------------------------------------------------*/
.faq-box {
  padding: 30px 0 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  max-width: 95%;
}

@media (min-width: 992px) {
  .faq-box:first-child {
    padding-top: 0;
  }
  .faq-box:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.faq-box h4 {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.faq-box h4::first-letter {
  margin-right: 5px;
  display: inline-block;
  font-size: 1.414rem;
  color: #00a1f1;
}

.faq-box p {
  line-height: 1.7;
}

.panel-heading {
  padding: 0;
  border-radius: 3px 3px 0 0;
}

.panel-heading h4.panel-title {
  position: relative;
  font-size: 1rem;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 1px;
}

.panel-heading a {
  display: block;
  padding: 15px 0 15px 26px;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
}

.panel-heading a:hover, .panel-heading a:focus {
  color: #007fbe;
  text-decoration: none;
}

.panel-heading a:focus, .panel-heading a:active {
  color: #111;
}

@media (min-width: 768px) {
  .panel-heading a:after {
    font-family: 'ionicons';
    content: '\f364';
    position: absolute;
    right: 15px;
    font-size: 24px;
    color: #d0d0d0;
  }
}

@media (min-width: 768px) {
  a.collapsed:after {
    font-family: 'ionicons';
    content: '\f35e';
    position: absolute;
    right: 15px;
    font-size: 24px;
    color: #d0d0d0;
  }
}

.panel-body {
  padding: 20px;
  font-size: 1rem;
  line-height: 1.7;
}

.panel-default {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.panel-default > .panel-heading {
  background-color: #fff;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.panel-group .panel {
  margin-bottom: 15px;
}

/*--------------------------------------------------------------

# portfolio
--------------------------------------------------------------*/
.portfolio-grid {
  position: relative;
}

.grid-sizer {
  width: 100%;
}

@media (min-width: 767px) {
  .grid-sizer {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .grid-sizer {
    width: 25%;
  }
}

.no-padding .portfolio-grid-item {
  padding: 0;
}

.no-padding .load-more-portfolio {
  right: 0;
  bottom: 8px;
}

.portfolio-grid-item {
  padding: 15px;
}

@media (min-width: 767px) {
  .portfolio-grid-item {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .portfolio-grid-item {
    width: 25%;
  }
}

.portfolio-grid-item.grid-item-2x {
  width: 100%;
}

@media (min-width: 768px) {
  .portfolio-grid-item.grid-item-2x {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .portfolio-grid-item.grid-item-2x {
    width: 50%;
  }
}

.portfolio-thumb:hover .portfolio-hover {
  opacity: 1;
}

.load-more-portfolio {
  position: absolute;
  bottom: 15px;
  right: 15px;
  border: none;
  background-color: rgba(0, 127, 190, 0.8);
  color: #fff;
  font-size: 48px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 7px 7px 0px 0px #007fbe;
}

.load-more-content {
  display: block;
  font-size: 1.414rem;
}

.portfolio-thumb {
  position: relative;
}

.portfolio-hover {
  position: absolute;
  background-color: rgba(0, 127, 190, 0.9);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.vcenter {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.vcenter a {
  position: relative;
  width: 100%;
  height: 100%;
  display: table;
  text-decoration: none;
}

.portfolio-btn-group-wraper {
  border: 2px solid #f1f1f1;
  padding: 10px 0;
  border-left: 0px;
  border-right: 0px;
  margin-bottom: 50px;
}

.sortable-portfolio-button button {
  background-color: transparent;
  color: #767676;
  border-radius: 0px;
  border: none;
  text-transform: uppercase;
  padding: 5px 10px;
  letter-spacing: 1px;
  margin-right: 0px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 11px;
  font-family: Montserrat, sans-serif;
}

.sortable-portfolio-button button:after {
  content: '/';
  margin-left: 15px;
}

@media (min-width: 600px) {
  .sortable-portfolio-button button {
    margin-bottom: 0;
  }
}

.sortable-portfolio-button button:hover {
  color: #007fbe;
}

/*----------------  Single Portfolio Page  ------------------*/
.portfolio-description {
  display: table-cell;
  color: #fff;
  vertical-align: bottom;
  padding: 15px;
}

.portfolio-description h5 {
  line-height: 1;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.portfolio-description p {
  text-transform: capitalize;
  font-style: italic;
  color: rgba(255, 255, 255, 0.84);
}

.projects .section-title {
  margin-bottom: 60px;
}

.projects #projects-slider {
  /*position: relative;
		.owl-nav{
			.owl-prev, .owl-next{
				position: absolute;
				top: 50%;
			}
			.owl-prev{
				left: -10px;
			}
			.owl-next{
				right: -10px;
			}
		}*/
}

.projects #projects-slider .owl-dots {
  margin: 10px auto;
  text-align: center;
}

.projects #projects-slider .owl-dots .owl-dot {
  display: inline-block;
  background: #000;
  position: relative;
  width: 12px;
  margin: 5px;
  height: 12px;
  overflow: hidden;
  border-radius: 100%;
}

.projects #projects-slider .owl-dots .owl-dot.active {
  background: #007fbe;
}

.featured-img {
  padding-top: 60px;
}

.projectDetails .section-title {
  margin-bottom: 15px;
}

.projectDetails .video-container {
  position: relative;
  width: 100%;
  height: 1px;
  padding-bottom: 62.5%;
}

.projectDetails .video-container iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}

.projectDetails .owl-nav .owl-prev, .projectDetails .owl-nav .owl-next {
  position: absolute;
  top: -webkit-calc(50% - 35px);
  top: calc(50% - 35px);
  background-color: transparent;
  width: 60px;
  color: #a7aeb8;
  text-align: center;
  font-size: 50px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.projectDetails .owl-nav:hover .owl-prev, .projectDetails .owl-nav:hover .owl-next {
  background-color: #fff;
  color: #111;
}

.projectDetails .owl-nav .owl-prev {
  left: 0;
}

.projectDetails .owl-nav .owl-next {
  right: 0;
}

.projectDetails .details h4 {
  margin: 15px 0px 10px 0px;
  text-decoration: underline;
}

.projectDetails .details ul li {
  padding: 4px 0px;
}

.project-feature .features h5 i {
  font-size: 40px;
  margin-right: 15px;
  color: #007fbe;
}

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
.not-found {
  background-image: url(../images/404/404.jpg);
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 100vh;
  text-align: center;
}

.not-found h1 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 100px;
  margin-bottom: 0px;
  margin-top: 55vh;
}

/*--------------------------------------------------------------
# widgets
--------------------------------------------------------------*/
.widgetsPage .mountainWidget, .blog .mountainWidget {
  margin: 60px 0;
}

@media (min-width: 992px) {
  .widgetsPage .mountainWidget:first-child, .blog .mountainWidget:first-child {
    margin-top: 0;
  }
}

.widgetsPage .mountainWidget .line, .blog .mountainWidget .line {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mountainWidget .line {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: 5px 0px 20px 0px;
}

.mountainWidget > h4 {
  font-size: 1.414rem;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .mountainWidget > h4 {
    margin-top: 60px;
  }
}

.mountainWidget > h5 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px;
}

.mountainWidget > p {
  line-height: 1.5;
}

.mountainWidget a {
  font-size: 0.9rem;
  text-transform: capitalize;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.mountainWidget a:hover {
  text-decoration: none;
}

.mountainWidget li {
  margin-bottom: 5px;
}

.subscription.mountainWidget p {
  margin-bottom: 20px;
}

.subscription.mountainWidget .input-group-btn #subscribe-button {
  background-color: #007fbe;
  border-color: #007fbe;
  border-radius: 0px;
  color: #fff;
  padding: 12px 15px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-bottom: 0;
}

.subscription.mountainWidget .input-group-btn #subscribe-button:hover {
  background-color: #00a1f1;
}

.wid-social-icons ul li, .wid-social-icons2 ul li {
  list-style-type: none;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
  margin-right: 5px;
  font-size: 25px;
  text-align: center;
}

.wid-social-icons ul li a, .wid-social-icons2 ul li a {
  color: #fff;
  display: inline-block;
  line-height: 40px;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background-color: #007fbe;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.wid-social-icons ul li a:hover, .wid-social-icons2 ul li a:hover {
  background-color: #00a1f1;
  color: #fff;
}

.wid-social-icons ul li span, .wid-social-icons2 ul li span {
  display: inline-block;
  line-height: 0;
}

.wid-social-icons2 ul li a {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.wid-social-icons2 ul li a:hover {
  background-color: #00a1f1;
}

.wid-social-icons2 ul li a:hover span {
  color: #fff;
}

.wid-social-icons2 ul li a span {
  color: #d0d0d0;
  font-size: 24px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-top: 8px;
}

.post-except {
  margin-bottom: 25px;
}

.post-except:last-child {
  margin-bottom: 0;
}

.entry-image {
  float: left;
  width: 70px;
  width: 70px;
  margin-right: 10px;
}

.entry-title h5 {
  color: #000;
  margin-bottom: 6px;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  margin-top: 0px;
}

.linkswidget li a {
  font-weight: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.textWidget2 {
  background-color: #007fbe;
  padding: 30px;
}

.textWidget2 a, .textWidget2 p, .textWidget2 h4, .textWidget2 h5 {
  color: #fff;
}

.textWidget2 p, .textWidget2 h4 {
  margin-bottom: 30px;
}

.textWidget2 a {
  text-decoration: underline;
}

.widget-subscription3 img, .widget-subscription2 img {
  margin-bottom: 40px;
}

.widget-subscription3 p, .widget-subscription2 p {
  margin-bottom: 15px;
}

.widget-subscription3 .line, .widget-subscription2 .line {
  margin-bottom: 20px;
}

.widget-subscription3 input, .widget-subscription2 input {
  margin-bottom: 10px;
  font-size: 1rem;
  font-style: italic;
  padding: 15px 15px 20px;
}

.widget-subscription3 button, .widget-subscription2 button {
  padding: 10px 25px;
  font-size: 11px;
}

.tag-list a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  padding: 5px 8px;
  color: #313131;
  display: inline-block;
  margin: 0 7px 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.tag-list a:hover {
  background-color: #007fbe;
  color: #fff;
}

.blogExceptWidget2 .post-except {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.blogExceptWidget2 .post-except:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.linkswidget2 a {
  margin-right: 7px;
}

.linkswidget2 .line {
  margin-bottom: 20px;
}

.linkswidget2 span {
  color: #d0d0d0;
  position: relative;
}

.author-widget {
  padding: 40px;
  background-color: #fbfbfb;
}

.author-widget .author-widget-head {
  display: inline-block;
  margin-bottom: 30px;
}

.author-widget img {
  float: left;
  margin-right: 20px;
}

.author-widget .author-widget-meta {
  float: left;
}

.author-widget .author-web {
  display: block;
}

.author-widget span {
  display: block;
}

.author-widget span.author-widget-header {
  font-size: 1rem;
  color: #d0d0d0;
}

.author-widget span.author-name {
  font-size: 1.414rem;
}

.flickr-widget .flickr-photo-wrap a {
  display: block;
  float: left;
  width: 90px;
  padding: 0 2px 2px 0;
}

/*-------------------  Instagram Widget --------------------------*/
.instagram-widget img {
  display: inline-block;
  margin: 0 10px 10px 0;
  width: 120px;
  height: auto;
}

/*-------------------  twitter Widget --------------------------*/
.twitter-feed li {
  list-style: none;
}

.single-tweet {
  position: relative;
  color: #999;
  font-size: 16px;
  line-height: 1.7;
}

.single-tweet a {
  color: #007fbe;
}

.single-tweet span {
  display: block;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
# our process
--------------------------------------------------------------*/
.our-process1 {
  background-color: #f7f7f7;
}

.our-process1 h1 {
  font-family: Poppins, sans-serif;
  margin-bottom: 45px;
  font-size: 2.827rem;
}

@media (min-width: 992px) {
  .our-process1 h1 {
    margin-bottom: 90px;
  }
}

.our-process1 h3 {
  font-size: 1.414rem;
}

.our-process1 .process-wrap {
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .our-process1 .process-wrap {
    margin-bottom: 0;
  }
}

.our-process1 .col-md-4:last-child .process-wrap {
  margin-bottom: 0;
}

.our-process1 .process-img {
  position: relative;
  margin-bottom: 60px;
  width: 270px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

@media (min-width: 992px) {
  .our-process1 .process-img:after {
    position: absolute;
    opacity: 0;
    width: 100%;
    content: '';
    right: -100%;
    top: 50%;
    left: auto;
    position: absolute;
    border-left: none;
    border-bottom: 1px dashed #d0d0d0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
}

.our-process1 .process-img.last:after {
  content: none;
}

.our-process1 .process-img:hover:after {
  opacity: 1;
}

.our-process1 .process-wrap {
  position: relative;
}

.our-process1 .process-wrap h3 {
  font-weight: 500;
}

.our-process1 .process-wrap:hover .process-step {
  background-color: #007fbe;
}

.our-process1 .process-step {
  position: absolute;
  top: 190px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #d0d0d0;
  border-radius: 50%;
  display: inline-block;
  width: 50px;
  height: 50px;
  font-family: Poppins, sans-serif;
  font-size: 1.414rem;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.our-process1 .process-step span {
  display: inline-block;
  margin-top: 10px;
}

/*--------------------------------------------------------------
# why choose us
--------------------------------------------------------------*/
.why-choose-us .choose-us-header h1 {
  font-family: Poppins, sans-serif;
  font-size: 2.827rem;
  margin-bottom: 90px;
}

.why-choose-us .tab-content {
  margin: 0;
  padding: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.why-choose-us .tab-content p {
  line-height: 1.7;
  color: #444;
}

.why-choose-us .tab-content h2 {
  font-size: 1.999rem;
  margin: 20px 0;
  line-height: 1.5;
}

.why-choose-us .nav-tabs {
  border-bottom: none;
}

.why-choose-us .nav-tabs > li {
  width: 25%;
  margin-bottom: 0;
}

.why-choose-us .nav-tabs > li:last-child a {
  border-right-color: rgba(0, 0, 0, 0.1);
}

.why-choose-us .nav-tabs > li > a {
  padding: 20px 0;
  text-align: center;
  line-height: 80px;
  margin: 0;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-color: transparent;
  border-right-color: transparent;
}

.why-choose-us i {
  display: block;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .why-choose-us i {
    font-size: 48px;
  }
}

.why-choose-us span {
  display: block;
  line-height: 1;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 300;
}

@media (min-width: 768px) {
  .why-choose-us span {
    font-size: 1.414rem;
  }
}

.why-choose-us .nav-tabs > li > a {
  border: none;
}

@media (min-width: 768px) {
  .why-choose-us .nav-tabs > li > a {
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border: none;
}

@media (min-width: 768px) {
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 1px solid #ddd;
  }
}

.why-choose-us .nav-tabs > li:last-child a {
  border-right-color: transparent;
}

@media (min-width: 768px) {
  .why-choose-us .nav-tabs > li:last-child a {
    border-right-color: rgba(0, 0, 0, 0.1);
  }
}

.corporate-3-why {
  background-color: #f7f7f7;
}

/*--------------------------------------------------------------
# expertise
--------------------------------------------------------------*/
.ourExpertise1 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.ourExpertise1:before {
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}

.ourExpertise1 .expertise-header {
  margin-bottom: 40px;
}

.ourExpertise1 .expertise-header h3 {
  font-weight: 700;
}

.ourExpertise1 h4 {
  text-transform: uppercase;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0px;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 10px;
}

.ourExpertise1 h2, .ourExpertise1 h3, .ourExpertise1 h4, .ourExpertise1 p {
  color: #fff;
}

.ourExpertise1 p {
  font-size: 1.25rem;
  line-height: 1.414;
  font-weight: 300;
  margin-bottom: 15px;
  margin-bottom: 60px;
}

.ourExpertise1 .circle-wrapper {
  margin: 0 auto;
  position: relative;
  text-align: center;
}

@media (min-width: 768px) {
  .ourExpertise1 .circle-wrapper {
    margin-top: -30px;
  }
}

@media (min-width: 992px) {
  .ourExpertise1 .circle-wrapper {
    width: 75%;
    margin-top: -30px;
  }
}

.ourExpertise1 a.default-mountain-link {
  color: #fff;
}

.bg-white-experties h2, .bg-white-experties h3, .bg-white-experties h4, .bg-white-experties p {
  color: #111;
}

#expertise-circle, #expertise-circle-2, #expertise-circle-3 {
  margin-top: 30px;
  margin-right: 30px;
}

@media (min-width: 768px) {
  #expertise-circle, #expertise-circle-2, #expertise-circle-3 {
    margin-top: 0;
    float: left;
  }
}

.expertise {
  border-color: #333 !important;
  color: #333 !important;
}

/*--------------------------------------------------------------
# showcase
--------------------------------------------------------------*/
.showcase-cta {
  background-image: url("../images/showcase/cta-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}

.animatedbg {
  position: absolute;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 3000%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation: moveSlideshow 2000s linear infinite;
  animation: moveSlideshow 2000s linear infinite;
  background-image: url("../images/showcase/showcase-header.jpg");
  background-size: contain;
  background-position: center center;
}

.showcase {
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

@-webkit-keyframes moveSlideshow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-66.6666%);
    transform: translateX(-66.6666%);
  }
}

@keyframes moveSlideshow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-66.6666%);
    transform: translateX(-66.6666%);
  }
}

.showcase-section {
  padding-top: 80px;
  padding-bottom: 20px;
}

.showcase-section a {
  display: block;
}

.showcase-section a:hover, .showcase-section a:focus {
  text-decoration: none;
}

.showcase-section .title {
  margin-bottom: 50px;
}

.showcase-section .showcase-item {
  margin-bottom: 60px;
  position: relative;
  background-color: #fff;
}

.showcase-section .showcase-item .item {
  position: relative;
  overflow: hidden;
}

.showcase-section .showcase-item .item .img-wrap {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  background-color: #fff;
}

.showcase-section .showcase-item .item .item-title h5 {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding: 20px 30px 30px;
  color: #111;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.showcase-section .showcase-item .item .new-arrived {
  position: absolute;
  top: 56px;
  left: -21px;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.showcase-section .showcase-item .item .new-arrived:after {
  content: 'NEW';
  background-color: yellow;
  padding: 8px 40px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  letter-spacing: 1px;
  position: absolute;
  font-family: Montserrat, sans-serif;
}

.showcase-section .showcase-item:hover a, .showcase-section .showcase-item:focus a {
  text-decoration: none;
}

.showcase-section .showcase-item:hover .item, .showcase-section .showcase-item:focus .item {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.showcase-section .showcase-item:hover .item .item-title h5, .showcase-section .showcase-item:focus .item .item-title h5 {
  color: #007fbe;
}

.showcase-header {
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  position: relative;
}

.showcase-header:before {
  background-color: rgba(44, 44, 44, 0.8);
  z-index: 1;
}

.showcase-header .intro-box .intro {
  height: 70vh;
}

.showcase-header h1 {
  font-size: 45px;
  letter-spacing: -5px;
  margin-bottom: 0;
  color: #fff;
  position: relative;
  display: inline-block;
  margin-top: 80px;
}

.showcase-header h1 span.v-marker {
  position: absolute;
  font-size: 24px;
  background-color: #007fbe;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  text-align: center;
  top: -10px;
  right: -40px;
  line-height: 53px;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .showcase-header h1 span.v-marker {
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 32px;
    right: -30px;
  }
}

@media (min-width: 768px) {
  .showcase-header h1 {
    font-size: 100px;
    margin-top: 100px;
  }
}

.showcase-header h3 {
  margin-bottom: 45px;
  margin-top: 0;
}

.showcase-header p {
  font-size: 18px;
  width: 90%;
  font-weight: 200;
  margin: 0 auto;
  line-height: 1.4;
  margin-bottom: 40px;
  color: #fff;
}

@media (min-width: 768px) {
  .showcase-header p {
    font-size: 24px;
    max-width: 400px;
  }
}

.multi-page, .special-pages {
  background-color: #f7f7f7;
}

.menubar-solid {
  background-color: #000;
}

/*--------------------------------------------------------------
# Latest news
--------------------------------------------------------------*/
.latestNews1 h2 {
  margin-bottom: 60px;
}

.latest-news-wrap {
  padding: 15px 15px 30px 15px;
}

.latest-news-wrap h3 {
  margin-bottom: 50px;
}

.latest-news-wrap h3 a {
  color: #111;
  font-size: 1.414rem;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.latest-news-wrap h3 a:hover {
  color: #007fbe;
}

.news-media-wrapper {
  margin-bottom: 30px;
}

.news-media-wrapper.latest-video a {
  display: inline-block;
}

.news-media-wrapper.latest-video .latest-popup {
  position: relative;
}

.news-media-wrapper.latest-video .latest-popup:before {
  font-family: 'ionicons';
  content: '\f488';
  position: absolute;
  font-size: 32px;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border: 2px solid #fff;
  border-radius: 50%;
  line-height: 0;
  padding: 30px 20px 20px 24px;
}

.latest-news-meta {
  margin-bottom: 15px;
}

.latest-news-meta .meta {
  color: #717171;
  font-size: 1rem;
  position: relative;
  padding: 0 10px 0 20px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.latest-news-meta .meta:hover {
  color: #007fbe;
}

.latest-news-meta .meta:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '.';
  font-size: 48px;
  font-weight: 600;
  line-height: 0;
  color: #d0d0d0;
}

.latest-news-meta .meta.first {
  padding-left: 0;
}

.latest-news-meta .meta.first:before {
  content: '';
}

.author-wrap {
  position: relative;
}

.author-wrap .author-name {
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  left: 60px;
  color: #717171;
  font-size: 1rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.author-wrap .author-name:hover {
  color: #007fbe;
}

.author-wrap .comments-number {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  color: #d0d0d0;
  font-size: 1rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.author-wrap .comments-number:hover {
  color: #007fbe;
}

.author-wrap .comments-number:before {
  font-family: 'ionicons';
  content: '\f11f';
  position: absolute;
  left: -20px;
  top: 0;
  color: #d0d0d0;
}

.blog .latest-news-wrap {
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 0px 8px 1px rgba(0, 0, 0, 0.1);
}

.blog .pagination1 {
  margin-top: 60px;
}

.latest-news-wrap.text h3 {
  margin-bottom: 30px;
}

.latest-text-wrapper {
  margin-bottom: 50px;
  line-height: 1.7;
}

.latest-news-wrap.quote blockquote {
  font-size: 24px;
  font-family: 'Lato';
  font-style: italic;
  border-left: none;
}

.latest-news-wrap.quote cite {
  font-size: 1rem;
  font-style: normal;
  color: #d0d0d0;
}

/*--------------------------------------------------------------
# Latest news
--------------------------------------------------------------*/
.pagination-wrap {
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
}

.pagination-box {
  display: inline-block;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.pagination-box a span {
  display: inline-block;
  padding: 10px 15px;
  color: #717171;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media (min-width: 500px) {
  .pagination-box a span {
    padding: 15px 20px;
  }
}

.pagination-box a span:hover {
  color: #007fbe;
}

.pagination-box a i {
  padding: 10px 15px;
  display: inline-block;
  color: #d0d0d0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media (min-width: 500px) {
  .pagination-box a i {
    padding: 15px 20px;
  }
}

.pagination-box a i:hover {
  color: #007fbe;
}

.pagination-box a i:last-child {
  border-right: none;
}

.pagination-box:last-child {
  border-right: none;
}

/*--------------------------------------------------------------
# Single blog
--------------------------------------------------------------*/
.single-post h1 {
  font-size: 2.827rem;
  font-family: lato;
  line-height: 1;
  margin-bottom: 40px;
}

.single-post .post-section {
  margin-bottom: 120px;
}

.single-post .post-section:last-child {
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}

.single-post .author-wrap {
  margin-bottom: 10px;
}

.single-post .latest-news-meta {
  margin-bottom: 5px;
}

.single-post .featured-img-wrap {
  margin-bottom: 60px;
}

.single-post .post-img-wrap {
  margin-bottom: 30px;
}

.single-post p {
  color: #676767;
  line-height: 2;
  margin-bottom: 30px;
}

.single-post p.last-para {
  margin-bottom: 50px;
}

.single-post h2 {
  font-family: lato;
  font-size: 1.414rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.single-post h3 {
  font-family: lato;
  font-size: 1.414rem;
  font-weight: 400;
  color: #d0d0d0;
  margin-bottom: 30px;
}

.single-post ul {
  padding-left: 30px;
}

.single-post ul li {
  position: relative;
  font-size: 1rem;
  color: #676767;
  line-height: 2;
  margin-bottom: 10px;
}

.single-post ul li em {
  font-style: normal;
  font-weight: 600;
  color: #111;
}

.single-post ul li:before {
  position: absolute;
  content: '.';
  font-size: 80px;
  color: #111;
  line-height: 0;
  top: -10px;
  left: -30px;
}

.singleBlog2.single-post h1 {
  margin-bottom: 20px;
}

.singleBlog2.single-post .latest-news-meta {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
}

.singleBlog2.single-post .author-wrap {
  margin-bottom: 40px;
}

.tag-list-body {
  margin-top: 60px;
}

.section-post-meta {
  padding-bottom: 60px;
}

.section-post-meta .tag-list {
  margin-bottom: 60px;
}

/*--------------------------------------------------------------
# One Page side menu
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .side-menu .content-wrapper {
    margin-left: 260px;
  }
}

.side-menu .container {
  width: auto;
}

@media (min-width: 768px) {
  .side-menu .menuzord {
    position: fixed;
    top: 0;
    left: 0;
    width: 260px;
    height: 100%;
    box-shadow: 0px 0 60px 0px rgba(0, 0, 0, 0.07);
  }
  .side-menu .menuzord .menuzord-menu {
    width: 100%;
    padding-top: 40px;
  }
  .side-menu .menuzord .menuzord-menu li {
    display: block;
    float: none;
  }
  .side-menu .menuzord .menuzord-menu li a {
    display: block;
    color: gray;
  }
  .side-menu .menuzord .menuzord-menu li a:hover, .side-menu .menuzord .menuzord-menu li a:focus {
    background: transparent;
    color: white;
  }
  .side-menu .menuzord .menuzord-brand {
    margin: 60px 30px 0 16px;
  }
  .side-menu .menuzord.navbar-solid ul, .side-menu .menuzord .solid ul {
    padding-top: 40px;
  }
  .side-menu .menuzord.navbar-solid ul li a, .side-menu .menuzord .solid ul li a {
    padding: 26px 16px;
  }
  .side-menu .menuzord.navbar-solid .menuzord-brand, .side-menu .menuzord .solid .menuzord-brand {
    margin: 60px 30px 0 35px;
  }
  .side-menu .menuzord.navbar-solid .menuzord-brand img, .side-menu .menuzord .solid .menuzord-brand img {
    width: 100px;
  }
}

@media (max-width: 767px) {
  .side-menu .menuzord {
    background: white;
  }
  .side-menu .menuzord li a {
    color: black;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .side-menu .container {
    width: 992px;
  }
}

/*--------------------------------------------------------------
# One Page dot menu
--------------------------------------------------------------*/
/* .dot-menu{
	.menuzord{
		@media (min-width:992px){
			position: fixed;
			top:0;
			right:0;
			width:auto;
			height: auto;
			top:50%;
			transform: translatey(-50%);

			.menuzord-brand{
				display: none;
			}
			.menuzord-menu{
				li{
					width:12px;
					height: 12px;
					display: block;
					float: none;
					margin-bottom: 20px;


					&.active a{
						background-color: $accent__light;
					}

					&:hover{
						span{
							right: 30px;
							opacity: 1;
						}
						a{
							background-color: $color__primary;
						}
					}


					a{
						position: relative;
						width: 12px;
						height: 12px;
						border-radius: 50%;						
						background-color: rgb(164, 167, 169);
						padding: 0;
						transition: all 0.4s;

						span{
							position: absolute;
							right: 25px;
							top:-3px;
							white-space: nowrap;
							background-color: $accent;
							border-radius: $primary-border-radius;
							opacity:0;
							transition: all 0.4s;
						}

					}
				}

			}

			.menuzord-brand{
				margin:60px 30px 0 35px;
			}

			&.navbar-solid,.solid{
				background-color: transparent;
				ul{
					padding-top:0;
					li a{
						padding: 0;
					}
				}
				.menuzord-brand{
					margin:60px 30px 0 35px;
					img{
						width: 100px;
					}
				}
			}
		}

	}
} */
#dot-nav {
  background-color: #e6e6e6;
  border-radius: 15px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}

#dot-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#dot-nav ul li {
  position: relative;
  background-color: #fff;
  border: 1px solid #00a1f1;
  border-radius: 100%;
  cursor: pointer;
  padding: 5px;
  height: 5px;
  margin: 15px 5px;
  width: 5px;
  vertical-align: bottom;
}

#dot-nav ul li:hover, #dot-nav ul li.active {
  background-color: #007fbe;
}

#dot-nav ul li a {
  outline: 0;
  vertical-align: top;
  margin: 0px 0px 0px 25px;
  position: relative;
  top: -5px;
}

#dot-nav ul li .awesome-tooltip + .tooltip > .tooltip-inner {
  background-color: #8e44ad;
  color: #f5f5f5;
  border: 1px solid #8e44ad;
}

#dot-nav ul li .awesome-tooltip + .tooltip.left > .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #8e44ad;
}

/*--------------------------------------------------------------
# coming soon
--------------------------------------------------------------*/
.coming-soon-header {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 100%;
}

@media (min-width: 768px) {
  .coming-soon-header {
    height: 100vh;
  }
}

.coming-soon-header h4 {
  margin-bottom: 10px;
}

.coming-soon-header .header .intro-box .intro .header-title {
  margin-bottom: 40px;
}

.coming-soon-header h4.upper {
  text-transform: uppercase;
}

.coming-soon-header .header-subtitle {
  display: block;
  margin-bottom: 40px;
}

.coming-soon-header #countDown {
  padding: 30px 0 90px;
}

.coming-soon-header .countdown-box {
  margin: 0 15px 20px;
}

@media (min-width: 768px) {
  .coming-soon-header .countdown-box:first-child {
    margin-left: 0;
  }
  .coming-soon-header .countdown-box:last-child {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .coming-soon-header .countdown-box {
    margin-bottom: 0;
  }
}

.coming-soon-header .countdown-box h6 {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 0;
}

.coming-soon-header .countdown-box .counter {
  border: none;
  margin-bottom: 0;
}

.coming-soon-header .countdown-box:after {
  content: '';
}

.coming-soon-form input {
  display: block;
  width: 100%;
  height: 50px;
}

.coming-soon-form input#subscriber-email {
  padding-left: 20px;
  background-color: transparent;
  border: 1px solid white;
}

.coming-soon-form input[type='email'] {
  color: #fff;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# tabs
--------------------------------------------------------------*/
.tab1 {
  background-color: #fafafa;
}

.tab1 .tabpanel {
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .tab1 .tabpanel {
    display: inline;
  }
}

.tab1 .tabpanel .nav-pills li {
  border: 1px solid transparent;
}

.tab1 .tabpanel .nav-pills li a {
  font-size: 18px;
  font-family: Montserrat, sans-serif;
  border-radius: 0;
  background-color: transparent;
  color: #111;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (min-width: 768px) {
  .tab1 .tabpanel .nav-pills li a {
    border-left: 3px solid transparent;
  }
}

.tab1 .tabpanel .nav-pills li a span {
  padding-right: 10px;
}

.tab1 .tabpanel .nav-pills li a:active, .tab1 .tabpanel .nav-pills li a:hover, .tab1 .tabpanel .nav-pills li a:focus {
  background-color: transparent;
  color: #007fbe;
}

.tab1 .tabpanel .nav-pills li.active a, .tab1 .tabpanel .nav-pills li:hover a {
  color: #007fbe;
}

@media (min-width: 768px) {
  .tab1 .tabpanel .nav-pills li.active a, .tab1 .tabpanel .nav-pills li:hover a {
    border-left: 3px solid #007fbe;
  }
}

.tab1 .tabpanel .nav-pills li.active {
  background-color: #fff;
  position: relative;
  border-color: #f2f2f2;
}

@media (min-width: 768px) {
  .tab1 .tabpanel .nav-pills li.active {
    border-right-color: transparent;
  }
}

.tab1 .tabpanel .nav-pills li.active:after {
  content: '';
  position: absolute;
  background-color: #fff;
  width: 31px;
  height: 47px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  right: -32px;
  z-index: 11;
  top: -1px;
}

@media (max-width: 767px) {
  .tab1 .tabpanel .nav-pills li.active:after {
    width: 100%;
    height: 3px;
    left: 0;
    right: 0;
    bottom: -30px;
    top: 100%;
    border-color: transparent;
    background-color: #fff;
  }
}

.tab1 .tabpanel .tab-content {
  margin-top: 0;
  padding: 60px;
  background-color: #fff;
  border: 1px solid #f2f2f2;
}

.tab1 .tabpanel .section-title {
  margin-bottom: 5px;
}

.tab1 .tabpanel .section-subtitle {
  position: relative;
  margin-bottom: 50px;
  font-size: 1.25rem;
  line-height: 1.5;
  font-style: italic;
}

.tab1 .tabpanel .section-subtitle:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  background-color: #007fbe;
  width: 60px;
  height: 2px;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
h3.media-page-header {
  margin-top: 40px;
  text-align: center;
}

.media-box {
  padding: 15px 0;
}

.tm-tours-box-1-info {
	background: white;
	padding: 40px;
	overflow: hidden;
}
.tm-tours-box-1-info-left,
.tm-tours-box-1-info-right {
	float: left;
	width: 50%;
}
.tm-tours-box-1-info-left {
	border-right: 1px solid #B1B1B1;
	padding-right: 30px;
}
.tm-tours-box-1-info-right { padding-left: 30px; }
.margin-bottom-20 { margin-bottom: 20px; }
.margin-bottom-30 { margin-bottom: 30px; }
.gray-text { color: #B1B1B1; }
.tours-1-description { line-height: 1.8; }
.tm-tours-box-1-link { overflow: hidden; margin-bottom:15px; }
.tm-tours-box-1-link-left { 
	background-color: #1CA7C8;
	padding: 20px 30px;
	float: left;
	width: 75%;
	/*text-transform: uppercase;*/
}
.tm-tours-box-1-link-right {
	float: left;
	background-color: #1687A6;
	font-weight: 600;
	font-size: 18px;
	display: block;
	padding: 17px 10px;
	width: 25%;
	transition: all 0.3s;
	text-align: center;
}
.tm-tours-box-1-link-right:hover,
.tm-tours-box-1-link-right:focus {
	color: white;
	background-color: #1D98B9;
}
.tm-tours-box-1-link-left,
.tm-tours-box-1-link-left:hover,
.tm-tours-box-1-link-right {
	color: white;
	height: 60px;
}

#tm-tours-background-white{
	background-color: #FFFFFF !important;
}
#tm-tours-background-white li a{
	color: #000000 !important;
	font-family: arial;
}
#tm-tours-background-white h4{
	color: #000000 !important;
	font-family: arial;
}
#tm-tours-background-white li a:hover{
	color: #007fbe !important;
}
.split-cover-nav #menuzord a{
	font-family: arial;
}











.row{margin:0 }
@media (max-width: 767px) {
  body{word-wrap:break-word;}
  img {max-width:100%;}
  .about-us-bigbg-wrap .bg-image{  position:relative;  height:300px;}

}
