/*-------------------------------------------------
= Table of Content
1.General
  1.1.Typography
2.Navigation
3.Content Home

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

/*-------------------------------------------------------*/
/* General
/*-------------------------------------------------------*/

.clearfix { *zoom: 1; }
.clearfix:before, .clearfix:after { display: table; line-height: 0; content: ""; }
.clearfix:after { clear: both; }
.clear { clear: both; }

.oh { overflow: hidden; }
.relative { position: relative; }
.section-wrap { padding: 120px 0; overflow: hidden; background-attachment: fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-position: center center; background-repeat: no-repeat; }
.color-white { color: #fff !important; }
.left { float: left; }
.right { float: right; }
.bg-light { background-color: #f7f9fa; }
.bg-dark { background-color: #171919; }
.last { margin-bottom: 0 !important; }
.nocaps { text-transform: none; letter-spacing: 0; }

::-moz-selection { color: #fff; background: #f36b21; }
::-webkit-selection { color: #fff; background: #f36b21; }
::selection { color: #fff; background: #f36b21; }

a {
  text-decoration: none;
  color: #f36b21;
  outline: none;
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #7a7a7a;
  outline: none;
}

:focus {
  outline: none;
}

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

body {
  margin: 0;
  padding: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: #7a7a7a;
}

video {
  height: 100%;
  width: 100%;
}

body img {
  border: none;
  max-width: 100%;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Montserrat', sans-serif;
  margin-top: 0;
  text-transform: uppercase;
  color: #121212;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 1.5;
}

h1 { font-size: 28px; }
h2 { font-size: 24px; }
h3 { font-size: 21px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 15px; }

p {
  font-size: 15px;
  color: #7a7a7a;
  font-weight: normal;
  line-height: 25px;
}


/*-------------------------------------------------------*/
/* Preloader
/*-------------------------------------------------------*/

.loader-mask {
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#fff; 
  z-index:99999;
}

.loader {
  display: block;
  position: absolute;
  font-size: 0;
  color: #f36b21;
  left: 50%;
  top: 50%;
  width: 42px;
  height: 42px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.loader > div {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.loader > div:first-child {
  position: absolute;
  width: 42px;
  height: 42px;
  background: transparent;
  border-style: solid;
  border-width: 3px;
  border-right-color: transparent;
  border-left-color: transparent;
  -webkit-animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(.09, .57, .49, .9) infinite;
  -moz-animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(.09, .57, .49, .9) infinite;
  -o-animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(.09, .57, .49, .9) infinite;
  animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(.09, .57, .49, .9) infinite;
}
.loader > div:last-child {
  width: 21px;
  height: 21px;
  -webkit-animation: ball-clip-rotate-pulse-scale 1s cubic-bezier(.09, .57, .49, .9) infinite;
  -moz-animation: ball-clip-rotate-pulse-scale 1s cubic-bezier(.09, .57, .49, .9) infinite;
  -o-animation: ball-clip-rotate-pulse-scale 1s cubic-bezier(.09, .57, .49, .9) infinite;
  animation: ball-clip-rotate-pulse-scale 1s cubic-bezier(.09, .57, .49, .9) infinite;
}

@-webkit-keyframes ball-clip-rotate-pulse-rotate{0%{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}50%{-webkit-transform:translate(-50%,-50%) rotate(180deg);transform:translate(-50%,-50%) rotate(180deg)}100%{-webkit-transform:translate(-50%,-50%) rotate(360deg);transform:translate(-50%,-50%) rotate(360deg)}}@-moz-keyframes ball-clip-rotate-pulse-rotate{0%{-moz-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}50%{-moz-transform:translate(-50%,-50%) rotate(180deg);transform:translate(-50%,-50%) rotate(180deg)}100%{-moz-transform:translate(-50%,-50%) rotate(360deg);transform:translate(-50%,-50%) rotate(360deg)}}@-o-keyframes ball-clip-rotate-pulse-rotate{0%{-o-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}50%{-o-transform:translate(-50%,-50%) rotate(180deg);transform:translate(-50%,-50%) rotate(180deg)}100%{-o-transform:translate(-50%,-50%) rotate(360deg);transform:translate(-50%,-50%) rotate(360deg)}}@keyframes ball-clip-rotate-pulse-rotate{0%{-webkit-transform:translate(-50%,-50%) rotate(0);-moz-transform:translate(-50%,-50%) rotate(0);-o-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}50%{-webkit-transform:translate(-50%,-50%) rotate(180deg);-moz-transform:translate(-50%,-50%) rotate(180deg);-o-transform:translate(-50%,-50%) rotate(180deg);transform:translate(-50%,-50%) rotate(180deg)}100%{-webkit-transform:translate(-50%,-50%) rotate(360deg);-moz-transform:translate(-50%,-50%) rotate(360deg);-o-transform:translate(-50%,-50%) rotate(360deg);transform:translate(-50%,-50%) rotate(360deg)}}@-webkit-keyframes ball-clip-rotate-pulse-scale{0%,100%{opacity:1;-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}30%{opacity:.3;-webkit-transform:translate(-50%,-50%) scale(.15);transform:translate(-50%,-50%) scale(.15)}}@-moz-keyframes ball-clip-rotate-pulse-scale{0%,100%{opacity:1;-moz-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}30%{opacity:.3;-moz-transform:translate(-50%,-50%) scale(.15);transform:translate(-50%,-50%) scale(.15)}}@-o-keyframes ball-clip-rotate-pulse-scale{0%,100%{opacity:1;-o-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}30%{opacity:.3;-o-transform:translate(-50%,-50%) scale(.15);transform:translate(-50%,-50%) scale(.15)}}@keyframes ball-clip-rotate-pulse-scale{0%,100%{opacity:1;-webkit-transform:translate(-50%,-50%) scale(1);-moz-transform:translate(-50%,-50%) scale(1);-o-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}30%{opacity:.3;-webkit-transform:translate(-50%,-50%) scale(.15);-moz-transform:translate(-50%,-50%) scale(.15);-o-transform:translate(-50%,-50%) scale(.15);transform:translate(-50%,-50%) scale(.15)}}


/*-------------------------------------------------------*/
/* Navigation Onepage
/*-------------------------------------------------------*/

.nav-type-1 .container-fluid {
  padding: 0 50px;
}

.navbar {
  margin-bottom: 0;
  border: none;
  min-height: 60px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1200;
}

.navbar-nav {
  margin: 0;
  float: none;
  display: inline-block;
}

.navigation-overlay {
  background-color: rgba(0,0,0,.2);
  width: 100%;
  line-height: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navigation-overlay.sticky {
  background-color: rgba(17,17,17,1);
  visibility: visible;
  opacity: 1;
}

.navigation-overlay.sticky .navbar-nav > li > a,
.navigation-overlay.sticky .menu-socials li > a {
  line-height: 60px;
}

.navbar-header {
  width: 20%;
  padding-right: 15px;
}

.nav-wrap {
  width: auto;
  float: right;
}

.navbar-nav > li > a {
  font-family: 'Montserrat', sans-serif;
  padding: 0 17px;
  line-height: 100px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-nav > li:last-child > a {
  padding-right: 0;
}

.logo-container {
  padding: 0 15px;
  float: left;
}

.logo-wrap {
  display: table;
  width: 100%;
}

.logo-wrap > a {
  display: table-cell;
  vertical-align: middle;
  height: 100px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.logo-wrap.shrink > a {
  height: 60px;
}

.logo-wrap img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.logo-wrap.shrink img {}

.navbar-collapse.in {
  overflow-x: hidden;
}

.navbar-nav > li > a:hover,
.navbar-nav > .active > a,
.navbar-nav > .active > a:focus,
.navbar-nav > .active > a:hover {
  opacity: 1;
  color: #f36b21;
}

.navbar-collapse {
  padding: 0;
  border-top: none;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover,
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
  text-decoration: none;
  border-color: #f2f2f2;
}


@media (max-width: 991px) {

  .navigation-overlay,
  .navigation-overlay.sticky {
    background-color: rgba(17,17,17,.9);
  }

  .nav-wrap {
    width: 100%;
    padding: 0;
  }

  .nav-type-1 .container-fluid {
    padding: 0 15px;
  }
  
  .navbar-header {
    width: 100%;
    padding-right: 0;
  }

  .logo-wrap > a {
    height: 60px;
  }

  .navbar-nav {
    width: 100%;
    padding: 40px 0;
  }

  .navigation-overlay.sticky .navbar-nav > li > a,
  .navigation-overlay .navbar-nav > li > a {
    padding: 10px 20px;
    line-height: 30px;
  }

}


/* Navigation Toggle
-------------------------------------------------------*/

.navbar-toggle {
  margin-top: 13px;
  border: none;
  z-index: 50;
  margin-right: 5px;
}

.navbar-toggle .icon-bar {
  background-color: #fff;
  width: 18px;
}

.navbar-toggle:focus .icon-bar,
.navbar-toggle:hover .icon-bar {
  background-color: #f2f2f2;
}

.navbar-toggle:focus,
.navbar-toggle:hover {
  background-color: transparent;
}


/*Go to Top*/

#back-to-top {
  display: block;
  z-index: 500;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 18px;
  position: fixed;
  bottom: -40px;
  right: 20px;
  line-height: 27px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background-color: #fff;
  text-decoration: none;
  box-shadow: 1px 1.732px 12px 0px rgba( 0, 0, 0, .14 ), 1px 1.732px 3px 0px rgba( 0, 0, 0, .12 );
}

#back-to-top i {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

#back-to-top a {
  width: 32px;
  height: 32px;
  display: block;
  color: #121212;
}

#back-to-top.show {
  bottom: 20px;
}

#back-to-top:hover {
  background-color: #121212;
}

#back-to-top:hover i {
  color: #fff;
}

/*-------------------------------------------------------*/
/* Content Home
/*-------------------------------------------------------*/

/* Intro
-------------------------------------------------------*/

.section-wrap.intro {
  padding: 100px 0 0;
}

.intro-wrap {
  background-color: #fff;
  padding: 120px 15px;
}

.intro-heading {
  font-size: 34px;
  margin-bottom: 37px;
  line-height: 50px;
}

.intro-text {
  font-size: 17px;
  line-height: 32px;
}

.subheading {
  font-family: "Montserrat", Serif;
  font-size: 12px;
  color: #f36b21;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  margin-bottom: 24px;
  display: inline-block;
}


/* Partners
-------------------------------------------------------*/

.section-wrap.partners {
  padding: 100px 0;
}


/* Services
-------------------------------------------------------*/

.service-item-box {
  position: relative;
  display: block;
  width: 100%;
  padding: 400px 0;
}

.service-item {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.services.style-1 .service-item:nth-child(2n+1) {
  background-color: rgba(0,0,0,.34);
}

.services.style-1 .service-item:nth-child(2n) {
  background-color: rgba(0,0,0,.24);
}

.service-title {
  position: absolute;
  top: 50%;
  width: 100%;
  /*-transform: translateY(-25%);*/
  -moz-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  -o-transform: translateY(-25%);
  transform: translateY(-25%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.services.style-1 .service-item-box h3 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 21px;
}

.services.style-1 .service-item-box a {
  display: block;
  margin-bottom: 27px;
}

.services.style-1 .service-item-box i {
  display: block;
  font-size: 60px;
  color: #fff;
  margin-bottom: 27px;
}

.service-descr {
  opacity: 0;
  visibility: hidden;
  color: #fff;
  display: block;
  padding: 0 30px;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

}

.services.style-1 .service-item:hover {
  background-color: rgba(0,0,0,.7);
  overflow: auto;
}

.service-item:hover .service-descr {
  opacity: 1;
  visibility: visible;
}

.service-item:hover .service-title {
  top: 30%;
}

.mobile .service-descr {
  opacity: 1;
  visibility: visible;
}

.mobile .service-title {
  /*top: 40%;*/
 -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* About us
-------------------------------------------------------*/

.about-description h4 {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 34px;
}

.about-description p {
  font-size: 16px;
  line-height: 28px;
}

/* Progress Bars
-------------------------------------------------------*/

#skills {
  margin-top: 50px;
}

.progress-bar {
  -webkit-transition: width 1.5s ease-in-out;
  -moz-transition: width 1.5s ease-in-out;
  -o-transition: width 1.5s ease-in-out;
  transition: width 1.5s ease-in-out;
  box-shadow: none;
}

.skills-progress h6,
.skills-progress h6 span {
  color: #333;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.02em;

}

.progress-solid.meter { 
  height: 5px;
  position: relative;
  background: #f7f9fa;
  margin-bottom: 25px;
}

.meter .progress-bar {
  display: block;
  height: 5px;
  position: relative;
  overflow: hidden;
  background-color: #f36b21;
}

.skills-progress h6 span {
  float: right;
}


/* Ipad with Features
-------------------------------------------------------*/

.promo-device img {
  display: inline-block;
}

.features-icons a {
  position: absolute;
}

.features-text {
  padding-left: 100px;

}

.features-text p {
  color: #b2b2b2;
}

.features-text h6 {
  color: #fff;
}

.features-icons .service-item-box {
  padding: 0;
  margin-bottom: 50px;
  background-color: transparent;
}

.features-icons .service-item-box a {
  font-size: 26px;
  position: absolute;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  background-color: #f36b21;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}


/*Hi Icons*/

.hi-icon i {
  position: relative;
  z-index: 2;
}

.hi-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}

.icon-effect-3 .hi-icon {
  box-shadow: 0 0 0 4px #f36b21;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.icon-effect-3 .hi-icon:after {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: 1;
  background: #f36b21;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -ms-transition: -moz-transform 0.3s, opacity 0.3s;
  -o-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}


.icon-effect-3a .hi-icon:hover {
  color: #fff;
}

.icon-effect-3a .hi-icon:hover:after {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}


/* Featured Works
-------------------------------------------------------*/

.project-item {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
  margin: 0 4px;
  overflow: hidden;
  position: relative;
}

.project-item img {
  width: 100%;
}

.portfolio-overlay {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  text-align: center;
  background-color: rgba(0,0,0,0.7);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.project-icons {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  margin-top: -20px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.project-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 14px;
  margin: 0 3px;
  line-height: 40px;
  text-align: center;
  color: #333333;
  background-color: #fff;
  border-radius: 100px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.project-icons a:hover {
  color: #fff;
  background-color: #f36b21;
}

.project-item:hover .portfolio-overlay {
  opacity: 1;
}

.project-item:hover .project-icons {
  top: 42%;
}

.featured-item-description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.project-item:hover .featured-item-description {
  bottom: 42%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}

.featured-item-description h3 {
  margin-bottom: 5px;
  text-transform: none;
  letter-spacing: 0;
}

.featured-item-description h3 a {
  font-size: 16px;
  color: #fff;
}

.featured-item-description span a {
  font-size: 13px;
  color: #fff;
  font-style: italic;
}


/* Call to Action
-------------------------------------------------------*/

.call-to-action {
  padding: 120px 0;
}

.call-to-action h2 {
  font-size: 30px;
}


/* Our Team
-------------------------------------------------------*/

.team-img {
  text-align: center;
}

.team-img img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.team-member {
  position: relative;
  overflow: hidden;
}

.team-details {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 30px;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.team-img:hover .team-details {
  opacity: 1;
  margin-top: -71px;
}

.team-img:hover img {
  opacity: 0.1;
}

.team-details span {
  font-size: 13px;
  color: #9e9e9e;
  font-style: italic;
}

.socials a {
  display: inline-block;
  width: 37px;
  height: 37px;
  background-color: rgb( 255, 255, 255 );
  border-radius: 50%;
}

.socials i {
  line-height: 37px;
  color: #6c6c6c;
  font-size: 14px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.socials a:hover i { color: #fff; }
.socials a:hover .fa.fa-facebook { background-color: #3b5998; }
.socials a:hover i.fa.fa-twitter { background-color: #00acee; }
.socials a:hover i.fa.fa-google-plus { background-color: #dd4b39; }
.socials a:hover i.fa.fa-envelope { background-color: #009688; }
.socials a:hover i.fa.fa-linkedin { background-color: #0e76a8; }
.socials a:hover i.fa.fa-pinterest-p { background-color: #c8232c; }
.socials a:hover i.fa.fa-instagram { background-color: #3f729b; }


/* Testimonials
-------------------------------------------------------*/

.testimonial-text {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.parallax-testimonials .bottom-line:after {
  border-color: #fff;
}

.testimonial-text {
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  margin: 30px 0 20px;
  font-family: "Montserrat", sans-serif;
}

.testimonial span {
  display: block;
  color: #fff;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.025em;
}

.parallax-testimonials .owl-pagination {
  position: relative;
  margin-top: 50px;
}

.parallax-testimonials .owl-carousel {
  position: static;
}


/* Pricing Tables
-------------------------------------------------------*/

.pricing-4-col {
  background-color: #f7f9fa;
  text-align: center;
  padding: 50px 40px;
  margin-bottom: 30px;
  box-shadow: 0px 1px 1px rgba(72, 78, 85, 0.15);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.pricing-4-col:hover {
  box-shadow: 0 20px 40px rgba(72, 78, 85, 0.15);
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}

.pricing-4-col h3 {
  font-size: 16px;
  margin-bottom: 17px;
  text-transform: none;
  letter-spacing: 0;
}

.pricing-price {
  font-size: 50px;
  color: #333;
  display: inline-block;
  line-height: 1.3;
  margin-top: 12px;
}

.pricing-price,
.pricing-term {
  font-family: 'Montserrat', sans-serif;
}

.pricing-currency {
  display: inline-block;
  vertical-align: top;
  margin: 12px -15px 0 0px;
  font-size: 34px;
}

.pricing-term {
  font-size: 13px;
  display: block;
  color: #9e9e9e;
}

.pricing-features {
  color: #7a7a7a;
}

.pricing-features li {
  padding: 10px 0;
  font-size: 14px;
}

.pricing-button {
  margin-top: 38px;
}


/* From Blog
-------------------------------------------------------*/

.from-blog .blog-col {
  position: relative;
  width: 100%;
  height: 100%;
}

.from-blog .entry-wrap {
  position: absolute;
  top: 0;
  padding: 0 10%;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1;
}

.from-blog .entry-box {
  position: relative;
  top: 50%;
  -webkit-transfrom: translateY(-50%);
  -moz-transfrom: translateY(-50%);
  -ms-transfrom: translateY(-50%);
  -o-transfrom: translateY(-50%);
  transfrom: translateY(-50%);
  z-index: 2;
}

.from-blog .entry-img:before {
  content: "";
  background-color: rgba(0,0,0,.7);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

.from-blog .blog-col h4 {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: 0;
}

.from-blog .blog-col h4 a,
.from-blog .entry-meta li a {
  color: #fff;
}

.entry-meta li {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  margin-bottom: 15px;
  white-space: nowrap;
  font-style: italic;
}

.entry-meta li a:hover,
.blog-col h4 a:hover {
  color: #f36b21;
}

.entry-meta li:before {
  content: "/";
  opacity: 0.5;
  margin: 0 7px;
}

.entry-meta li:first-child:before {
  content: "";
  margin: 0;
}

.entry-img {
  position: relative;
  overflow: hidden;
}

.from-blog .blog-col:hover img {
  -webkit-transform: scale(1.5,1.5);
  -moz-transform: scale(1.5,1.5);
  -ms-transform: scale(1.5,1.5);
  -o-transform: scale(1.5,1.5);
  transform: scale(1.5,1.5);
}

.entry-img img {
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
  width: 100%;
}


/* Benefits
-------------------------------------------------------*/

.services.style-2 i {
  font-size: 32px;
  line-height: 1;
  color: #f36b21;
  z-index: 2;
}

.services.style-2 .service-item-box {
  padding: 60px;
  margin-bottom: 30px;
  box-shadow: 0px 1px 1px rgba(72, 78, 85, 0.10);
  text-align: center;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.services.style-2 .service-item-box h3 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 14px;
}

.services.style-2 .service-item-box:hover {
  box-shadow: 0 20px 40px rgba(72, 78, 85, 0.10);
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}


/* Contact
-------------------------------------------------------*/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="search"],
select,
textarea {
  height: 38px;
  border: 2px solid transparent;
  background-color: rgba(255,255,255,0.2);
  width: 100%;
  margin-bottom: 30px;
  padding: 0 16px;
	-webkit-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	-moz-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	-ms-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	-o-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  color: #fff;
  font-size: 13px;
}

textarea#comment {
  height: 190px;
  padding: 8px 16px;
  margin-bottom: 34px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  border-color: #fff;
  outline: none;
  box-shadow: none;
  background-color: transparent;
}

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form textarea {
  color: #fff;
}

#contact-form input::-webkit-input-placeholder,
#contact-form textarea::-webkit-input-placeholder {
  color: #fff;
}

#contact-form input:-moz-placeholder,
#contact-form textarea:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

#contact-form input::-moz-placeholder,
#contact-form textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

#contact-form input:-ms-input-placeholder,
#contact-form textarea:-ms-input-placeholder {
  color: #fff;
}

#contact-form .message {
  height: 50px;
  width: 100%;
  font-size: 13px;
  line-height: 50px;
  text-align: center;
  float: none;
  margin-top: 20px;
  display: none;
  color: #fff;
}

#contact-form .message.error { background-color: #f44336; }
#contact-form .message.success { background-color: #4CAF50; }


/* Google Map
-------------------------------------------------------*/

.gmap-btn {
  background-color: #f7f9fa;
  width: 100%;
  height: 70px;
  z-index: 2;
  position: relative;
  text-align: center;
  line-height: 70px;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #121212;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.gmap-btn:after {
  content: "\f107";
  font-family: "FontAwesome";
  margin-left: 8px;
}

.gmap-btn.opened:after {
  content: "\f106";
  font-family: "FontAwesome";
}

.gmap-btn:hover {
  color: #fff;
  background-color: #252525;
}

.gmap-btn.opened {
  background-color: #252525;
  color: #fff;
}

.gmap {
  width: 100%;
  height: 450px;
  margin-top: -450px;
  opacity: 0;
  visibility: hidden;
  z-index: -10;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.gmap.opened {
  margin-top: 0;
  opacity: 1;
  z-index: 1;
  visibility: visible;
}


/* Footer
-------------------------------------------------------*/

.footer-widgets {
  padding: 120px 0;
}

.footer-widgets h5 {
  font-size: 16px;
  margin-bottom: 41px;
}

.footer-widgets p {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 0;
}

.widget {
  margin-bottom: 60px;
}

.footer-logo > a {
  margin-bottom: 36px;
  display: block;
}

.footer-get-in-touch > p > a,
.copyright a {
  color: #7a7a7a;
}

.bottom-footer {
  padding: 24px 0;
  border-top: 1px solid #edf0f0;
}

.copyright span {
  font-size: 13px;
  line-height: 32px;
}

.copyright a:hover,
.footer-get-in-touch > p > a:hover {
  color: #121212;
}

.socials.footer-socials a {
  width: 13px;
  height: auto;
  margin-left: 20px;
}

.socials.footer-socials i {
  width: auto;
  height: auto;
  background-color: #fff;
  color: #bababa;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.socials.footer-socials a:hover i {
	color: #f36b21;
	background-color: #fff !important;
}


/* Owl Carousel
-------------------------------------------------------*/

.owl-pagination {
  position: absolute;
  left: 0;
  display: block;
  text-align: center;
  width: 100%;
}

.owl-buttons {
  position: static;
}

.owl-prev, .owl-next {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  text-align: center;
  line-height: 46px;
  z-index: 10;
  width: 46px;
  height: 46px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.owl-prev {
  left: -40px;
}

.owl-next {
  right: -40px;
}

#owl-slider-one-img:hover .owl-prev,
#owl-slider-small-img:hover .owl-prev {
  opacity: 1;
  left: 0;
}

#owl-slider-one-img:hover .owl-next,
#owl-slider-small-img:hover .owl-next {
  opacity: 1;
  right: 0;
}

.owl-page {
  display: inline-block;
  padding: 6px 6px;
  position: relative;
}

.owl-page span {
  display: block;
  position: relative;
  width: 6px;
  height: 6px;
  opacity: 0.8;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #fff;
  z-index: 100;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.owl-page span:hover {
  opacity: 1;
}

.owl-page.active span {
  display: block;
  margin: 0;
  opacity: 1;
  background-color: #f36b21;
  -webkit-transform: scale(1.7);
  -moz-transform: scale(1.7);
  -ms-transform: scale(1.7);
  -o-transform: scale(1.7);
  transform: scale(1.7);
}

.owl-next:hover i,
.owl-prev:hover i {
  color: #bfa67a;
}


/* Buttons
-------------------------------------------------------*/

.btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  overflow: hidden;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.14em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: none;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  color: #fff;
  background-color: #333;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  z-index: 1;
}

.btn-lg {
  font-size: 13px;
  padding: 0 34px;
  line-height: 46px;
}

.btn-md {
  font-size: 12px;
  padding: 0 27px;
  line-height: 40px;
}

.btn-sm {
  font-size: 12px;
  padding: 0 22px;
  line-height: 30px;
}

.btn.btn-color {
  background-color: #f36b21;
}

.btn.btn-transparent {
  background-color: transparent;
  border: 2px solid #fff;
}

.btn.btn-stroke {
  color: #121212;
  border: 2px solid #333333;
  background-color: transparent;
}

.btn.btn-dark {
  background-color: #121212;
}

.btn.btn-white {
  background-color: #fff;
  color: #121212;
}

.btn.btn-light {
  background-color: #f5f5f5;
  color: #121212;
}

.btn:focus {
  outline: none;
  color: #fff;
}

.btn.btn-white:focus {
  color: #121212;
}

.btn.btn-lg.btn-stroke,
.btn.btn-lg.btn-transparent {
  line-height: 42px;
}

.btn-icon span {
  position: relative;
  display: inline-block;
  left: 0;
  transition: left .2s ease-in-out, right .2s ease-in-out;
  -moz-transition: left .2s ease-in-out, right .2s ease-in-out;
  -webkit-transition: left .2s ease-in-out, right .2s ease-in-out;
  -o-transition: left .2s ease-in-out, right .2s ease-in-out;
}

.btn-icon > i {
  position: absolute;
  left: auto;
  font-size: 18px;
  width: 36px;
  line-height: 46px;
  background-color: rgba(0,0,0,.05);
  right: -36px;
  top: 0;
  text-align: center;
  display: block;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  transition: left .2s ease-in-out, right .2s ease-in-out;
  -moz-transition: left .2s ease-in-out, right .2s ease-in-out;
  -webkit-transition: left .2s ease-in-out, right .2s ease-in-out;
  -o-transition: left .2s ease-in-out, right .2s ease-in-out;
}

.btn-md.btn-icon > i {
  line-height: 40px;
  font-size: 14px;
  width: 30px;
}

.btn.btn-md.btn-icon:hover span {
  left: -13px;
}

.btn.btn-icon:hover span {
  left: -16px;
}

.btn.btn-icon:hover i {
  right: 0;
}

.btn:hover {
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  color: #fff;
  background-color: #f36b21;
  border-color: transparent;
}


/* Video Lightbox
-------------------------------------------------------*/

.modal {
  z-index: 1300;
}
 
.modal-backdrop {
  z-index: 1299;
}
 
.modal-dialog {
  margin: 50px auto;
}

.modal-body {
  padding: 4px;
}

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

.modal-backdrop.in {
  opacity: 0.8;
}

.modal-header .close {
  position: absolute;
  bottom: -40px;
  opacity: 0.7;
  right: 0;
  font-size: 0;
  font-weight: normal;
  text-shadow: none;
  width: 30px;
  height: 30px;
  background: url(../css/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
}

.modal-header .close:hover {
  opacity: 1;
}


/*-------------------------------------------------------*/
/* Home Video Bg
/*-------------------------------------------------------*/

.video-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.video-overlay {
  background-color: rgba(20,20,20,0.6);
  height: 100%;
  width: 100%;
}

.video-img {
  background: url(../img/video/video.jpg) center center no-repeat;
  background-size: cover;
  z-index: -101;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.hero-wrap {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

.hero-holder {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-message {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  text-align: center;
}

.hero-message h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.3;
}

.hero-message h1.text-lg {
  font-size: 150px;
  font-family: "Playfair Display", Serif;
  line-height: 1.1;
}

.hero-subtitle {
  font-family: "Source Sans Pro", sans-serif;
  text-transform: none;
  font-weight: normal;
  color: #fff;
  line-height: 1.6;
  font-size: 17px;
  max-width: 800px;
  margin: 24px auto 0;
}

.hero-subtitle.style-2 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.buttons-holder > a {
  margin: 5px;
}


/*-------------------------------------------------------*/
/* Home Text Rotator
/*-------------------------------------------------------*/

.hero-wrap .hero-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/hero_img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}