@charset "UTF-8";
/*------------------------------------------------------------------
[Master Stylesheet]
Project:	Oyo
++++ Imports ++++
++++ Reset ++++
++++ Main ++++
++++ Button CSS ++++
++++ Navigation CSS ++++
++++ Menu CSS ++++
++++ Intro Sec CSS ++++
++++ Notify Lightbox CSS ++++
++++ About Sec CSS ++++
++++ Services Sec CSS ++++
++++ Features Sec CSS ++++
++++ Video Sec CSS ++++
++++ Team Sec CSS ++++
++++ Portfolio Sec CSS ++++
++++ Contact Sec CSS ++++
++++ Map Sec CSS ++++
++++ Pink ++++
++++ Orange ++++
++++ Blue ++++
++++ Green ++++
++++ Mediaqueries ++++
-------------------------------------------------------------------*/
/****************************/
/** Imports **/
/****************************/
@import url(animate.css);
@import url(font-awesome.min.css);
@import url(pe-icon-7-stroke.css);
@import url(text-rotater.css);
@import url(app.css);
@import url(hamburgers.min.css);
@import url(et-line-font.css);
@import url(modalcomponent.css);
@import url(bootstrap.min.css);
@import url(jquery.fullpage.min.css);
@import url(menu_sideslide.css);
@import url(owl.carousel.css);
@import url(owl.theme.default.min.css);
@import url(inputtext.css);
@import url(default-skin/default-skin.css);
@import url(lightgallery.css);
@import url(perspectiveRules.css);
/****************************/
/** Reset **/
/****************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

strong {
  font-weight: bold; }

body {
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
  overflow: hidden !important;
  overflow-y: auto !important; }

/* Mozilla based browsers */
::-moz-selection {
  background: rgba(245, 36, 94, 0.5);
  color: #fff; }

/* Works in Safari */
::selection {
  background: rgba(245, 36, 94, 0.5);
  color: #fff; }

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

button:focus {
  border: none;
  outline: 0; }

ul {
  list-style: none; }

a {
  color: #fff;
  text-decoration: none; }

a:hover {
  color: #fff;
  text-decoration: none; }

a:focus {
  color: #fff;
  text-decoration: none;
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  color: #fff;
  font-family: "Playfair Display", serif; }

h1 {
  font-size: 100px;
  line-height: 115px;
  text-transform: capitalize;
  font-weight: 400; }

h2 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 400;
  margin-bottom: 70px; }
  h2 i {
    font-style: italic; }

h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 30px; }

h5 {
  font-size: 21px;
  text-transform: uppercase;
  line-height: 27px;
  color: #b7b7b7;
  margin-bottom: 25px; }

h6 {
  font-size: 18px;
  line-height: 27px;
  text-transform: capitalize;
  color: #fff; }

p {
  font-size: 14px;
  color: #fff;
  line-height: 25px; }

.lead {
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 0; }

.p-small {
  font-size: 14px;
  color: #777;
  line-height: 27px; }

.force-UTF-8 {
  content: "¡"; }

/****************************/
/** Main **/
/****************************/
.pad-zero {
  padding: 0; }

.pad-left-zero {
  padding-left: 0; }

.pad-right-zero {
  padding-right: 0; }

.sec-pad-left {
  padding-left: 150px; }

.sec-pad-right {
  padding-right: 150px; }

.pad-top-15 {
  padding-top: 15px; }

.pad-top-7 {
  padding-top: 7px; }

.pad-bottom-80 {
  padding-bottom: 80px; }

.pad-bottom-35 {
  padding-bottom: 35px; }

.margin-top-sm {
  margin-top: 50px; }

.margin-bottom-sm {
  margin-bottom: 50px; }

.margin-bottom-xs {
  margin-bottom: 30px; }

.margin-top-150 {
  margin-top: 150px; }

.margin-top-85 {
  margin-top: 85px; }

.margin-top-40 {
  margin-top: 40px; }

.margin-top-57 {
  margin-top: 57px; }

.margin-top-27 {
  margin-top: 27px; }

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

.margin-bottom-80 {
  margin-bottom: 80px; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.margin-bottom-23 {
  margin-bottom: 23px; }

.align-center {
  float: none;
  margin: 0 auto;
  clear: both; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.opacity-hide {
  opacity: 0 !important;
  visibility: hidden !important; }

.center-div {
  margin: 0 auto;
  overflow: hidden;
  float: none;
  clear: both; }

.preloader-it {
  background: #fff;
  position: fixed;
  z-index: 110;
  height: 100%;
  width: 100%;
  overflow: hidden !important; }

/* Effect 1: YouTube loading */
.la-anim-1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 5px;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  pointer-events: none; }

.la-anim-1::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  background: #ed1a60;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.2s, box-shadow 2s 4s;
  transition: opacity 0.2s, box-shadow 2s 4s;
  -webkit-transform: rotate(2deg) translateY(-2px);
  transform: rotate(2deg) translateY(-2px); }

.la-anim-1.la-animate {
  z-index: 100;
  opacity: 1;
  -webkit-transition: -webkit-transform 5s ease-in, opacity 1s 5s;
  transition: transform 5s ease-in, opacity 1s 5s;
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

.la-anim-1.la-animate::after {
  opacity: 1; }

@-webkit-keyframes back_ken {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes back_ken {
  0% {
    -moz-transform: scale(1); }
  50% {
    -moz-transform: scale(1.2); }
  100% {
    -moz-transform: scale(1); } }
@-o-keyframes back_ken {
  0% {
    -o-transform: scale(1); }
  50% {
    -o-transform: scale(1.2); }
  100% {
    -o-transform: scale(1); } }
@keyframes back_ken {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
.fixed-bg {
  background: transparent url("../img/bg1.jpg") no-repeat;
  animation: 60s ease 0s normal none infinite back_ken;
  -webkit-animation: 60s ease 0s normal none infinite back_ken;
  image-rendering: optimizeQuality;
  height: 100%;
  width: 100%;
  z-index: -1;
  position: fixed;
  background-position: center;
  background-size: cover;
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

.wrapper-const {
  width: 100%;
  position: fixed;
  overflow: hidden;
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  left: 0;
  top: 0; }
  .wrapper-const .const-overlay {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; }

/****************************/
/** Button CSS **/
/****************************/
.btn {
  font-size: 14px;
  color: #fff;
  letter-spacing: 1.5px;
  overflow: hidden;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  height: 57px;
  outline: none;
  border: none;
  width: 200px;
  border-radius: 2px;
  padding: 7px 20px;
  -moz-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s; }
  .btn .btn-label {
    padding: 10px 0; }
  .btn:hover, .btn:focus, .btn:active {
    outline: none !important;
    border: none !important;
    color: #fff !important; }
  .btn span {
    position: relative;
    z-index: 2;
    display: inline-block; }
  .btn .mask {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 1;
    -moz-transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1) 0s; }
  .btn:hover .mask {
    width: 100%; }

.fp-tableCell {
  background: transparent; }

/****************************/
/** Navigation CSS **/
/****************************/
#fp-nav.right {
  right: 32px; }

#fp-nav li:hover span:after {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }
#fp-nav span:after {
  border: 1px solid #cacaca;
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: -8px;
  top: -8px;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition: transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  -webkit-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  width: 20px; }
#fp-nav .active > span::after {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }

#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span, #fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
  height: 4px;
  width: 4px;
  margin: -2px 0 0 -2px; }

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  background: #cacaca; }

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span {
  background: #222222; }

#fp-nav ul li, .fp-slidesNav ul li {
  margin: 7px 7px 17px; }

#fp-nav ul li .fp-tooltip {
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Ubuntu", sans-serif;
  overflow: visible; }
  #fp-nav ul li .fp-tooltip.right {
    right: 77px; }
  #fp-nav ul li .fp-tooltip:after {
    content: "";
    height: 1px;
    position: absolute;
    right: -45px;
    top: 9px;
    width: 36px; }

/****************************/
/** Menu CSS **/
/****************************/
.hamburger--collapse {
  border: 1px solid #dedede;
  border-radius: 50%;
  height: 50px;
  margin: 0;
  right: 20px;
  top: 25px;
  width: 50px; }
  .hamburger--collapse:focus, .hamburger--collapse:active {
    border: 1px solid #dedede; }
  .hamburger--collapse:hover {
    opacity: 1; }
  .hamburger--collapse .hamburger-box {
    display: block;
    height: 24px;
    margin-left: 14px;
    margin-top: -13px;
    position: relative;
    width: 20px; }
  .hamburger--collapse .hamburger-inner {
    background-color: #222222;
    border-radius: 0;
    height: 1px;
    width: 20px; }
    .hamburger--collapse .hamburger-inner:after, .hamburger--collapse .hamburger-inner:before {
      top: -10px;
      background-color: #222222;
      border-radius: 0;
      height: 1px;
      width: 10px;
      left: 0;
      right: 0;
      margin: 0 auto; }
    .hamburger--collapse .hamburger-inner:before {
      top: -5px;
      width: 15px; }
  .hamburger--collapse.is-active {
    border-color: #fff; }
    .hamburger--collapse.is-active .hamburger-inner {
      background: #fff;
      -moz-transform: translate3d(0px, -5px, 0px) rotate(-45deg);
      -o-transform: translate3d(0px, -5px, 0px) rotate(-45deg);
      -ms-transform: translate3d(0px, -5px, 0px) rotate(-45deg);
      -webkit-transform: translate3d(0px, -5px, 0px) rotate(-45deg);
      transform: translate3d(0px, -5px, 0px) rotate(-45deg); }
      .hamburger--collapse.is-active .hamburger-inner:after, .hamburger--collapse.is-active .hamburger-inner:before {
        width: 20px;
        background: #fff; }
      .hamburger--collapse.is-active .hamburger-inner:hover {
        background-color: #fff;
        opacity: 1; }

.menu-button {
  z-index: 101; }

.menu-wrap {
  padding-left: 70px;
  padding-top: 55px;
  z-index: 101;
  overflow: hidden;
  overflow-y: auto; }
  .menu-wrap a {
    color: #d5d5d5;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    .menu-wrap a:hover {
      color: #fff; }
  .menu-wrap .twitter-wrap {
    width: 100%;
    height: 250px;
    float: left;
    margin-top: 150px;
    -moz-transform: translate(100%, 0px);
    -o-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    -webkit-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
    -moz-transition: transform 0.9s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -o-transition: transform 0.9s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: transform 0.9s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    transition: transform 0.9s cubic-bezier(0.7, 0, 0.3, 1) 0s; }
    .menu-wrap .twitter-wrap .twiter-ico-wrap {
      border: 1px solid white;
      border-radius: 50%;
      display: block;
      margin-right: 14px;
      height: 50px;
      margin-bottom: 25px;
      text-align: center;
      width: 50px; }
      .menu-wrap .twitter-wrap .twiter-ico-wrap i {
        padding-top: 16px; }
    .menu-wrap .twitter-wrap #tweecool {
      position: relative;
      font-family: "Playfair Display", serif;
      font-size: 16px;
      line-height: 27px;
      width: 80%; }
      .menu-wrap .twitter-wrap #tweecool ul li {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        -webkit-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out; }
        .menu-wrap .twitter-wrap #tweecool ul li.current {
          opacity: 1;
          visibility: visible; }
        .menu-wrap .twitter-wrap #tweecool ul li img {
          display: none; }
        .menu-wrap .twitter-wrap #tweecool ul li span {
          display: block;
          font-size: 13px;
          color: #fff;
          padding-top: 23px; }

.show-menu .twitter-wrap {
  -moz-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px); }

.menu-wrap .active a {
  color: #fff; }

.logo {
  left: 50px;
  position: absolute;
  top: 50px; }

.right-patch {
  position: fixed;
  width: 90px;
  height: 100%;
  background: #fff;
  right: 0;
  top: 0;
  z-index: 2; }
  .right-patch .copywrite-wrap {
    position: fixed;
    bottom: 65px;
    right: -5px;
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
    .right-patch .copywrite-wrap .copywrite {
      font-size: 11px;
      color: #222222; }

/****************************/
/** Intro Sec CSS **/
/****************************/
.intro-sec #countdown {
  display: inline;
  font-family: "Ubuntu", sans-serif;
  letter-spacing: 1px;
  font-size: 18px; }
.intro-sec #nt-title-container {
  margin-bottom: 37px; }
.intro-sec .social-icons {
  left: 50px;
  position: absolute;
  bottom: 50px; }
  .intro-sec .social-icons li {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: inline-block;
    float: left;
    height: 30px;
    margin-right: 12px;
    width: 30px; }
    .intro-sec .social-icons li div {
      display: table;
      height: 100%;
      width: 100%; }
    .intro-sec .social-icons li .social-icon {
      font-size: 12px;
      display: table-cell;
      vertical-align: middle;
      color: #fff;
      -moz-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }

/****************************/
/** Notify Lightbox CSS **/
/****************************/
.input-wrap {
  overflow: hidden;
  position: relative; }

.input-wrap i {
  display: none; }

.notify-cmpt.notify-form-type-3 h2 {
  margin-bottom: 0; }
.notify-cmpt.notify-form-type-3.md-content {
  background: url("../img/newsletterimg.png");
  text-align: center;
  border-radius: 2px; }
  .notify-cmpt.notify-form-type-3.md-content p {
    margin-top: 12px;
    color: #fff; }
  .notify-cmpt.notify-form-type-3.md-content .md-content-wrap {
    padding-top: 123px; }
.notify-cmpt.notify-form-type-3 .notify-btn {
  bottom: 0;
  left: 0;
  position: relative; }
.notify-cmpt.notify-form-type-3 .notify-wrap #message {
  font-family: "Playfair Display", serif;
  font-size: 15px;
  line-height: 25px;
  padding-left: 0;
  padding-top: 10px;
  min-height: 35px;
  color: #fff; }
.notify-cmpt.notify-form-type-3 .notify-wrap #notify_close {
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 25px;
  top: 20px; }
  .notify-cmpt.notify-form-type-3 .notify-wrap #notify_close span {
    color: #fff; }
.notify-cmpt.notify-form-type-3 .notify-wrap .btn {
  width: 335px;
  margin-top: 27px;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  backface-visibility: hidden;
  padding: 0 30px !important; }
  .notify-cmpt.notify-form-type-3 .notify-wrap .btn .mask {
    z-index: -1; }
.notify-cmpt.notify-form-type-3 .notify-wrap .notify-input-box {
  box-shadow: none;
  width: 335px;
  text-align: center;
  min-height: 57px;
  padding: 0;
  color: #222222;
  margin-top: 42px;
  border-radius: 2px;
  border: none; }
  .notify-cmpt.notify-form-type-3 .notify-wrap .notify-input-box:hover, .notify-cmpt.notify-form-type-3 .notify-wrap .notify-input-box:focus, .notify-cmpt.notify-form-type-3 .notify-wrap .notify-input-box:active {
    box-shadow: none; }
.notify-cmpt.notify-form-type-3 .notify-wrap .input__label--hoshi::before,
.notify-cmpt.notify-form-type-3 .notify-wrap .input__label--hoshi::after {
  border-bottom: 4px solid #fff; }
.notify-cmpt.notify-form-type-3 .notify-wrap .input__label--hoshi::after {
  border-bottom: 8px solid #fff; }

/****************************/
/** About Sec CSS **/
/****************************/
.about-sec .icon {
  font-size: 40px;
  float: left;
  display: inline-block;
  margin-right: 30px;
  perspective: 1000px;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }
.about-sec .icon-wrap:hover .icon {
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }
.about-sec h6 {
  float: left;
  padding-top: 7px;
  display: inline-block; }

/****************************/
/** Services Sec CSS **/
/****************************/
.services-sec .owl-item {
  height: 352px; }
.services-sec .services-item {
  min-height: 352px;
  position: relative; }
  .services-sec .services-item .service-item-wrap {
    position: relative;
    min-height: 352px;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    z-index: 2;
    height: 100%; }
  .services-sec .services-item .service-item-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1; }
  .services-sec .services-item.even .service-item-overlay {
    background: rgba(255, 255, 255, 0.1); }
  .services-sec .services-item.odd .service-item-overlay {
    background: rgba(255, 255, 255, 0); }
  .services-sec .services-item .icon {
    font-size: 72px;
    color: #fff;
    margin-bottom: 50px; }
.services-sec .services-slider-wrap {
  width: 1170px;
  margin: 0 auto;
  padding: 0 15px; }
  .services-sec .services-slider-wrap .expand-content {
    bottom: 0;
    height: 0;
    right: 0;
    position: absolute;
    -moz-transition: all 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -o-transition: all 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    transition: all 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    width: 0;
    background: #fff; }
    .services-sec .services-slider-wrap .expand-content p, .services-sec .services-slider-wrap .expand-content h3 {
      color: #222222; }
    .services-sec .services-slider-wrap .expand-content .excont {
      opacity: 1;
      visibility: visible;
      padding-left: 50px;
      padding-right: 50px;
      padding-top: 50px;
      -moz-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
      -o-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
      -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
      transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s; }
    .services-sec .services-slider-wrap .expand-content.expand-visible {
      width: 100%;
      height: 100%; }
    .services-sec .services-slider-wrap .expand-content.expand-content-visible {
      opacity: 1; }
  .services-sec .services-slider-wrap .toggle-expand {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    color: #222222;
    height: 50px;
    position: absolute;
    right: 0;
    width: 50px;
    cursor: pointer;
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; }
    .services-sec .services-slider-wrap .toggle-expand span {
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 18px;
      width: 15px; }
      .services-sec .services-slider-wrap .toggle-expand span.minus {
        top: 25px; }
.services-sec .owl-prev, .services-sec .owl-next {
  position: absolute;
  top: calc(50% - 12px);
  cursor: pointer; }
.services-sec .owl-prev {
  left: -73px; }
.services-sec .owl-next {
  right: -73px; }

/****************************/
/** Features Sec CSS **/
/****************************/
.features-sec .features-block {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  min-height: 234px; }
  .features-sec .features-block:nth-child(3) {
    border-right: none; }
  .features-sec .features-block:nth-child(4), .features-sec .features-block:nth-child(5), .features-sec .features-block:nth-child(6) {
    border-bottom: none; }
  .features-sec .features-block:last-child {
    border-right: none; }
  .features-sec .features-block .fb-table {
    display: table;
    height: 234px;
    width: 100%;
    text-align: center;
    padding: 0 65px; }
    .features-sec .features-block .fb-table .fb-table-cell {
      display: table-cell;
      vertical-align: middle; }
      .features-sec .features-block .fb-table .fb-table-cell div {
        opacity: 1;
        visibility: visible;
        -moz-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s; }
      .features-sec .features-block .fb-table .fb-table-cell .icon {
        font-size: 48px;
        padding-bottom: 20px; }
      .features-sec .features-block .fb-table .fb-table-cell p {
        opacity: 0;
        visibility: hidden;
        display: table;
        left: 0;
        margin: auto;
        padding: 0 65px;
        position: absolute;
        right: 0;
        top: 10px;
        width: 100%;
        -moz-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s; }
    .features-sec .features-block .fb-table:hover .fb-table-cell div {
      opacity: 0;
      visibility: hidden; }
    .features-sec .features-block .fb-table:hover .fb-table-cell p {
      top: 0;
      opacity: 1;
      visibility: visible; }

/****************************/
/** Video Sec CSS **/
/****************************/
.video-sec .video-gal a {
  position: relative;
  display: block; }
  .video-sec .video-gal a img {
    box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.5);
    perspective: 1px;
    width: 100%;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .video-sec .video-gal a .play-vid {
    border-radius: 50%;
    bottom: 0;
    height: 65px;
    left: 0;
    margin: auto;
    padding-top: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 65px; }
    .video-sec .video-gal a .play-vid i {
      font-size: 25px; }
.video-sec .video-gal:hover img {
  box-shadow: 40px 40px 40px rgba(0, 0, 0, 0.6); }

/****************************/
/** Team Sec CSS **/
/****************************/
.team-sec .team-slider-wrap {
  width: 1170px;
  margin: 0 auto;
  padding: 0 15px; }
  .team-sec .team-slider-wrap .owl-prev, .team-sec .team-slider-wrap .owl-next {
    position: absolute;
    top: calc(50% - 34px);
    cursor: pointer; }
  .team-sec .team-slider-wrap .owl-prev {
    left: -73px; }
  .team-sec .team-slider-wrap .owl-next {
    right: -73px; }
  .team-sec .team-slider-wrap .per-detail .p-name {
    font-size: 18px;
    font-family: "Playfair Display", serif;
    line-height: 27px;
    text-transform: capitalize; }
  .team-sec .team-slider-wrap .per-detail .p-desn {
    font-size: 14px;
    line-height: 25px;
    text-transform: capitalize; }
  .team-sec .team-slider-wrap .person-img-wrap {
    position: relative; }
  .team-sec .team-slider-wrap .expand-content {
    bottom: 0;
    height: 0;
    right: 0;
    position: absolute;
    -moz-transition: all 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -o-transition: all 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    transition: all 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    width: 0;
    background: #fff; }
    .team-sec .team-slider-wrap .expand-content p {
      font-family: "Playfair Display", serif;
      font-size: 18px;
      line-height: 27px;
      color: #353535; }
    .team-sec .team-slider-wrap .expand-content .excont {
      opacity: 1;
      visibility: visible;
      padding-left: 50px;
      padding-right: 50px;
      padding-top: 70px;
      -moz-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
      -o-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
      -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
      transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s; }
      .team-sec .team-slider-wrap .expand-content .excont .social-icons {
        float: left;
        margin-top: 47px; }
        .team-sec .team-slider-wrap .expand-content .excont .social-icons li {
          float: left;
          margin-right: 20px; }
          .team-sec .team-slider-wrap .expand-content .excont .social-icons li a {
            color: #222222;
            -moz-transition: 0.3s ease;
            -o-transition: 0.3s ease;
            -webkit-transition: 0.3s ease;
            transition: 0.3s ease; }
    .team-sec .team-slider-wrap .expand-content.expand-visible {
      width: 100%;
      height: 100%; }
    .team-sec .team-slider-wrap .expand-content.expand-content-visible {
      opacity: 1; }
  .team-sec .team-slider-wrap .toggle-expand {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    color: #222222;
    height: 50px;
    position: absolute;
    right: 0;
    width: 50px;
    cursor: pointer;
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; }
    .team-sec .team-slider-wrap .toggle-expand span {
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 18px;
      width: 15px; }
      .team-sec .team-slider-wrap .toggle-expand span.minus {
        top: 25px; }

/****************************/
/** Portfolio Sec CSS **/
/****************************/
.portfolio-sec .portfolio-wrap {
  width: 1170px;
  margin: 0 auto;
  padding: 0 15px; }
.portfolio-sec h6 {
  margin-top: 20px;
  font-size: 18px;
  text-transform: capitalize; }
.portfolio-sec a {
  display: block;
  overflow: hidden;
  position: relative;
  font-size: 0; }
  .portfolio-sec a .hover {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .portfolio-sec a .hover span {
      display: block;
      left: 0;
      position: absolute;
      right: 0;
      font-size: 30px;
      text-align: center;
      top: calc(50% - 11px); }
  .portfolio-sec a:hover .hover {
    opacity: 1; }

/****************************/
/** Contact Sec CSS **/
/****************************/
.contact-sec h6 {
  margin-bottom: 30px; }
.contact-sec .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px; }
.contact-sec .form-control {
  color: #222222;
  border-radius: 2px;
  box-shadow: none; }
  .contact-sec .form-control::-webkit-input-placeholder {
    color: #8d8d8d;
    font-size: 13px;
    font-family: "Ubuntu", sans-serif;
    text-transform: capitalize; }
  .contact-sec .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #8d8d8d;
    font-size: 13px;
    font-family: "Ubuntu", sans-serif;
    text-transform: capitalize; }
  .contact-sec .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #8d8d8d;
    font-size: 13px;
    font-family: "Ubuntu", sans-serif;
    text-transform: capitalize; }
  .contact-sec .form-control:-ms-input-placeholder {
    color: #8d8d8d;
    font-size: 13px;
    font-family: "Ubuntu", sans-serif;
    text-transform: capitalize; }
.contact-sec .input__field {
  width: 100%; }
.contact-sec input.form-control {
  height: 47px; }
.contact-sec textarea.form-control {
  height: 124px;
  padding-left: 15px;
  padding-top: 15px; }
.contact-sec .btn {
  width: 100%; }
.contact-sec .contact-add p {
  margin-bottom: 24px; }
.contact-sec .contact-add a {
  display: block;
  margin-bottom: 24px; }
.contact-sec p.form-msg {
  background: transparent !important;
  clear: both;
  text-transform: capitalize; }
.contact-sec .connect-add .social-links {
  display: block;
  width: 100%;
  margin-bottom: 24px; }
  .contact-sec .connect-add .social-links li {
    display: block; }
    .contact-sec .connect-add .social-links li a {
      text-transform: capitalize;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }

/****************************/
/** Map Sec CSS **/
/****************************/
.map-sec #map_canvas {
  height: 100%; }

/****************************/
/** Pink **/
/****************************/
.pink-color .la-anim-1 {
  background: #f5245e; }
  .pink-color .la-anim-1::after {
    background: #f5245e; }
.pink-color .btn {
  background: #f5245e; }
  .pink-color .btn:hover, .pink-color .btn:focus, .pink-color .btn:active {
    background: #f5245e !important; }
.pink-color #fp-nav .active > span::after {
  border-color: #f5245e; }
.pink-color #fp-nav ul li .fp-tooltip:after {
  background: #f5245e; }
.pink-color .menu-wrap {
  background: #f5245e none repeat scroll 0 0; }
.pink-color .intro-sec #countdown {
  color: #f5245e; }
.pink-color .intro-sec .social-icons li .social-icon:hover {
  color: #f5245e; }
.pink-color .about-sec .icon {
  color: #f5245e; }
.pink-color .about-sec .icon-wrap:hover .icon {
  color: #f5245e; }
.pink-color .services-sec .services-item {
  background: #f5245e; }
.pink-color .features-sec .features-block .fb-table .fb-table-cell .icon {
  color: #f5245e; }
.pink-color .video-sec .video-gal a .play-vid {
  background: #f5245e none repeat scroll 0 0; }
.pink-color .team-sec .team-slider-wrap .expand-content .excont .social-icons li a:hover {
  color: #f5245e; }
.pink-color .contact-sec .social-links li a:hover {
  color: #f5245e; }
.pink-color .contact-sec p.form-msg {
  color: #f5245e; }

/****************************/
/** Orange **/
/****************************/
.orange-color .la-anim-1 {
  background: #ffa500; }
  .orange-color .la-anim-1::after {
    background: #ffa500; }
.orange-color .btn {
  background: #ffa500; }
  .orange-color .btn:hover, .orange-color .btn:focus, .orange-color .btn:active {
    background: #ffa500 !important; }
.orange-color #fp-nav .active > span::after {
  border-color: #ffa500; }
.orange-color #fp-nav ul li .fp-tooltip:after {
  background: #ffa500; }
.orange-color .menu-wrap {
  background: #ffa500 none repeat scroll 0 0; }
.orange-color .intro-sec #countdown {
  color: #ffa500; }
.orange-color .intro-sec .social-icons li .social-icon:hover {
  color: #ffa500; }
.orange-color .about-sec .icon {
  color: #ffa500; }
.orange-color .about-sec .icon-wrap:hover .icon {
  color: #ffa500; }
.orange-color .services-sec .services-item {
  background: #ffa500; }
.orange-color .features-sec .features-block .fb-table .fb-table-cell .icon {
  color: #ffa500; }
.orange-color .video-sec .video-gal a .play-vid {
  background: #ffa500 none repeat scroll 0 0; }
.orange-color .team-sec .team-slider-wrap .expand-content .excont .social-icons li a:hover {
  color: #ffa500; }
.orange-color .contact-sec .social-links li a:hover {
  color: #ffa500; }
.orange-color .contact-sec p.form-msg {
  color: #ffa500; }

/****************************/
/** Blue **/
/****************************/
.blue-color .la-anim-1 {
  background: #3a6ee8; }
  .blue-color .la-anim-1::after {
    background: #3a6ee8; }
.blue-color .btn {
  background: #3a6ee8; }
  .blue-color .btn:hover, .blue-color .btn:focus, .blue-color .btn:active {
    background: #3a6ee8 !important; }
.blue-color #fp-nav .active > span::after {
  border-color: #3a6ee8; }
.blue-color #fp-nav ul li .fp-tooltip:after {
  background: #3a6ee8; }
.blue-color .menu-wrap {
  background: #3a6ee8 none repeat scroll 0 0; }
.blue-color .intro-sec #countdown {
  color: #3a6ee8; }
.blue-color .intro-sec .social-icons li .social-icon:hover {
  color: #3a6ee8; }
.blue-color .about-sec .icon {
  color: #3a6ee8; }
.blue-color .about-sec .icon-wrap:hover .icon {
  color: #3a6ee8; }
.blue-color .services-sec .services-item {
  background: #3a6ee8; }
.blue-color .features-sec .features-block .fb-table .fb-table-cell .icon {
  color: #3a6ee8; }
.blue-color .video-sec .video-gal a .play-vid {
  background: #3a6ee8 none repeat scroll 0 0; }
.blue-color .team-sec .team-slider-wrap .expand-content .excont .social-icons li a:hover {
  color: #3a6ee8; }
.blue-color .contact-sec .social-links li a:hover {
  color: #3a6ee8; }
.blue-color .contact-sec p.form-msg {
  color: #3a6ee8; }

/****************************/
/** green **/
/****************************/
.green-color .la-anim-1 {
  background: #00a651; }
  .green-color .la-anim-1::after {
    background: #00a651; }
.green-color .btn {
  background: #00a651; }
  .green-color .btn:hover, .green-color .btn:focus, .green-color .btn:active {
    background: #00a651 !important; }
.green-color #fp-nav .active > span::after {
  border-color: #00a651; }
.green-color #fp-nav ul li .fp-tooltip:after {
  background: #00a651; }
.green-color .menu-wrap {
  background: #00a651 none repeat scroll 0 0; }
.green-color .intro-sec #countdown {
  color: #00a651; }
.green-color .intro-sec .social-icons li .social-icon:hover {
  color: #00a651; }
.green-color .about-sec .icon {
  color: #00a651; }
.green-color .about-sec .icon-wrap:hover .icon {
  color: #00a651; }
.green-color .services-sec .services-item {
  background: #00a651; }
.green-color .features-sec .features-block .fb-table .fb-table-cell .icon {
  color: #00a651; }
.green-color .video-sec .video-gal a .play-vid {
  background: #00a651 none repeat scroll 0 0; }
.green-color .team-sec .team-slider-wrap .expand-content .excont .social-icons li a:hover {
  color: #00a651; }
.green-color .contact-sec .social-links li a:hover {
  color: #00a651; }
.green-color .contact-sec p.form-msg {
  color: #00a651; }

/****************************/
/** Style Swicher **/
/****************************/
@keyframes rotate-me {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }
@-webkit-keyframes rotate-me {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }
.app-customizer {
  position: fixed;
  top: 160px;
  left: -150px;
  width: 150px;
  padding-left: 25px;
  padding-top: 25px;
  height: 90px;
  background: #fff;
  -moz-transition: left 0.5s ease 0s;
  -o-transition: left 0.5s ease 0s;
  -webkit-transition: left 0.5s ease 0s;
  transition: left 0.5s ease 0s;
  z-index: 10; }
  .app-customizer.open-customizer {
    left: 0; }
  .app-customizer .light-dark-wrap {
    text-transform: capitalize; }
    .app-customizer .light-dark-wrap span {
      display: inline-block;
      cursor: pointer;
      color: #777; }
      .app-customizer .light-dark-wrap span.active-bg {
        color: #222222; }
    .app-customizer .light-dark-wrap #light_bg {
      margin-right: 5px; }
  .app-customizer .colors span {
    display: inline-block;
    height: 20px;
    margin-right: 3px;
    margin-top: 12px;
    width: 20px;
    cursor: pointer; }
  .app-customizer .colors #pink_pick {
    background: #f5245e; }
  .app-customizer .colors #blue_pick {
    background: #3a6ee8; }
  .app-customizer .colors #green_pick {
    background: #00a651; }
  .app-customizer .colors #orange_pick {
    background: #ffa500; }
  .app-customizer .app-customizer-toggle {
    position: absolute;
    background: #fff;
    left: 100%;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    text-decoration: none; }
    .app-customizer .app-customizer-toggle i {
      font-size: 16px;
      color: #222222;
      animation: rotate-me 2s infinite linear;
      -webkit-animation: rotate-me 2s infinite linear; }

#fp-nav {
  display: block !important; }

/****************************/
/** Mediaqueries **/
/****************************/
@media only screen and (max-width: 1400px) {
  .services-sec .services-slider-wrap, .team-sec .team-slider-wrap,
  .portfolio-sec .portfolio-wrap {
    width: 810px; }

  .rotateslider-container .rotateslider-item {
    -moz-transform: translateY(-50%) translateX(-50%) scale(0.31);
    -o-transform: translateY(-50%) translateX(-50%) scale(0.31);
    -ms-transform: translateY(-50%) translateX(-50%) scale(0.31);
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0.31);
    transform: translateY(-50%) translateX(-50%) scale(0.31); }

  .rotateslider-container .rotateslider-item.now {
    -moz-transform: translateY(-50%) translateX(-50%) scale(0.58);
    -o-transform: translateY(-50%) translateX(-50%) scale(0.58);
    -ms-transform: translateY(-50%) translateX(-50%) scale(0.58);
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0.58);
    transform: translateY(-50%) translateX(-50%) scale(0.58); }

  .rotateslider-container {
    height: 296px; }

  .features-sec .features-block {
    min-height: 175px; }
    .features-sec .features-block .fb-table {
      height: 175px; } }
@media only screen and (max-width: 1347px) {
  #fp-nav {
    display: none !important; }

  .margin-bottom-sm-30 {
    margin-bottom: 30px; }

  h1 {
    font-size: 75px;
    line-height: 100px; }

  h2 {
    font-size: 40px;
    line-height: 50px; }

  #nt-title-container {
    margin-bottom: 25px; }

  .contact-sec .contact-add a {
    margin-bottom: 10px; }

  .contact-sec .contact-add p {
    margin-bottom: 0;
    margin-top: 0; }

  .copywrite-wrap {
    text-align: center; }

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

  .menu-wrap .twitter-wrap {
    margin-top: 70px; }

  .right-patch {
    display: none; }

  .fp-section {
    height: 976px !important; }
    .fp-section .fp-tableCell {
      height: 976px !important; }

  .logo {
    position: static;
    margin-bottom: 30px; }

  .intro-sec .social-icons {
    float: none;
    overflow: hidden;
    position: static;
    text-align: center;
    width: 100%;
    margin-top: 50px; }
    .intro-sec .social-icons li {
      float: none;
      margin: 0 6px; }

  .hamburger--collapse, .hamburger--collapse:focus, .hamburger--collapse:active {
    border-color: #fff; }

  .hamburger-inner {
    background-color: #fff !important; }
    .hamburger-inner:after, .hamburger-inner:before {
      background-color: #fff !important; }

  .copywrite-wrap {
    clear: both;
    padding-left: 15px; } }
@media only screen and (max-width: 1199px) {
  .features-sec .features-block:nth-child(3), .features-sec .features-block:nth-child(5) {
    border-right: 1px solid rgba(255, 255, 255, 0.2); }
  .features-sec .features-block:nth-child(5), .features-sec .features-block:nth-child(6) {
    border-bottom: none; }
  .features-sec .features-block:nth-child(4) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .features-sec .features-block:nth-child(2), .features-sec .features-block:nth-child(4), .features-sec .features-block:last-child {
    border-right: none; } }
@media only screen and (max-width: 1023px) {
  .services-sec .services-slider-wrap, .team-sec .team-slider-wrap {
    width: 600px; }

  .portfolio-sec .portfolio-wrap {
    width: 410px; }

  .rotateslider-container .rotateslider-item.now {
    -moz-transform: translateY(-50%) translateX(-50%) scale(0.64);
    -o-transform: translateY(-50%) translateX(-50%) scale(0.64);
    -ms-transform: translateY(-50%) translateX(-50%) scale(0.64);
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0.64);
    transform: translateY(-50%) translateX(-50%) scale(0.64); }

  .rotateslider-container .rotateslider-item {
    -moz-transform: translateY(-50%) translateX(-50%) scale(0);
    -o-transform: translateY(-50%) translateX(-50%) scale(0);
    -ms-transform: translateY(-50%) translateX(-50%) scale(0);
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
    transform: translateY(-50%) translateX(-50%) scale(0); } }
@media only screen and (max-width: 991px) {
  .margin-bottom-sm-50 {
    margin-bottom: 50px; }

  .margin-top-xs-15 {
    margin-top: 15px; }

  .features-sec .features-block .fb-table {
    padding: 0 20px; }
    .features-sec .features-block .fb-table .fb-table-cell p {
      padding: 10px 20px 0; }

  .copywrite-wrap {
    text-align: left; } }
@media only screen and (max-width: 850px) {
  .notify-cmpt.notify-form-type-3 .notify-wrap .notify-input-box,
  .notify-cmpt.notify-form-type-3 .notify-wrap .btn {
    width: 100%; } }
@media only screen and (max-width: 767px) {
  .services-sec .services-slider-wrap, .team-sec .team-slider-wrap {
    width: 410px; }

  .sec-pad {
    padding-top: 80px;
    padding-bottom: 80px; }

  .sec-pad-top {
    padding-top: 80px; }

  .sec-pad-bottom {
    padding-bottom: 80px; }

  .sec-pad-bottom-sm {
    padding-bottom: 50px; }

  .fp-section {
    height: auto !important;
    display: block !important; }
    .fp-section .fp-tableCell {
      height: auto !important;
      display: block !important; }

  .map-sec #map_canvas {
    height: 300px; } }
@media only screen and (max-width: 736px) {
  h1 {
    font-size: 55px;
    line-height: 65px; }

  h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 50px; }

  #nt-title {
    height: 135px !important; }

  .menu-wrap {
    width: 300px;
    padding-left: 35px; }
    .menu-wrap .twitter-wrap {
      height: auto; }

  .notify-cmpt.notify-form-type-3 .notify-wrap .notify-input-box,
  .notify-cmpt.notify-form-type-3 .notify-wrap .btn {
    margin-top: 15px; }

  .notify-cmpt.notify-form-type-3.md-content .md-content-wrap {
    padding-top: 40px; } }
@media only screen and (max-width: 668px) {
  .notify-cmpt.notify-form-type-3.md-content .md-content-wrap {
    padding-top: 20px; }

  .lead {
    font-size: 18px;
    line-height: 27px; }

  .margin-top-sm-30 {
    margin-top: 30px; } }
@media only screen and (max-width: 600px) {
  .features-sec .features-block {
    border: none !important;
    width: 100%; } }
@media only screen and (max-width: 568px) {
  .notify-cmpt.notify-form-type-3.md-content .md-content-wrap {
    padding-top: 7px; }

  .about-features .col-xs-6 {
    width: 100%; }

  .services-sec .owl-prev, .services-sec .owl-next,
  .team-sec .team-slider-wrap .owl-prev, .team-sec .team-slider-wrap .owl-next {
    display: inline-block;
    margin-top: 18px;
    position: static; }

  .services-sec .owl-prev,
  .team-sec .team-slider-wrap .owl-prev {
    margin-right: 25px; }

  .rotateslider-container .rotateslider-item.now {
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; }

  .rotateslider-container .rotateslider-item {
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    position: static;
    opacity: 1;
    margin-bottom: 30px; }
    .rotateslider-container .rotateslider-item:last-child {
      margin-bottom: 0; }

  .rotateslider-container {
    height: auto; }
    .rotateslider-container #portfolio {
      height: auto; }
      .rotateslider-container #portfolio img {
        width: 100%; }
      .rotateslider-container #portfolio h6 {
        font-size: 12px;
        margin-top: 12px; }
    .rotateslider-container .arrow {
      display: none; } }
@media only screen and (max-width: 567px) {
  #nt-title {
    height: 197px !important; } }
@media only screen and (max-width: 487px) {
  .services-sec .services-slider-wrap, .team-sec .team-slider-wrap,
  .portfolio-sec .portfolio-wrap {
    width: 100%; }

  .contact-form-wrap .col-xs-6, .contact-add, .connect-add {
    width: 100%; }

  .contact-form-wrap .col-xs-6 {
    padding-right: 0;
    padding-left: 0; } }
@media only screen and (max-width: 414px) {
  .notify-cmpt.notify-form-type-3.md-content .md-content-wrap {
    padding-top: 100px; }

  #countdown {
    width: 200px;
    margin: 0 auto;
    display: block !important; }
    #countdown .hours-wrap .time-sep {
      display: none; } }

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