@charset "UTF-8";
/*------------------------------------------------------------------
[Master Stylesheet]
Project:	Nirvana
++++ 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: 15px;
  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.jpg");
  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; }
  
  
/****************************/
/** Testimonial Sec CSS **/
/****************************/

.testimonial-sec .owl-item {
  height: 352px; }
.testimonial-sec .testimonial-item {
  min-height: 352px;
  position: relative; }
  .testimonial-sec .testimonial-item .testimonial-item-wrap {
    position: relative;
    min-height: 352px;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    z-index: 2;
    height: 100%; }
  .testimonial-sec .testimonial-item .testimonial-item-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1; }
  .testimonial-sec .testimonial-item.even .testimonial-item-overlay {
    background: rgba(255, 255, 255, 0.1); }
  .testimonial-sec .testimonial-item.odd .testimonial-item-overlay {
    background: rgba(255, 255, 255, 0); }
  .testimonial-sec .testimonial-item .icon {
    font-size: 72px;
    color: #fff;
    margin-bottom: 50px; }
.testimonial-sec .testimonial-slider-wrap {
  width: 1170px;
  margin: 0 auto;
  padding: 0 15px; }
  .testimonial-sec .testimonial-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; }
    .testimonial-sec .testimonial-slider-wrap .expand-content p, .testimonial-sec .testimonial-slider-wrap .expand-content h3 {
      color: #222222; }
    .testimonial-sec .testimonial-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; }
    .testimonial-sec .testimonial-slider-wrap .expand-content.expand-visible {
      width: 100%;
      height: 100%; }
    .testimonial-sec .testimonial-slider-wrap .expand-content.expand-content-visible {
      opacity: 1; }
  .testimonial-sec .testimonial-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; }
    .testimonial-sec .testimonial-slider-wrap .toggle-expand span {
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 18px;
      width: 15px; }
      .testimonial-sec .testimonial-slider-wrap .toggle-expand span.minus {
        top: 25px; }
.testimonial-sec .owl-prev, .testimonial-sec .owl-next {
  position: absolute;
  top: calc(50% - 12px);
  cursor: pointer; }
.testimonial-sec .owl-prev {
  left: -73px; }
.testimonial-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 30px;
	margin-bottom: 40px;
}
    .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: 33px 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;
    background-color: #00000066;
	letter-spacing: 1px;
}
    .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; }
	  
	  img.img-responsive {
    margin-left: 0px!important;
}

/****************************/
/** 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; 
	display:none;}
  .team-sec .team-slider-wrap .owl-next {
    right: -73px;
	display:none;	}
  .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: #ea8b33; }
  .orange-color .la-anim-1::after {
    background: #ea8b33; }
.orange-color .btn {
  background: #ea8b33; }
  .orange-color .btn:hover, .orange-color .btn:focus, .orange-color .btn:active {
    background: #ea8b33 !important; }
.orange-color #fp-nav .active > span::after {
  border-color: #ea8b33; }
.orange-color #fp-nav ul li .fp-tooltip:after {
  background: #ea8b33; }
.orange-color .menu-wrap {
  background: #ea8b33 none repeat scroll 0 0; }
.orange-color .intro-sec #countdown {
  color: #ea8b33; }
.orange-color .intro-sec .social-icons li .social-icon:hover {
  color: #ea8b33; }
.orange-color .about-sec .icon {
  color: #ea8b33; }
.orange-color .about-sec .icon-wrap:hover .icon {
  color: #ea8b33; }
.orange-color .services-sec .services-item {
  background: #ea8b33; }
.orange-color .features-sec .features-block .fb-table .fb-table-cell .icon {
  color: #ea8b33; }
.orange-color .video-sec .video-gal a .play-vid {
  background: #ea8b33 none repeat scroll 0 0; }
.orange-color .team-sec .team-slider-wrap .expand-content .excont .social-icons li a:hover {
  color: #ea8b33; }
.orange-color .contact-sec .social-links li a:hover {
  color: #ea8b33; }
.orange-color .contact-sec p.form-msg {
  color: #ea8b33; }

/****************************/
/** 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: #ea8b33; }
  .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: 1600px){
	
	.team-sec .team-slider-wrap {
    width: 1170px;
    margin-left: 21%!important;}
   
	
}


@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); }
.about-sec-wrap.sec-pad-top.sec-pad-bottom-sm {
    margin-top: 5%;
}

.service{margin-top: 60%!important;}

.contact-sec-wrap.sec-pad-top.sec-pad-bottom-sm.wow.fadeInDown {
    margin-top: 5%;
}
a#tvm{
margin-left: 0%!important;
margin-top: 0px!important;}

p#tvmcontact{margin-left: 5%!important;}

a#ptm{
margin-left: -60%!important;
margin-top: 0px!important;}

p#ptmcontact{margin-left: 53%!important;}

.contact-sec .social-icons {
    margin-left: -22%!important;
    margin-bottom: -8%!important;
}

.career-sec-wrap.sec-pad-top.sec-pad-bottom-sm {
    margin-top: 5%;
}

div#an-1 {
    margin-left: -32%!important;
}
div#anju-1 {
    margin-left: -32%!important;
}
div#pr-1 {
    margin-left: -32%!important;
}
}
	
	
@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; } 
	
.contact-sec .social-icons {
    margin-left: 15%!important;
    margin-bottom: -18%!important;}
	
	div#nirpathanam {
    margin-left: -144px!important;}

a#tvm {
    margin-left: 0%!important;
    margin-top: 0px!important;
    margin-bottom: 20px!important;}
	
a#ptm{
	margin-left: -60%!important;
	margin-top: 0px!important;
    margin-bottom: 20px!important;}
	
 h6#ac {
    margin-top: 5%!important; }
	
	span#acicon {
    margin-top: 5%!important; }

h6#visu {
    margin-top: 5%;}
	
	h6#eng {
    margin-top: 5%;}
	
	div#archmodal {
    width: 71%!important;
    margin: auto!important;
    margin-top: 25%!important;}
	
	p#parch {
    padding: 0px 0px 0px 87px;}
	
	div#intemodal {
    width: 71%!important;
    margin: auto!important;
    margin-top: 25%!important;}
	
	p#pinte {
    padding: 0px 0px 0px 87px;}
	
	p#serp {
    width: 70%;
    margin: auto;}
	
	div#an-1 {
    width: 525px!important;
    margin-left: 5%!important;}
}

div#anoop-modal {
    padding: 0px 25px 0px 25px!important;
}

div#anju-modal {
    padding: 0px 25px 0px 25px!important;
}

div#praveen-modal {
    padding: 0px 25px 0px 25px!important;
}
img.img-responsive {
    margin-left: 10px;
}
	
	}
	
	
@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%; }
#an-1 {
    width: 785px!important;
    margin-left: -15%!important;
    margin-top: 10%!important;
}
#anju-1 {
    width: 785px!important;
    margin-left: -15%!important;
    margin-top: 10%!important;
}
#pr-1 {
    width: 785px!important;
    margin-left: -15%!important;
    margin-top: 10%!important;
}
	}
@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; }
div#an-1 {
    margin-left: 15%!important;
}

div#anju-1 {
    margin-left: 15%!important;
}
div#pr-1 {
    margin-left: 15%!important;
}
	}
	
@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; } 
	
	h2#menuheading {
    margin-top: 5%;}
	
	.service {
    margin-top: 40%!important;}

.career-sec-wrap.sec-pad-top.sec-pad-bottom-sm {
    margin-top: 0%;
}	
	
	}
	
	
@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; } 
	.about-sec-wrap.sec-pad-top.sec-pad-bottom-sm {
    margin-top: 0%;}
	
	.about1-sec-wrap.sec-pad-top.sec-pad-bottom-sm {
    margin-top: 0%!important;}
	
	div#nirpathanam {
    margin-left: -127px!important;
}

.contact-sec-wrap.sec-pad-top.sec-pad-bottom-sm.wow.fadeInDown {
    margin-top: 0%;}
	
	div#an-1 {
    margin-left: 10%!important;}
	
	div#anju-1 {
    margin-left: 10%!important;}
	
	div#pr-1 {
    margin-left: 10%!important;}
	
	}
@media only screen and (max-width: 600px) {
  .features-sec .features-block {
    border: none !important;
    width: 100%; } 
	.intro-sec .social-icons {
    left: 42%;
    bottom: 30px;
}
	div#nirpathanam {
    margin-left: -113px!important;
}
a#weare {
    margin: 55px 0px 0px -30px;
}
a#studio {
    margin: 90px 0px 0px -70px;
}
a#ourservices {
    margin: 55px 0px 0px -30px;
}
a#ourexpertise {
    margin: 90px 0px 0px -103px;
}

a#projects {
    margin: 55px 0px 0px -30px;
}
a#getintouch {
    margin: 55px 0px 0px -30px;
}
a#enquiries {
    margin: 90px 0px 0px -100px;
}
a#careers {
    margin: 125px 0px 0px -100px;
}
	h2#feel {
    width: 65%;
    margin: auto;
}
h2#hweare {
    margin-bottom: 70px;
}

input#architecture {
    margin-left: 30%!important;
}
	div#an-1 {
    margin-left: 5%!important;
}

div#anju-1 {
    margin-left: 5%!important;
}

div#pr-1 {
    margin-left: 5%!important;
}
	}
@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; }


.rotateslider-container #portfolio-one {
      height: auto; }
      .rotateslider-container #portfolio-one img {
        width: 100%; }
      .rotateslider-container #portfolio-one h6 {
        font-size: 12px;
        margin-top: 12px; }


	  
	  
	  div#an-1 {
	  width: 430px!important;
	  margin-left: 10%!important;}
	  
	  div#anju-1 {
	  width: 430px!important;
	  margin-left: 10%!important;}
	  
	  div#pr-1 {
	  width: 430px!important;
	  margin-left: 10%!important;}
	  
	  img.img-responsive {
    max-width: 95%;}
	
	.team-sec .team-slider-wrap .person-img-wrap {
    position: relative;
    max-width: 80%;
    margin-left: -10px;
}
.contact-sec .social-icons {
    margin-left: 15%!important;
    margin-bottom: -20%!important;
}
div#nirpathanam {
    margin-left: -108px!important;
}
	  }
@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; }
	
	.sec-pad {
    padding-top: 80px;
    padding-bottom: 80px;
    width: 83%;
    margin: auto;
}
.team-sec .team-slider-wrap .person-img-wrap {
    position: relative;
    max-width: 75%;
    margin-left: -10px;
}
img.img-responsive {
    max-width: 95%;
}
div#an-1 {
    width: 370px!important;
    margin-left: 10%!important;
}
div#anju-1 {
    width: 370px!important;
    margin-left: 10%!important;
}
div#pr-1 {
    width: 370px!important;
    margin-left: 10%!important;
}
div#nirpathanam {
    margin-left: -90px!important;
}

.contact-sec .social-icons {
    margin-left: 15%!important;
    margin-bottom: -25%!important;
}
	}

@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; }
		
		
		.text-center {margin: 50px 10px 70px 10px;}
		
		.owl-carousel .owl-item img {width: 42%;}
		
		.intro-sec .social-icons {left: 33%;}
		
		section#section0 {margin: 0px 10px 70px 10px;}
		
		h2#menuheading {margin-top: 10%;}
		
		input#architecture { margin-left: 23%!important;}
		
		input#area {width: 97%; margin-left: 15px;}
		
		input#location {width: 96%; margin-left: 0px;}
		
		textarea#basicrequirement {width: 92%; margin-left: 15px;}
		
		div#name {width: 96%; margin-left: 15px;}
		input#phone {width: 96%; margin-left: 15px;}
		input#email {width: 96%; margin-left: 0px;}
		input#message {width: 96%; margin-left: 0px;}
		
		.align-center {margin-right: 25%;}
		div#nirpathanam { margin-left: -70px!important;}
		
		.contact-sec .social-icons {margin-left: 10%!important;margin-bottom: -30%!important;}
		
		span#ptmadd {margin-left: 10px;}
		
		h2#feel {margin-top: 10%; width: 80%;}
		
		.text-center { margin: 10px 10px 70px 10px;}
		
		div#archmodal {width: 80%!important; margin: auto!important; margin-top: 25%!important; height: auto!important;}
		
		div#intemodal {width: 80%!important; margin: auto!important; margin-top: 25%!important; height: auto!important;}
		
		div#projmodal {width: 80%!important; margin: auto!important; margin-top: 25%!important; height: auto!important;}
		
		div#turnmodal {width: 80%!important; margin: auto!important; margin-top: 25%!important; height: auto!important;}
		
		img.img-responsive {width: 90%;}
		
		p#pproj {padding: 0px 0px 0px 87px;}
		
		p#pturn {padding: 0px 0px 0px 87px;}
		
		p#email1 {
    margin-left: 30px!important;
}
p#email2 {
    margin-left: 29%px!important;
}

p#ptmcontact {
    margin-left: 55%!important;
}

p#tvmcontact {
    margin-left: 8%!important;
}
h2#hweare {
	margin-top: 40px;
}
h2#hstudio {
    margin-top: 40px;
}
h2#hservices {
    margin-top: 40px;
}
h2#feel {
    margin-top: 40px;
}
h2#hwork {
    margin-top: 40px;
}
.sec-pad {
padding-top: 100px;}

.owl-carousel .owl-item img {
    width: 100%!important;
}
.sec-pad {
    width: 75%;
    margin: auto;
}
div#an-1 {
    width: 315px!important;
    margin: auto;
}
div#anju-1 {
    width: 315px!important;
    margin: auto;
}

div#pr-1 {
    width: 315px!important;
    margin: auto;
}
img.img-responsive {
    width: 94%;
}

}
/*# sourceMappingURL=style.css.map */


.contact-sec .contact-add a {
    display: block;
    margin-bottom: 5px;
}
.contact-sec .contact-add p {
    margin-bottom: 10px;
}
.features-sec .features-block .fb-table .fb-table-cell .icon {
    font-size: 60px;
}

.new{
    position: relative;
    color: #fff;
    background-color: #E67E22;
    border-color: #E67E22;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    padding: 18px 32px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
    margin: 85px 0px 0px 51px;
}


.new:before{
    display: block;
    content: '';
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    border: 1px solid #fff!important;
}


.hamburger--collapse .hamburger-inner:after, .hamburger--collapse .hamburger-inner:before {
    
    background-color: #ffffff!important;
}
.hamburger--collapse .hamburger-inner {
    background-color: #ffffff;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span {
    background: #cf7b2d;
}

#fp-nav span:after {
    border: none;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #FFD700;
	display: none;
}

.contact-sec .social-icons li .social-icon {
    font-size: 12px;
    display: table-cell;
    vertical-align: middle!important;
    color: #fff;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.contact-sec .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
	margin-left: 35%;
}
.contact-sec .social-icons {
    left: 50px;
    position: absolute;
    bottom: 50px;
	margin-left: 65%;
    margin-bottom: 53%;
}

.contact-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;
	margin-top: 2%;
}

.contact-sec .social-icons li div {
    display: table;
    height: 100%;
    width: 100%;
}

.career-sec .btn {
    font-size: 12px;
    padding: 0px;
	background: white;
    color: black;
	font-weight: 600;
	text-transform: none;
}

.career-sec .input__field {
    border-radius: 0px!important;
}



.navbar {
  overflow: hidden;
  display: grid;
  float: left;
  font-family: 'Yatra One', cursive;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: #616872;
  /*text-align: center;*/
  padding: 35px 0px 0px 0px;
  text-decoration: none;
}

.subnav {
  float: left;
  overflow: hidden;
}

.subnav .subnavbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 0px 0px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/*.navbar a:hover, .subnav-content:hover  {
  border-bottom: 1px solid #f68b1e;
    width: fit-content;
}*/

.subnavbtn:hover {
  border-bottom: 1px solid #f68b1e;
    width: fit-content;
}

.subnav-content {
  display: none;
    position: static;
  left: 0;
  /*background-color: red;*/
  width: 100%;
  z-index: 1;
  margin-left: 5%;
    margin-top: -5%;
}

.subnav-content a {
  float: left;
  color: white;
  text-transform: none;
  font-size: 13px;
}

.subnav-content a:hover {
  /*background-color: #eee;*/
  color: #ec8c35;
}

.subnav:hover .subnav-content {
  display: block;
}


#fp-nav ul li .fp-tooltip {
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Yatra One', cursive;
    overflow: visible;
	
}

.orange-color .menu-wrap {
    background: #1d1d1d none repeat scroll 0 0;
}

.menu-wrap {
    padding-left: 25px;
	width: 300px;
}

.subnav-content a {
    margin-left: 10px;
    padding: 7px 0px 0px 20px;
    margin-top: 20px;
}

/*.owl-prev {
    display: none;
}

.owl-next {
    display: none;
} */
.logo {
    left: 15px;
    position: absolute;
    top: 25px;
}
#anoop:hover{
	color: #febf00;
}

#praveen:hover{
	color: #febf00;
}

#anju:hover{
	color: #febf00;
}

.service-item-wrap h3:hover{
	color: #febf00;
}

.features-sec .features-block .fb-table .fb-table-cell .icon {
    font-size: 50px;
}

.features-sec .features-block .fb-table {
    height: 160px;
}

.contact-sec .social-icons {
    margin-left: -17%;
    margin-bottom: -8%;
}

.newlist h6:hover{
	color: #febf00;
}
.logoanimation{
	margin: 0px 0px -170px 0px;
	visibility: visible; 
	animation-delay: 1.0s;
}

.logoanimation1{
	margin: 0px -105px 138px 0px;
	visibility: visible; 
	animation-delay: 1.0s;
}

.navbar1 {
  overflow: hidden;
    display: grid;
    font-family: 'Yatra One', cursive;
    width: 100%;
    text-align: left;
    margin: auto;
    margin-left: 0%;
    margin-top: -50px;
}

.navbar1 a {
  float: left;
  font-size: 120px;
  color: #ffffff;
  /*text-align: center;*/
  padding: 35px 0px 0px 0px;
  text-decoration: none;
}

.subnav1 {
  text-align: center;
  overflow: hidden;
}

.subnav1 .subnavbtn1 {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 0px 0px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/*.navbar a:hover, .subnav-content:hover  {
  border-bottom: 1px solid #f68b1e;
    width: fit-content;
}*/

.subnavbtn1:hover {
  border-bottom: 1px solid #f68b1e;
    width: fit-content;
	
}

.subnav-content1 {
  display: none;
    position: static;
  left: 0;
  /*background-color: red;*/
  width: 100%;
  z-index: 1;
  margin-left: 55%;
  margin-top: -46px;
}

.subnav-content1 a {
  
  color: white;
  text-transform: none;
  font-size: 13px;
}

.subnav-content1 a:hover {
  /*background-color: #eee;*/
  color: #ec8c35;
}

.subnav1:hover .subnav-content1 {
  display: block;
}


#fp-nav ul li .fp-tooltip1 {
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Yatra One', cursive;
    overflow: visible;
}



.subnav-content1 a {
    margin-left: 10px;
    padding: 7px 0px 0px 20px;
    margin-top: 20px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 100;
    line-height: 1;
	color: #ffffff;
	text-shadow: 0 1px 0 #fff0;
    opacity: 1;
}

.close:hover {
	color: #ffffff;
}

.modal-backdrop.in {
    
    opacity: .1;
}

.logoanimation11{
	padding:0px;
	margin: 100px -105px 0px 0px;
	
}
.logoanimation21{
	padding:0px;
margin-left: -115px;
padding-top: 100px;
}
.team-sec .team-slider-wrap .person-img-wrap {
    position: relative;
    margin-left: -15px;
}
.portfolio-sec h6 {
    margin-top: 10px!important;
    font-size: 22px;
    text-transform: capitalize;
    font-family: 'Happy Monkey', cursive;
}
span.lg-video-play {
    display: none;
}
.lg-sub-html h6, p{
    font-family: 'Happy Monkey', cursive;
}

span.project-p {
    color: #febf00;
    font-weight: 600;
    font-size: 15px;
}

span.project-btn {
    font-size: 12px;
    color: white;
    background-color: #febf00;
    padding: 10px;
}









* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
/*.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}*/

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}
.column.silver {
    float: left;
    width: 12.5%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.2;
}

.active,
.demo:hover {
  opacity: 1;
}






.portfolio-sec a {
    display: block;
    overflow: hidden;
    position: relative;
    font-size: 20px;
}

cursor: pointer;
    position: absolute;
    top: 44%;
    width: auto;
    padding: 0px 0px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    /* background-color: #000000cf; */
    margin-left: -40px;
}

a.next.prjct {
    cursor: pointer;
    position: absolute;
    top: 44%;
    width: auto;
    padding: 8px 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    /*background-color: #000000cf;*/
    right: 202px;
}
.prjct-images {
    margin: 0px 0%;
    width: 100%;
	margin-left: 0px;
}

.prjct-dtls {
    margin-left: 0%;
    width: 100%;
    /* margin: auto; */
    margin-top: 0%;
}

a.prev.prjct {
    margin-bottom: 0%;
    padding-right: 0%;
    margin-right: 0px;
    margin-top: -20%;
    width: fit-content;
    float: left;
	margin-left: 15%;
}

a.next.prjct {
    margin-bottom: 0%;
    margin-left: 0px;
    margin-right: 15%;
    margin-top: -20%;
    width: fit-content;
    float: right;
}
div#small-display {
    width: 60%;
    margin: 0px 0px 0px 25%;
}
.portfolio-sec h6 {
    margin-top: 20px;
    font-size: 19px!important;
    text-transform: capitalize;
    font-family: 'Happy Monkey', cursive;
}

div#small-display-silver {
    width: 80%;
    margin: 0px 0px 0px 10%;
}










