/* 1. Extend ------------------------------------------*/
/* @extend display-flex; */
display-flex,
.display-flex,
.display-flex-center,
.socials-bold,
.our-team-content .item,
.au-btn:after,
.meta .meta-item,
.portfolio-pagination-content,
.spendora-pagination-content .prev,
.spendora-pagination-content .next,
.portfolio-pagination-content .prev,
.portfolio-pagination-content .next,
.menu ul,
.toggle-box .toggle-btn,
.spendora-lastest-post ul li,
.widget_categories ul li,
.widget_product_categories ul li,
.spendora-instagram-gallery,
.widget_price_filter .price_slider_wrapper .price_slider_amount,
.product_list_widget li,
.socials-logins,
.blog-page .item,
.cart-page .woocommerce-cart-form .shop_table tbody .cart_item .product-quantity .quantity .modify-qty,
.woocommerce .spendora-checkout-top .checkout_coupon .form-row,
.checkout-page form.woocommerce-checkout .spendora-order-reviews #order_review table.shop_table tfoot .order-review-total li,
#count-down-time,
.email-subcribe form,
.email-subcribe form button,
.slideshow-btn:after,
.wrap-scroll-slider1 .scroll-slider1,
.year-experience,
.landing-porfolio-content,
.our-process-content .our-process-list,
.aboutus-intro,
.aboutus-intro .intro-content .signature,
.au-video-button i,
.testimonials-fullpage-content,
.single-product .product .product-summary .summary .woocommerce-product-rating,
.single-product .product .product-summary .summary form.cart,
.single-product .product .product-summary .summary form.cart .quantity .modify-qty,
.single-product .product .spendora-product-tabs .tabs,
.product-item figure .new,
.product-item figure .onsale,
.product-item figure .woocommerce-add-to-cart,
.product-item figure .woocommerce-add-to-cart a,
.product-item .info .product-title-price,
.single-content .tags-socials .socials,
.single-post-author,
.comment-item .comment-content,
.comment-item .comment-content .comment-body .comment-author,
.common-form .form-submit:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

/* @extend list-type-ulli; */
list-type-ulli,
ul,
.pagination ul,
.menu ul,
.widget_lastest_entries ul,
.filter-projects {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* 2. Global ------------------------------------------*/
a:hover,
a:focus,
a:active,
a:hover:after {
  text-decoration: none;
  outline: none;
  transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
}

input,
select,
textarea {
  outline: none;
  appearance: unset !important;
  -moz-appearance: unset !important;
  -webkit-appearance: unset !important;
  -o-appearance: unset !important;
  -ms-appearance: unset !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  -o-appearance: none !important;
  -ms-appearance: none !important;
  margin: 0;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
}

/*input[type=checkbox] {
  appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  -o-appearance: checkbox !important;
  -ms-appearance: checkbox !important; }

input[type=radio] {
  appearance: radio !important;
  -moz-appearance: radio !important;
  -webkit-appearance: radio !important;
  -o-appearance: radio !important;
  -ms-appearance: radio !important; }*/

img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}


body p,
body a,
body ul,
body li,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: 'Zilla Slab', serif !important;
}


p {
  font-family: 'didiot', serif;
  margin-bottom: 0px;
  line-height: 1.8;
}

a,
ul,
li,
input {
  font-family: 'didiot', serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-family: 'didiot', serif;
  color: #333;
}

@font-face {
  font-family: didiot;
  src: url(fonts/TheanoDidot-Regular.tff);
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.widget p {
  margin: 0;
}

.main {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.fix-container {
  width: 900px;
  margin: auto;
}

.fw {
  float: left;
  width: 100%;
}

.stick {
  position: fixed;
  z-index: 999;
  background: rgba(225, 225, 225, 0.8);
}

.clear {
  clear: both;
}

h3 {
  color: #333;
  font-size: 22px;
  text-align: center;
  margin: 10px 0;
}

h2 {
  font-size: 36px;
  color: #333;
}

h5 {
  font-size: 18px;
  color: #333;
}

h4 {
  font-size: 30px;
  text-transform: uppercase;
}

h6 {
  font-size: 20px;
  color: #333;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-size: 17px;
  line-height: 1.71;
  color: #666;
  background: #fff;
  position: relative;
}

.body-no-line .body-line {
  display: none;
}

.body-line {
  position: absolute;
  height: 100%;
  top: 0;
  background: #fff;
  z-index: -1;
  width: 100%;
}

.body-line .container {
  height: 100%;
}

.body-line .container .row {
  height: 100%;
  margin-left: 0px;
  margin-right: 0px;
  border-right: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
}

.body-line .container .row .col-4 {
  padding-left: 0px;
  padding-right: 0px;
  border-right: 1px solid #f2f2f2;
}

.body-line .container .row .col-4:last-child {
  border-right: 0px;
}

.body-line-border {
  border-right: 1px solid #f2f2f2;
}

.body-line1 {
  left: 0;
  width: 367px;
}

.body-line2 {
  left: 368px;
  width: 390px;
}

.body-line3 {
  left: 758px;
  width: 390px;
}

.body-line4 {
  right: 367px;
  width: 390px;
}

.body-line5 {
  right: 0;
  width: 367px;
}

.display-flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
}

.display-flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
}

.background-cover {
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.background-pattern {
  position: relative;
}

.background-pattern:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: repeat;
  background-image: url("../images/bg-pattern-1.png");
  opacity: 0.1;
  z-index: -1;
}

.position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.heading-page,
.heading-page-2 {
  position: relative;
}

.heading-page .container,
.heading-page .container-fluid,
.heading-page-2 .container,
.heading-page-2 .container-fluid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.heading-page-2 .heading-page-content {
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  position: relative;
  padding-top: 60px;
  padding-bottom: 63px;
  width: 63%;
  margin: 0 auto;
}

.heading-page-2 .heading-page-content:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 10px;
  left: 0;
  background: #fff;
  background-position: center center;
  background-repeat: repeat;
  background-image: url("../images/bg-pattern-1.png");
  opacity: 0.1;
}

.heading-page-2 .heading-page-content:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.heading-page-2 .heading-page-content:before {
  top: 100%;
}

.heading-page-2 .heading-page-content .line {
  background-color: #fff;
  opacity: 0.1;
}

.heading-page-2 .heading-page-content .line1 {
  height: 10px;
  bottom: 100%;
  top: auto;
}

.heading-page-2 .heading-page-content .line2,
.heading-page-2 .heading-page-content .line4 {
  width: 10px;
  height: calc(100% + 20px);
}

.heading-page-2 .heading-page-content .line2 {
  left: 100%;
}

.heading-page-2 .heading-page-content .line4 {
  right: 100%;
}

.heading-page-2 .heading-page-content h1 {
  color: #fff;
  margin-bottom: 13px;
}

.heading-page-2 .heading-page-content p {
  width: 82%;
  text-align: center;
}

.p-65 {
  padding: 0 65px;
}

.p-t-150 {
  padding-top: 150px;
}

.au-page-title {
  font-size: 40px;
  text-transform: uppercase;
}

#back-to-top {
  position: fixed;
  text-align: center;
  right: 30px;
  bottom: 8px;
  color: #ccc;
  cursor: pointer;
  border: 1px solid #ccc;
  z-index: 10000;
  height: 41px;
  width: 34px;
  line-height: 41px;
  background: #373737 no-repeat center;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

#back-to-top i {
  font-size: 19px;
}

#back-to-top:hover {
  background: black no-repeat center;
}

.socials {
  display: inline-block;
  line-height: 1em;
}

.socials li {
  float: left;
  margin-right: 25px;
}

.socials li:last-child {
  margin-right: 0px;
}

.socials li a.scroll {
  color: #666 !important;
  font-size: 18px;
}

.socials li a {
  color: #fffa;
  font-size: 18px;
}

.socials li a:hover {
  color: #fff;
}

.socials li a.scroll:hover {
  color: #cdf;
}

.socials li a i {
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  /* margin-top:8px; */
  font-size: 12px;
}

.socials li a:hover i {
  transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
}

.socials-bold {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
}

.socials-bold span {
  padding-right: 10px;
}

.socials-bold .socials li {
  margin-right: 20px;
}

.socials-bold .socials li:last-child {
  margin-right: 0px;
}

.socials-bold .socials li a {
  color: #666;
}

.section-padding-large {
  padding-bottom: 150px;
}

.section-title {
  margin-bottom: 75px;
}

.section-title h2 {
  padding-top: 10px;
  padding-bottom: 13px;
}

.section-title-center {
  text-align: center;
}

.section-title-right {
  text-align: right;
}

.icon-play {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border: 2px solid #fff;
}

.icon-play i {
  color: #fff;
  font-size: 20px;
  margin-left: 5px;
}

/*Preloader*/
.loading {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #000;
}

.loading .spinner {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loading .spinner img {
  width: 300px;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  to {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  to {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

.loading .double-bounce1,
.loading .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ccc;
  position: absolute;
  opacity: 0.8;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.loading .double-bounce2 {
  background-color: #fff;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {

  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.slick-slider .slick-slide:focus {
  outline: none;
}

.entry span,
.entry a {
  color: #666;
  position: relative;
  padding-right: 13px;
  margin-right: 3px;
}

.entry span:after,
.entry a:after {
  position: absolute;
  content: '/';
  right: 0;
}

.entry .post-date:after {
  content: '';
}

.title a {
  color: #333;
}

.title:hover a {
  color: #fff;
}

.category {
  color: #666;
  position: relative;
  padding-left: 14px;
  /* display: inline-block; */
  display: block;
  text-align: center;
}

.category:before {
  position: absolute;
  content: '/';
  left: 43%;
}

.category:hover {
  color: #666;
}

.p-b-120 {
  padding-bottom: 120px;
}

.see-all-btn {
  text-align: center;
}

.see-all-btn .au-btn {
  margin-left: -55px;
}

.au-btn {
  color: #666;
  position: relative;
  border: 1px solid #666;
  text-transform: uppercase;
  letter-spacing: 2px !important;
  padding: 12px 29px;
  display: inline-block;
  z-index: 99;
}

.au-btn:after {
  position: absolute;
  content: '\f301';
  font-family: 'Material-Design-Iconic-Font';
  width: 60px;
  height: 104%;
  left: 100%;
  top: -1px;
  border: 1px solid #666;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  font-size: 22px;
}

.au-btn:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.15s border-radius 0.15s, -webkit-transform 0.15s;
  transition: 0.15s border-radius 0.15s, -webkit-transform 0.15s;
  transition: transform 0.15s, 0.15s border-radius 0.15s;
  transition: transform 0.15s, 0.15s border-radius 0.15s, -webkit-transform 0.15s;
  opacity: 0;
  -webkit-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  z-index: -1;
  border-radius: 50%;
}

.au-btn:hover {
  color: #000 !important;
}

.au-btn:hover:before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  border-radius: 0;
}

.au-btn:hover:after {
  background: #fff;
}

.common-form .form-submit:hover .submit {
  background: #000;
}

.single-title {
  font-size: 30px;
  text-transform: none;
}

.meta .meta-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  margin-bottom: 10px;
}

.meta .meta-item:last-child {
  margin-bottom: 0px;
}

.meta .meta-item .meta-name {
  color: #333;
  padding-right: 13px;
}

.modal .modal-dialog {
  max-width: 800px;
  margin: 60px auto;
}

.widget-title {
  font-size: 20px;
  margin-bottom: 30px;
}

.select-icon-down {
  position: relative;
}

.select-icon-down .select-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 0;
  font-size: 17px;
}

.landing-slideshow .landing-line {
  background: #000;
  opacity: 0.5 !important;
}

.landing-slideshow .landing-caption {
  font-family: 'Muli Regular';
}

.landing-content {
  margin-bottom: 50px;
}

.landing-content .landing-item img {
  width: 100%;
}

.landing-title {
  text-align: center;
  padding-top: 150px;
  padding-bottom: 90px;
}

.landing-title h2 {
  position: relative;
  display: inline-block;
}

.landing-title h2:after,
.landing-title h2:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
  transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
}

.landing-title h2:after {
  right: -23px;
  bottom: -15px;
  border-width: 0 1px 1px 0;
  -webkit-transform: translate3d(-10px, -10px, 0);
  transform: translate3d(-10px, -10px, 0);
}

.landing-title h2:before {
  top: -15px;
  left: -23px;
  border-width: 1px 0 0 1px;
  -webkit-transform: translate3d(10px, 10px, 0);
  transform: translate3d(10px, 10px, 0);
}

figure {
  position: relative;
  overflow: hidden;
}

figure .figure-hover:after {
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 50%;
  content: "";
  left: 0%;
  position: absolute;
  right: 0%;
  top: 51%;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  opacity: 1;
  z-index: 9;
}

figure .figure-hover:before {
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 0%;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0%;
  opacity: 1;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  z-index: 9;
}

figure:hover .figure-hover:before {
  left: 0%;
  right: 0%;
  opacity: 0;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

figure:hover .figure-hover:after {
  top: 0%;
  bottom: 0%;
  opacity: 0;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.item,
.statistics-content {
  position: relative;
}

.item .hover-border,
.statistics-content .hover-border {
  position: absolute;
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
  transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
  z-index: 99;
}

.item .hover-border-top,
.statistics-content .hover-border-top {
  top: 0;
  left: 0;
  -webkit-transform: translate3d(10px, 10px, 0);
  transform: translate3d(10px, 10px, 0);
}

.item .hover-border-bottom,
.statistics-content .hover-border-bottom {
  right: 0;
  bottom: 0;
  -webkit-transform: translate3d(-10px, -10px, 0);
  transform: translate3d(-10px, -10px, 0);
}

.item:hover .hover-border,
.statistics-content:hover .hover-border {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.item .hover-border-7,
.statistics-content .hover-border-7 {
  border: 7px solid #333;
}

.item .hover-border-top.hover-border-7,
.statistics-content .hover-border-top.hover-border-7 {
  border-width: 7px 0 0 7px;
}

.item .hover-border-bottom.hover-border-7,
.statistics-content .hover-border-bottom.hover-border-7 {
  border-width: 0 7px 7px 0;
}

.item .hover-border-5,
.statistics-content .hover-border-5 {
  border: 7px solid #333;
}

.item .hover-border-top.hover-border-5,
.statistics-content .hover-border-top.hover-border-5 {
  border-width: 7px 0 0 7px;
}

.item .hover-border-bottom.hover-border-5,
.statistics-content .hover-border-bottom.hover-border-5 {
  border-width: 0 7px 7px 0;
}

/* 3. Arrows ------------------------------------------*/
.testimonials-content .slick-prev {
  left: 0px;
}

.testimonials-content .slick-next {
  right: 0px;
}

.testimonials-content .slick-arrow {
  z-index: 20;
}

.slick-arrow {
  z-index: 99;
  font-size: 22px;
}

.slick-prev,
.slick-next {
  width: 60px;
  height: 51px;
  border: 1px solid #666;
  padding: 14px 21px;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}

.slick-prev:before,
.slick-next:before {
  font-size: 22px;
  font-family: 'Material-Design-Iconic-Font';
  color: #666;
}

.slick-prev:hover,
.slick-next:hover {
  background: #fff;
  border: 1px solid #fff;
}

.slick-prev:hover::before,
.slick-next:hover::before {
  color: #000;
}

.slick-prev {
  left: -115px;
}

.slick-prev:before {
  content: '\f2ff';
}

.slick-next {
  right: -115px;
}

.slick-next:before {
  content: '\f301';
}

.portfolio-images .slick-prev,
.feature-img-gallery .slick-prev {
  left: -1px;
}

.portfolio-images .slick-next,
.feature-img-gallery .slick-next {
  right: 10px;
}

.portfolio-images .slick-arrow,
.feature-img-gallery .slick-arrow {
  background: #fff;
  border: 1px solid #fff;
}

.feature-img-gallery .slick-prev {
  left: 0px;
}

.feature-img-gallery .slick-next {
  right: 0px;
}

.feature-img-gallery .slick-arrow {
  background: #fff;
  border: 1px solid #fff;
}

.single-big-images .portfolio-images .slick-next {
  right: 0px;
}

.testimonials-fullpage-slider .slick-arrow {
  top: 71%;
}

.testimonials-fullpage-slider .slick-arrow:before {
  color: #fff;
  float: right;
  text-indent: 0;
}

.testimonials-fullpage-slider .slick-arrow:hover:before {
  color: #000;
}

.testimonials-fullpage-slider .slick-prev {
  left: 65.7%;
  text-indent: -9999px;
  display: inline-block;
}

.testimonials-fullpage-slider .slick-next {
  right: auto;
  left: 70.3%;
  text-indent: -9999px;
  display: inline-block;
}

.testimonials-fullpage-slider .slick-next:after {
  color: transparent;
}

/* 4. Breadcrumb ------------------------------------------*/
.breadcrumb {
  background-color: transparent;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  padding: 0px;
  position: relative;
  z-index: 99;
  margin-bottom: 0px;
}

.breadcrumb .breadcrumb-item a {
  color: #999;
  text-transform: uppercase;
}

.breadcrumb:before {
  content: "";
}

.breadcrumb .active {
  color: #999;
  text-transform: uppercase;
  background: transparent;
}

/* 5. Dots ------------------------------------------*/
.slick-dots li {
  width: 13px;
}

.slick-dots li button:before {
  color: #ffd09b;
  opacity: 1;
  font-size: 11px;
}

.slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}

.testimonials-content .slick-dots {
  bottom: 75px;
}

.project-full .slick-dots {
  text-align: left;
  bottom: -82px;
}

.project-full .slick-dots li {
  width: 60px;
  margin: 0px;
  height: 1px;
}

.project-full .slick-dots li button {
  width: 60px;
  height: 1px;
  color: #333;
  padding: 5px 0px;
}

.project-full .slick-dots li button:before {
  width: 60px;
  height: 1px;
  content: '';
  background: #333;
  bottom: -16px;
  top: auto;
}

.project-full .slick-dots li:first-child button,
.project-full .slick-dots li:last-child button {
  font-size: 13px;
}

.project-full .slick-dots li:first-child button:before,
.project-full .slick-dots li:last-child button:before {
  bottom: -21px;
}

.project-full .slick-dots li:first-child button {
  text-align: left;
}

.project-full .slick-dots li:last-child button {
  text-align: right;
}

.project-full .slick-dots .slick-active button {
  font-size: 13px;
}

.project-full .slick-dots .slick-active button:before {
  background: #333;
  bottom: -21px;
}

.project-full .slick-dots .slick-active~* button:before {
  background: #e5e5e5;
}

.projects-slider .slick-dots {
  left: 0;
  bottom: -80px;
}

.projects-slider .slick-dots li {
  width: 25px;
  height: 2px;
}

.projects-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0px;
}

.projects-slider .slick-dots li button:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  top: auto;
  bottom: 0;
}

.projects-slider .slick-dots li.slick-active button:before {
  height: 5px;
}

/* 6. Fonts ------------------------------------------*/
/* Montserrat-300 - latin */
@font-face {
  font-family: 'Montserrat Light';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/montserrat/Montserrat-Light.ttf");
  /* IE9 Compat Modes */
}

@font-face {
  font-family: 'Montserrat Regular';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat/Montserrat-Regular.ttf");
  /* IE9 Compat Modes */
}

@font-face {
  font-family: 'Montserrat Regular Italic';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/montserrat/Montserrat-Italic.ttf");
  /* IE9 Compat Modes */
}

@font-face {
  font-family: 'Montserrat Medium';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat/Montserrat-Medium.ttf");
  /* IE9 Compat Modes */
}

@font-face {
  font-family: 'Montserrat SemiBold';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat/Montserrat-SemiBold.ttf");
  /* IE9 Compat Modes */
}

@font-face {
  font-family: 'Montserrat Bold';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat/Montserrat-Bold.ttf");
  /* IE9 Compat Modes */
}

@font-face {
  font-family: 'Montserrat Bold Italic';
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/montserrat/Montserrat-BoldItalic.ttf");
  /* IE9 Compat Modes */
}

@font-face {
  font-family: 'Montserrat ExtraBold';
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/montserrat/Montserrat-ExtraBold.ttf");
}

@font-face {
  font-family: 'Montserrat Black';
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/montserrat/Montserrat-Black.ttf");
}

@font-face {
  font-family: 'Muli Regular';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/muli/Muli-Regular.ttf");
  /* IE9 Compat Modes */
}

@font-face {
  font-family: 'Muli ExtraBold';
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/muli/Muli-ExtraBold.ttf");
  /* IE9 Compat Modes */
}

/* 7. Pagination------------------------------------------*/
.pagination {
  display: block;
  text-align: center;
  width: 100%;
  position: relative;
  padding-bottom: 35px;
  padding-top: 45px;
}

.pagination ul {
  display: inline-block;
}

.pagination ul li {
  float: left;
  padding: 0 5px;
}

.pagination ul li .current {
  color: #fff;
}

.pagination ul li a,
.pagination ul li span {
  font-size: 18px;
  color: #666;
}

.portfolio-pagination-content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
}

.spendora-pagination-content .prev,
.spendora-pagination-content .next,
.portfolio-pagination-content .prev,
.portfolio-pagination-content .next {
  height: 51px;
  width: 56px;
  border: 1px solid #666;
  color: #666;
  font-size: 22px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}

.spendora-pagination-content .prev i,
.spendora-pagination-content .next i,
.portfolio-pagination-content .prev i,
.portfolio-pagination-content .next i {
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}

.spendora-pagination-content .prev:hover,
.portfolio-pagination-content .prev:hover {
  background: #fff;
  color: #fff;
  border: 1px solid #fff;
}

.spendora-pagination-content .prev:hover i,
.portfolio-pagination-content .prev:hover i {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.spendora-pagination-content .next:hover,
.portfolio-pagination-content .next:hover {
  background: #fff;
  color: #fff;
  border: 1px solid #fff;
}

.spendora-pagination-content .next:hover i,
.portfolio-pagination-content .next:hover i {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

ul.page-numbers {
  display: inline-block;
}

ul.page-numbers li {
  float: left;
  margin-right: 25px;
}

ul.page-numbers li:last-child {
  margin-right: 0px;
}

ul.page-numbers li .current {
  color: #fff;
}

ul.page-numbers li a,
ul.page-numbers li span {
  font-size: 18px;
  color: #666;
}

ul.page-numbers li a:hover,
ul.page-numbers li span:hover {
  color: #fff;
}

/* 8. Footer ------------------------------------------*/
.footer {
  padding: 160px 0;
}

.footer-menu .menu ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
}

.footer-menu .menu ul li {
  padding: 34px 0;
}

.footer-menu .menu ul li a:after,
.footer-menu .menu ul li a:before {
  border-width: 0px;
}

.footer-menu .menu ul li a:hover {
  color: #fff;
}

.footer-line {
  width: 1px;
  height: 43px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 auto;
}

.footer-bottom .socials li {
  margin-right: 32px;
}

.footer-bottom .socials li:last-child {
  margin-right: 0px;
}

.footer-bottom .socials li a {
  color: #fff;
  font-size: 20px;
  line-height: 1em;
}

.footer-middle {
  padding-bottom: 32px;
  padding-top: 32px;
}

.footer2 .footer-menu .menu ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
}

.footer2 .footer-menu .menu ul li a {
  color: #666;
}

.footer2 .footer-line {
  background: rgba(153, 153, 153, 0.5);
}

.footer2 .footer-bottom .socials li a {
  color: #999;
}

/* 9. Header ------------------------------------------*/
.menu ul {
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.menu ul li {
  position: relative;
  padding: 37px 0;
}

.menu ul li a {
  font-size: 15px;
  padding: 5px 8px;
  margin: 0 15px;
  position: relative;
  color: #fff;
  text-transform: uppercase;
}

.menu ul li a:after,
.menu ul li a:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  opacity: 0;
  border: 1px solid #fff;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
  transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
}

.menu ul li a:before {
  top: 0;
  left: 0;
  border-width: 1px 0 0 1px;
  -webkit-transform: translate3d(10px, 10px, 0);
  transform: translate3d(10px, 10px, 0);
}

.menu ul li a:after {
  right: 0;
  bottom: 0;
  border-width: 0 1px 1px 0;
  -webkit-transform: translate3d(-10px, -10px, 0);
  transform: translate3d(-10px, -10px, 0);
}

.menu ul li a:hover {
  color: #333;
}

.menu ul li a:hover:after {
  max-width: 100%;
}

.menu ul li:last-child {
  padding-right: 0px;
}

.menu ul li:last-child a {
  padding-right: 0px;
}

.menu ul li .sub-menu {
  position: absolute;
  z-index: 1000;
  float: left;
  background-color: #fff;
  -webkit-transition: top 0.3s ease 0s, opacity 0.3s;
  transition: top 0.3s ease 0s, opacity 0.3s;
  transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  opacity: 0;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  margin: 0;
  display: block;
  left: 0;
  padding: 0;
  min-width: 250px;
  white-space: nowrap;
  padding-top: 25px;
  padding-bottom: 25px;
}

.menu ul li .sub-menu li {
  padding: 3px 30px;
}

.menu ul li .sub-menu li a {
  padding: 5px 0px;
  display: block;
  color: #666;
  margin: 0px;
}

.menu ul li .sub-menu li:hover a {
  text-decoration: underline;
}

.menu ul li .sub-menu li:hover .sub-menu li a {
  text-decoration: none;
}

.menu ul li .sub-menu li .sub-menu {
  left: 100%;
  top: -25px;
}

.menu ul li .sub-menu li .sub-menu li a {
  text-decoration: none;
}

.menu ul li .sub-menu li .sub-menu li:hover a {
  text-decoration: underline;
}

.menu ul li .sub-menu .menu-item-has-children {
  position: relative;
}

.menu ul li .sub-menu .menu-item-has-children:after {
  position: absolute;
  font-family: 'Material-Design-Iconic-Font';
  content: '\f2fb';
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.menu ul li:hover>ul {
  opacity: 1;
  top: 100%;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.menu ul .curent-menu-item a:after,
.menu ul .curent-menu-item a:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.menu ul .curent-menu-item .sub-menu li a:after,
.menu ul .curent-menu-item .sub-menu li a:before {
  opacity: 0;
}

.toggle-box {
  padding: 20px 0 20px 30px;
}

.toggle-box .toggle-btn {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  -o-justify-content: space-around;
  -ms-justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  display: block;
  text-align: left;
}

.search-btn {
  position: relative;
  z-index: 999;
  color: #fff;
  font-size: 22px;
}

.search-box {
  padding-left: 30px;
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  background: #fff;
  right: 0;
  transition: ease-in 0.5s all;
  -moz-transition: ease-in 0.5s all;
  -webkit-transition: ease-in 0.5s all;
  -o-transition: ease-in 0.5s all;
  -ms-transition: ease-in 0.5s all;
  transform: translateY(-150%);
  -moz-transform: translateY(-150%);
  -webkit-transform: translateY(-150%);
  -o-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  z-index: 999999;
}

.search-box form {
  cursor: pointer;
  position: relative;
}

.search-box form input {
  background: transparent;
  padding: 3px 10px;
  border: none;
  border-bottom: 1px solid #333;
  width: 780px;
  font-size: 18px;
  color: #333;
}

.search-box form input::-webkit-input-placeholder {
  font-size: 20px;
  color: #333;
}

.search-box form input::-moz-placeholder {
  font-size: 20px;
  color: #333;
}

.search-box form input:-ms-input-placeholder {
  font-size: 20px;
  color: #333;
}

.search-box form input:-moz-placeholder {
  font-size: 20px;
  color: #333;
}

.search-box form .search-icon {
  font-size: 20px;
  color: #333;
  position: absolute;
  right: 10px;
  top: 2px;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  background: transparent;
  padding: 0px;
  outline: none;
  cursor: pointer;
  border: none;
}

.search-box .nav-close {
  position: absolute;
  top: 40px;
  right: 115px;
}

.search-box.active {
  transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  opacity: 1;
  transition: ease-in 0.5s all;
  -moz-transition: ease-in 0.5s all;
  -webkit-transition: ease-in 0.5s all;
  -o-transition: ease-in 0.5s all;
  -ms-transition: ease-in 0.5s all;
}

.nav-icon {
  position: relative;
  z-index: 99;
  transition: linear 0.5s all;
  -moz-transition: linear 0.5s all;
  -webkit-transition: linear 0.5s all;
  -o-transition: linear 0.5s all;
  -ms-transition: linear 0.5s all;
  font-size: 16px;
  color: #fffa;
  font-weight: 600;
}

.nav-icon:hover {
  color: #fff;
}

.nav-box {
  width: 30%;
  background-color: #fff;
  padding: 40px 60px;
  opacity: 0;
  transition: ease-in 0.5s all;
  -moz-transition: ease-in 0.5s all;
  -webkit-transition: ease-in 0.5s all;
  -o-transition: ease-in 0.5s all;
  -ms-transition: ease-in 0.5s all;
  transform: translateY(-150%);
  -moz-transform: translateY(-150%);
  -webkit-transform: translateY(-150%);
  -o-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  position: fixed;
  top: 0px;
  left: 0;
  width: 275px;
  z-index: 9999999;
  height: 100%;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.nav-box.active {
  transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  display: block;
  opacity: 1;
  transition: ease-in 0.5s all;
  -moz-transition: ease-in 0.5s all;
  -webkit-transition: ease-in 0.5s all;
  -o-transition: ease-in 0.5s all;
  -ms-transition: ease-in 0.5s all;
}

.nav-close {
  display: block;
  text-align: right;
  color: #666;
  font-size: 25px;
}

.nav-close:hover {
  color: #000;
}

.nav-logo,
.nav-img,
.nav-info {
  text-align: center;
}


.nav-info {
  margin-top: 33px;
  margin-bottom: 40px;
}

.nav-info .info-item {
  font-size: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.nav-info .info-item:last-child {
  margin-bottom: 0px;
}

.nav-info .info-item span {
  color: #666;
}

.nav-info .info-item a {
  color: #666;
}

.nav-info .info-item.active span:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: 1;
  border: 1px solid #999;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
  transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
  border-width: 1px 0 0 1px;
  margin-left: -8px;
}

.nav-info .info-item.active a:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  margin-top: 16px;
  opacity: 1;
  border: 1px solid #999;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
  transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
  border-width: 0 1px 1px 0;
}

.nav-info .info-item:hover span:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: 1;
  border: 1px solid #999;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
  transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
  border-width: 1px 0 0 1px;
  margin-left: -8px;
}

.nav-info .info-item:hover a:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  margin-top: 16px;
  opacity: 1;
  border: 1px solid #999;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
  transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
  border-width: 0 1px 1px 0;
}

/*Navbar menu mobile*/
.hidden-tablet-landscape-up {
  display: none;
}

.au-nav-mobile {
  z-index: 10000;
  width: 100%;
  float: left;
  display: none;
}

.au-nav-mobile ul {
  padding: 0;
  margin: 0;
  display: block;
  list-style-type: none;
  list-style-type: none;
  background: #fff;
}

.au-nav-mobile ul li {
  position: relative;
  padding: 0;
  background: #333;
}

.au-nav-mobile ul li a {
  font-size: 18px;
  color: #fff;
  padding: 14px 30px;
  font-weight: 700;
  text-align: left;
  display: block;
  /* border-top: 1px solid; */
  background: #000;
}

.au-nav-mobile ul li a:after {
  height: 0px;
}

.au-nav-mobile ul li>.arrow {
  width: 50px;
  height: 50px;
  color: #000;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.au-nav-mobile ul li>.arrow i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 11px;
  height: 11px;
}

.au-nav-mobile ul li>.arrow i:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 11px;
  height: 3px;
  background: #fff;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
}

.au-nav-mobile ul li>.arrow i:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 0;
  width: 3px;
  height: 11px;
  background: #fff;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
}

.au-nav-mobile ul li .clicked {
  color: #333;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.au-nav-mobile ul li .clicked i:after,
.au-nav-mobile ul li .clicked i:before {
  background: #333;
}

.au-nav-mobile ul li .sub-menu {
  display: none;
  padding: 0;
  background: #e5f1fc;
  width: 100%;
  opacity: 1;
  transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  -ms-transform: none;
}

.au-nav-mobile ul li .sub-menu li {
  padding: 0px;
}

.au-nav-mobile ul li .sub-menu li a {
  font-size: 15px;
  padding: 15px 40px;
  border-bottom: 1px solid #e1e1e1;
  color: #333;
}

.au-nav-mobile ul li .sub-menu li>.arrow i:after,
.au-nav-mobile ul li .sub-menu li>.arrow i:before {
  background: #333;
}

.container-fluid:after,
.container-fluid:before {
  display: table;
  content: " ";
  clear: both;
}

.search-widget-open form .search-icon .fa-search:before {
  content: '\f00d';
}

.header {
  height: 170px;
  top: 0px;
  z-index: 1000;
  width: 100%;
  background: #000000;
  padding-top: 10px;
  -webkit-transition: height 0.5s ease-in-out, padding-top 0.5s ease-in-out, padding-bottom 0.5s ease-in-out;
  transition: height 0.5s ease-in-out, padding-top 0.5s ease-in-out, padding-bottom 0.5s ease-in-out;
}

.header .fixed {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.85);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.header .fixed .menu ul li {
  padding: 25px 17px;
}

.header .fixed .menu ul li .sub-menu li {
  padding: 5px 20px;
}

.header .fixed .search-box {
  height: 400%;
}

.header .fixed .toggle-box {
  display: none;
}

.header-1 .fixed .menu ul li a:hover {
  color: #fff;
}

.header-3 {
  position: relative;
}

.header-3,
.header-5 {
  background: #fff;
}

.header-3 .menu ul li a,
.header-5 .menu ul li a {
  color: #666;
}

.header-3 .menu ul li a:after,
.header-3 .menu ul li a:before,
.header-5 .menu ul li a:after,
.header-5 .menu ul li a:before {
  border: 1px solid #666;
}

.header-3 .menu ul li a:before,
.header-5 .menu ul li a:before {
  border-width: 1px 0 0 1px;
}

.header-3 .menu ul li a:after,
.header-5 .menu ul li a:after {
  border-width: 0 1px 1px 0;
}

.header-3 .search-btn,
.header-3 .nav-icon,
.header-5 .search-btn,
.header-5 .nav-icon {
  color: #666;
}

.header-3 .fixed,
.header-5 .fixed {
  background: rgba(255, 255, 255, 0.85);
}

.header-6 .logo img,
.header-3 .logo img,
.header-5 .logo img {}

.header-2 .fixed {
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0px 1px 3px 0px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0px 1px 3px 0px rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(255, 255, 255, 0.1);
  -o-box-shadow: 0px 1px 3px 0px rgba(255, 255, 255, 0.1);
  -ms-box-shadow: 0px 1px 3px 0px rgba(255, 255, 255, 0.1);
}

.header-6 {
  position: fixed;
}

.header-6 .menu ul li a:hover {
  color: #fff;
}

.header-4 .fixed {
  display: none;
}

.header-menu {
  background: #000;
  margin-top: 10px;
}

.header-mobile .header-top-mobile {
  padding: 15px 0;
  background: #000;
}

.header-mobile .header-top-mobile:after {
  content: "";
  display: table;
  clear: both;
}

.header-mobile .header-top-mobile .logo {
  float: left;
}

.header-mobile .header-top-mobile .hamburger {
  float: right;
  outline: none;
  margin-top: 5px;
}

.header-mobile .header-top-mobile .toggle-box {
  height: 100%;
  position: relative;
  display: inline-block;
  float: right;
  padding: 12px 0;
}

.header-mobile .header-top-mobile .toggle-box .toggle-btn {
  width: 50px;
}

.header-mobile .header-top-mobile .search-box form input {
  width: 100%;
}

.header-mobile .header-top {
  float: left;
  width: 100%;
}

.header-mobile .header-top:after {
  content: "";
  display: table;
  clear: both;
}

.header-pull {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  bottom: 0;
  width: 269px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden !important;
  height: 100%;
}

.header-pull .fixed {
  display: none;
}

.header-pull .header-menu-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  padding-top: 160px;
}

.header-pull .header-menu-content .logo {
  padding-bottom: 50px;
}

.header-pull .header-menu-content .header-socials {
  padding-top: 160px;
}

.header-pull .header-menu {
  padding: 0 25px;
}

.header-pull .footer-line {
  background: rgba(153, 153, 153, 0.5);
  margin-bottom: 35px;
}

.header-pull .menu ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -ms-flex-direction: column;
}

.header-pull .menu ul li {
  padding: 13px 0;
  text-align: center;
}

.header-pull .menu ul li:hover>ul {
  top: 105%;
}

.header-pull .menu ul li .sub-menu {
  left: -42%;
  background: #fff;
  display: none;
}

.header-pull .menu ul li .sub-menu li a {
  color: #fff;
}

/* 10. Sidebar ------------------------------------------*/
.sidebar>div {
  margin-bottom: 60px;
}

.widget_search {
  margin-top: -15px;
}

.widget_search form {
  position: relative;
}

.widget_search form input[type="text"] {
  width: 100%;
  border: none;
  border-bottom: 1px solid #666;
  padding: 9px 0px;
  background: transparent;
  font-weight: 300;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
}

.widget_search form input[type="text"]::-webkit-input-placeholder {
  color: #666;
}

.widget_search form input[type="text"]::-moz-placeholder {
  color: #666;
}

.widget_search form input[type="text"]:-ms-input-placeholder {
  color: #666;
}

.widget_search form input[type="text"]:-moz-placeholder {
  color: #666;
}

.widget_search form .search-icon {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border: none;
  background: transparent;
  padding: 0px;
  outline: none;
  cursor: pointer;
}

.widget_search form .search-icon i {
  font-size: 20px;
  color: #666;
}

.widget-best-team figure img {
  width: 100%;
}

.widget-best-team .best-team-info {
  text-align: center;
  position: relative;
  padding-top: 15px;
  padding-bottom: 25px;
}

.widget-best-team .best-team-info:after {
  position: absolute;
  content: '';
  background-color: #f9f9f9;
  background-image: url("../images/bg-pattern-1.png");
  background-repeat: repeat;
  background-position: center center;
  opacity: 0.15;
  z-index: 9;
  width: 100%;
  height: 5px;
  left: 0;
  bottom: 0;
}

.widget-best-team .best-team-info:before {
  position: absolute;
  content: '';
  border-top: 27px solid transparent;
  border-right: 135px solid transparent;
  border-bottom: 27px solid #fff;
  border-left: 135px solid transparent;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 0;
}

.widget-best-team .best-team-info .line2,
.widget-best-team .best-team-info .line4 {
  height: 100%;
}

.widget-best-team .best-team-info .email {
  color: #666;
  padding-top: 3px;
  display: block;
  padding-bottom: 22px;
}

.spendora-lastest-post ul li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  margin-bottom: 20px;
}

.spendora-lastest-post ul li:last-child {
  margin-bottom: 0px;
}

.spendora-lastest-post ul li figure {
  width: 90px;
  margin-right: 15px;
}

.spendora-lastest-post ul li figure:hover {
  opacity: 0.8;
}

.spendora-lastest-post ul li .info .post-date {
  font-size: 13px;
  padding-bottom: 7px;
  display: block;
}

.spendora-lastest-post ul li .info .title a {
  color: #333;
  font-size: 17px;
}

.spendora-lastest-post ul li:hover .info .title a {
  color: #fff;
}

.widget_categories ul,
.widget_product_categories ul {
  margin-top: -8px;
}

.widget_categories ul li,
.widget_product_categories ul li {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  margin-bottom: 15px;
}

.widget_categories ul li:last-child,
.widget_product_categories ul li:last-child {
  margin-bottom: 0px;
}

.widget_categories ul li a,
.widget_product_categories ul li a {
  color: #666;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
}

.widget_categories ul li:hover a,
.widget_product_categories ul li:hover a {
  transform: translateX(10px);
  -moz-transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -o-transform: translateX(10px);
  -ms-transform: translateX(10px);
  color: #fff;
}

.spendora-instagram-gallery {
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: -5px;
}

.spendora-instagram-gallery figure {
  width: 33.33%;
  padding: 5px;
  position: relative;
}

.spendora-instagram-gallery figure:after {
  position: absolute;
  left: 5px;
  top: 5px;
  bottom: 0;
  right: 0;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  content: "";
  background: rgba(10, 2, 2, 0.3);
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  transform: rotateY(0);
  -moz-transform: rotateY(0);
  -webkit-transform: rotateY(0);
  -o-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  z-index: 9;
}

.spendora-instagram-gallery figure .zoom {
  opacity: 0;
  z-index: 99;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.spendora-instagram-gallery figure .zoom i {
  color: #fff;
  font-size: 17px;
}

.spendora-instagram-gallery figure:hover:after {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}

.spendora-instagram-gallery figure:hover .zoom {
  opacity: 1;
}

.tagcloud {
  margin-top: -3px;
}

.tagcloud .tag-cloud-link {
  color: #666;
  position: relative;
  padding-right: 13px;
  margin-right: 3px;
  margin-bottom: 5px;
  display: inline-block;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
}

.tagcloud .tag-cloud-link:after {
  position: absolute;
  content: '/';
  right: 0;
}

.tagcloud .tag-cloud-link:last-child:after {
  content: '';
}

.tagcloud .tag-cloud-link:hover {
  color: #fff;
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.widget-socials .socials {
  margin-top: -10px;
}

.widget_lastest_entries ul li {
  overflow: hidden;
  margin-bottom: 25px;
}

.widget_lastest_entries ul li:last-child {
  margin-bottom: 0px;
}

.widget_price_filter .price_slider_wrapper {
  padding-top: 5px;
}

.widget_price_filter .price_slider_wrapper .ui-slider {
  position: relative;
  text-align: left;
  margin-bottom: 30px;
}

.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-range,
.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
  background-color: #fff;
}

.widget_price_filter .price_slider_wrapper .ui-slider .noUi-target {
  border: 0;
  margin-left: 0px;
  height: 3px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  background: #e5e5e5;
}

.widget_price_filter .price_slider_wrapper .ui-slider .noUi-connects {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  width: 100%;
  margin-left: 0px;
}

.widget_price_filter .price_slider_wrapper .ui-slider .noUi-connect {
  background-color: #fff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
}

.widget_price_filter .price_slider_wrapper .ui-slider .noUi-handle {
  position: absolute;
  z-index: 2;
  width: 8px;
  height: 9px;
  cursor: ew-resize;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 1;
  background: #fff;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  top: -3px;
  right: -8px;
}

.widget_price_filter .price_slider_wrapper .ui-slider .noUi-handle:after,
.widget_price_filter .price_slider_wrapper .ui-slider .noUi-handle:before {
  width: 0px;
}

.widget_price_filter .price_slider_wrapper .ui-slider .noUi-handle-upper {
  right: -2px;
}

.widget_price_filter .price_slider_wrapper .price_label {
  color: #555;
  font-size: 15px;
}

.widget_price_filter .price_slider_wrapper .price_label #value-lower {
  margin-left: 10px;
}

.widget_price_filter .price_slider_wrapper .price_label #value-lower,
.widget_price_filter .price_slider_wrapper .price_label #value-upper {
  position: relative;
  padding-left: 8px;
  font-weight: 400;
}

.widget_price_filter .price_slider_wrapper .price_label #value-lower:before,
.widget_price_filter .price_slider_wrapper .price_label #value-upper:before {
  position: absolute;
  content: "$";
  left: 0;
  top: -2px;
}

.widget_price_filter .price_slider_wrapper .ui-slider-horizontal {
  height: 5px;
}

.widget_price_filter .price_slider_wrapper .price_slider_amount {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
}

.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
  font-size: 15px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -moz-order: 1;
  -webkit-order: 1;
  -o-order: 1;
  -ms-order: 1;
}

.widget_price_filter .price_slider_wrapper .price_slider_amount .button {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -moz-order: 2;
  -webkit-order: 2;
  -o-order: 2;
  -ms-order: 2;
  background: #333;
  color: #fff;
  border: none;
  text-transform: uppercase;
  padding: 2px 10px;
}

.product_list_widget li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  margin-bottom: 18px;
}

.product_list_widget li:last-child {
  margin-bottom: 0px;
}

.product_list_widget li img {
  width: 90px;
  margin-right: 20px;
}

.product_list_widget li .info .product-title a,
.product_list_widget li .info .price {
  font-size: 17px;
}

.product_list_widget li .info .product-title {
  padding-bottom: 7px;
}

.product_list_widget li .info .product-title a {
  color: #333;
}

.product_list_widget li:hover img {
  opacity: 0.8;
}

.product_list_widget li:hover .info .product-title a {
  color: #fff;
}

.widget_banner {
  position: relative;
  margin-top: -5px;
  max-width: 575px;
}

.widget_banner .widget_banner_content {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 97px;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border: 1px dashed rgba(255, 255, 255, 0.2);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -ms-flex-direction: column;
}

.widget_banner .widget_banner_content span {
  color: #fff;
  text-transform: uppercase;
}

.widget_banner .widget_banner_content .banner-title {
  font-size: 13px;
  margin-bottom: -8px;
  padding-top: 1px;
}

.widget_banner .widget_banner_content .banner-amount {
  font-size: 28px;
  margin-bottom: -6px;
}

.widget_banner .widget_banner_content .banner-amount .number-symbol {
  margin-left: -8px;
}

/* 11. 404 Error ------------------------------------------*/
.error404 {
  height: 100%;
}

.error404 main {
  height: 100%;
}

.error404 .error-page,
.error404 .container,
.error404 .error-page-content {
  height: 100%;
}

.error404 .error-page-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  color: #fff;
}

.error404 .error-page-content .error-page-title {
  color: #fff;
  font-size: 300px;
}

.error404 .error-page-content .error-page-title .black-color {
  color: #333;
}

.error404 .error-page-content .error-page-title span {
  text-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
  -moz-transform: matrix(15.0677672512, 0, 0, 15.0677672512, 0, 0);
  -webkit-transform: matrix(15.0677672512, 0, 0, 15.0677672512, 0, 0);
  -ms-transform: matrix(15.0677672512, 0, 0, 15.0677672512, 0, 0);
}

.error404 .error-page-content .not-found {
  font-size: 25px;
  margin-top: -17px;
}

.error404 .error-page-content .oop {
  font-size: 18px;
}

.error404 .nav-icon {
  color: #666;
}

/* 12. About me Page ------------------------------------------*/
.projects .projects-slider {
  margin-bottom: 103px;
}

.projects-slider {
  padding-left: 15px;
  padding-right: 15px;
}

.projects-slider .item {
  padding-left: 15px;
  padding-right: 15px;
}

.work-experience-info {
  padding-left: 30px;
  margin-top: -10px;
}

.work-experience-info h2 {
  color: #999;
  width: 50%;
  line-height: 1.27;
  margin-bottom: 45px;
}

.work-experience-info .experience-list li {
  margin-bottom: 37px;
}

.work-experience-info .experience-list li:last-child {
  margin-bottom: 0px;
}

.work-experience-info .experience-list .job-title {
  text-transform: uppercase;
  display: block;
  padding-top: 7px;
  padding-bottom: 16px;
}

.work-experience-img {
  padding-left: 25px;
  padding-bottom: 25px;
  position: relative;
}

.work-experience-img img {
  width: 100%;
}

.work-experience-img:after,
.work-experience-img:before {
  position: absolute;
  content: '';
  background-position: center center;
  background-repeat: repeat;
  background-image: url("../images/bg-pattern-1.png");
  background-color: #f9f9f9;
  opacity: 0.15;
}

.work-experience-img:after {
  height: 25px;
  width: calc(100% - 47px);
  left: 25px;
  bottom: 0;
}

.work-experience-img:before {
  width: 25px;
  height: calc(100% - 25px);
  left: 0;
  top: 25px;
}

/* 13. About us Page ------------------------------------------*/
.aboutus-page .aboutus-intro {
  margin-top: 60px;
}

.aboutus-page .aboutus-intro .au-btn {
  margin-top: 37px;
}

.aboutus-page .aboutus-intro .au-progress {
  background-color: #e6e6e6;
}

.aboutus-page .aboutus-intro .js-waypoint {
  margin-top: 55px;
}

.aboutus-page .right .intro-content {
  text-align: left;
}

.partner-list {
  padding-left: 15px;
  padding-right: 15px;
}

.partner-list .partner-item {
  position: relative;
}

.partner-list .partner-item:nth-child(1):after,
.partner-list .partner-item:nth-child(2):after,
.partner-list .partner-item:nth-child(3):after,
.partner-list .partner-item:nth-child(4):after,
.partner-list .partner-item:nth-child(9):after,
.partner-list .partner-item:nth-child(10):after,
.partner-list .partner-item:nth-child(11):after,
.partner-list .partner-item:nth-child(12):after {
  position: absolute;
  content: '';
  width: 1px;
  height: 30px;
  background: #e5e5e5;
  right: 0;
}

.partner-list .partner-item:nth-child(1):after,
.partner-list .partner-item:nth-child(2):after,
.partner-list .partner-item:nth-child(3):after,
.partner-list .partner-item:nth-child(4):after {
  bottom: 100%;
}

.partner-list .partner-item:nth-child(9):after,
.partner-list .partner-item:nth-child(10):after,
.partner-list .partner-item:nth-child(11):after,
.partner-list .partner-item:nth-child(12):after {
  top: 100%;
}

.partner-list .partner-item:nth-child(1):before,
.partner-list .partner-item:nth-child(9):before {
  position: absolute;
  content: '';
  width: 1px;
  height: 30px;
  background: #e5e5e5;
  left: -1px;
}

.partner-list .partner-item:nth-child(1):before {
  bottom: 100%;
}

.partner-list .partner-item:nth-child(9):before {
  top: 100%;
}

.partner-list .partner-item:nth-child(1) .item:after,
.partner-list .partner-item:nth-child(5) .item:after,
.partner-list .partner-item:nth-child(9) .item:after,
.partner-list .partner-item:nth-child(4) .item:after,
.partner-list .partner-item:nth-child(8) .item:after,
.partner-list .partner-item:nth-child(12) .item:after {
  position: absolute;
  content: '';
  width: 30px;
  height: 1px;
  background: #e5e5e5;
  bottom: 0;
}

.partner-list .partner-item:nth-child(1) .item:after,
.partner-list .partner-item:nth-child(5) .item:after,
.partner-list .partner-item:nth-child(9) .item:after {
  right: 100%;
}

.partner-list .partner-item:nth-child(4) .item:after,
.partner-list .partner-item:nth-child(8) .item:after,
.partner-list .partner-item:nth-child(12) .item:after {
  left: 100%;
}

.partner-list .partner-item:nth-child(1) .item:before,
.partner-list .partner-item:nth-child(4) .item:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 1px;
  background: #e5e5e5;
  top: -1px;
}

.partner-list .partner-item:nth-child(1) .item:before {
  right: 100%;
}

.partner-list .partner-item:nth-child(4) .item:before {
  left: 100%;
}

.partner-list .item {
  text-align: center;
  margin-left: -16px;
  margin-right: -15px;
  border: 1px solid #e5e5e5;
  margin-top: -1px;
  /* padding: 60px 0; */
}

/* .partner-list .item img {
      filter: opacity(0.4);
      -webkit-filter: opacity(0.4); } */
.partner-list .item:hover img {
  filter: opacity(1);
  -webkit-filter: opacity(1);
}

.aboutus-partner {
  padding-top: 30px;
}

/* 14. Account Page ------------------------------------------*/
.my-account h6 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.my-account .woocommerce #customer_login {
  padding-bottom: 58px;
}

.my-account .woocommerce #customer_login form label {
  color: #999;
}

.my-account .woocommerce #customer_login form .form-row input[type=checkbox]+span {
  padding-left: 18px;
  color: #666;
}

.my-account .woocommerce #customer_login form .form-row input[type=checkbox]+span:before {
  width: 11px;
  height: 11px;
  top: 4px;
}

.my-account .woocommerce #customer_login form .form-row input[type=checkbox]+span:after {
  left: 2px;
  top: 6px;
}

.my-account .woocommerce .form-button {
  padding-top: 8px;
}

.my-account .woocommerce .lost_reset_password label {
  color: #999;
}

.spendora-form-login {
  padding-right: 10px;
}

.spendora-form-login .button {
  margin-right: 73px;
}

.spendora-form-login .lost_password a {
  color: #ff6666;
}

.spendora-form-signup {
  padding-left: 10px;
}

.spendora-login-recommend p {
  font-size: 17px;
}

.socials-logins {
  padding-top: 10px;
  padding-bottom: 20px;
}

.socials-logins .button-social-login {
  width: 200px;
  height: 52px;
  color: #fff;
  font-size: 18px;
  margin-right: 25px;
}

.socials-logins .button-social-login:last-child {
  margin-right: 0px;
}

.socials-logins .button-social-login i {
  padding-left: 10px;
}

.socials-logins .button-social-login-facebook {
  background: #4e73a8;
}

.socials-logins .button-social-login-google {
  background: #d54934;
}

.socials-logins .button-social-login-instagram {
  background: #9b4f9a;
}

.socials-logins .button-social-login-twitter {
  background: #5da9dd;
}

.lost_reset_password .desc {
  margin-bottom: 15px;
}

/* 15. Blog Page ------------------------------------------*/
.blog-sidebar--right .blog-list {
  padding-right: 10px;
}

.blog-sidebar--left .blog-list {
  padding-left: 10px;
}

.blog-page .item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -ms-flex-direction: column;
}

.blog-page .item figure {
  position: relative;
  overflow: hidden;
}

.blog-page .item figure img {
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.blog-page .item figure:hover img {
  opacity: 0.8;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.blog-page .item figure .overlay {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.blog-page .item figure .bmd-modalButton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 99;
  opacity: 0;
}

.blog-page .item figure .bmd-modalButton .au-video-button i {
  width: 56px;
  height: 56px;
  font-size: 20px;
}

.blog-page .item figure:hover .overlay {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.blog-page .item figure:hover .bmd-modalButton {
  opacity: 1;
}

.blog-list .item {
  margin-bottom: 70px;
}

.blog-list .item .title {
  font-size: 30px;
  padding-top: 36px;
  padding-bottom: 9px;
}

.blog-list .item .desc {
  padding-top: 20px;
  padding-bottom: 42px;
}

.blog-list .item .readmore-btn {
  margin-bottom: 70px;
}

.qoute-post .postformat-box {
  padding: 40px 30px 10px 55px;
}

.qoute-post .quote-author {
  margin-top: -10px;
}

.link-post .postformat-box {
  padding: 10px 30px 38px 55px;
}

.link-post .postformat-box .link-post-info {
  margin-bottom: -10px;
}

.postformat-box {
  position: relative;
  background: #fff;
}

.postformat-box .line2,
.postformat-box .line4 {
  height: 100%;
  width: 7px;
}

.postformat-box:after,
.postformat-box:before {
  position: absolute;
  content: '';
  background-color: #f9f9f9;
  background-image: url("../images/bg-pattern-1.png");
  background-repeat: repeat;
  background-position: center center;
  opacity: 0.15;
  z-index: 9;
  width: 100%;
  height: 7px;
  left: 0;
}

.postformat-box:after {
  bottom: 0;
}

.postformat-box:before {
  top: 0;
}

.postformat-box .postformat-box-content {
  font-size: 30px;
  color: #333;
  line-height: 1.33;
}

.postformat-box .post-icon {
  color: #ccc;
}

.postformat-box .post-icon i {
  font-size: 70px;
}

.blog-masonry .projects-masonry {
  margin-bottom: 0px;
}

.blog-masonry .projects-masonry .grid-sizer,
.blog-masonry .projects-masonry .item {
  width: 33.33%;
}

.blog-masonry .projects-masonry .item {
  margin-bottom: 50px;
}

.blog-masonry .projects-masonry .item .info {
  padding-top: 26px;
}

.blog-masonry .projects-masonry .item .info .title {
  padding-bottom: 11px;
}

.blog-masonry .quote-top .postformat-box {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -moz-order: 1;
  -webkit-order: 1;
  -o-order: 1;
  -ms-order: 1;
  margin-bottom: 50px;
}

.blog-masonry .quote-top figure {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -moz-order: 2;
  -webkit-order: 2;
  -o-order: 2;
  -ms-order: 2;
}

.blog-masonry .quote-top .info {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  -moz-order: 3;
  -webkit-order: 3;
  -o-order: 3;
  -ms-order: 3;
}

.blog-masonry .quote-bottom .postformat-box {
  margin-top: 44px;
}

.blog-masonry .item .postformat-box .postformat-box-content {
  font-size: 22px;
  line-height: 1.54;
}

.blog-masonry .item .postformat-box .post-icon i {
  font-size: 50px;
}

.blog-masonry .qoute-post .postformat-box {
  padding: 30px 25px 22px 35px;
}

.blog-masonry .qoute-post .quote-author {
  margin-top: -5px;
}

.blog-masonry .link-post .postformat-box {
  padding: 20px 25px 30px 40px;
}

.blog-masonry .link-post .postformat-box .link-post-info {
  margin-bottom: -4px;
}

/* 16. Contact Page ------------------------------------------*/
.contact-map .js-map-holder {
  height: 550px;
}

.contact-us h2 {
  margin-bottom: 12px;
}

.contact-us .desc {
  padding-bottom: 40px;
  color: #666;
}

.contact-us ul li {
  margin-bottom: 13px;
  color: #fff;
}

.contact-us ul li span a {
  color: #fff;
}

.contact-us ul li:last-child {
  margin-bottom: 0px;
}

.contact-us ul li .name {
  color: #fff;
  font-weight: 600;
}

.contact-form .common-form textarea {
  height: 108px;
}

/* 17. Cart Page ------------------------------------------*/
.cart-page .woocommerce-cart-form {
  padding-bottom: 65px;
}

.cart-page .woocommerce-cart-form .shop_table {
  width: 100%;
}

.cart-page .woocommerce-cart-form .shop_table thead {
  border-bottom: 1px solid #e5e5e5;
}

.cart-page .woocommerce-cart-form .shop_table thead tr th {
  font-size: 20px;
  color: #333;
  padding: 10px;
}

.cart-page .woocommerce-cart-form .shop_table thead tr .product-name {
  padding-left: 50px;
}

.cart-page .woocommerce-cart-form .shop_table tbody .cart_item {
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
}

.cart-page .woocommerce-cart-form .shop_table tbody .cart_item td {
  padding: 30px 15px;
}

.cart-page .woocommerce-cart-form .shop_table tbody .cart_item .product-remove {
  width: 50px;
  display: table-cell;
  position: relative;
  padding-right: 50px;
}

.cart-page .woocommerce-cart-form .shop_table tbody .cart_item .product-remove .remove {
  width: 50px;
  color: #999;
  font-size: 17px;
}

.cart-page .woocommerce-cart-form .shop_table tbody .cart_item .product-name {
  width: 460px;
}

.cart-page .woocommerce-cart-form .shop_table tbody .cart_item .product-name img {
  width: 90px;
  margin-right: 15px;
}

.cart-page .woocommerce-cart-form .shop_table tbody .cart_item .product-name a {
  color: #333;
}

.cart-page .woocommerce-cart-form .shop_table tbody .cart_item .product-price {
  padding-right: 60px;
}

.cart-page .woocommerce-cart-form .shop_table tbody .cart_item .product-quantity .quantity {
  position: relative;
  margin-right: 60px;
  width: 47px;
  font-size: 15px;
}

.cart-page .woocommerce-cart-form .shop_table tbody .cart_item .product-quantity .quantity .modify-qty {
  position: absolute;
  left: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  height: 50%;
  z-index: 99;
  width: 40px;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  border-left: none;
}

.cart-page .woocommerce-cart-form .shop_table tbody .cart_item .product-quantity .quantity .minus {
  bottom: 0;
}

.cart-page .woocommerce-cart-form .shop_table tbody .cart_item .product-quantity .quantity .plus {
  top: 0;
  border-bottom: none;
}

.cart-page .woocommerce-cart-form .shop_table tbody .cart_item .product-quantity .quantity .qty {
  text-align: center;
  border: 1px solid #e5e5e5;
  padding: 6px 3px;
  -moz-appearance: textfield !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  position: relative;
  z-index: 9;
  width: 47px;
  height: 54px;
}

.cart-page .woocommerce-cart-form .shop_table tbody .cart_item .product-subtotal {
  color: #333;
}

.cart-page .woocommerce-cart-form .shop_table tfoot tr .actions {
  padding-top: 40px;
  text-align: right;
  display: table-cell;
}

.cart-page .woocommerce-cart-form .shop_table tfoot tr .actions .au-btn {
  background: transparent;
  cursor: pointer;
}

.cart-page .woocommerce-cart-form .shop_table tfoot tr .actions .au-btn:after {
  height: 103%;
}

.cart-page .woocommerce-cart-form .shop_table tfoot tr .actions .au-btn:hover {
  background: transparent;
}

.cart-page .woocommerce-cart-form .shop_table tfoot tr .actions .au-btn:hover:after {
  color: #fff;
}

.cart-page .woocommerce-cart-form .shop_table tfoot tr .actions .coupon {
  float: left;
}

.cart-page .woocommerce-cart-form .shop_table tfoot tr .actions .coupon input[type="text"] {
  padding: 7px 0px 11px;
  border: none;
  border-bottom: 1px solid #666;
  margin-right: 33px;
  height: 51px;
}

.cart-page .woocommerce-cart-form .shop_table tfoot tr .actions .coupon input::-webkit-input-placeholder {
  color: #666;
}

.cart-page .woocommerce-cart-form .shop_table tfoot tr .actions .coupon input::-moz-placeholder {
  color: #666;
}

.cart-page .woocommerce-cart-form .shop_table tfoot tr .actions .coupon input:-ms-input-placeholder {
  color: #666;
}

.cart-page .woocommerce-cart-form .shop_table tfoot tr .actions .coupon input:-moz-placeholder {
  color: #666;
}

.cart-page .woocommerce-cart-form .shop_table tfoot tr .actions .action-btn {
  margin-right: 60px;
}

.cart-page .woocommerce-cart-form .shop_table tfoot tr .actions .button {
  float: right;
  cursor: pointer;
  background: transparent;
  color: #666;
  text-transform: uppercase;
  width: 210px;
  height: 51px;
  border: 1px solid #666;
}

.cart-page .cart-collaterals .cart_totals {
  color: #666;
}

.cart-page .cart-collaterals .cart_totals h2 {
  font-size: 25px;
  padding-bottom: 10px;
}

.cart-page .cart-collaterals .cart_totals .shop_table {
  width: 100%;
  border: none;
  margin-bottom: 40px;
}

.cart-page .cart-collaterals .cart_totals .shop_table tbody tr {
  border-bottom: 1px solid #e5e5e5;
}

.cart-page .cart-collaterals .cart_totals .shop_table tbody tr td,
.cart-page .cart-collaterals .cart_totals .shop_table tbody tr th {
  text-align: left;
  padding: 18px 0;
}

.cart-page .cart-collaterals .cart_totals .shop_table tbody tr th {
  width: 155px;
}

.cart-page .cart-collaterals .cart_totals .shop_table tbody tr td {
  font-size: 15px;
}

.cart-page .cart-collaterals .cart_totals .shop_table tbody .order-total span {
  color: #333;
}

.cart-page .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator .shipping-calculator-button {
  color: #666;
  text-decoration: underline;
}

.cart-page .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator .shipping-calculator-form {
  display: none;
  margin-top: 13px;
  margin-bottom: 12px;
}

.cart-page .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator .select-icon-down .select-icon {
  font-size: 25px;
  color: #999;
  top: 35%;
}

.cart-page .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator .button {
  background: transparent;
}

.cart-page .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator .button:hover {
  background: #fff;
  color: #fff;
}

.cart-page .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator input,
.cart-page .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
}

.cart-page .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator .form-row {
  display: block;
  margin-left: 0px;
  margin-right: 0px;
}

.cart-page .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator select {
  background: 0 0;
  z-index: 1;
}

.cart-page .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator input::-webkit-input-placeholder {
  color: #666;
}

.cart-page .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator input::-moz-placeholder {
  color: #666;
}

.cart-page .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator input:-ms-input-placeholder {
  color: #666;
}

.cart-page .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator input:-moz-placeholder {
  color: #666;
}

.cart-page .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  color: #666;
  display: inline-block;
  text-align: center;
  height: 51px;
}

.cart-page .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  color: #fff;
}

/* 18. Checkout Page ------------------------------------------*/
.payment_box {
  display: none;
}

.woocommerce .form-row input,
.woocommerce .form-row select,
.woocommerce .form-row textarea {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  color: #333;
  width: 100%;
  padding: 10px 20px;
  font-size: 14px;
}

.woocommerce .form-row input::-webkit-input-placeholder,
.woocommerce .form-row select::-webkit-input-placeholder,
.woocommerce .form-row textarea::-webkit-input-placeholder {
  color: #666;
  font-size: 13px;
}

.woocommerce .form-row input::-moz-placeholder,
.woocommerce .form-row select::-moz-placeholder,
.woocommerce .form-row textarea::-moz-placeholder {
  color: #666;
  font-size: 13px;
}

.woocommerce .form-row input:-ms-input-placeholder,
.woocommerce .form-row select:-ms-input-placeholder,
.woocommerce .form-row textarea:-ms-input-placeholder {
  color: #666;
  font-size: 13px;
}

.woocommerce .form-row input:-moz-placeholder,
.woocommerce .form-row select:-moz-placeholder,
.woocommerce .form-row textarea:-moz-placeholder {
  color: #666;
  font-size: 13px;
}

.woocommerce .form-row input,
.woocommerce .form-row select {
  height: 48px;
}

.woocommerce .form-row textarea {
  height: 203px;
}

.woocommerce form .form-row-last,
.woocommerce form .form-row-first {
  width: 50% !important;
}

.woocommerce form .form-row-first {
  float: left;
  width: calc(50% - 15px) !important;
}

.woocommerce form .form-row-last {
  float: right;
  width: calc(50% - 15px) !important;
}

.woocommerce form .button {
  background: transparent;
}

.woocommerce form .button:hover {
  background: #fff;
}

.woocommerce form label {
  margin-bottom: 10px;
  color: #666;
}

.woocommerce form label .required {
  text-decoration: none;
  color: #ff3333;
  padding-left: 3px;
}

.woocommerce form .form-row {
  margin-bottom: 22px;
  display: block;
  margin-left: 0px;
  margin-right: 0px;
}

.woocommerce form .form-row input[type=checkbox] {
  display: none;
}

.woocommerce form .form-row input[type=checkbox]+span {
  position: relative;
  padding-left: 26px;
  color: #999;
}

.woocommerce form .form-row input[type=checkbox]+span:before {
  position: absolute;
  content: '';
  width: 14px;
  height: 13px;
  top: 3px;
  left: 0;
  border: 1px solid #cccccc;
  background: #ebebeb;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
}

.woocommerce form .form-row input[type=checkbox]+span:after {
  content: '';
  position: absolute;
  border-left: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  width: 8px;
  height: 4px;
  left: 3px;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top-color: transparent;
  border-right-color: transparent;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.woocommerce form .form-row input[type=checkbox]:checked+span:after {
  border-color: #333;
}

.woocommerce .spendora-checkout-top form {
  border: 1px dashed #e5e5e5;
  padding: 30px;
  color: #999;
  display: none;
}

.woocommerce .spendora-checkout-top form .woocommerce-form__label-for-checkbox {
  display: block;
  margin-top: 25px;
  margin-bottom: 30px;
}

.woocommerce .spendora-checkout-top .spendora-checkout-login,
.woocommerce .spendora-checkout-top .spendora-checkout-coupon {
  position: relative;
  margin-bottom: 30px;
}

.woocommerce .spendora-checkout-top .checkout_coupon .form-row {
  margin-bottom: 0px;
}

.woocommerce .spendora-checkout-top .checkout_coupon .form-row .input-text {
  width: 73%;
  height: 54px;
  margin-right: 30px;
}

.woocommerce .spendora-checkout-top .checkout_coupon .form-row .input-text::-webkit-input-placeholder {
  font-size: 15px;
}

.woocommerce .spendora-checkout-top .checkout_coupon .form-row .input-text::-moz-placeholder {
  font-size: 15px;
}

.woocommerce .spendora-checkout-top .checkout_coupon .form-row .input-text:-ms-input-placeholder {
  font-size: 15px;
}

.woocommerce .spendora-checkout-top .checkout_coupon .form-row .input-text:-moz-placeholder {
  font-size: 15px;
}

.woocommerce .spendora-checkout-top .spendora-checkout-login .form-row-first,
.woocommerce .spendora-checkout-top .spendora-checkout-login .form-row-last {
  margin-top: 20px;
}

.woocommerce .spendora-checkout-top .spendora-checkout-login .lost_password {
  margin-top: -23px;
}

.woocommerce .spendora-checkout-top .spendora-checkout-login .lost_password a {
  color: #999;
}

.woocommerce .spendora-checkout-top .spendora-checkout-login .button {
  margin-top: 10px;
}

.woocommerce .woocommerce-info {
  border-top: 5px solid #999;
  background: #f7f7f7;
  font-family: 'Muli Regular';
  position: relative;
  padding: 25px;
  padding-left: 58px;
  margin-bottom: 30px;
}

.woocommerce .woocommerce-info:after {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: transparent;
  border: solid #999;
  border-width: 4px 1px 1px 1px;
}

.woocommerce .woocommerce-info a {
  color: #666;
}

.checkout-page form.woocommerce-checkout {
  padding-top: 25px;
}

.checkout-page form.woocommerce-checkout h6 {
  margin-bottom: 22px;
}

.checkout-page form.woocommerce-checkout #customer_details .spendora-account-fields {
  clear: both;
  padding-bottom: 30px;
}

.checkout-page form.woocommerce-checkout #customer_details .spendora-account-fields .create-account {
  display: none;
}

.checkout-page form.woocommerce-checkout #customer_details .spendora-account-fields .create-account-form {
  line-height: 0;
}

.checkout-page form.woocommerce-checkout .spendora-order-reviews {
  padding-left: 10px;
}

.checkout-page form.woocommerce-checkout .spendora-order-reviews #order_review {
  padding-top: 5px;
}

.checkout-page form.woocommerce-checkout .spendora-order-reviews #order_review table.shop_table tbody tr td {
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
}

.checkout-page form.woocommerce-checkout .spendora-order-reviews #order_review table.shop_table tbody tr:last-child td {
  border-bottom: none;
}

.checkout-page form.woocommerce-checkout .spendora-order-reviews #order_review table.shop_table tfoot td {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 12px;
}

.checkout-page form.woocommerce-checkout .spendora-order-reviews #order_review table.shop_table tfoot .order-review-total li {
  margin-bottom: 17px;
}

.checkout-page form.woocommerce-checkout .spendora-order-reviews #order_review table.shop_table tfoot .order-review-total li .review-total-title {
  display: inline-block;
  padding-right: 11px;
}

.checkout-page form.woocommerce-checkout .spendora-order-reviews #order_review table.shop_table tfoot .order-review-total .shipping p {
  font-size: 13px;
}

.checkout-page form.woocommerce-checkout .spendora-order-reviews #order_review table.shop_table tfoot .order-review-total .order-total p {
  color: #333;
}

.checkout-page form.woocommerce-checkout .spendora-order-reviews #order_review table.shop_table .product-name img {
  width: 90px;
  display: table-cell;
  float: left;
}

.checkout-page form.woocommerce-checkout .spendora-order-reviews #order_review table.shop_table .product-name .review-wrap {
  padding: 15px 20px;
  overflow: hidden;
}

.checkout-page form.woocommerce-checkout .spendora-order-reviews #order_review table.shop_table .product-name .review-wrap .cart_item_title {
  font-size: 18px;
  color: #333;
}

.checkout-page form.woocommerce-checkout .spendora-order-reviews #order_review table.shop_table .product-name .review-wrap .product-quantity {
  font-size: 17px;
}

.checkout-page form.woocommerce-checkout .spendora-order-reviews #order_review table.shop_table .product-name .review-wrap span {
  display: block;
}

.checkout-page form.woocommerce-checkout .spendora-order-reviews #order_review table.shop_table .product-total {
  width: 300px;
  font-size: 18px;
  text-align: right;
}

.checkout-page form.woocommerce-checkout .spendora-order-reviews #order_review .spendora-checkout-payment {
  padding-top: 33px;
}

.checkout-page form.woocommerce-checkout .spendora-order-reviews #order_review .spendora-checkout-payment input[type=radio] {
  display: none;
}

.checkout-page form.woocommerce-checkout .spendora-order-reviews #order_review .spendora-checkout-payment input[type=radio]+label {
  position: relative;
  padding-left: 26px;
  color: #666;
}

.checkout-page form.woocommerce-checkout .spendora-order-reviews #order_review .spendora-checkout-payment input[type=radio]+label:before {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  top: 6px;
  left: 0;
  border: 1px solid #cccccc;
  background: #ebebeb;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}

.checkout-page form.woocommerce-checkout .spendora-order-reviews #order_review .spendora-checkout-payment input[type=radio]+label:after {
  content: '';
  position: absolute;
  background: #333;
  opacity: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  left: 4px;
  top: 10px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.checkout-page form.woocommerce-checkout .spendora-order-reviews #order_review .spendora-checkout-payment input[type=radio]:checked+label:after {
  opacity: 1;
}

.checkout-page form.woocommerce-checkout .spendora-order-reviews #order_review .spendora-checkout-payment .payment_methods {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}

.checkout-page form.woocommerce-checkout .spendora-order-reviews #order_review .spendora-checkout-payment .payment_methods .wc_payment_method {
  margin-bottom: 4px;
}

.checkout-page form.woocommerce-checkout .spendora-order-reviews #order_review .spendora-checkout-payment .payment_methods .wc_payment_method .payment_box {
  background: #f2f2f2;
  padding: 9px 21px;
  position: relative;
  margin-top: 9px;
  margin-bottom: 23px;
}

.checkout-page form.woocommerce-checkout .spendora-order-reviews #order_review .spendora-checkout-payment .payment_methods .wc_payment_method .payment_box:before {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 40px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f2f2f2;
}

.checkout-page form.woocommerce-checkout .spendora-order-reviews #order_review .spendora-checkout-payment .place-order {
  text-align: center;
  margin-top: 40px;
}

/* 19. Coming Soon Page ------------------------------------------*/
.coming-soon {
  height: 100%;
  position: relative;
  padding-top: 290px;
  padding-bottom: 240px;
}

.coming-soon .coming-soon-img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
}

.coming-soon .coming-soon-content {
  text-align: center;
}

.coming-soon h1 {
  position: relative;
  z-index: 9;
  font-size: 110px;
  color: #fff;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  padding-bottom: 75px;
  padding-top: 115px;
}

.coming-soon #count-down-time,
.coming-soon .email-subcribe {
  position: relative;
  z-index: 999;
}

.coming-soon-page {
  height: 100%;
}

.coming-soon-page main {
  height: 100%;
}

#count-down-time {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  padding-bottom: 60px;
}

.count-down-item {
  width: 114px;
  height: 109px;
  background: #0097d4;
  color: #fff;
  margin-right: 40px;
  position: relative;
}

.count-down-item:last-child {
  margin-right: 0px;
}

.count-down-item:after,
.count-down-item:before {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 5px;
  background-color: #fff;
  background: url("../images/bg-pattern-1.png");
  background-repeat: repeat;
  background-position: center center;
  opacity: 0.2;
}

.count-down-item .line2,
.count-down-item .line4 {
  height: calc(100% + 10px);
  background-color: #fff;
  opacity: 0.2;
}

.count-down-item .line2 {
  left: 100%;
}

.count-down-item .line4 {
  right: 100%;
}

.count-down-item:after {
  bottom: 100%;
}

.count-down-item:before {
  top: 100%;
}

.count-down-item span {
  display: block;
}

.count-down-item span:first-child {
  font-size: 55px;
  margin-bottom: -20px;
  margin-top: -5px;
}

.count-down-item span:last-child {
  font-size: 17px;
}

.email-subcribe form {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
}

.email-subcribe form input {
  border: 1px solid #666;
  padding: 12px 20px;
  width: 280px;
  border-right: 0px;
}

.email-subcribe form input::-webkit-input-placeholder {
  color: #666;
}

.email-subcribe form input::-moz-placeholder {
  color: #666;
}

.email-subcribe form input:-ms-input-placeholder {
  color: #666;
}

.email-subcribe form input:-moz-placeholder {
  color: #666;
}

.email-subcribe form button {
  border: 1px solid #666;
  background: #fff;
  width: 180px;
  height: 51px;
  text-transform: uppercase;
  color: #666;
  letter-spacing: 2px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
}

.email-subcribe form button i {
  font-size: 22px;
  padding-left: 5px;
}

/* 20. Front Page ------------------------------------------*/

.slideshow-title {
  background: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.slideshow-desc {}

.slideshow-btn {
  position: relative;
  border: 1px solid #fff;
  text-transform: uppercase;
  letter-spacing: 2px !important;
}

.slideshow-btn:after {
  position: absolute;
  content: '\f301';
  font-family: 'Material-Design-Iconic-Font';
  width: 60px;
  height: 104%;
  left: 100%;
  top: -1px;
  border: 1px solid #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  font-size: 22px;
}

.slideshow-btn:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.15s border-radius 0.15s, -webkit-transform 0.15s;
  transition: 0.15s border-radius 0.15s, -webkit-transform 0.15s;
  transition: transform 0.15s, 0.15s border-radius 0.15s;
  transition: transform 0.15s, 0.15s border-radius 0.15s, -webkit-transform 0.15s;
  opacity: 0;
  background: #fff;
  -webkit-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  z-index: -1;
  border-radius: 50%;
}

.slideshow-btn:hover:before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  border-radius: 0;
}

.slideshow-btn:hover:after {
  background: #fff;
}

.wrap-scroll-slider1 {
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 0;
  z-index: 999;
}

.wrap-scroll-slider1 .scroll-slider1 {
  width: 27px;
  height: 42px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 15px;
  padding-top: 11px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  position: relative;
}

.wrap-scroll-slider1 .scroll-slider1:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
}

.wrap-scroll-slider1 .scroll-slider1:hover:before {
  transform: translateY(8px);
  -moz-transform: translateY(8px);
  -webkit-transform: translateY(8px);
  -o-transform: translateY(8px);
  -ms-transform: translateY(8px);
}


.slideshow .tp-bullets {
  height: 130px !important;
}

.slideshow .tp-bullets .tp-bullet {
  width: 8px;
  height: 8px;
  background: transparent;
  border: 1px solid #fff;
}

.slideshow .tp-bullets .tp-bullet:after,
.slideshow .tp-bullets .tp-bullet:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  opacity: 0;
  border: 1px solid #fff;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
  transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
  z-index: 999;
}

.slideshow .tp-bullets .tp-bullet:before {
  top: -16px;
  right: 4px;
  border-width: 1px 1px 0 0;
  -webkit-transform: translate3d(10px, 10px, 0);
  transform: translate3d(10px, 10px, 0);
}

.slideshow .tp-bullets .tp-bullet:after {
  left: 4px;
  bottom: -16px;
  border-width: 0 0 1px 1px;
  -webkit-transform: translate3d(-10px, -10px, 0);
  transform: translate3d(-10px, -10px, 0);
}

.slideshow .tp-bullets .tp-bullet .bullet-arrow {
  width: 100%;
  height: 100%;
  position: relative;
}

.slideshow .tp-bullets .tp-bullet .bullet-arrow:before,
.slideshow .tp-bullets .tp-bullet .bullet-arrow:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  opacity: 0;
  border: 1px solid #fff;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
  transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
  z-index: 99;
}

.slideshow .tp-bullets .tp-bullet .bullet-arrow:before {
  right: -2px;
  bottom: -2px;
  border-width: 0 1px 1px 0;
  -webkit-transform: translate3d(10px, 10px, 0);
  transform: translate3d(10px, 10px, 0);
}

.slideshow .tp-bullets .tp-bullet .bullet-arrow:after {
  right: -10px;
  bottom: -10px;
  border-width: 1px 0 0 1px;
  -webkit-transform: translate3d(-10px, -10px, 0);
  transform: translate3d(-10px, -10px, 0);
}

.slideshow .tp-bullets .tp-bullet.selected {
  background: #fff;
  width: 6px;
  height: 6px;
}

.slideshow .tp-bullets .tp-bullet.selected:after,
.slideshow .tp-bullets .tp-bullet.selected:before,
.slideshow .tp-bullets .tp-bullet.selected .tp-bullet-title {
  opacity: 1;
}

.slideshow .tp-bullets .tp-bullet.selected .bullet-arrow:after,
.slideshow .tp-bullets .tp-bullet.selected .bullet-arrow:before {
  opacity: 1;
}

.slideshow .tp-bullet-title {
  font-size: 13px;
  color: #fff;
  position: absolute;
  left: -60px;
  top: -7px;
  opacity: 0;
  padding-right: 16px;
}

.slideshow .tp-bullet-title:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  top: 50%;
  right: -12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slideshow-socials {
  position: absolute;
  left: 59px;
  top: 57%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 999;
}

.slideshow-socials ul li {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  height: 61px;
}

.slideshow-socials ul li a {
  color: #fff;
  font-size: 15px;
}

.slideshow-socials ul li a:hover {
  text-decoration: line-through;
}

.year-experience {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
}

.year-experience .year-experience-number {
  font-size: 250px;
  background: url("../images/index/background-number.jpg") no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 185px;
  padding-right: 30px;
  position: relative;
  font-family: 'Montserrat ExtraBold';
  background-size: cover;
}

.year-experience .year-experience-number:after {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 115%;
  left: 50%;
  height: 15px;
  width: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0) 70%);
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  z-index: 99;
}

.year-experience .year-experience-content .year-experience-title {
  font-size: 30px;
  color: #333;
  line-height: 1.4;
  padding-bottom: 15px;
  font-family: 'Montserrat Bold';
}

.year-experience .year-experience-content span {
  font-size: 18px;
  text-transform: uppercase;
  color: #999;
  font-family: 'Montserrat Medium';
}

.progress-bar {
  background-color: transparent;
  color: #333;
  font-family: 'Muli Regular';
}

.progress-box {
  padding-bottom: 75px;
  max-width: 556px;
}

.au-progress {
  position: relative;
  background-color: transparent;
}

.au-progress:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #e5e5e5;
  background-image: url("../images/bg-pattern-1.png");
  background-repeat: repeat;
  background-position: center center;
  opacity: 0.2;
  z-index: -1;
}

.au-progress .au-progress-bar {
  background: #fff;
  height: 7px;
  width: 0;
  transition: 1s all;
  -moz-transition: 1s all;
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  -ms-transition: 1s all;
  position: relative;
  z-index: 999;
  opacity: 1;
}

.au-progress .au-progress-bar:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 24px;
  right: 0;
  bottom: 100%;
  background: #fff;
}

.au-progress .au-progress-bar p,
.au-progress .au-progress-bar span {
  position: absolute;
  top: -32px;
  font-size: 17px;
}

.au-progress .au-progress-bar p {
  left: 0;
}

.au-progress .au-progress-bar span {
  right: 10px;
}

.year-experience-image {
  padding-left: 45px;
}

.gallery-mansory {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 3.38fr 1.56fr 3.96fr 1fr;
}

.gallery-mansory .grid-item {
  width: 100%;
}

.gallery-mansory .grid-item:first-child {
  grid-area: 1 / 1 / span 1 / span 2;
}

.gallery-mansory .grid-item:nth-child(2) {
  grid-area: 1 / 3 / span 1 / span 2;
}

.gallery-mansory .grid-item:nth-child(3) {
  grid-area: 2 / 1 / span 1 / span 1;
}

.gallery-mansory .grid-item:nth-child(4) {
  grid-area: 2 / 2 / span 1 / span 2;
}

.gallery-mansory .grid-item:nth-child(5) {
  grid-area: 2 / 4 / span 1 / span 1;
}

.filter-projects {
  margin-bottom: 40px;
}

.filter-projects li span {
  color: #666;
  margin: 8px 2px;
  padding: 0;
  border: none;
  background: transparent;
  outline: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  cursor: pointer;
  padding: 5px 16px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}

.filter-projects li .is-checked {
  color: #fff;
  background: #fff;
}

.filter-projects li:hover span {
  background: #fff;
  color: #fff;
}

.project-items .item figure {
  position: relative;
}

.project-items .item figure .info {
  position: absolute;
  top: 30px;
  left: 30px;
  width: calc(100% - 60px);
  background: #fff;
  border-left: 4px solid #fff;
  padding: 22px 30px;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -webkit-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -webkit-transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
  transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s, -webkit-transform 0.4s;
  z-index: 99;
}

.project-items .item figure .info .title {
  margin-bottom: 5px;
}

.project-items .item figure:hover .info {
  opacity: 1;
  transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.4s;
  transition: opacity 0.1s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}

.grid-sizer {
  width: 50px;
}

.projects-masonry-2 .projects-masonry {
  margin-bottom: 0px;
  margin-left: -10px;
  margin-right: -10px;
}

.projects-masonry-2 .projects-masonry .grid-sizer,
.projects-masonry-2 .projects-masonry .item {
  width: 25%;
}

.projects-masonry-2 .projects-masonry:after {
  content: '';
  display: block;
  clear: both;
}

.projects-masonry-2 .projects-masonry .item--with-2 {
  width: 50%;
}

.projects-masonry-2 .projects-masonry .item {
  float: left;
  margin-bottom: 10px;
  padding: 0 5px;
}

.projects-masonry {
  counter-reset: item;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 40px;
}

.projects-masonry:after {
  content: '';
  display: block;
  clear: both;
}

.projects-masonry .grid-sizer,
.projects-masonry .item {
  width: 50%;
}

.projects-masonry .item {
  float: left;
  margin-bottom: 30px;
  padding: 0 15px;
}

.landing-wrapper {
  overflow: hidden;
}

.home-page {
  padding-left: 115px;
  padding-right: 115px;
}

.landing-content {
  counter-reset: landing-item;
  margin-left: -33px;
  margin-right: -33px;
}

.landing-content:after {
  content: '';
  display: block;
  clear: both;
}

.landing-content .landing-sizer,
.landing-content .landing-item {
  width: 33.33%;
}

.landing-content .landing-item {
  float: left;
  margin-bottom: 30px;
  text-align: center;
  padding-left: 35px;
  padding-right: 35px;
}

.landing-content .landing-item a {
  color: #666;
  font-size: 22px;
}

.landing-content .landing-item img {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transition: -webkit-transform ease-in 0.3s;
  transition: -webkit-transform ease-in 0.3s;
  transition: transform ease-in 0.3s;
  transition: transform ease-in 0.3s, -webkit-transform ease-in 0.3s;
  -moz-transition: transform ease-in 0.3s;
  -webkit-transition: transform ease-in 0.3s;
  -o-transition: transform ease-in 0.3s;
  -ms-transition: transform ease-in 0.3s;
}

.landing-content .landing-item span {
  display: block;
  padding-top: 40px;
  padding-bottom: 30px;
}

.landing-content .landing-item:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.landing-content .landing-item:hover a {
  color: #fff;
}

.innner-page-content {
  padding-left: 115px;
  padding-right: 115px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 30px;
}

.innner-page-content .inner-page-item {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 70px;
}

.innner-page-content .inner-page-item img {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transition: -webkit-transform ease-in 0.3s;
  transition: -webkit-transform ease-in 0.3s;
  transition: transform ease-in 0.3s;
  transition: transform ease-in 0.3s, -webkit-transform ease-in 0.3s;
  -moz-transition: transform ease-in 0.3s;
  -webkit-transition: transform ease-in 0.3s;
  -o-transition: transform ease-in 0.3s;
  -ms-transition: transform ease-in 0.3s;
  width: 100%;
}

.innner-page-content .inner-page-item:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.landing-footer {
  padding: 120px 0;
  text-align: center;
}

.landing-footer .landing-footer-content .footer-first {
  text-transform: uppercase;
  font-size: 26px;
  color: #454545;
  background: #fff;
  padding: 3px 21px;
  letter-spacing: 2px;
}

.landing-footer .landing-footer-content .desc {
  color: #fff;
  text-transform: uppercase;
  font-size: 35px;
  width: 45%;
  line-height: 1.2;
  margin: 0 auto;
  padding-top: 22px;
  padding-bottom: 27px;
}

.landing-footer .landing-footer-content .footer-rating i {
  font-size: 24px;
  color: #fff;
  padding-right: 4px;
}

.landing-porfolio h2 {
  color: #fff;
}

.landing-porfolio h2:after,
.landing-porfolio h2:before {
  border: 1px solid #fff;
}

.landing-porfolio h2:before {
  border-width: 1px 0 0 1px;
}

.landing-porfolio h2:after {
  border-width: 0 1px 1px 0;
}

.landing-porfolio-content {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -moz-align-items: flex-end;
  -webkit-align-items: flex-end;
  -o-align-items: flex-end;
  -ms-align-items: flex-end;
  padding-left: 115px;
  padding-right: 115px;
  overflow: hidden;
}

.landing-porfolio-content .landing-porfolio-center {
  margin-left: -216px;
  margin-right: -216px;
  position: relative;
  z-index: 99;
}

.landing-porfolio-content .bigger {
  position: relative;
  z-index: 9;
}

.landing-porfolio-content .bigger.landing-porfolio-left {
  margin-left: -216px;
}

.landing-porfolio-content .bigger.landing-porfolio-right {
  margin-right: -216px;
}

.landing-porfolio-content .landing-porfolio-item img {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transition: -webkit-transform ease-in 0.3s;
  transition: -webkit-transform ease-in 0.3s;
  transition: transform ease-in 0.3s;
  transition: transform ease-in 0.3s, -webkit-transform ease-in 0.3s;
  -moz-transition: transform ease-in 0.3s;
  -webkit-transition: transform ease-in 0.3s;
  -o-transition: transform ease-in 0.3s;
  -ms-transition: transform ease-in 0.3s;
}

.landing-porfolio-content .landing-porfolio-item:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.projects-grid {
  margin-left: -10px;
  margin-right: -10px;
}

.projects-grid:after {
  content: '';
  display: block;
  clear: both;
}

.projects-grid .grid-sizer {
  width: 25%;
}

.projects-grid .item {
  width: 25%;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.projects-grid .item:first-child,
.projects-grid .item:last-child {
  width: 50%;
}

.projects-background {
  padding-top: 100px;
}

.projects-background .section-title {
  margin-bottom: 65px;
}

.projects-background .section-title h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.5;
  padding: 0 40px;
}

.our-team {
  margin-bottom: -40px;
}

.line {
  position: absolute;
  content: '';
  background-color: #f9f9f9;
  background-image: url("../images/bg-pattern-1.png");
  background-repeat: repeat;
  background-position: center center;
  opacity: 0.15;
  z-index: 9;
}

.line1 {
  width: 100%;
  top: 0;
  left: 0;
  height: 5px;
}

.line2 {
  width: 5px;
  height: calc(100% - 1px);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.line3 {
  width: 100%;
  bottom: -5px;
  left: 0;
  height: 5px;
}

.line4 {
  width: 5px;
  height: calc(100% - 1px);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.our-team-content .item {
  /*align-items: flex-end;*/
  /*-moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  position: relative; */
}

.our-team-content .item figure {
  width: 270px;
  position: relative;
  z-index: 99;
  overflow: hidden;
}

.our-team-content .item figure img {
  -webkit-transform-origin: top;
  transform-origin: top;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -webkit-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  -ms-transition: all ease-in 0.3s;
}

.our-team-content .item .info {
  width: calc(100% - 0);
  position: relative;
}

.our-team-content .item .info .category {
  /* padding-top: 6px;
      padding-bottom: 20px; */
}

.our-team-content .item:hover figure img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.our-team-content .item-left {
  text-align: left;
  margin-right: 5px;
  height: 420px;
  margin-bottom: 80px;
}

.our-team-content .item-left figure {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -moz-order: 2;
  -webkit-order: 2;
  -o-order: 2;
  -ms-order: 2;
}

.our-team-content .item-left .info {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -moz-order: 1;
  -webkit-order: 1;
  -o-order: 1;
  -ms-order: 1;
  padding-right: 30px;
  padding-left: 30px;
}

.our-team-content .item-right {
  /*margin-left: 5px;*/
  height: 420px;
}

.our-team-content .item-right .info {
  padding-left: 30px;
  padding-right: 30px;
}

.our-process-content {
  padding-top: 70px;
}

.our-process-content .item {
  margin-right: 100px;
  text-align: center;
}

.our-process-content .item:last-child {
  margin-right: 0px;
}

.our-process-content .item:nth-child(2n) {
  margin-top: -75px;
}

.our-process-content .item:nth-child(2n) .hexagon .zigzax-line {
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  top: 59%;
  left: -69%;
}

.our-process-content .item:first-child .hexagon .zigzax-line {
  display: none;
}

.our-process-content .item .hexagon {
  position: relative;
}

.our-process-content .item .hexagon figure {
  overflow: visible;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.our-process-content .item .hexagon figure img {
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
  -moz-transition: transform ease 0.3s;
  -webkit-transition: transform ease 0.3s;
  -o-transition: transform ease 0.3s;
  -ms-transition: transform ease 0.3s;
}

.our-process-content .item .hexagon:hover figure img {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}

.our-process-content .item .zigzax-line {
  position: absolute;
  content: '';
  top: 40%;
  left: -69%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #b3b3b3), color-stop(50%, white));
  background-image: linear-gradient(to right, #b3b3b3 50%, white 50%);
  background-position: top;
  background-size: 8px 1px;
  background-repeat: repeat-x;
  width: 72%;
  height: 1px;
  -webkit-transform: rotate(14deg);
  transform: rotate(14deg);
}

.our-process-content .item .info {
  padding-top: 25px;
}

.our-process-content .our-process-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
}

.aboutus-intro {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
}

.aboutus-intro .intro-img {
  width: 555px;

  position: relative;
  z-index: 99;
}

.aboutus-intro .intro-img img {
  width: 100%;
  display: none;
  display: block;
}

.aboutus-page .aboutus-intro {
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.aboutus-intro .intro-content {
  background: #fff;
  padding: 70px 30px;
}

.aboutus-intro .intro-content .item figure img {
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}

.aboutus-intro .intro-content .item:hover figure img {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}

.aboutus-intro .intro-content .about-italic {
  font-size: 20px;
  color: #333;
  margin-bottom: 2px;
  font-weight: 600;
}

.aboutus-intro .intro-content .aboutus-bold {
  font-size: 35px;
  color: #333;
  font-weight: 600;
}

.aboutus-intro .intro-content .aboutus-bold span {
  text-transform: uppercase;
}

.aboutus-intro .intro-content .signature {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  padding-top: 30px;
}

.aboutus-intro .intro-content .signature img {
  margin-right: 35px;
}

.aboutus-intro .intro-content .signature .signature-text {
  text-align: center;
}

.aboutus-intro .intro-content .signature .signature-text span {
  display: block;
}

.aboutus-intro .intro-content .signature .signature-text span:first-child {
  font-size: 18px;
  color: #333;
}

.left {
  margin-right: 30px;
  margin-left: -30px;
}

.left figure {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -moz-order: 2;
  -webkit-order: 2;
  -o-order: 2;
  -ms-order: 2;
}

.left .intro-content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -moz-order: 1;
  -webkit-order: 1;
  -o-order: 1;
  -ms-order: 1;
}

.left .intro-content p {
  margin-bottom: 15px;
}

.right {
  margin-left: 30px;
  margin-right: -30px;
}

.right .intro-content {
  text-align: center;
  padding: 70px 50px 40px 50px;
}

.right .intro-content .item {
  margin-bottom: 38px;
}

.right .intro-content .item .info .title {
  font-size: 20px;
  padding-top: 15px;
  padding-bottom: 8px;
}

.aboutus-intro .line1 {
  top: 22px;
  height: 7px;
}

.aboutus-intro .line3 {
  bottom: 20px;
  height: 7px;
}

.aboutus-intro .line2 {
  height: calc(100% - 52px);
  width: 7px;
}

.aboutus-intro .line4 {
  height: calc(100% - 52px);
  width: 7px;
}

.clients-list {
  margin-left: -30px;
  margin-right: -30px;
}

.our-clients-content .item {
  text-align: center;
  padding: 52px 50px;
  position: relative;
  background: #fff;
}

.our-clients-content .item:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 7px;
  background-color: #f9f9f9;
  background: url("../images/bg-pattern-1.png");
  background-repeat: repeat;
  background-position: center center;
  opacity: 0.15;
}

.our-clients-content .item:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 7px;
  background-color: #f9f9f9;
  background: url("../images/bg-pattern-1.png");
  background-repeat: repeat;
  background-position: center center;
  opacity: 0.15;
}

.our-clients-content .item .line2,
.our-clients-content .item .line4 {
  height: 100%;
  width: 7px;
}

.our-clients-content .item figure {
  overflow: visible;
}

.our-clients-content .item figure .client-img {
  width: 132px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  margin-right: 55px;
  display: inline-block;
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
}

.our-clients-content .item figure .client-quote-img {
  margin-bottom: 75px;
  display: inline-block;
}

.our-clients-content .item .info .desc {
  padding-top: 23px;
  padding-bottom: 23px;
}

.our-clients-content .item .info .about-client .name {
  display: inline-block;
  padding-right: 5px;
}

.our-clients-content .item .info .about-client .job-title {
  padding-left: 5px;
}

.our-clients-content .item:hover figure .client-img {
  transform: scale(1.15);
  -moz-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -o-transform: scale(1.15);
  -ms-transform: scale(1.15);
}

.partner {
  background: #fafafa;
  padding: 70px 0;
}

.partner-content .item img {
  filter: opacity(0.4);
  -webkit-filter: opacity(0.4);
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
}

.partner-content .item:hover img {
  filter: opacity(1);
  -webkit-filter: opacity(1);
  transform: scale(1.15);
  -moz-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -o-transform: scale(1.15);
  -ms-transform: scale(1.15);
}

.partner-content .slick-active img {
  margin: 0 auto;
}

.partner-content .slick-active:last-child img {
  float: right;
}

.partner-content .slick-active:first-child img {
  float: left;
}

.au-video-button {
  position: relative;
  padding: 0px !important;
  cursor: pointer;
}

.au-video-button:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
  z-index: 9;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-animation: tm-video-btn-animaion 2s linear infinite;
  animation: tm-video-btn-animaion 2s linear infinite;
}

.au-video-button i {
  z-index: 99;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  width: 66px;
  height: 66px;
  background: #fff;
  font-size: 24px;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
}

@-webkit-keyframes tm-video-btn-animaion {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .75;
  }

  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1);
    opacity: .75;
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes tm-video-btn-animaion {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .75;
  }

  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .75;
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

.slideshow3 .slideshow-btn {
  color: #666;
  background: #fff;
}

.slideshow3 .slideshow-btn:after {
  left: 101.5%;
  background: #fff;
}

.slideshow3 .slideshow-btn:hover {
  color: #fff;
  background: #fff;
}

.slideshow3 .slideshow-btn:hover:after {
  background: #fff;
}

.slideshow3 .slideshow-btn:hover:before {
  opacity: 0;
}

.projects-flip {
  overflow: hidden;
  position: relative;
}

.projects-flip .projects-flip-img-first {
  position: absolute;
  top: 0;
  left: 0;
}

.projects-flip .projects-flip-img-second {
  position: absolute;
  top: 170px;
  right: 0;
}

.projects-flip-content .item {
  padding-left: 113px;
  padding-right: 113px;
}

.projects-flip-content .item figure {
  overflow: visible;
}

.projects-flip-content .slick-center img {
  transform: scale(1.91);
  -moz-transform: scale(1.91);
  -webkit-transform: scale(1.91);
  -o-transform: scale(1.91);
  -ms-transform: scale(1.91);
}

.projects-flip-content .slick-list {
  padding: 130px 0px !important;
  margin-left: -50px;
  margin-right: -50px;
}

.project-items .slick-center figure .info {
  top: -100px;
  left: -168px;
  width: calc(100% + 335px);
}

.home-aboutus-content .item {
  text-align: center;
  background: #595959;
  color: #fff;
  padding: 40px 40px 32px;
  position: relative;
  z-index: 9;
  margin: 7px;
}

.home-aboutus-content .item:after,
.home-aboutus-content .item:before {
  position: absolute;
  content: '';
  height: calc(100% + 14px);
  width: 7px;
  background-color: #f9f9f9;
  background-image: url(../images/bg-pattern-1.png);
  background-repeat: repeat;
  background-position: center center;
  opacity: 0.15;
  z-index: 99;
  top: -7px;
}

.home-aboutus-content .item:before {
  right: 100%;
}

.home-aboutus-content .item:after {
  left: 100%;
}

.home-aboutus-content .item .line1 {
  top: 100%;
  height: 7px;
}

.home-aboutus-content .item .line3 {
  bottom: 100%;
  height: 7px;
}

.home-aboutus-content .item figure {
  width: 116px;
  height: 116px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  background: #4d4d4d;
  margin: 0 auto;
}

.home-aboutus-content .item figure img {
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
  -moz-transition: transform ease 0.3s;
  -webkit-transition: transform ease 0.3s;
  -o-transition: transform ease 0.3s;
  -ms-transition: transform ease 0.3s;
}

.home-aboutus-content .item:hover figure img {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}

.home-aboutus-content .item .title {
  color: #fff;
  padding-top: 25px;
  padding-bottom: 8px;
}

.statistics-content {
  position: relative;
  margin-left: -23px;
  margin-right: -23px;
  padding-top: 43px;
  padding-bottom: 65px;
  background: #fff;
}

.statistics-content .line {
  height: 7px;
}

.statistics-content .line1 {
  top: 0;
}

.statistics-content .line3 {
  bottom: 0;
}

.statistics-content:after,
.statistics-content:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 7px;
  background-color: #f9f9f9;
  background-image: url(../images/bg-pattern-1.png);
  background-repeat: repeat;
  background-position: center center;
  opacity: 0.15;
  z-index: 99;
  top: 0px;
}

.statistics-content:before {
  right: 100%;
}

.statistics-content:after {
  left: 100%;
}

.statistics-content .item span {
  display: block;
  text-align: center;
}

.statistics-content .item .counterUp {
  font-size: 60px;
  color: #333;
  position: relative;
  line-height: 1.65;
}

.statistics-content .item .counterUp:after {
  content: "+";
}

.statistics-content .item .counterUp:before {
  position: absolute;
  content: '';
  width: 45px;
  height: 3px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: #fff;
}

.statistics-content .item .title {
  font-size: 18px;
  padding-top: 20px;
}

.introduce-accordion {
  margin-left: 80px;
  margin-right: 80px;
  background-attachment: fixed;
}

.introduce-accordion .card {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  cursor: pointer;
}

.introduce-accordion .card:after {
  position: absolute;
  content: '';
  width: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  top: 118px;
  left: 0;
  transition: width ease-in 0.6s;
  -moz-transition: width ease-in 0.6s;
  -webkit-transition: width ease-in 0.6s;
  -o-transition: width ease-in 0.6s;
  -ms-transition: width ease-in 0.6s;
}

.introduce-accordion .card:last-child {
  border-bottom: none;
}

.introduce-accordion .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 43px 0;
  padding-left: 286px;
  padding-right: 287px;
}

.introduce-accordion .card .card-header .title {
  font-size: 25px;
  color: #fff;
  position: relative;
}

.introduce-accordion .card .card-header .title:before {
  position: absolute;
  content: '+';
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  cursor: pointer;
  font-size: 35px;
}

.introduce-accordion .card .card-body {
  color: #fff;
  padding: 50px 0;
  padding-left: 286px;
  padding-right: 287px;
}

.introduce-accordion .card .card-body .body-title {
  font-size: 35px;
  line-height: 1.2;
}

.introduce-accordion .card .card-body .desc {
  padding-top: 20px;
  padding-bottom: 43px;
}

.introduce-accordion .card .card-body .au-btn {
  color: #fff;
  border: 1px solid #fff;
}

.introduce-accordion .card .card-body .au-btn:after {
  color: #fff;
  border: 1px solid #fff;
}

.introduce-accordion .card .card-body .body-img {
  padding-left: 18px;
}

.introduce-accordion .card .card-body .body-img img:first-child {
  margin-right: 11px;
  margin-top: 65px;
}

.introduce-accordion .card:hover {
  border-bottom: 2px solid #fff;
}

.introduce-accordion .card:hover:last-child {
  border-bottom: none;
}

.introduce-accordion .active .card-header .title:before {
  content: '-';
}

.introduce-accordion .active:after {
  width: 100%;
}

.home-blog-content {
  margin-left: -30px;
  margin-right: -30px;
}

.home-blog-content .item figure {
  position: relative;
  overflow: hidden;
}

.home-blog-content .item figure img {
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.home-blog-content .item figure:hover img {
  opacity: 0.8;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.home-blog-content .item figure .overlay {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.home-blog-content .item figure:hover .overlay {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.home-blog-content .item .info .title {
  padding-top: 24px;
  line-height: 1.54;
  padding-bottom: 10px;
}

.slideshow4 {
  padding-left: 80px;
  padding-right: 80px;
}

.slideshow4 .slideshow-btn {
  border: 1px solid transparent;
  background: #fff;
  color: #666;
}

.slideshow4 .slideshow-btn:after {
  border: 1px solid transparent;
  background: #fff;
  left: 101.5%;
}

.slideshow4 .slideshow-btn:hover {
  color: #fff;
  background: #fff;
}

.slideshow4 .slideshow-btn:hover:after {
  background: #fff;
}

.slideshow4 .slideshow-btn:hover:before {
  opacity: 0;
}

.slideshow2 .slideshow-socials {
  padding-left: 80px;
  top: 57.5%;
}

.slideshow3 .slideshow-socials {
  top: 57.5%;
}

.projects-tabs {
  padding-right: 60px;
  padding-bottom: 20px;
}

.projects-tabs .nav-tabs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  border-bottom: none;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -o-justify-content: flex-end;
  -ms-justify-content: flex-end;
}

.projects-tabs .nav-tabs li {
  width: 28px;
  height: 20px;
  position: relative;
  margin-right: 15px;
}

.projects-tabs .nav-tabs li:first-child {
  width: 90px;
  font-size: 13px;
}

.projects-tabs .nav-tabs li a {
  border-color: transparent;
  padding: 0;
}

.projects-tabs .nav-tabs li a i {
  position: absolute;
  content: '';
  background: #e6e6e6;
  width: 100%;
  height: 100%;
}

.projects-tabs .nav-tabs li a:hover {
  outline: none;
}

.projects-tabs .nav-tabs li .active {
  border-color: transparent;
}

.projects-tabs .nav-tabs li .active i {
  background: #333;
}

.projects-tabs .nav-tabs li:focus {
  outline: none;
}

.projects-tabs .nav-tabs li:last-child {
  margin-right: 0px;
}

.projects-tabs .nav-tabs #full-tab i,
.projects-tabs .nav-tabs #full-tab-mobile i {
  top: 0;
  left: 0;
}

.projects-tabs .nav-tabs #masonry-tab i:first-child,
.projects-tabs .nav-tabs #masonry-tab i:last-child,
.projects-tabs .nav-tabs #masonry-tab-mobile i:first-child,
.projects-tabs .nav-tabs #masonry-tab-mobile i:last-child {
  width: 18px;
  height: 9px;
}

.projects-tabs .nav-tabs #masonry-tab i:nth-child(2),
.projects-tabs .nav-tabs #masonry-tab i:nth-child(3),
.projects-tabs .nav-tabs #masonry-tab-mobile i:nth-child(2),
.projects-tabs .nav-tabs #masonry-tab-mobile i:nth-child(3) {
  width: 8px;
  height: 9px;
}

.projects-tabs .nav-tabs #masonry-tab i:first-child,
.projects-tabs .nav-tabs #masonry-tab-mobile i:first-child {
  top: 0;
  left: 0;
}

.projects-tabs .nav-tabs #masonry-tab i:last-child,
.projects-tabs .nav-tabs #masonry-tab-mobile i:last-child {
  bottom: 0;
  right: 0;
}

.projects-tabs .nav-tabs #masonry-tab i:nth-child(2),
.projects-tabs .nav-tabs #masonry-tab-mobile i:nth-child(2) {
  top: 0;
  right: 0;
}

.projects-tabs .nav-tabs #masonry-tab i:nth-child(3),
.projects-tabs .nav-tabs #masonry-tab-mobile i:nth-child(3) {
  bottom: 0;
  left: 0;
}

.projects-tabs .project-tab-masonry .item {
  margin-bottom: 30px;
}

.page-pull {
  padding-left: 325px;
  padding-top: 130px;
}

.page-pull .section-content {
  float: left;
  width: 100%;
  position: relative;
  background: #fff;
  top: 0;
  height: 700px !important;
}

.page-pull .masonrymobile:after {
  content: '';
  display: block;
  clear: both;
}

.page-pull .masonrymobile .item,
.page-pull .masonrymobile .item-sizer {
  width: 50%;
}

.page-pull .masonrymobile .item {
  float: left;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.page-pull #masonry .grids .item {
  float: left;
  width: 295px;
  height: 300px;
  padding: 30px 15px 0;
  overflow: hidden;
}

.page-pull #masonry .grids .item-width-2 {
  width: 456px;
}

.page-pull #masonry .grids .item-height-1 {
  height: 660px;
}

.page-pull #masonry .grids .item-height-2 {
  height: 360px;
}

.page-pull #masonry .grids .item-width-1 {
  width: 405px;
}

.page-pull #full {
  margin-top: 30px;
}

.page-pull #full .grids {
  width: 100%;
}

.page-pull #full .grids .item {
  height: 100%;
  width: auto;
  float: left;
  overflow: hidden;
  padding-right: 30px;
}

.page-pull #full .grids .item:last-child {
  padding-right: 0px;
}

.page-pull .grids {
  height: 660px;
  float: left;
}

.page-pull .grids:after {
  content: '';
  display: block;
  clear: both;
}

.page-pull .grids .item {
  cursor: e-resize;
}

.page-pull .grids figure {
  width: 100%;
  height: 100%;
}

.page-pull .grids figure a {
  cursor: e-resize;
}

.page-pull .grids figure img {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.nicescroll-rails-hr:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  background: repeat-x center url("../images/bg-pattern-1.png");
  z-index: 9;
  opacity: 0.2;
}

.nicescroll-rails-hr .nicescroll-cursors {
  top: 0px !important;
  z-index: 99;
}

.project-full-mobile {
  display: none;
  margin-left: -55px;
  margin-right: -55px;
}

.project-full-mobile .projects-tabs #projectTabmobile {
  padding: 0 5px;
  margin-bottom: 30px;
}

.section {
  color: #fff;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  position: relative;
}

.section .anchor-text {
  position: absolute;
  color: #fff;
  text-transform: uppercase;
  z-index: 999;
  top: 50%;
  letter-spacing: 2px;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}

.section .fp-tableCell {}

#welcome .slideshow-socials {
  left: 65px;
}

#welcome .fp-tableCell {
  padding-top: 0px;
}

#experience-section .anchor-text {
  left: -80px;
  color: #333;
}

#projects-section .anchor-text {
  left: -50px;
  top: 47%;
}

#projects-section .anchor-text a {
  color: #fff;
}

#ourteam-section .anchor-text {
  left: -46px;
}

#testimonials-section .anchor-text {
  left: -20px;
  top: 54%;
}

#contact-section .anchor-text {
  left: -28px;
  color: #333;
}

.welcome-content {
  position: relative;
}

.welcome-content .info {
  margin-right: -120px;
  margin-left: 125px;
  position: relative;
  padding: 78px 83px 90px;
}

.welcome-content .info:after,
.welcome-content .info:before {
  position: absolute;
  content: '';
  height: calc(100% - 20px);
  width: 10px;
  background-color: #e5e5e5;
  background-image: url("../images/bg-pattern-1.png");
  background-repeat: repeat;
  background-position: center center;
  opacity: 0.1;
  z-index: 99;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.welcome-content .info:after {
  right: 0;
  opacity: 0;
}

.welcome-content .info:before {
  left: 0;
}

.welcome-content .info .line {
  background-color: #e5e5e5;
  opacity: 0.1;
}

.welcome-content .info .line1 {
  top: 0;
  height: 10px;
}

.welcome-content .info .line3 {
  height: 10px;
  bottom: 0;
}

.welcome-content .info .title {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  line-height: 1.17;
}

.welcome-content .info .title .bold {
  font-size: 42px;
  display: block;
  font-weight: 700;
}

.welcome-content .info .desc {
  padding-top: 18px;
  padding-bottom: 30px;
}

.welcome-content .info .au-btn {
  color: #fff;
  border: 1px solid #fff;
}

.welcome-content .info .au-btn:hover {
  background: #fff;
  border: 1px solid #000;
}

.welcome-content .info .au-btn:after {
  border: 1px solid #fff;
}

.welcome-content .info .au-btn:hover:after {
  background: #fff;
  border: 1px solid #000;
}

.welcome-content figure {
  margin-left: 90px;
  margin-right: -15px;
}

.welcome-content figure img {
  width: 100%;
}

#experience-section .year-experience-info-title {
  font-size: 36px;
  color: #333;
  line-height: 1.38;
  font-weight: 600;
  margin-bottom: 10px;
}

#experience-section .year-experience-info-title span {
  color: #aaa;
}

#experience-section p.desc {
  padding-top: 30px;
  text-align: justify;
}

#experience-section .au-btn {
  color: #666;
  border: 1px solid #666;
}

#experience-section .au-btn:after {
  border: 1px solid #666;
  margin-bottom: 10px;
}

#experience-section .year-experience-title {
  color: #333;
}

#experience-section .year-experience-info {
  padding-top: 50px;
  padding-right: 20px;
  padding-left: 20px;
  color: #666;
}

#experience-section .year-experience-info a:hover {
  background: #000;
  color: #fff !important;
}

#experience-section .year-experience-info a:hover:after {
  color: #fff;
  background: #000;
}

#experience-section .year-experience {
  /* padding-top: 60px; */
  width: 50%;
  float: right;
  padding-left: 12px;
}

#experience-section .year-experience .year-experience-number {
  padding-right: 25px;
}

#experience-section .progress-bar {
  padding-left: 25px;
}

#experience-section .au-progress .au-progress-bar p,
#experience-section .au-progress .au-progress-bar span {
  color: #fff;
}

#experience-section .au-progress:after {
  background-color: transparent;
  z-index: 99;
  opacity: 0.1;
}

#experience-section .au-progress:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9;
}

.our-team-fullpage-content {
  margin-bottom: -30px;
}

.our-team-fullpage-content .item-heading {
  border: 3px solid #fff;
  padding: 70px 10px 70px 40px;
}

.our-team-fullpage-content .item-heading h4 {
  color: #fff;
  margin-bottom: 15px;
}

.our-team-fullpage-content .item {
  position: relative;
  margin-bottom: 30px;
}

.our-team-fullpage-content .item .info {
  position: absolute;
  width: calc(100% - 34px);
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  opacity: 0;
}

.our-team-fullpage-content .item .info .category {
  color: #333;
  margin-top: 5px;
  margin-bottom: 15px;
}

.our-team-fullpage-content .item .info .socials li {
  margin-right: 20px;
}

.our-team-fullpage-content .item .info .socials li:last-child {
  margin-right: 0px;
}

.our-team-fullpage-content .item .info .socials li a {
  color: #333;
}

.our-team-fullpage-content .item:hover .info {
  opacity: 1;
  height: calc(100% - 34px);
}

.testimonials-fullpage-img {
  position: relative;
  z-index: 99;
  margin-right: -48px;
}

.testimonials-fullpage {
  margin-right: 210px;
}

.testimonials-fullpage .item {
  position: relative;
}

.testimonials-fullpage .item:after,
.testimonials-fullpage .item:before {
  position: absolute;
  content: '';
  height: calc(100% - 198px);
  width: 10px;
  background-color: #e5e5e5;
  background-image: url("../images/bg-pattern-1.png");
  background-repeat: repeat;
  background-position: center center;
  opacity: 0.3;
  z-index: 9;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.testimonials-fullpage .item:after {
  right: 0;
}

.testimonials-fullpage .item:before {
  left: 0;
}

.testimonials-fullpage .item .line3 {
  bottom: 90px;
}

.testimonials-fullpage .item .line1 {
  top: 90px;
}

.testimonials-fullpage .item .line {
  background-color: #e5e5e5;
  opacity: 0.3;
  height: 10px;
}

.testimonials-fullpage-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  height: 100%;
  margin-top: -54px;
  padding-left: 108px;
  padding-right: 70px;
}

.testimonials-fullpage-content .icon-quote {
  position: absolute;
  left: -67px;
  top: -5px;
  z-index: 99;
}

.testimonials-fullpage-content .info {
  position: relative;
}

.testimonials-fullpage-content .info h5 {
  color: #fff;
  margin-bottom: 3px;
}

.testimonials-fullpage-content .info .job-title {
  color: #ccc;
}

.testimonials-fullpage-content .info p.desc {
  margin-bottom: 13px;
  color: #fff;
}

.testimonials-fullpage-content .about-client {
  margin-top: 40px;
}

#contact-section .contact-us {
  color: #e5e5e5;
}

#contact-section .contact-us h2 {
  color: #333;
}

#contact-section .common-form label {
  color: #666;
}

#contact-section .common-form input,
#contact-section .common-form textarea {
  border-bottom: 1px solid #666;
  color: #666;
}

#contact-section .common-form .form-submit .submit {
  border: 1px solid #666;
  color: #666;
}

#contact-section .common-form .form-submit:hover .submit {
  border: 1px solid #fff;
}

#contact-section .common-form .form-submit:after {
  border: 1px solid #666;
  border-left: none;
  transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
}

#fp-nav.right {
  right: 50px;
  display: none;
}

#fp-nav.right ul li {
  width: 10px;
  height: 10px;
  margin: 30px;
}

#fp-nav.right ul li a:after,
#fp-nav.right ul li a:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  opacity: 0;
  border: 1px solid #ccc;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
  transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
}

#fp-nav.right ul li a:before {
  top: -15px;
  right: 7px;
  border-width: 1px 1px 0 0;
  -webkit-transform: translate3d(10px, 10px, 0);
  transform: translate3d(10px, 10px, 0);
}

#fp-nav.right ul li a:after {
  left: 5px;
  bottom: -13px;
  border-width: 0 0 1px 1px;
  -webkit-transform: translate3d(-10px, -10px, 0);
  transform: translate3d(-10px, -10px, 0);
}

#fp-nav.right ul li a span {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  margin: 0;
  top: 0;
  left: 0;
}

#fp-nav.right ul li a span:before,
#fp-nav.right ul li a span:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  opacity: 0;
  border: 1px solid #ccc;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
  transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
}

#fp-nav.right ul li a span:before {
  right: 4px;
  bottom: 4px;
  border-width: 0 1px 1px 0;
  -webkit-transform: translate3d(10px, 10px, 0);
  transform: translate3d(10px, 10px, 0);
}

#fp-nav.right ul li a span:after {
  right: -4px;
  bottom: -4px;
  border-width: 1px 0 0 1px;
  -webkit-transform: translate3d(-10px, -10px, 0);
  transform: translate3d(-10px, -10px, 0);
}

#fp-nav.right ul li .active:before,
#fp-nav.right ul li .active:after {
  opacity: 1;
}

#fp-nav.right ul li .active span {
  background: #ccc;
  margin: 0px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}

#fp-nav.right ul li .active span:before,
#fp-nav.right ul li .active span:after {
  opacity: 1;
}

#fp-nav.right ul li:hover a:before,
#fp-nav.right ul li:hover a:after {
  opacity: 1;
}

#fp-nav.right ul li:hover a span {
  background: #ccc;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}

#fp-nav.right ul li:hover a span:before,
#fp-nav.right ul li:hover a span:after {
  opacity: 1;
}

#fp-nav.right ul li:hover .active span {
  background: #fff;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  margin: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
}

#fp-nav.right ul li .fp-tooltip.right {
  right: 80px;
  top: -7px;
  font-size: 13px;
  overflow: visible;
}

#fp-nav.right ul li .fp-tooltip.right:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 1px;
  background: #ccc;
  top: 50%;
  right: -26px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tp-bullets .tp-bullet .numbers {
  color: #fff;
  float: left;
  display: none;
  position: absolute;
}

.tp-bullets .tp-bullet.selected {
  background: #fff;
}

.tp-bullets .tp-bullet.selected .numbers {
  display: block;
}

#projects-section {
  transition: background ease-in 0.4s;
  -moz-transition: background ease-in 0.4s;
  -webkit-transition: background ease-in 0.4s;
  -o-transition: background ease-in 0.4s;
  -ms-transition: background ease-in 0.4s;
}

.projects-border-grid .project-item {
  position: relative;
  /* -ms-flex-preferred-size: 31%;  */
  /* flex-basis: 31%; */
  /* margin-bottom: 30px; */
}

.projects-border-grid .project-item:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 30px;
  background: #e5e5e5;
  right: 0;
}

.projects-border-grid .project-item:nth-child(5):before {
  position: absolute;
  content: '';
  width: 1px;
  height: 30px;
  background: #e5e5e5;
  left: 0;
}

.projects-border-grid .project-item:nth-child(1):after,
.projects-border-grid .project-item:nth-child(2):after,
.projects-border-grid .project-item:nth-child(3):after,
.projects-border-grid .project-item:nth-child(4):after {
  bottom: 100%;
}

.projects-border-grid .project-item:nth-child(5):after,
.projects-border-grid .project-item:nth-child(6):after,
.projects-border-grid .project-item:nth-child(7):after,
.projects-border-grid .project-item:nth-child(8):after {
  bottom: 100%;
}

.projects-border-grid .project-item:nth-child(1):before,
.projects-border-grid .project-item:nth-child(5):before {
  position: absolute;
  content: '';
  width: 1px;
  height: 30px;
  background: #e5e5e5;
  left: -1px;
}

.projects-border-grid .project-item:nth-child(1):before {
  bottom: 100%;
}

.projects-border-grid .project-item:nth-child(5):before {
  top: 100%;
}

.projects-border-grid .project-item:nth-child(1) .item:after,
.projects-border-grid .project-item:nth-child(5) .item:after,
.projects-border-grid .project-item:nth-child(8) .item:after,
.projects-border-grid .project-item:nth-child(4) .item:after {
  position: absolute;
  content: '';
  width: 30px;
  height: 1px;
  background: #e5e5e5;
  bottom: -1px;
}

.projects-border-grid .project-item:nth-child(1) .item:after,
.projects-border-grid .project-item:nth-child(5) .item:after,
.projects-border-grid .project-item:nth-child(9) .item:after {
  right: 100%;
}

.projects-border-grid .project-item:nth-child(4) .item:after,
.projects-border-grid .project-item:nth-child(8) .item:after {
  left: 100%;
}

.projects-border-grid .project-item:nth-child(5) .item:before {
  left: 100%;
  position: absolute;
  content: '';
  width: 30px;
  height: 1px;
  background: #e5e5e5;
  bottom: -1px;
}

.projects-border-grid .project-item:nth-child(1) .item:before,
.projects-border-grid .project-item:nth-child(4) .item:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 1px;
  background: #e5e5e5;
  top: -1px;
}

.projects-border-grid .project-item:nth-child(1) .item:before {
  right: 100%;
}

.projects-border-grid .project-item:nth-child(4) .item:before {
  left: 100%;
  top: 100%;
}

.projects-border-grid .item {
  position: relative;
  cursor: pointer;
  /* padding: 114px 0;  */
}

.projects-border-grid .item .info {
  /* position: absolute; */
  /* text-align: right; */
  right: 25px;
  bottom: 25px;
  z-index: 99;
}

.projects-border-grid .item .info a {
  color: #fff;
}

.projects-border-grid .item .info h6 {
  padding-bottom: 3px;
}

.projects-border-grid .item .overlay {
  /* position: absolute; */
  content: '';
  transition: .4s;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*opacity: 0;*/
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  opacity: 1;
}

.projects-border-grid .item:hover .overlay {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  opacity: 1;
}

.projects-border-grid .item:hover h6 a {
  color: #fff;
}

.projects-border-grid .all-projects {
  margin-left: -15px;
  margin-right: 45px;
  text-align: right;
}

.projects-border-grid .au-btn {
  color: #fff;
  border: 1px solid #fff;
  margin-top: 70px;
}

.projects-border-grid .au-btn:after {
  border: 1px solid #fff;
}

/* 21. Gallery Page ------------------------------------------*/
/* 22. Our Team Page ------------------------------------------*/
/* 23. Portfolio Page ------------------------------------------*/
.portfolio-content .filter-projects {
  margin-bottom: 60px;
}

.projects-standard .item {
  margin-bottom: 33px;
}

.projects-standard .see-all-btn {
  margin-top: 30px;
}

.project-full .projects-standard {
  padding: 0 15px;
}

.project-full .projects-standard .item {
  margin: 0 -15px;
}

.projects-pinterest {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -50px;
}

.projects-pinterest .item {
  margin-bottom: 43px;
}

.masonry-scattered-content .item .title,
.projects-pinterest .item .title,
.projects-standard .item .title {
  font-size: 20px;
  padding-bottom: 5px;
  padding-top: 25px;
}

.masonry-scattered-content {
  margin-bottom: -35px;
}

.masonry-scattered-content .item-horizon-left {
  margin-left: -195px;
  padding-right: 100px;
}

.masonry-scattered-content .item-horizon-right {
  margin-right: -185px;
  padding-left: 100px;
}

.masonry-scattered-content .item-verticle-left {
  padding-left: 35px;
}

.masonry-scattered-content .item-verticle-right {
  padding-right: 35px;
}

.masonry-scattered-content .item {
  margin-bottom: 28px;
}

.masonry-scattered-content .item-horizon-left,
.masonry-scattered-content .item-horizon-right {
  padding-top: 95px;
}

.project-columns .projects-content .item {
  margin-bottom: 30px;
}

.project-columns .projects-content .see-all-btn {
  margin-top: 50px;
}

.project-columns-full {
  padding-top: 80px;
  padding-bottom: 50px;
}

.project-more-columns .projects-content .item figure .info {
  width: calc(100% - 30px);
  left: 15px;
}

.project-more-columns .projects-content .item figure .info .title {
  font-size: 17px;
}

.project-five-columns {
  padding-top: 80px;
  padding-bottom: 50px;
}

.project-five-columns .project-items .item {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.single-portfolio {
  padding-bottom: 95px;
}

.single-portfolio-content {
  padding-bottom: 50px;
}

.single-portfolio-content .portfolio-images {
  padding-right: 10px;
}

.single-portfolio-content .portfolio-images img {
  margin-bottom: 30px;
  width: 100%;
}

.single-portfolio-content .portfolio-gallery img {
  margin-bottom: 30px;
  width: 100%;
}

.portfolio-info .desc {
  padding-top: 23px;
  padding-bottom: 45px;
}

.portfolio-share .socials li {
  margin-right: 15px;
}

.portfolio-share .socials li a {
  color: #666;
  font-size: 15px;
}

.portfolio-list {
  width: 37px;
  height: 33px;
  position: relative;
}

.portfolio-list i {
  position: absolute;
  content: '';
  background: #666;
  width: 16px;
  height: 14px;
}

.portfolio-list i:first-child {
  top: 0;
  left: 0;
}

.portfolio-list i:nth-child(2) {
  top: 0;
  right: 0;
}

.portfolio-list i:nth-child(3) {
  bottom: 0;
  left: 0;
}

.portfolio-list i:last-child {
  bottom: 0;
  right: 0;
}

.related-portfolios h2 {
  font-size: 30px;
  margin-bottom: 40px;
}

.related-portfolios .projects-standard .item {
  margin-bottom: 0px;
}

.single-big-images .single-portfolio-content {
  padding-bottom: 25px;
}

.single-big-images .single-portfolio-content .portfolio-images {
  padding-right: 0px;
}

.single-big-images .portfolio-info {
  padding-top: 15px;
}

.single-big-images .portfolio-info .portfolio-intro {
  padding-right: 50px;
}

.single-big-images .portfolio-info .meta {
  margin-left: -30px;
}

.masonry-v2 {
  margin-bottom: -30px;
}

.masonry-v2 .projects-masonry-2 .projects-masonry {
  margin-left: -15px;
  margin-right: -15px;
}

.masonry-v2 .projects-masonry-2 .projects-masonry .grid-sizer,
.masonry-v2 .projects-masonry-2 .projects-masonry .item {
  width: 33.33%;
}

.masonry-v2 .projects-masonry-2 .projects-masonry .item-width-4 {
  width: 66.67%;
}

.masonry-v2 .projects-masonry-2 .projects-masonry .item {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.masonry-v2 .projects-masonry-2 .projects-masonry .item img {
  width: 100%;
}

.masonry-v2-joined {
  margin-bottom: 0px;
}

.masonry-v2-joined .projects-masonry-2 .projects-masonry {
  margin-left: 0px;
  margin-right: 0px;
}

.masonry-v2-joined .projects-masonry-2 .projects-masonry .item {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0px;
}

/* 24. Single Product Page ------------------------------------------*/
.single-product {
  padding-top: 120px;
  padding-bottom: 80px;
}

.single-product .product .product-images-wrapper {
  padding-right: 15px;
}

.single-product .product .product-images-wrapper .product-gallery {
  margin-bottom: 20px;
}

.single-product .product .product-images-wrapper .product-gallery .product-gallery-wrapper .woocommerce-product-gallery__image {
  background: #f2f2f2;
  padding: 40px;
}

.single-product .product .product-images-wrapper .woocommerce-product-slider .slick-list {
  padding: 0px !important;
  margin: 0 -11px;
}

.single-product .product .product-images-wrapper .woocommerce-product-slider .gallery-image {
  margin: 0 11px;
  background: #f2f2f2;
}

.single-product .product .product-summary {
  padding-left: 15px;
}

.single-product .product .product-summary .summary {
  margin-top: -12px;
}

.single-product .product .product-summary .summary .product_title {
  font-size: 35px;
  text-transform: none;
  padding-bottom: 4px;
}

.single-product .product .product-summary .summary .woocommerce-product-rating {
  padding-bottom: 30px;
  font-size: 17px;
}

.single-product .product .product-summary .summary .woocommerce-product-rating .woocommerce-review-link {
  color: #999;
  margin-left: 13px;
}

.single-product .product .product-summary .summary .woocommerce-product-rating .star-rating i {
  color: #ffcc33;
  padding-right: 2px;
}

.single-product .product .product-summary .summary .price {
  padding-bottom: 16px;
}

.single-product .product .product-summary .summary .price .woocommerce-Price-amount {
  font-size: 30px;
}

.single-product .product .product-summary .summary .woocommerce-product-details__short-description {
  padding-top: 23px;
  border-top: 1px solid #f2f2f2;
}

.single-product .product .product-summary .summary form.cart {
  padding-top: 35px;
  padding-bottom: 45px;
}

.single-product .product .product-summary .summary form.cart .quantity {
  position: relative;
  margin-right: 60px;
}

.single-product .product .product-summary .summary form.cart .quantity .modify-qty {
  position: absolute;
  left: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  height: 50%;
  z-index: 99;
  width: 40px;
  cursor: pointer;
  border: 1px solid #666;
  border-left: none;
}

.single-product .product .product-summary .summary form.cart .quantity .minus {
  bottom: 0;
}

.single-product .product .product-summary .summary form.cart .quantity .plus {
  top: 0;
  border-bottom: none;
}

.single-product .product .product-summary .summary form.cart .quantity .qty {
  text-align: center;
  border: 1px solid #666;
  padding: 6px 3px;
  -moz-appearance: textfield !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  position: relative;
  z-index: 9;
  width: 47px;
  height: 54px;
}

.single-product .product .product-summary .summary form.cart .single_add_to_cart_button {
  cursor: pointer;
  background: transparent;
  padding: 6px 30px;
}

.single-product .product .product-summary .summary form.cart .single_add_to_cart_button:hover {
  background: #fff;
  color: #fff;
}

.single-product .product .product-summary .summary .meta-item {
  margin-bottom: 7px;
  display: block;
}

.single-product .product .product-summary .summary .meta-item span,
.single-product .product .product-summary .summary .meta-item a {
  color: #666;
}

.single-product .product .product-summary .summary .meta-item .meta-name {
  padding-right: 4px;
  color: #333;
}

.single-product .product .product-summary .summary .product-share span {
  color: #333;
}

.single-product .product .spendora-product-tabs {
  padding-top: 75px;
  padding-bottom: 110px;
}

.single-product .product .spendora-product-tabs .tabs {
  border-bottom: 1px solid #e5e5e5;
  padding: 0px;
  margin: 0;
}

.single-product .product .spendora-product-tabs .tabs li a {
  font-size: 17px;
  color: #999;
  padding: 6px 0px;
  margin-right: 25px;
  display: inline-block;
}

.single-product .product .spendora-product-tabs .tabs li .active {
  color: #333;
}

.single-product .product .spendora-product-tabs .tab-content {
  padding-top: 23px;
}

.single-product .product .spendora-product-tabs .shop_attributes {
  border: none;
}

.single-product .product .spendora-product-tabs .shop_attributes tr {
  margin-bottom: 5px;
  display: block;
}

.single-product .product .spendora-product-tabs .shop_attributes tr:last-child {
  margin-bottom: 0px;
}

.single-product .product .spendora-product-tabs .shop_attributes tr th,
.single-product .product .spendora-product-tabs .shop_attributes tr td {
  border: none;
}

.single-product .product .spendora-product-tabs .shop_attributes tr th {
  font-weight: 400;
  color: #333;
  width: 110px;
}

.single-product .product .spendora-product-tabs .shop_attributes tr td {
  font-style: normal;
  color: #666;
}

.single-product .product .spendora-product-tabs .single-product-panel .woocommerce-Reviews h6 {
  margin-bottom: 27px;
}

.single-product .product .spendora-product-tabs .single-product-panel .woocommerce-Reviews #comments .comment-item .star-rating i {
  font-size: 14px;
}

.single-product .product .spendora-product-tabs .single-product-panel .woocommerce-Reviews #comments .comment-list {
  margin-bottom: 26px;
}

.single-product .product .spendora-product-tabs .single-product-panel .woocommerce-Reviews #review_form_wrapper #review_form form .comment-notes span {
  display: block;
  margin-bottom: 4px;
}

.single-product .product .spendora-product-tabs .single-product-panel .woocommerce-Reviews #review_form_wrapper #review_form form .comment-notes .required {
  display: inline-block;
  margin-bottom: 0px;
}

.single-product .product .spendora-product-tabs .single-product-panel .woocommerce-Reviews #review_form_wrapper #review_form form .comment-form-rating {
  margin-bottom: 8px;
}

.single-product .product .spendora-product-tabs .single-product-panel .woocommerce-Reviews #review_form_wrapper #review_form form .comment-form-rating label {
  position: relative;
  top: 0;
  margin-bottom: 5px;
}

.single-product .product .spendora-product-tabs .single-product-panel .woocommerce-Reviews #review_form_wrapper #review_form form .comment-form-rating .star span a {
  color: #ffcc33;
  font-size: 14px;
  padding-right: 2px;
}

.single-product .related {
  padding-top: 55px;
  margin-bottom: -5px;
}

.star-rating i {
  color: #ffcc33;
  font-size: 17px;
  padding-right: 2px;
}

.related-product-title {
  font-size: 25px;
  margin-bottom: 34px;
}

/* 25. Shop Page ------------------------------------------*/
.shop-content .spendora-sorting {
  margin-bottom: 30px;
}

.shop-content .spendora-sorting .spendora-ordering select {
  border: 1px solid #e5e5e5;
  color: #666;
  padding: 12px 20px;
  background: 0 0;
  z-index: 1;
}

.shop-content .products-list {
  margin-bottom: 25px;
}

.product-item {
  margin-bottom: 36px;
}

.product-item figure {
  position: relative;
  overflow: hidden;
}

.product-item figure .image-cover,
.product-item figure .image-secondary {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.product-item figure .image-secondary {
  -webkit-transform: translateX(-150%);
  transform: translateX(-150%);
  position: absolute;
  top: 0;
  left: 50%;
}

.product-item figure .new,
.product-item figure .onsale {
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  color: #fff;
  width: 56px;
  height: 27px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
}

.product-item figure .new {
  background: #333;
}

.product-item figure .onsale {
  background: #fff;
}

.product-item figure .woocommerce-add-to-cart {
  position: absolute;
  width: 100%;
  height: 45px;
  background: #333;
  bottom: 0;
  left: 0;
  transform: translateY(45px);
  -moz-transform: translateY(45px);
  -webkit-transform: translateY(45px);
  -o-transform: translateY(45px);
  -ms-transform: translateY(45px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -webkit-transition: -webkit-transform ease-in 0.3s;
  transition: -webkit-transform ease-in 0.3s;
  transition: transform ease-in 0.3s;
  transition: transform ease-in 0.3s, -webkit-transform ease-in 0.3s;
}

.product-item figure .woocommerce-add-to-cart a {
  color: #fff;
  text-transform: uppercase;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
}

.product-item figure .woocommerce-add-to-cart a i {
  font-size: 22px;
  padding-left: 10px;
}

.product-item .info {
  padding-top: 23px;
}

.product-item .info .product-title-price {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
}

.product-item .info .woocommerce-loop-product__title a {
  font-size: 20px;
  color: #333;
}

.product-item .info .product-category {
  color: #666;
}

.product-item .info .price ins {
  text-decoration: none;
}

.product-item:hover figure .woocommerce-add-to-cart {
  transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
}

.product-item:hover figure .image-secondary {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.product-item:hover .info .woocommerce-loop-product__title a,
.product-item:hover .info .price {
  color: #fff;
}

.price {
  font-size: 20px;
  color: #333;
}

/* 26. Single Post Page ------------------------------------------*/
.post-single-content {
  padding-right: 10px;
}

.single-content .feature-img img {
  width: 100%;
}

.single-content .single-title {
  padding-top: 35px;
  padding-bottom: 13px;
}

.single-content .post-content {
  padding-top: 20px;
  padding-bottom: 5px;
}

.single-content .post-content .quote-content {
  position: relative;
  padding-left: 80px;
}

.single-content .post-content .quote-content img {
  position: absolute;
  top: -3px;
  left: 56px;
  color: #e5e5e5;
  font-size: 80px;
  z-index: 9;
  width: 50px;
}

.single-content .post-content .quote-content p {
  position: relative;
  z-index: 99;
}

.single-content .post-content p {
  margin-bottom: 26px;
}

.single-content .post-content .post-image {
  padding: 0 5px;
  padding-top: 10px;
}

.single-content .post-content .post-image .post-image-item {
  margin: 0 -5px;
  margin-bottom: 20px;
}

.single-content .post-content h5 {
  padding-top: 13px;
  padding-bottom: 12px;
}

.single-content .tags-socials .tagcloud .tag-cloud-link {
  margin-bottom: 0px;
}

.single-content .tags-socials .socials span {
  margin-top: 4px;
  padding-right: 10px;
}

.single-content .tags-socials .socials li {
  margin-right: 20px;
}

.single-content .tags-socials .socials li:last-child {
  margin-right: 0px;
}

.single-content .tags-socials .socials li a {
  color: #666;
}

.single-content .comments {
  padding-top: 65px;
}

.single-post-author {
  margin-top: 60px;
  margin-bottom: 32px;
}

.single-post-author figure {
  width: 498px;
}

.single-post-author .info {
  padding: 35px 70px 20px 35px;
  position: relative;
}

.single-post-author .info:after {
  position: absolute;
  content: '';
  background-color: #f9f9f9;
  background-image: url(../images/bg-pattern-1.png);
  background-repeat: repeat;
  background-position: center center;
  opacity: 0.15;
  z-index: 9;
  width: 5px;
  height: 100%;
  right: 0;
  top: 0;
}

.single-post-author .info:before {
  position: absolute;
  content: '';
  border-top: 110px solid transparent;
  border-bottom: 110px solid transparent;
  border-right: 22px solid #fff;
  right: 100%;
  top: 0;
  width: 0;
  height: 100%;
}

.single-post-author .info .line1 {
  top: 0px;
}

.single-post-author .info .line3 {
  bottom: 0;
}

.single-post-author .info .author-mail {
  color: #666;
  padding-top: 7px;
  display: block;
  padding-bottom: 10px;
}

.single-post-author .info .desc {
  padding-bottom: 13px;
}

.single-post-author .author-socials li {
  margin-right: 20px;
}

.single-post-author .author-socials li:last-child {
  margin-right: 0px;
}

.single-post-author .author-socials li a {
  color: #666;
}

.spendora-post-pagination .pre-post,
.spendora-post-pagination .next-post {
  position: relative;
}

.spendora-post-pagination .pre-post a,
.spendora-post-pagination .next-post a {
  color: #999;
  display: inline-block;
  padding-bottom: 10px;
}

.spendora-post-pagination .pre-post .pagination-img,
.spendora-post-pagination .next-post .pagination-img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.spendora-post-pagination .pre-post {
  padding-left: 10px;
}

.spendora-post-pagination .next-post {
  padding-right: 10px;
}

.comments-title {
  font-size: 20px;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 35px;
}

.comment-item:first-child .comment-content {
  padding-top: 0px;
}

.comment-item:first-child .comment-item .comment-content {
  padding-top: 32px;
}

.comment-item .comment-item {
  padding-left: 50px;
}

.comment-item .comment-content {
  padding-bottom: 31px;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 32px;
}

.comment-item .comment-content img {
  width: 81px;
  height: 81px;
  margin-right: 20px;
  margin-top: 8px;
}

.comment-item .comment-content .comment-body .comment-author {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
}

.comment-item .comment-content .comment-body .comment-author .author {
  font-size: 17px;
  color: #333;
}

.comment-item .comment-content .comment-body .comment-author .comment-reply-link {
  font-size: 13px;
  text-transform: uppercase;
  color: #333;
}

.comment-item .comment-content .comment-body .comment-time {
  color: #999;
  padding-bottom: 8px;
  display: block;
}

.comment-list {
  margin-bottom: 65px;
}

.common-form input,
.common-form textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: none;
  border-bottom: 1px solid #666;
  transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  padding-top: 10px;
  padding-bottom: 10px;
  background: transparent;
}

.common-form input:focus+label,
.common-form input:valid+label,
.common-form textarea:focus+label,
.common-form textarea:valid+label {
  top: -10px;
}

.common-form textarea {
  height: 115px;
}

.common-form .form-group {
  position: relative;
}

.common-form label {
  position: absolute;
  transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  -ms-transition: 0.25s ease;
  color: #666;
  left: 0;
  top: 13px;
  margin-bottom: 0px;
}

.common-form .form-submit {
  display: inline-block;
  position: relative;
  margin-top: 23px;
  cursor: pointer;
}

.common-form .form-submit .submit {
  background: #fff;
  border-bottom: none;
  color: #666;
  border: 1px solid #666;
  text-transform: uppercase;
  letter-spacing: 2px !important;
  padding: 12px 31px;
  cursor: pointer;
  background: transparent;
}

.common-form .form-submit:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.15s border-radius 0.15s, -webkit-transform 0.15s;
  transition: 0.15s border-radius 0.15s, -webkit-transform 0.15s;
  transition: transform 0.15s, 0.15s border-radius 0.15s;
  transition: transform 0.15s, 0.15s border-radius 0.15s, -webkit-transform 0.15s;
  opacity: 0;
  background: #fff;
  -webkit-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  z-index: -1;
  border-radius: 50%;
}

.common-form .form-submit:hover {
  color: #fff;
}

.common-form .form-submit:hover .submit {
  color: #fff !important;
  border: 1px solid #fff;
}

.common-form .form-submit:hover:before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  border-radius: 0;
}

.common-form .form-submit:hover .submit {
  color: #fff;
}

.common-form .form-submit:hover:after {
  background: #000000;
  border: 1px solid #fff !important;
  color: #fff;
}

.leave-comment .comments-title {
  margin-bottom: 15px;
}

.single-link-post .post-single-content .postformat-box {
  padding: 16px 30px 38px 55px;
}

.single-link-post .post-single-content .postformat-box .postformat-box-content {
  margin-top: -14px;
}

.single-quote-post .postformat-box {
  padding: 34px 30px 18px 55px;
}

.single-quote-post .postformat-box .quote-author {
  margin-top: -12px;
}

.single-video-post .video-img {
  position: relative;
  overflow: hidden;
}

.single-video-post .video-img img {
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.single-video-post .video-img:hover img {
  opacity: 0.8;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.single-video-post .video-img:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  opacity: 0;
}

.single-video-post .video-img .bmd-modalButton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 99;
  opacity: 0;
}

.single-video-post .video-img .bmd-modalButton .au-video-button i {
  width: 56px;
  height: 56px;
  font-size: 20px;
}

.single-video-post .video-img:hover:after {
  opacity: 1;
}

.single-video-post .video-img:hover .bmd-modalButton {
  opacity: 1;
}

.audio {
  position: relative;
}

.audio .audio-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.audio .audio-content .mejs__audio {
  min-height: 38px !important;
}

.audio .audio-content .mejs__audio .mejs__inner .mejs__controls .mejs__time {
  font-size: 15px;
  font-weight: 400;
}

.audio .audio-content .mejs__audio .mejs__inner .mejs__controls .mejs__playpause-button button,
.audio .audio-content .mejs__audio .mejs__inner .mejs__controls .mejs__volume-button button {
  position: relative;
  height: 100%;
  background: center no-repeat;
  margin: 0;
  border: 0;
  outline: 0;
}

.audio .audio-content .mejs__audio .mejs__inner .mejs__controls .mejs__play button {
  width: 39px;
  background-image: url("../images/icon/play-icon.png");
}

.audio .audio-content .mejs__audio .mejs__inner .mejs__controls .mejs__pause button {
  width: 39px;
  background-image: url("../images/icon/pause.png");
}

.audio .audio-content .mejs__audio .mejs__inner .mejs__controls .mejs__mute button {
  width: 39px;
  background-image: url("../images/icon/mute-icon.png");
}

.audio .audio-content .mejs__audio .mejs__inner .mejs__controls .mejs__prev-button,
.audio .audio-content .mejs__audio .mejs__inner .mejs__controls .mejs__next-button,
.audio .audio-content .mejs__audio .mejs__inner .mejs__controls .mejs__shuffle-off,
.audio .audio-content .mejs__audio .mejs__inner .mejs__controls .mejs__loop-off {
  display: none;
}

.audio .audio-content .mejs__audio .mejs__inner .mejs__controls .mejs__time-rail {
  padding-top: 20px;
}

.audio .audio-content .mejs__audio .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total {
  height: 3px;
  background: #fff;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  margin-top: 0px;
  outline: none;
}

.audio .audio-content .mejs__audio .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-handle-content {
  top: -7px;
  outline: none;
}

.audio .audio-content .mejs__audio .mejs__inner .mejs__controls .mejs__horizontal-volume-slider .mejs__horizontal-volume-total {
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  top: 18px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
}

.audio .audio-content .mejs__audio .mejs__inner .mejs__controls .mejs__horizontal-volume-slider .mejs__horizontal-volume-total .mejs__horizontal-volume-current {
  background: #fff;
}

/* 27. Responsive ------------------------------------------*/
@media screen and (max-width: 1600px) {
  .masonry-scattered-content .item-horizon-right {
    margin-right: -55px;
    padding-left: 50px;
  }

  .masonry-scattered-content .item-horizon-left {
    margin-left: -55px;
    padding-right: 50px;
  }

  .clients-list {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon {
    padding-top: 90px;
  }

  .testimonials-fullpage .item .line3 {
    bottom: 1px;
  }

  .testimonials-fullpage .item .line1 {
    top: 0px;
  }

  .testimonials-fullpage .item:after,
  .testimonials-fullpage .item:before {
    height: calc(100% - 0px);
  }

  .testimonials-fullpage-slider .slick-arrow {
    top: 82%;
  }

  .testimonials-fullpage-content {
    padding-left: 50px;
    padding-right: 40px;
  }

  .testimonials-fullpage-slider .slick-prev {
    left: 79.7%;
  }

  .testimonials-fullpage-slider .slick-next {
    left: 89.3%;
  }

  .testimonials-fullpage {
    margin-right: 110px;
  }

  .page-pull,
  .header-pull .header-menu-content {
    padding-top: 50px;
  }

  .introduce-accordion .card .card-body,
  .introduce-accordion .card .card-header {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media screen and (max-width: 1500px) {

  .introduce-accordion .card .card-body,
  .introduce-accordion .card .card-header {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 1400px) {
  .welcome-content .info {
    padding: 55px 83px 60px;
    margin-top: 50px;
  }
}

@media screen and (max-width: 1300px) {
  .masonry-scattered-content .item-horizon-right {
    margin-right: 0px;
    padding-left: 35px;
  }

  .masonry-scattered-content .item-horizon-left {
    margin-left: 0px;
    padding-right: 35px;
  }

  .home-blog-content,
  .statistics-content,
  .left,
  .right {
    margin-left: 0px;
    margin-right: 0px;
  }

  .partner-list .partner-item:nth-child(1) .item:before,
  .partner-list .partner-item:nth-child(4) .item:before,
  .partner-list .partner-item:nth-child(1) .item:after,
  .partner-list .partner-item:nth-child(5) .item:after,
  .partner-list .partner-item:nth-child(9) .item:after,
  .partner-list .partner-item:nth-child(4) .item:after,
  .partner-list .partner-item:nth-child(8) .item:after,
  .partner-list .partner-item:nth-child(12) .item:after,
  .partner-list .partner-item:nth-child(1):before,
  .partner-list .partner-item:nth-child(9):before,
  .partner-list .partner-item:nth-child(1):after,
  .partner-list .partner-item:nth-child(2):after,
  .partner-list .partner-item:nth-child(3):after,
  .partner-list .partner-item:nth-child(4):after,
  .partner-list .partner-item:nth-child(9):after,
  .partner-list .partner-item:nth-child(10):after,
  .partner-list .partner-item:nth-child(11):after,
  .partner-list .partner-item:nth-child(12):after,
  .projects-border-grid .project-item:nth-child(1):before,
  .projects-border-grid .project-item:nth-child(5):before,
  .projects-border-grid .project-item:nth-child(1):after,
  .projects-border-grid .project-item:nth-child(2):after,
  .projects-border-grid .project-item:nth-child(3):after,
  .projects-border-grid .project-item:nth-child(4):after,
  .projects-border-grid .project-item:nth-child(1) .item:before,
  .projects-border-grid .project-item:nth-child(4) .item:before,
  .projects-border-grid .project-item:nth-child(1) .item:after,
  .projects-border-grid .project-item:nth-child(5) .item:after,
  .projects-border-grid .project-item:nth-child(8) .item:after,
  .projects-border-grid .project-item:nth-child(4) .item:after,
  .projects-border-grid .project-item:nth-child(5):after,
  .projects-border-grid .project-item:nth-child(6):after,
  .projects-border-grid .project-item:nth-child(7):after,
  .projects-border-grid .project-item:nth-child(8):after {
    display: none;
  }

  .introduce-accordion .card .card-body .body-img img {
    margin-bottom: 10px;
  }

  .welcome-content .info:after {
    opacity: 0.1;
  }

  .section .anchor-text {
    display: none;
  }

  #fp-nav {
    display: none;
  }
}

@media screen and (max-width: 1200px) {

  .testimonials-section {
    position: relative;
    /* border: 2px solid #f00;*/
  }

  .testimonials-section .info {
    /*border: 2px solid green;
*/
    /*position: absolute;*/
    /* bottom: -20%;*/
  }

  .testimonials-fullpage-slider .slick-arrow {
    /* background: red; */
    position: absolute;
    top: 88%;
    right: 0;
  }

  .container {
    width: 100%;
    max-width: 100%;
  }

  .body-line {
    display: none;
  }

  .single-post-author figure {
    width: 811px;
  }

  .our-process-content .item .zigzax-line {
    display: none;
  }

  .our-team-fullpage-content .item-heading {
    padding: 45px 10px 45px 40px;
  }

  .testimonials-fullpage-content {
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 130px;
  }

  .testimonials-fullpage {
    margin-left: 30px;
    margin-right: 30px;
  }

  .year-experience .year-experience-number {
    font-size: 175px;
  }

  .page-pull .grids {
    grid-gap: 10px;
  }

  .welcome-content figure {
    display: none;
  }

  .welcome-content .info {
    margin-right: 0px;
    margin-left: 0px;
  }



  .welcome-content .info {
    padding: 78px 83px 90px;
  }

  .page-pull #full .grids .item {
    padding-right: 0px;
  }
}

@media screen and (min-width: 1024px) {
  .container {
    max-width: 1200px;
  }
}

@media screen and (max-width: 1024px) {
  .hidden-tablet-landscape {
    display: none;
  }

  .hidden-tablet-landscape-up {
    display: block;
  }

  .header-home2 {
    position: relative;
  }

  .header-6 .hamburger-inner,
  .header-6 .hamburger-inner:after,
  .header-6 .hamburger-inner:before {
    background-color: #fff;
  }

  .header-pull {
    position: relative;
    width: 100%;
  }

  .page-pull {
    padding-left: 60px;
  }

  .heading-page-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
  }

  .project-five-columns .project-items .item {
    width: 33.33%;
  }

  .heading-page-2 img {
    height: 300px;
  }

  .heading-page-2 .heading-page-content {
    padding-top: 40px;
    padding-bottom: 43px;
  }

  .our-process-content .item {
    margin-right: 35px;
  }

  .landing-content .landing-sizer,
  .landing-content .landing-item {
    width: 50%;
  }

  .landing-content .landing-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .landing-content {
    margin-left: -15px;
    margin-right: -15px;
  }

  /*.testimonials-fullpage-slider .slick-arrow {
    background: red; }*/
}

@media screen and (max-width: 992px) {
  .related-portfolios .projects-standard .item {
    margin-bottom: 30px;
  }

  .au-page-title {
    font-size: 30px;
  }

  .blog-sidebar--right .blog-list {
    padding-right: 0px;
  }

  .blog-sidebar--left .blog-list {
    padding-left: 0px;
  }

  .our-process-content .our-process-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
  }

  .our-process-content .item:nth-child(2n) {
    margin-top: 0px;
  }

  .our-process-content .item,
  .home-aboutus-content .item {
    margin-bottom: 30px;
  }

  .our-process-content .item {
    margin-right: 0px;
  }

  .blog-masonry .projects-masonry .grid-sizer,
  .blog-masonry .projects-masonry .item {
    width: 50%;
  }

  .sidebar {
    margin-top: 30px;
  }

  .cart-page .woocommerce-cart-form .shop_table_responsive thead {
    display: none;
  }

  .cart-page .woocommerce-cart-form .shop_table_responsive tbody {
    border-bottom: none;
  }

  .cart-page .woocommerce-cart-form .shop_table_responsive tbody .cart_item {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }

  .cart-page .woocommerce-cart-form .shop_table_responsive tbody .cart_item td {
    padding: 15px;
  }

  .cart-page .woocommerce-cart-form .shop_table_responsive tbody .cart_item .product-remove {
    width: 100%;
    display: block;
    border-top: 20px solid #fff;
  }

  .cart-page .woocommerce-cart-form .shop_table_responsive tbody .cart_item .product-remove .remove {
    position: absolute;
    top: -3px;
    right: 0;
  }

  .cart-page .woocommerce-cart-form .shop_table_responsive tbody .cart_item .product-name {
    width: 100%;
  }

  .cart-page .woocommerce-cart-form .shop_table_responsive tbody .cart_item .product-name img {
    display: none;
  }

  .cart-page .woocommerce-cart-form .shop_table_responsive tbody .cart_item .product-subtotal {
    width: 100%;
    clear: both;
  }

  .cart-page .woocommerce-cart-form .shop_table_responsive tbody .cart_item .product-quantity .quantity {
    float: right;
  }

  .cart-page .woocommerce-cart-form .shop_table_responsive tbody tr td {
    display: block;
    text-align: right;
    clear: both;
    background: #fbfbfb;
    overflow: hidden;
  }

  .cart-page .woocommerce-cart-form .shop_table_responsive tbody tr td[data-title]:before {
    content: attr(data-title) ": ";
    font-weight: 600;
    float: left;
  }

  .cart-page .woocommerce-cart-form .shop_table tfoot tr .actions .coupon input[type="text"] {
    width: 100%;
    margin-bottom: 20px;
  }

  .cart-page .woocommerce-cart-form .shop_table tfoot tr .actions .coupon,
  .cart-page .woocommerce-cart-form .shop_table tfoot tr .actions .button {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .cart-page .woocommerce-cart-form .shop_table tfoot tr .actions .au-btn:after {
    display: none;
  }

  .cart-page .woocommerce-cart-form .shop_table tfoot tr .actions .action-btn {
    width: 100%;
    margin-right: 0px;
  }

  .projects-flip-content .slick-center img {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }

  .projects-flip-content .item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .projects-flip-content .slick-list {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0 !important;
  }

  .body-content {
    margin-bottom: 20px;
  }

  .introduce-accordion {
    margin-left: 30px;
    margin-right: 30px;
  }

  .slideshow4 {
    padding-left: 0px;
    padding-right: 0px;
  }



  .aboutus-intro .intro-img,
  .aboutus-intro .intro-content {
    width: 100%;
  }

  .left figure {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -moz-order: 1;
    -webkit-order: 1;
    -o-order: 1;
    -ms-order: 1;
  }

  .left .intro-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -moz-order: 2;
    -webkit-order: 2;
    -o-order: 2;
    -ms-order: 2;
  }

  .page-pull {
    overflow-y: scroll;
  }

  .our-team-fullpage-content .col-12:first-child {
    display: none;
  }

  .section {
    padding-top: 100px;
  }

  .section .fp-tableCell {
    padding-top: 0px;
  }

  .testimonials-fullpage-slider .slick-next {
    left: auto;
    right: 30px;
  }

  .testimonials-fullpage-slider .slick-prev {
    left: 77%;
  }

  .testimonials-fullpage-content {
    padding-top: 60px;
    padding-bottom: 100px;
    padding-left: 85px;
  }

  .testimonials-fullpage-slider .slick-arrow {
    top: 85%;
  }

  .year-experience-image {
    padding-left: 0px;
  }

  .slideshow2 .slideshow-socials {
    padding-left: 0px;
  }

  .header-6 {
    position: relative;
    background: #000;
  }
}

/* @media screen and (min-width: 992px) {
  .mob-footer {
    display: none !important;
  }
  
} */

@media screen and (min-width: 768px) and (max-width: 991px) {
  footer {
    display: none !important;
  }

  .slider {
    margin-top: 0px !important;
  }

  .au-nav-mobile ul li a {
    text-align: center;
  }

  .experience {
    margin-top: 60px !important;
  }

  #experience-section .year-experience-info {
    padding-right: 0px;
    padding-top: 0px;
  }

  #experience-section .year-experience {
    padding-top: 0px;
  }

  .our-team-content .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
  }

  .our-team-content .item.item-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }

  .our-team-content .item-right,
  .our-team-content .item-left {
    height: auto;
  }

  .our-team-content .item .info {
    width: 100%;
  }

  .our-team-content .item figure {
    /*top: 55px;*/
  }

  
}



@media screen and (max-width: 768px) {
  
  .our-team-content .item-left {
    height: auto;
    margin-bottom: 40px;
  }

  .our-team-content .item-right {
    height: auto;
  }

  #experience-section .year-experience-info {
    /* padding-right: 0px; */
  }

  #projects-section {
    margin-top: -40px;
  }

  .projects-border-grid {
    padding-bottom: 60px !important;
  }

  .testimonials-section {
    padding-bottom: 0px !important;
  }

  .aboutus-intro .intro-content {
    padding: 70px 30px 30px;
  }

  .aboutus-intro .intro-content .about-italic {
    font-size: 22px;
  }

  .aboutus-page .aboutus-intro {
    margin-top: 0px;
  }

  .our-team-content .item .line1 {
    top: -20px;
  }

  .our-team-content .item .line2,
  .our-team-content .item .line4 {
    top: 49%;
    height: 101%;
  }

  .sticky {
    display: none;
  }

  .socials {
    /* height: 20px; */
  }

  .footer-bottom .socials li a {
    font-size: 14px;
  }

  .socials p {
    font-size: 14px;
  }

  .footer-contact a {
    font-size: 14px;
  }

  .footer-bottom .socials li {
    margin-right: 15px;
  }

  .google-maps {
    margin-top: 30px;
  }

  .getting-in-touch {
    margin-top: 60px !important;
  }

  .footer-bottom .socials li {
    margin-top: 0px;
  }

  .footer-bottom {
    text-align: center;
  }

  .footer-contact {
    padding-top: 0px !important;
  }

  footer {
    height: 120px !important;
    display: none !important;
  }

  .logo {
    left: 15px !important;
  }

  .career-form {
    padding: 30px !important;
  }

  .career-form-section {
    margin-bottom: 0px !important;
  }

  .aboutus-intro .intro-content .aboutus-bold {
    font-size: 28px;
  }

  .p-t-150 {
    padding-top: 0px;
  }

  .contact-form {
    margin-top: 30px;
  }

  .contact-us .desc {
    padding-bottom: 20px;
    font-size: 14px;
  }

  .contact-us h2 {
    font-size: 24px;
  }

  .contact-us ul {
    font-size: 14px;
  }

  .contact-info {
    margin-top: 50px !important;
  }

  #back-to-top {
    bottom: 50px;
  }

  .footer-contact {
    text-align: center !important;
  }

  .footer-bottom .nav-socials {
    text-align: center !important;
  }

  #experience-section .year-experience {
    padding-top: 0px;
    padding-left: 0px;
  }

  .mobile .year-experience-content {
    text-align: center;
  }

 
  #experience-section .year-experience-info-title {
    font-size: 24px;
  }

  #experience-section p.desc {
    padding-top: 10px;
    font-size: 14px;
  }

  .experience {
    margin-top: 0px !important;
    padding-bottom: 30px !important;
  }

  .testimonials-fullpage-content .info p.desc {
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
  }

  .testimonials-fullpage-content .icon-quote {
    left: -30px;
  }

  .testimonials-fullpage-content {
    padding-top: 30px;
    padding-left: 45px;
  }

  .testimonials-fullpage-content .icon-quote {
    height: 16px;
  }

  .hamburger {
    padding: 5px;
  }

  .hamburger-inner,
  .hamburger-inner:after,
  .hamburger-inner:before {
    width: 30px;
    height: 2px;
  }

  .hamburger-inner:after {
    bottom: -7px;
  }

  .hamburger-inner:before {
    top: -7px;
  }

  .header {
    height: auto;
  }

  .header-mobile .header-top-mobile .logo {
    margin-left: 0px;
    width: 75% !important;
  }

  .au-nav-mobile ul li a {
    font-size: 14px !important;
    text-align: center;
  }

  .about-banner {
    margin-top: -20px !important;
    height: 145px !important;
  }

  .about-textbox p {
    font-size: 18px !important;
  }

  .slider {
    margin-top: -20px !important;
    height: 145px !important;
  }

  .slider-textbox p {
    font-size: 18px !important;
  }

  .item {
    margin-bottom: 30px;
  }

  .heading-page img {
    height: 200px;
  }

  .project-five-columns .project-items .item,
  .masonry-v2 .projects-masonry-2 .projects-masonry .grid-sizer,
  .masonry-v2 .projects-masonry-2 .projects-masonry .item {
    width: 50%;
  }

  .single-big-images .portfolio-info .meta {
    margin-left: 0px;
  }

  .single-big-images .portfolio-info .portfolio-intro {
    padding-right: 0px;
  }

  .blog-masonry .projects-masonry .grid-sizer,
  .blog-masonry .projects-masonry .item {
    width: 100%;
  }

  .blog-masonry .quote-top .postformat-box {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -moz-order: 3;
    -webkit-order: 3;
    -o-order: 3;
    -ms-order: 3;
    margin-bottom: 0px;
    margin-top: 44px;
  }

  .blog-masonry .quote-top figure {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -moz-order: 1;
    -webkit-order: 1;
    -o-order: 1;
    -ms-order: 1;
  }

  .single-post-author,
  .year-experience {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
  }

  .year-experience .year-experience-number {}

  .single-post-author figure {
    width: 100%;
  }

  .single-post-author figure img {
    width: 100%;
  }

  .single-post-author .info::before {
    border: none;
    background-color: #f9f9f9;
    background-image: url(../images/bg-pattern-1.png);
    background-repeat: repeat;
    background-position: center center;
    opacity: 0.15;
    z-index: 9;
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
  }

  .single-product .product .product-images-wrapper {
    padding-right: 0px;
    margin-bottom: 40px;
  }

  .single-product .product .product-summary {
    padding-left: 0px;
  }

  .single-product .product .spendora-product-tabs {
    padding-bottom: 10px;
  }

  .error404 .error-page-content .error-page-title {
    font-size: 200px;
  }

  .error404 .error-page-content .error-page-title {
    font-size: 100px;
  }

  .spendora-form-login {
    padding-right: 0px;
    margin-bottom: 30px;
  }

  .spendora-form-signup {
    padding-left: 0px;
  }

  .masonry-scattered-content .item-horizon-left,
  .masonry-scattered-content .item-verticle-right {
    padding-right: 0px;
  }

  .masonry-scattered-content .item-verticle-left,
  .masonry-scattered-content .item-horizon-right {
    padding-left: 0px;
  }

  .masonry-scattered-content .item-horizon-left,
  .masonry-scattered-content .item-horizon-right {
    padding-top: 0px;
  }

  .work-experience-img {
    margin-bottom: 30px;
  }

  .coming-soon {
    padding-top: 30px;
  }

  .introduce-accordion .card .card-body .body-img img {
    width: 100%;
    margin-bottom: 20px;
  }

  .introduce-accordion .card .card-body .body-img {
    padding-left: 0px;
  }

  .tp-bullets {
    display: none;
  }

  .page-pull .grids {
    display: block;
  }

  .projects-grid .item:first-child,
  .projects-grid .item:last-child {
    width: 100%;
  }

  .projects-grid .item {
    width: 100%;
  }

  .home-page,
  .landing-porfolio-content,
  .innner-page-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .landing-porfolio-content .bigger.landing-porfolio-right {
    margin-right: -180px;
  }

  .landing-porfolio-content .landing-porfolio-center {
    margin-left: -180px;
    margin-right: -180px;
  }

  .landing-porfolio-content .bigger.landing-porfolio-left {
    margin-left: -180px;
  }

  .landing-footer .landing-footer-content .desc {
    width: 75%;
  }

  .project-full-mobile {
    display: block;
  }

  .project-full-desktop {
    display: none;
  }

  .page-pull #full {
    margin-left: -55px;
    margin-right: -55px;
  }

  .page-pull #full .grids .item {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 575px) {

  .projects-flip .projects-flip-img-first,
  .projects-flip .projects-flip-img-second {
    display: none;
  }

  .project-five-columns .project-items .item {
    width: 100%;
  }

  

  .shop-content .spendora-sorting,
  .socials-logins,
  .our-team-content .item,
  .coming-soon #count-down-time,
  .email-subcribe form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
  }

  .email-subcribe form input {
    border-right: 1px solid #666;
    margin-bottom: 20px;
  }

  .count-down-item {
    margin-right: 0px;
  }

  .coming-soon h1 {
    font-size: 40px;
  }

  .socials-logins .button-social-login,
  .count-down-item {
    margin-bottom: 20px;
  }

  .shop-content .spendora-sorting .spendora-ordering {
    padding-top: 20px;
  }

  .checkout-page form .form-row-first,
  .checkout-page form .form-row-last {
    float: none;
    width: 100% !important;
  }

  .projects-masonry-2 .projects-masonry .grid-sizer,
  .projects-masonry-2 .projects-masonry .item {
    width: 50%;
  }

  .our-team-content .item figure,
  .our-team-content .item .info {
    width: 100%;
  }

  .our-team-content .item .info {
    padding: 15px 20px;
  }

  .our-team-content .item-left figure {
    /*order: 1;
    -moz-order: 1;
    -webkit-order: 1;
    -o-order: 1;
    -ms-order: 1;*/
    width: 100%;
  }

  .our-team-content .item-left .info {
    /* order: 2;*/
    /*-moz-order: 2;
    -webkit-order: 2;
    -o-order: 2;
    -ms-order: 2;*/
    width: 100%;
  }

  .line3 {
    bottom: 0px;
  }

  .line2,
  .line4 {
    height: 100%;
  }

  .projects-masonry .grid-sizer,
  .projects-masonry .item {
    width: 100%;
  }

  .welcome-content .info .title {
    font-size: 45px;
  }

  .welcome-content .info {
    padding: 78px 43px 90px;
  }

  .landing-content .landing-sizer,
  .landing-content .landing-item {
    width: 100%;
  }

  .testimonials-fullpage-slider.slick-dotted {
    margin-bottom: 0px;
  }

  .testimonials-fullpage-slider .slick-dots {
    bottom: 80px;
  }
}

@media screen and (max-width: 480px) {
  .filter-projects {
    display: block;
    margin-bottom: 20px;
  }

  .filter-projects li {
    margin-bottom: 20px;
  }

  .p-65 {
    padding: 0 35px;
  }

  .link-post-info,
  .single-product .product .product-summary .summary form.cart,
  .comment-item .comment-content .comment-body .comment-author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
  }

  .single-product .product .product-summary .summary form.cart .quantity .qty,
  .single-product .product .product-summary .summary form.cart .quantity {
    width: 183px;
  }

  .single-product .product .product-summary .summary form.cart .single_add_to_cart_button {
    width: 165px;
    padding: 6px 10px;
    margin-top: 20px;
  }

  .single-product .product .product-summary .summary form.cart .single_add_to_cart_button:after {
    left: 100%;
    height: 106%;
  }

  .masonry-v2 .projects-masonry-2 .projects-masonry .grid-sizer,
  .masonry-v2 .projects-masonry-2 .projects-masonry .item {
    width: 100%;
  }

  .filter-projects li span {
    padding: 5px 0px;
  }

  .filter-projects li .is-checked {
    padding: 5px 16px;
  }
}

@media screen and (max-width: 400px) {
  .header-mobile .header-top-mobile .logo {
    width: 50%;
  }

  .header-mobile .header-top-mobile .search-box form .search-icon {
    width: 50px;
    height: 50px;
  }

  .search-box {
    padding-left: 10px;
  }

  .page-pull .masonrymobile .item,
  .page-pull .masonrymobile .item-sizer {
    width: 100%;
  }
}

.welcome {
  background: #333;
  padding-bottom: 25px;
}

#fp-nav ul li .fp-tooltip {
  color: #ccc;
}

.testimonials-section {
  background: #000;
  padding-top: 60px;
  padding-bottom: 120px;
}

.projects-border-grid {
  padding-bottom: 140px;
  padding-top: 180px;
}

.nav-links {
  text-align: right;
  margin-top: 20px;
  margin-right: 15px;
}

.nav-links .nav-links-box {}

.nav-links .nav-links-box a {
  color: #fffa;
  margin-right: 75px;
}

.nav-links .nav-links-box a.active {
  color: #fff;
}

.nav-links .nav-links-box a:hover {
  color: #fff;
}

.header-menu-content {}

header {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transition: all 0.5s linear;
}

footer {
  background: #fff;
  position: fixed;
  bottom: 0;
  -webkit-transition: bottom 1.5s ease-in-out;
  transition: bottom 1.5s ease-in-out;
  width: 100%;
  /* padding: 5px 0px; */
  z-index: 99;
  -webkit-box-shadow: 0px -1px 2px #d6d6d6;
  box-shadow: 0px -1px 2px #d6d6d6;
  /* height: 60px; */
}

.nav-down {
  bottom: -80px;
}

.footer-bottom {
  /* height: 100px; */
  padding-top: 7px;
  padding-bottom: 7px;
}

.footer-bottom .nav-socials {
  padding-top: 5px;
  margin-top: 0px;
}

.footer-contact {
  text-align: right;
  color: #666;
  /* padding-top: 5px; */
  line-height: 1em;
}

.footer-contact a {
  color: #666;
  display: inline-block;
  /* line-height: 1em; */
}

/* .experience {
  margin-top: 210px;
} */

.contact-info {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #000;
}

.menu-link {
  position: relative;
  z-index: 99;
  transition: linear 0.5s all;
  -moz-transition: linear 0.5s all;
  -webkit-transition: linear 0.5s all;
  -o-transition: linear 0.5s all;
  -ms-transition: linear 0.5s all;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

.menu-link:hover {
  color: #fff;
}

.how-we-work {
  margin-top: 200px;
  padding-bottom: 100px;
}

.how-we-work-box {
  text-align: center;
}

.how-we-work-box img {
  width: 230px;
}

.how-we-work-box h3 {
  font-size: 18px;
  line-height: 24px;
}

.hor-line {
  position: absolute;
  width: 42%;
  border-top: 1px dashed black;
  top: 45%;
  right: -21%;
  z-index: 1;
}

.ver-line-right {
  position: absolute;
  width: 55px;
  height: 285px;
  border-top: 1px dashed black;
  border-top-right-radius: 5px;
  border-right: 1px dashed black;
  border-bottom: 1px dashed black;
  border-bottom-right-radius: 5px;
  top: 13%;
  right: 100px;
  z-index: 1;
}

.ver-line-left {
  position: absolute;
  width: 55px;
  height: 285px;
  border-top: 1px dashed black;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-left: 1px dashed black;
  border-bottom: 1px dashed black;
  top: 43%;
  left: 100px;
  z-index: 1;
}

.header-scroll .logo {
  margin-left: -30px;
}

.header-scroll .header-menu {
  padding-top: 15px;
  padding-bottom: 15px;
}

.career-form-section {
  margin-bottom: 60px;
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(../images/more_images/Deshmukh_rooms/career.jpg);
  background-size: cover;
}

.contact-form-section {
  background: url(../images/more_images/Deshmukh_rooms/contact.jpg);
}

.contact-form h3 {
  font-size: 28px;
  padding-bottom: 10px;
}

.contact-form p {
  padding-bottom: 10px;
}

.career-form-section .contact-form .common-form textarea {
  height: 141px;
}

.career-form {
  background: #ffffffe8;
  padding: 50px;
}

.nav-socials {
  margin-top: 20px;
  text-align: right;
  margin-right: 30px;
}

.sticky {
  height: 70px;
  padding: 0px;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.on-scroll {
  margin-left: 10px;
}

hr.header-hr {
  bottom: 20px;
  height: 2px;
  margin: 18px 0;
  position: relative;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(10%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.65)), color-stop(90%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.65) 50%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff', GradientType=1);
  /* IE6-9 */
}

hr.header-hr:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.footer-bottom .socials li a i {
  font-size: 14px;
}

.footer-bottom .socials li a:hover i {

  color: #007bff;
}

.slider {
  position: relative;
  height: 545px;
  width: 100%;
  margin-top: 140px;
}

.slide1,
.slide2,
.slide3 {
  position: absolute;
  width: 100%;
  height: 100%;
}

.slide1 {
  background: url(../images/more_images/Deshmukh_rooms/hm_slider2.jpg)no-repeat center;
  background-size: cover;
  animation: fade 14s infinite;
  -webkit-animation: fade 14s infinite;

}

.slide2 {
  background: url(../images/more_images/hm_slider1.jpg)no-repeat center;
  /* background: url(../images/index/banner-1.jpg)no-repeat center; */
  background-size: cover;
  animation: fade2 14s infinite;
  -webkit-animation: fade2 14s infinite;
}

.slide3 {
  background: url('../images/more_images/career_right.jpg')no-repeat center;
  /* background: url(../images/index/banner-1.jpg)no-repeat center; */
  background-size: cover;
  animation: fade2 14s infinite;
  -webkit-animation: fade2 14s infinite;
}

@-webkit-keyframes fade {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fade {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fade2 {
  0% {
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes fade2 {
  0% {
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.slider-textbox {
  position: absolute;
  color: #fff;
  top: 40%;
  left: 15%;
}

.slider-textbox span {
  font-size: 18px;
  font-style: italic;
}

.slider-textbox p {
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
}

.about-banner {
  position: relative;
  height: 545px;
  width: 100%;
  margin-top: 140px;
}

.about-img {
  background: url(../images/index/banner-1.jpg)no-repeat center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}

.about-textbox {
  position: absolute;
  color: #fff;
  top: 40%;
  left: 15%;
}

.about-textbox p {
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
}

.getting-in-touch {
  margin-top: 220px;
  margin-bottom: 60px;
  text-align: center;
}

.getting-in-touch-box {
  text-align: center;
}

.getting-in-touch-box p {
  margin-top: 20px;
}

.contact-us h3 {
  color: #fff;
}

.contact-us ul {
  margin-top: 20px;
}

.aboutus-page {
  margin-bottom: 80px;
}

.google-maps {
  position: relative;
  padding-bottom: 400px;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.projects-border-grid .modal-footer {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.socials p {
  /* margin-top: 5px; */
  /* line-height: 1em; */
}

.nitesh {
  margin-top: 40px;
}

.omkar {
  margin-top: 30px;
}

.nitesh figure {
  text-align: center;
  /* margin-left: 20px; */
}

.omkar figure {
  text-align: center;
  /* margin-right: 20px; */
  overflow: hidden;
}


.mob-footer {
  text-align: center;
  -webkit-box-shadow: 0px -1px 2px #d6d6d6;
  box-shadow: 0px -1px 2px #d6d6d6;
}

.mob-footer .footer-contact {
  text-align: center;
}



.au-navbar-menu li {
  position: relative;
}

.au-navbar-menu li:before {
  width: 100%;
  content: '';
  height: 2px;



  bottom: 0;


  position: absolute;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(10%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.65)), color-stop(90%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.65) 50%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff', GradientType=1);
}


.footer-contact a:hover,
.socials a:hover {
  color: #007bff;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}


.website {
  color: #fff !important;
}


.aboutus-page .aboutus-intro {
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}


.aboutus-intro .intro-img {
  width: 559px;
  position: relative;
  z-index: 99;
  height: 294px;
}

.aboutus-intro .intro-img {
  width: 559px;
  position: relative;
  z-index: 99;
  height: 374px;
}





/*
.nitest-img {
  border: 1px solid red;
}

.title{
  
border: 1px solid red;}

.category{
  border: 1px solid red;
}

.desc{
  border: 1px solid red;
}

*/

@media screen and (min-width: 768px) {
  .aboutus-page .aboutus-intro {
    margin-top: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }


}

@media screen and (max-width: 1200px) {

  .aboutus-intro .intro-img {
    width: auto;
    position: relative;
    z-index: 99;

  }

  #experience-section .year-experience {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-basis: 100%;
  }

  .year-experience .year-experience-number:after {
    top: 92%;
    left: 46%;
  }


}

@media screen and (max-width: 992px) {

  article#item-right {
    /*border: 1px solid;
            display: flex;*/
    /* align-items: end;*/
  }

  .our-team-content .item figure {
    /* top: 55px; */
    /*border: 1px solid;*/
    margin-top: 20px;
    width: 100%
  }

  .aboutus-intro .intro-img {
    width: auto;
    position: relative;
    z-index: 99;
  }

  .our-team-content .item {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .our-team-content .item figure {
    width: 94%;
  }

}



@media screen and (max-width: 768px) {
  .aboutus-intro .intro-img {
    width: auto;

    position: relative;
    z-index: 99;


  }

  article#item-right {
    /*border: 1px solid;
          display: flex;
          align-items: end;*/
  }

  .aboutus-intro .intro-img img {
    margin-top: 60px;

  }
}

@media screen and (max-width: 576px) {
  .aboutus-intro .intro-img {
    width: auto;
    position: relative;
    z-index: 99;
  }

  /* #myproject {
      overflow: hidden;
    }*/

}

.aboutus-intro .intro-img img {
  margin-top: 23px;

}


.our-team-content .item figure {
  /*top: 55px; */
  /*  position: absolute;
       right: 0;
       top: 50px;*/

}

.our-team-content .item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*-moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  position: relative; */
}


.our-team-content {
  /*position: relative;*/
  /*display: flex;
   justify-content: space-between;*/
}




@media screen and (max-width: 900px) {
  .testimonials-fullpage-slider .slick-arrow {
    top: 86%;
  }

  .testimonials-fullpage-slider .slick-prev {
    left: 68%;
  }

  .our-team-content .item figure {

    padding-top: 20px;
    width: 100%
  }
}


@media screen and (max-width: 767px) {
  .testimonials-fullpage-slider .slick-arrow {
    top: 85%;
  }

  .aboutus-intro .intro-img img {
    margin-top: 40px;

  }


  /*.category:before {
          left: 30%;
      }*/
}

@media screen and (max-width: 670px) {

  /*.category:before {
          left: 20%;
      }*/
}


@media screen and (max-width: 620px) {
  .testimonials-fullpage-slider .slick-arrow {
    top: 85%;
  }

  .testimonials-fullpage-slider .slick-prev {
    left: 60%;
  }
}




.slick-prev,
.slick-next {
  width: 60px;
  height: 51px;
  border: 1px solid #666;
  padding: 14px 21px;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}


/*  .slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}*/



@media screen and (max-width: 992px) article#item-right {
  /* border: 1px solid; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* align-items: end; */
  border: 10px solid transparent;
  padding: 15px;
  /* -webkit-border-image: url(border.png) 30 round; */
  -o-border-image: url(border.png) 30 round;
  /* border-image: url(../images/bg-pattern-1.png) 30 round; */
  border: 15px solid transparent;
  padding: 15px;
  border-image-source: url(../images/bg-pattern-1.png);
  border-image-repeat: repeat;
  border-image-slice: 31;
}

/*#hide-content{
  visibility: hidden;
  color: #000000;
}*/

@media screen and (max-width: 576px) {
  #hide-content {
    display: none;

  }

  .our-team-content .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
  }

  /* .our-team-content .item.item-left{
    flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }*/
}


@media screen and (max-width: 1100px) {

  .category:before {

    left: 37%;
  }

  /*.line1 { 
      top: 0px;
      }

      .line2 {
  
        height: calc(100% - 1px);
        }

         .line3 { 
      top: -5px;
      }

      .line4 {
  
        height: calc(100% - 1px);
        }*/
}



@media screen and (max-width: 900px) {
  .our-team-content .item figure {

    width: 100%
  }


  .our-team-content .item .info .category {
    padding-top: 0;
    padding-bottom: 0;
  }


  .our-team-content .item .info {
    width: calc(100% - 0);
    position: relative;
  }
}



.our-team-content .item figure {
  width: 94%;
}





/* .text1 {
  color: white;
  font-size: 30px;
  position: absolute;
  top: 37%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  
} */

/* .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
} */

/*.projects-border-grid .item .info {
    opacity: 0;
     z-index: 199;
}



.projects-border-grid .item .overlay {
  opacity: 1;
  }

  .projects-border-grid .item:hover .info {
   opacity: 1;

}*/

@media screen and (max-width: 767px) {
  .our-team-content .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
  }

  .our-team-content .item.item-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }
}

/*.our-team-content .item {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column; }*/

/*
        .item {
        width: 50%;
        position: relative;
      }

     .item img {
        width: 100%;
        height: auto;
      }

      .info{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity:0;
        background: rgba(0,0,0,0.5);
        transition: .5s;
      }

      .text1{
        color: #fff;
        position: absolute;
        left: 40%;
        top: 50%;
      }

        .text{
        color: #fff;
        position: absolute;
        left: 40%;
        top: 70%;
      }

      .item:hover .info{
        opacity: 1;
      }*/



/* written by Vikram on 17-07-2019 */
.slick-slide img {
  margin: auto;
}

.testimonials-fullpage-img {
  width: 100%;
  padding: 10px;
}

.testimonials-fullpage .item .line3 {
  bottom: 0;
}

.testimonials-fullpage .item .line1 {
  top: 0;
}

.testimonials-fullpage .item:after,
.testimonials-fullpage .item:before {
  height: 100%;
}

.testimonials-fullpage-slider .slick-arrow {
  /* background: red; */
  position: absolute;
  top: unset;
  bottom: 9%;
}

.testimonials-fullpage-slider .slick-prev {
  right: 5%;
}

.testimonials-fullpage-slider .slick-next {
  right: 3%;
  left: unset;
}

.category {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

.category::before {
  content: unset;
}

.category span {
  position: relative;
  padding-left: 15px;
}

.category span::before {
  position: absolute;
  content: '/';
  left: 0;
}

.getting-in-touch {
  margin-top: 54px;
}

.aboutus-page .aboutus-intro {
  margin-top: 60px;
  /* flex-basis: 100%; */
  width: 100%;
}

.aboutus-intro .intro-content {
  padding: 30px;
}

.aboutus-intro .intro-img {
  height: auto;
  padding: 25px 0 0;
}

.aboutus-intro .intro-img img {
  margin: auto;
  /* position: absolute; */
  top: 0;
  bottom: 0;
}

.aboutus-intro .line1 {
  top: 0;
}

.aboutus-intro .line2,
.aboutus-intro .line4 {
  height: 100%;
}

.aboutus-intro .line3 {
  bottom: 0;
}

.your-class {
  margin-top: -20px;
}

.your-class img {
  width: 100%;
}

.projects-border-grid {
  padding-top: 20px;
}

.projects-border-grid .project-item {

  /* -ms-flex-preferred-size: 100%; */

  /* flex-basis: 100%; */

}

.myinfo {
  position: absolute;
  top: 70%;
  bottom: 0;
  left: 0;
  right: 0;
  /* width: 100%;
  height: 100%; */
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: .5s;
  transition: .5s;
}

.projects-border-grid {
  padding-bottom: 0px;
  padding-top: 100px;
}

/* .projects-border-grid .project-item:nth-child(3):before {
  position: absolute;
    content: '';
    width: 30px;
    height: 1px;
    background: #e5e5e5;
    top: -1px;
    left: 100%;
} */

.projects-border-grid .project-item:nth-child(5):after,
.projects-border-grid .project-item:nth-child(6):after,
.projects-border-grid .project-item:nth-child(7):after,
.projects-border-grid .project-item:nth-child(8):after {
  top: 100%;
}

.projects-border-grid .project-item:nth-child(4) .item:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 30px;
  background: #e5e5e5;
  left: -1px;
  top: 100%;
}

/* .projects-border-grid .project-item:nth-child(6):before {
  position: absolute;
  content: '';
  width: 30px;
  height: 1px;
  background: #e5e5e5;
  left: 100%;
  top: -1px;
} */

/* .projects-border-grid .project-item:nth-child(6) .item:after {
  position: absolute;
  content: '';
  width: 30px;
  height: 1px;
  background: #e5e5e5;
  left: 100%;
  bottom: -1px;
} */

.projects-border-grid .item .info {
  position: absolute;
  background: rgba(0, 0, 0, .8);
  /* top: 50%; */
  /* transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%); */
  bottom: 0;
  width: 100%;
  text-align: center;
  left: 0;
  padding: 10px 8%;
}

.projects-border-grid .item .info,
.projects-border-grid .item .info h2 {
  color: #fff;
}

.projects-border-grid .item .info h2 {
  font-size: 24px;
}

.projects-border-grid .item .info p {
  font-size: 12px;
}

footer p {
  line-height: 1em;
}

@media (min-width: 576px) {
  .testimonials-fullpage-slider .slick-arrow {
    bottom: 2%;
  }

  .projects-border-grid .project-item {

    /* -ms-flex-preferred-size: 48%; */

    /* flex-basis: 48%; */

  }

  .projects-border-grid .item .info h2 {
    font-size: 22px;
  }

  .projects-border-grid .item .info p {
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  .aboutus-intro .intro-content {
    padding: 70px 30px;
  }

  .aboutus-intro .intro-img {
    padding: 0;
  }


  .myinfo {
    position: absolute;
    top: 70%;
    bottom: 0;
    left: 0;
    right: 0;
    /* width: 100%;
  height: 100%; */
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: .5s;
    transition: .5s;
  }

  .projects-border-grid {
    padding-bottom: 0px;
    padding-top: 100px;
  }

  .projects-border-grid .item .info p {
    font-size: 14px;
    line-height: 16px;
  }

  .projects-border-grid .item .info {
    padding: 10px 8%;
  }

}

@media (min-width: 992px) {
  .getting-in-touch {
    margin-top: 220px;
  }

  .aboutus-page .aboutus-intro {
    margin-top: 220px;
  }

  .your-class {
    margin-top: 165px;
  }

  .footer-contact a {
    line-height: 1em;
  }

  .socials p {
    line-height: 1em;
  }

  .projects-border-grid {
    padding-top: 250px;
  }

  .projects-border-grid .project-item {
    position: relative;
    /* -ms-flex-preferred-size: 31%;  */
    /* flex-basis: 31%; */
    /* margin-bottom: 30px; */
  }

  .projects-border-grid .item .overlay {
    position: absolute;
    opacity: 0;
  }

  .projects-border-grid .item .info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 100%;
    text-align: center;
    left: 0;
    padding: 10px 8%;
  }

  .projects-border-grid .item .info h2 {
    font-size: 30px;
  }

  .projects-border-grid .item .info p {
    font-size: 15px;
    line-height: initial;
  }

  .projects-border-grid .item .info {
    background: transparent;
    bottom: unset;
  }

  .our-team-content .item figure img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
  }

  .our-team-content .item:hover figure img {
    -webkit-filter: unset;
    /* Safari 6.0 - 9.0 */
    filter: unset;
  }

  
}

@media (min-width: 991px) {
  .nitesh figure {
    margin-left: 20px;
  }

  .omkar figure {
    margin-right: 20px;
  }
}

@media (min-width: 1200px) {
  .testimonials-section img {
    -webkit-clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
  }

  /* .testimonials-fullpage-slider .slick-arrow {
    top: 71%;
  } */
}

@media (min-width: 1301px) {
  .projects-border-grid .project-item:nth-child(2):after {
    bottom: 100%;
    position: absolute;
    content: '';
    width: 30px;
    height: 1px;
    background: #e5e5e5;
    right: 100%;
  }

  #item-1:before {
    bottom: 100%;
    position: absolute;
    content: '';
    width: 1px;
    height: 30px;
    background: #e5e5e5;
    left: -1px;
  }

  .project-item:nth-child(1):before {
    bottom: 100%;
    position: absolute;
    content: '';
    width: 30px;
    height: 1px;
    background: #e5e5e5;
    right: 100%;
  }

  #item-4.item:before {
    bottom: 100%;
    position: absolute;
    content: '';
    width: 30px;
    height: 1px;
    background: #e5e5e5;
    left: -31px;
  }

  .projects-border-grid .project-item:nth-child(3):before {
    position: absolute;
    content: '';
    width: 1px;
    height: 30px;
    background: #e5e5e5;
    bottom: 100%;
    left: -1px;
  }

  .projects-border-grid .project-item:nth-child(4) .item:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 1px;
    background: #e5e5e5;
    left: 100%;
    top: -1px;
  }

  .projects-border-grid .project-item:nth-child(7):before {
    position: absolute;
    content: '';
    width: 30px;
    height: 1px;
    background: #e5e5e5;
    left: 100%;
    bottom: 0;
  }

  .projects-border-grid .project-item:nth-child(6) .item:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 1px;
    background: #e5e5e5;
    left: 100%;
    bottom: -1px;
  }
}






/* sent by Mahesh 17-07-2019-20-52 */
.myproject {
  position: relative;
}

.myproject img {
  width: 100%;
  height: auto;
}

.myinfo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* width: 100%;
  height: 100%; */
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: .5s;
  transition: .5s;
}

.text1 {
  color: #fff;
  font-size: 30px;

}

.text {
  color: #fff;
  font-size: 17px;

}

.myproject:hover .myinfo {
  opacity: 1;
}

#item-1,
#item-2,
#item-3,
#item-5,
#item-6 {
  /* width: 40%; */
  display: block;
}

#item-4 {
  /* width: 45.7%; */
  display: block;
}

.myimage1,
.myimage2,
.myimage3,
.myimage4,
.myimage5,
.myimage6 {
  width: 100%;
  height: 400px;
  border: 1px solid #fff;
  height: 275px;
}

.myimage1 img,
.myimage2 img,
.myimage3 img,
.myimage4 img,
.myimage5 img,
.myimage6 img {
  display: block;
  width: 100%;
  height: 275px;
}

/* #item-5 .text1 {
  top: 34%;
} */
.myinfo .content {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 10px 30px;
  text-align: center;
}

/* .overlay {
  position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
} */

/* a .overlay:hover {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
} */

.projects-border-grid .project-item:nth-child(5) .item:before {
  content: unset;
}

.projects-border-grid {
  padding-bottom: 180px;
}


/* changes made by vikram on 03-08-2019 */
@media (max-width: 768px) {
  .experience {
    
    padding-bottom: 30px !important;
  }
  .footer-contact a {
    font-size: 14px;
  }
}



@media (min-width: 992px) {
  .experience {
    /* margin-top: 210px; */
}
}



@media screen and (min-width: 320px) {
  .desktop {
    display: none !important;
  }

  .desc{
    padding-bottom: 10px;
  }
  /* .our-team-content .item .line2, .our-team-content .item .line4 {
  
    height: 103%;
  } */

  span#nitesh-line1 {
    bottom: -14px;
}
span#nitesh-line2 {
  top: 50%;
  min-height: 103%;
}
span#nitesh-line3 {
  bottom: -14px;
}
span#nitesh-line4 {
  top: 50%;
  min-height: 103%;
}

span#omkar-line3 {
  bottom: -1px;
}

}

@media screen and (min-width: 768px) {
  .mobile {
    display: none !important;
  }

  span#nitesh-line1 {
   top:-17px;
}
span#nitesh-line2 {
  top: 49%;
  min-height: 102%;
}
span#nitesh-line3 {
  bottom: -1px;
}
span#nitesh-line4 {
  top: 49%;
  min-height: 102%;
}

  .desktop {
    display: block !important;
   
  }

  #mynumber {
    /* border: 1px solid; */
    /* width: 30%; */
    margin: auto;
}

#mytitle {
  /* border: 1px solid; */
  /* width: 60%; */
  margin: auto;
}

#myexpertise{
  display: block;
    /* border: 1px solid; */
    /* width: 30%; */
    margin: auto;
}

/* .item-left .line3 {
  bottom: -8px;
}

span#nitesh-line2 {
  top: 49%;
  min-height: 102%
} */


}


/* .item-right .line3 {
  bottom: -14px;
}

.item-right .line2,
.item-right .line4 {
  height: calc(100% - -5px);
  top: 51%;
}

.item-left .line3 {
  bottom: -28px;
}

.item-left .line2,
.item-left .line4 {
  height: calc(100% - -21px);
  top: 52%;
} */

@media (min-width:993px) {
  .experience {
    margin-top: 210px;
  }
}