/*------------------------------------------------------------------
[Table of contents]

1. Extend
2. Global
3. Arrows
4. Breadcrumb 
5. Dots 
6. Fonts
7. Pagination
8. Footer
9. Header
10. Sidebar
11. 404 Error
12. About me Page 
13. About us Page
14. Account Page
15. Blog Page
16. Contact Page
17. Cart Page
18. Checkout Page
19. Coming Soon Page
20. Front Page
21. Gallery Page
22. Our Team Page
23. Portfolio Page
24. Single Product Page
25. Shop Page
26. Single Post Page
27. Responsive
-------------------------------------------------------------------*/
/* 1. Extend ------------------------------------------*/
/* display: flex;
  display: -webkit-flex;  */
display-flex {
  display: flex;
  display: -webkit-flex;
}

/*     list-style-type: none;
    margin: 0;
    padding: 0; */
list-type-ulli {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* 2. Global ------------------------------------------*/
a:hover, a:focus, a:active {
  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;
}

p {
  margin-bottom: 0px;
  line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: "Montserrat Bold";
  color: #333;
}

.form-control:focus {
  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 {
  font-family: "Montserrat SemiBold";
  color: #333;
  font-size: 22px;
}

h2 {
  text-transform: uppercase;
  font-family: "Montserrat Bold";
  font-size: 36px;
  color: #333;
}

h5 {
  font-size: 18px;
  font-family: "Montserrat SemiBold";
  color: #333;
}

h4 {
  font-size: 30px;
  font-family: "Montserrat Bold";
  text-transform: uppercase;
}

h6 {
  font-size: 20px;
  font-family: "Montserrat SemiBold";
  color: #333;
}

html {
  height: 100%;
}

body {
  font-size: 15px;
  line-height: 1.71;
  color: #666;
  background: #fff;
  font-family: "Montserrat Regular";
  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;
}

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

.display-flex {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
}

.display-flex-center {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: 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;
  flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  position: relative;
  padding-top: 60px;
  padding-bottom: 63px;
  width: 75%;
  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.6);
  border-radius: 20px;
  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;
}

@media screen and (max-width: 1400px) {
  .heading-page-2 .heading-page-content {
    padding-top: 30px;
    padding-bottom: 33px;
    width: 60%;
  }
}
@media screen and (max-width: 1080px) {
  .heading-page-2 .heading-page-content {
    padding-top: 30px;
    padding-bottom: 33px;
    width: 75%;
  }
}
.p-65 {
  padding: 0 65px;
}

.p-t-150 {
  padding-top: 150px;
}

.p-t-120 {
  padding-top: 120px;
}

.p-t-50 {
  padding-top: 50px;
}

.p-t-25 {
  padding-top: 25px;
}

.p-t-15 {
  padding-top: 15px;
}

.au-page-title {
  font-size: 40px;
  font-family: "Montserrat Bold";
  text-transform: uppercase;
}

@media screen and (max-width: 1400px) {
  .au-page-title {
    font-size: 25px;
  }
}
@media screen and (max-width: 1080px) {
  .au-page-title {
    font-size: 15px;
  }
}
#back-to-top {
  position: fixed;
  text-align: center;
  right: 30px;
  bottom: 30px;
  color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
  z-index: 10000;
  height: 41px;
  width: 34px;
  line-height: 41px;
  background: #373737 no-repeat center;
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  -moz-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;
}
.socials li {
  float: left;
  margin-right: 25px;
}
.socials li:last-child {
  margin-right: 0px;
}
.socials li a {
  color: #999;
  font-size: 18px;
}
.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: 0px;
}
.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 {
  display: flex;
  display: -webkit-flex;
  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: #F3701E;
  font-size: 20px;
  margin-left: 5px;
}

/*Preloader*/
.loading {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.loading .spinner {
  width: 40px;
  height: 40px;
  left: 50%;
  top: 40%;
  position: relative;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loading .double-bounce1, .loading .double-bounce2 {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ccc;
  position: absolute;
  opacity: 0.8;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  -moz-animation: sk-bounce 2s infinite ease-in-out;
  -o-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.loading .double-bounce2 {
  background-color: #F3701E;
  -webkit-animation-delay: -1s;
  -moz-animation-delay: -1s;
  -o-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes sk-bounce {
  0%, 100% {
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-o-keyframes sk-bounce {
  0%, 100% {
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    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: #F3701E;
}

.category {
  color: #666;
  position: relative;
  padding-left: 14px;
  display: inline-block;
}
.category:before {
  position: absolute;
  content: "/";
  left: 0px;
}
.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;
  font-family: "Montserrat SemiBold";
  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;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: 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;
  transition: transform 0.15s, 0.15s border-radius 0.15s;
  opacity: 0;
  background: #F3701E;
  transform: scale(0.1, 0.1);
  z-index: -1;
  border-radius: 50%;
}
.au-btn:hover {
  color: #fff;
}
.au-btn:hover:before {
  opacity: 1;
  transform: scale(1, 1);
  border-radius: 0;
}
.au-btn:hover:after {
  background: #F3701E;
}

#fullpage .common-form .form-submit:hover .submit {
  background: #F3701E;
}

.single-title {
  font-size: 30px;
  font-family: "Montserrat SemiBold";
  text-transform: none;
}

.meta .meta-item {
  display: flex;
  display: -webkit-flex;
  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 {
  font-family: "Montserrat SemiBold";
  color: #333;
  padding-right: 13px;
}

.modal .modal-dialog {
  max-width: 800px;
  margin: 200px 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;
  transition: transform 0.3s, opacity 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;
  -o-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;
  -o-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;
  -o-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;
  -o-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;
  transition: transform 0.3s, opacity 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: 99999999;
  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: #F3701E;
  border: 1px solid #F3701E;
}
.slick-prev:hover::before, .slick-next:hover::before {
  color: #fff;
}

.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;
}
.testimonials-fullpage-slider .slick-prev {
  left: 65.7%;
}
.testimonials-fullpage-slider .slick-next {
  right: auto;
  left: 70.3%;
}
.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;
}

@media screen and (max-width: 1080px) {
  .breadcrumb .breadcrumb-item a {
    font-size: 12px;
  }
}
/* 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 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.pagination ul li {
  float: left;
  padding: 0 5px;
}
.pagination ul li .current {
  color: #F3701E;
}
.pagination ul li a, .pagination ul li span {
  font-size: 18px;
  color: #666;
}

.portfolio-pagination-content {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  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;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: 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: #F3701E;
  color: #fff;
  border: 1px solid #F3701E;
}
.spendora-pagination-content .prev:hover i, .portfolio-pagination-content .prev:hover i {
  transform: translateX(-10px);
}
.spendora-pagination-content .next:hover, .portfolio-pagination-content .next:hover {
  background: #F3701E;
  color: #fff;
  border: 1px solid #F3701E;
}
.spendora-pagination-content .next:hover i, .portfolio-pagination-content .next:hover i {
  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: #F3701E;
}
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: #F3701E;
}

/* 8. Footer ------------------------------------------*/
.footer {
  padding: 138px 0;
  text-align: center;
  background-color: #4B607F;
}

.footer-menu .menu ul {
  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: #F3701E;
}

.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;
}

.footer-middle {
  padding-bottom: 32px;
  padding-top: 5px;
}

.footer2 .footer-menu .menu ul {
  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 {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu ul li {
  position: relative;
  padding: 37px 0;
}
.menu ul li a {
  font-size: 15px;
  font-family: "Montserrat Regular";
  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;
  transition: transform 0.3s, opacity 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);
  -ms-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: 29px 0;
}
.toggle-box .toggle-btn {
  display: flex;
  display: -webkit-flex;
  width: 90px;
  justify-content: space-around;
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  -o-justify-content: space-around;
  -ms-justify-content: space-around;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
}

.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;
  font-family: "Montserrat Medium";
}
.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: 25px;
  color: #fff;
}
.nav-icon:hover {
  color: #F3701E;
}

.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;
  right: 0;
  width: 440px;
  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;
  margin-bottom: 80px;
}
.nav-close:hover {
  color: #F3701E;
}

.nav-logo, .nav-img, .nav-info, .nav-socials {
  text-align: center;
}

.nav-logo {
  margin-bottom: 53px;
}

.nav-info {
  margin-top: 33px;
  margin-bottom: 200px;
}
.nav-info .info-item {
  font-size: 15px;
  margin-bottom: 15px;
}
.nav-info .info-item:last-child {
  margin-bottom: 0px;
}
.nav-info .info-item span {
  color: #666;
  font-family: "Montserrat SemiBold";
}
.nav-info .info-item a {
  color: #666;
}

/*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: #F3701E;
}
.au-nav-mobile ul li {
  position: relative;
  padding: 0;
}
.au-nav-mobile ul li a {
  font-size: 18px;
  color: #fff;
  padding: 14px 30px;
  font-weight: 700;
  text-align: left;
  display: block;
}
.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: 100px;
  position: absolute;
  top: 0px;
  z-index: 10000;
  width: 100%;
}
.header .fixed {
  -webkit-animation: fadeInDown 0.3s ease-out forwards;
  -moz-animation: fadeInDown 0.3s ease-out forwards;
  -o-animation: fadeInDown 0.3s ease-out forwards;
  animation: fadeInDown 0.3s ease-out forwards;
  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);
  -moz-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: #F3701E;
}

.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 {
  width: 120px;
}

.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: #F3701E;
}

.header-4 .fixed {
  display: none;
}

.header-menu {
  padding: 0 65px;
}

.header-mobile .header-top-mobile {
  padding: 15px 0;
}
.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;
}
.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;
}

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

.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 {
  flex-direction: column;
  -moz-flex-direction: column;
  -webkit-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 {
  flex-direction: column;
  -moz-flex-direction: column;
  -webkit-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: #F3701E;
  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;
  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 {
  display: flex;
  display: -webkit-flex;
  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: #F3701E;
}

.widget_categories ul, .widget_product_categories ul {
  margin-top: -8px;
}
.widget_categories ul li, .widget_product_categories ul li {
  display: flex;
  display: -webkit-flex;
  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: #F3701E;
}

.spendora-instagram-gallery {
  display: flex;
  display: -webkit-flex;
  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: #F3701E;
  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 {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.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: #F3701E;
}
.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: #F3701E;
  border: 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;
  box-sizing: border-box;
  opacity: 1;
  background: #F3701E;
  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 {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  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;
  order: 1;
  -moz-order: 1;
  -webkit-order: 1;
  -o-order: 1;
  -ms-order: 1;
}
.widget_price_filter .price_slider_wrapper .price_slider_amount .button {
  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 {
  display: flex;
  display: -webkit-flex;
  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: #F3701E;
}

.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);
  flex-direction: column;
  -moz-flex-direction: column;
  -webkit-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-family: "Montserrat SemiBold";
  font-size: 13px;
  margin-bottom: -8px;
  padding-top: 1px;
}
.widget_banner .widget_banner_content .banner-amount {
  font-family: "Montserrat Bold";
  font-size: 28px;
  margin-bottom: -6px;
}
.widget_banner .widget_banner_content .banner-amount .number-symbol {
  margin-left: -8px;
}

/* 11. 404 Error ------------------------------------------*/
/* 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;
  font-family: "Montserrat Medium";
}

.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-bottom: 120px;
}
.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 .aboutus-intro:last-child {
  margin-bottom: 120px;
}
.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 {
  display: flex;
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 20px;
}
.socials-logins .button-social-login {
  width: 200px;
  height: 52px;
  color: #fff;
  font-size: 18px;
  font-family: "Montserrat SemiBold";
  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 {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -moz-flex-direction: column;
  -webkit-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, 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;
  transform: scaleX(0);
  transition: all 0.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 {
  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;
  font-family: "Montserrat SemiBold";
  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 {
  order: 1;
  -moz-order: 1;
  -webkit-order: 1;
  -o-order: 1;
  -ms-order: 1;
  margin-bottom: 50px;
}
.blog-masonry .quote-top figure {
  order: 2;
  -moz-order: 2;
  -webkit-order: 2;
  -o-order: 2;
  -ms-order: 2;
}
.blog-masonry .quote-top .info {
  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;
}
.contact-us ul li {
  margin-bottom: 13px;
}
.contact-us ul li:last-child {
  margin-bottom: 0px;
}
.contact-us ul li .name {
  font-family: "Montserrat SemiBold";
}

.contact-form .common-form textarea {
  height: 120px;
}

/* 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;
  font-family: "Montserrat SemiBold";
  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%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: 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;
  font-family: "Montserrat SemiBold";
}
.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;
  font-family: "Montserrat Regular";
  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;
  font-family: "Montserrat SemiBold";
}
.cart-page .cart-collaterals .cart_totals {
  color: #666;
}
.cart-page .cart-collaterals .cart_totals h2 {
  font-size: 25px;
  padding-bottom: 10px;
  font-family: "Montserrat SemiBold";
}
.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 {
  font-family: "Montserrat SemiBold";
  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 {
  font-family: "Montserrat SemiBold";
  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: #F3701E;
  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 {
  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: #F3701E;
}
.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 0.5s;
  transition: all 0.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 {
  display: flex;
  display: -webkit-flex;
  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 {
  display: flex;
  display: -webkit-flex;
  margin-bottom: 17px;
}
.checkout-page form.woocommerce-checkout .spendora-order-reviews #order_review table.shop_table tfoot .order-review-total li .review-total-title {
  font-family: "Montserrat SemiBold";
  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;
  font-family: "Montserrat SemiBold";
}
.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 0.5s;
  transition: all 0.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 {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: 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;
  font-family: "Montserrat Bold";
  margin-bottom: -20px;
  margin-top: -5px;
}
.count-down-item span:last-child {
  font-size: 17px;
}

.email-subcribe form {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: 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;
  font-family: "Montserrat Medium";
  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;
  font-family: "Montserrat SemiBold";
  color: #666;
  letter-spacing: 2px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: 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 {
  margin-bottom: 150px;
}

.slideshow-title {
  background: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Montserrat Medium";
}

.slideshow-desc {
  font-family: "Montserrat Bold";
}

.slideshow-btn {
  position: relative;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-family: "Montserrat SemiBold";
  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;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: 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;
  transition: transform 0.15s, 0.15s border-radius 0.15s;
  opacity: 0;
  background: #F3701E;
  transform: scale(0.1, 0.1);
  z-index: -1;
  border-radius: 50%;
}
.slideshow-btn:hover:before {
  opacity: 1;
  transform: scale(1, 1);
  border-radius: 0;
}
.slideshow-btn:hover:after {
  background: #F3701E;
}

.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;
  display: flex;
  display: -webkit-flex;
  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(8 px);
  -moz-transform: translateY(8 px);
  -webkit-transform: translateY(8 px);
  -o-transform: translateY(8 px);
  -ms-transform: translateY(8 px);
}

.slideshow {
  position: relative;
  overflow: hidden;
}
.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;
  transition: transform 0.3s, opacity 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;
  transition: transform 0.3s, opacity 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;
  font-family: "Montserrat Regular Italic";
  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;
  transform: translateY(-50%);
}

.slideshow-socials {
  position: absolute;
  left: 59px;
  top: 50%;
  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 {
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -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 {
  margin-bottom: 50px;
  display: flex;
  display: -webkit-flex;
  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;
  font-family: "Montserrat ExtraBold";
  background: url("../images/IDS/projet/Institut des mathematiques/Guervilly-Mauffret-Mathematique+Orsay-16.jpg") no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 185px;
  padding-right: 30px;
  position: relative;
}
.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: -webkit-radial-gradient(ellipse at center, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0) 70%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0) 70%);
  transition: all 0.6s ease 0s;
  z-index: 99;
}
.year-experience .year-experience-content .year-experience-title {
  font-size: 30px;
  font-family: "Montserrat Bold";
  color: #333;
  line-height: 1.4;
  padding-bottom: 15px;
}
.year-experience .year-experience-content span {
  font-size: 18px;
  font-family: "Montserrat Medium";
  text-transform: uppercase;
  color: #999;
}

.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: #F3701E;
  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: #F3701E;
}
.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 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
.filter-projects li span {
  font-family: "Montserrat SemiBold";
  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: #F3701E;
}
.filter-projects li:hover span {
  background: #F3701E;
  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 #F3701E;
  padding: 22px 30px;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-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;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
  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;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}

.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 {
  font-family: "Montserrat SemiBold";
  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);
  transition: 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: #F3701E;
}

.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);
  transition: 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 {
  font-family: "Montserrat Medium";
  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-family: "Montserrat Bold";
  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: #F3701E;
  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 {
  display: flex;
  display: -webkit-flex;
  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);
  transition: 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;
  font-family: "Montserrat Regular";
  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: 30px;
  left: 0;
  height: 5px;
}

.line2 {
  width: 5px;
  height: calc(100% - 60px);
  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: 30px;
  left: 0;
  height: 5px;
}

.line4 {
  width: 5px;
  height: calc(100% - 60px);
  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 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  position: relative;
  margin-bottom: 40px;
}
.our-team-content .item figure {
  width: 270px;
  position: relative;
  z-index: 99;
  overflow: hidden;
}
.our-team-content .item figure img {
  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% - 270px);
  position: relative;
}
.our-team-content .item .info .category {
  padding-top: 6px;
  padding-bottom: 20px;
}
.our-team-content .item .info .desc {
  margin-bottom: 35px;
}
.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: right;
  margin-right: 5px;
}
.our-team-content .item-left figure {
  order: 2;
  -moz-order: 2;
  -webkit-order: 2;
  -o-order: 2;
  -ms-order: 2;
}
.our-team-content .item-left .info {
  order: 1;
  -moz-order: 1;
  -webkit-order: 1;
  -o-order: 1;
  -ms-order: 1;
  padding-right: 40px;
}
.our-team-content .item-right {
  margin-left: 5px;
}
.our-team-content .item-right .info {
  padding-left: 40px;
}

.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 {
  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%;
  transform: translate(-50%, -50%);
}
.our-process-content .item .hexagon figure img {
  transition: 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 figure h3 {
  transition: 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;
  color: #FFF;
}
.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 .hexagon:hover figure h3 {
  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: linear-gradient(to right, rgb(179, 179, 179) 50%, white 50%);
  background-position: top;
  background-size: 8px 1px;
  background-repeat: repeat-x;
  width: 72%;
  height: 1px;
  transform: rotate(14deg);
}
.our-process-content .item .info {
  padding-top: 25px;
  width: 200px;
}
.our-process-content .item .info h5 {
  color: #666;
}
.our-process-content .our-process-list {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
}

.aboutus-intro {
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  margin-bottom: 100px;
}
.aboutus-intro:last-child {
  margin-bottom: 0px;
}
.aboutus-intro .intro-img {
  width: 555px;
  position: relative;
  z-index: 99;
}
.aboutus-intro .intro-img img {
  width: 100%;
}
.aboutus-intro .intro-content {
  width: calc(100% - 555px);
  background: #fff;
  padding: 70px 50px;
}
.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;
  font-family: "Montserrat Regular Italic";
  color: #333;
  margin-bottom: 2px;
}
.aboutus-intro .intro-content .aboutus-bold {
  font-size: 35px;
  font-family: "Montserrat SemiBold";
  color: #333;
  margin-bottom: 25px;
}
.aboutus-intro .intro-content .aboutus-bold span {
  text-transform: uppercase;
}
.aboutus-intro .intro-content .signature {
  display: flex;
  display: -webkit-flex;
  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;
  font-family: "Montserrat SemiBold";
  color: #333;
}

.left {
  margin-right: 30px;
  margin-left: -30px;
}
.left figure {
  order: 2;
  -moz-order: 2;
  -webkit-order: 2;
  -o-order: 2;
  -ms-order: 2;
}
.left .intro-content {
  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: 40px;
  height: 7px;
}
.aboutus-intro .line3 {
  bottom: 40px;
  height: 7px;
}
.aboutus-intro .line2 {
  height: calc(100% - 94px);
  width: 7px;
}
.aboutus-intro .line4 {
  height: calc(100% - 94px);
  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;
  background-color: #F3701E;
}
.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%;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
  z-index: 9;
  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: #F3701E;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: 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: 0.75;
  }
  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1);
    opacity: 0.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: 0.75;
  }
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.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: #F3701E;
}
.slideshow3 .slideshow-btn:hover:after {
  background: #F3701E;
}
.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 {
  transition: 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 figure svg {
  transition: 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;
  fill: #fff;
}
.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:hover figure svg {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  fill: #fff;
}
.home-aboutus-content .item .title {
  color: #fff;
  padding-top: 25px;
  padding-bottom: 8px;
}

.statistics-content {
  position: relative;
  margin: -23px 100px -23px 100px;
  padding-top: 43px;
  padding-bottom: 65px;
  background: rgba(49, 49, 49, 0.737254902);
}
.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;
  font-family: "Montserrat Bold";
  color: #fff;
  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: #F3701E;
}
.statistics-content .item .title {
  font-size: 18px;
  padding-top: 20px;
  color: #fff;
}

.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;
  font-family: "Montserrat Regular";
}
.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;
  font-family: "Montserrat SemiBold";
  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 rgb(255, 192, 0);
}
.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, 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;
  transform: scaleX(0);
  transition: all 0.5s ease;
}
.home-blog-content .item figure:hover .overlay {
  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: #F3701E;
}
.slideshow4 .slideshow-btn:hover:after {
  background: #F3701E;
}
.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 {
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  border-bottom: none;
  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 {
  top: 0;
  left: 0;
}
.projects-tabs .nav-tabs #masonry-tab i:first-child, .projects-tabs .nav-tabs #masonry-tab 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) {
  width: 8px;
  height: 9px;
}
.projects-tabs .nav-tabs #masonry-tab i:first-child {
  top: 0;
  left: 0;
}
.projects-tabs .nav-tabs #masonry-tab i:last-child {
  bottom: 0;
  right: 0;
}
.projects-tabs .nav-tabs #masonry-tab i:nth-child(2) {
  top: 0;
  right: 0;
}
.projects-tabs .nav-tabs #masonry-tab 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 #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;
}

#fullpage .section {
  background: #333;
  color: #fff;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  position: relative;
}
#fullpage .section .anchor-text {
  position: absolute;
  color: #fff;
  text-transform: uppercase;
  z-index: 999;
  top: 50%;
  font-family: "Montserrat SemiBold";
  letter-spacing: 2px;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}
#fullpage .section .fp-tableCell {
  padding-top: 60px;
}
#fullpage #welcome .slideshow-socials {
  left: 43px;
}
#fullpage #welcome .fp-tableCell {
  padding-top: 0px;
}
#fullpage #experience-section .anchor-text {
  left: -80px;
}
#fullpage #projects-section .anchor-text {
  left: -61px;
}
#fullpage #ourteam-section .anchor-text {
  left: -46px;
}
#fullpage #testimonials-section .anchor-text {
  left: -57px;
}
#fullpage #contact-section .anchor-text {
  left: -28px;
}
#fullpage .welcome-content {
  position: relative;
}
#fullpage .welcome-content .info {
  margin-right: -120px;
  margin-left: 125px;
  position: relative;
  padding: 78px 83px 90px;
}
#fullpage .welcome-content .info:after, #fullpage .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%;
  transform: translateY(-50%);
}
#fullpage .welcome-content .info:after {
  right: 0;
  opacity: 0;
}
#fullpage .welcome-content .info:before {
  left: 0;
}
#fullpage .welcome-content .info .line {
  background-color: #e5e5e5;
  opacity: 0.1;
}
#fullpage .welcome-content .info .line1 {
  top: 0;
  height: 10px;
}
#fullpage .welcome-content .info .line3 {
  height: 10px;
  bottom: 0;
}
#fullpage .welcome-content .info .title {
  font-size: 60px;
  font-family: "Montserrat Bold";
  color: #fff;
  line-height: 1.17;
}
#fullpage .welcome-content .info .title .bold {
  color: #F3701E;
  display: block;
}
#fullpage .welcome-content .info .desc {
  padding-top: 18px;
  padding-bottom: 65px;
}
#fullpage .welcome-content .info .au-btn {
  color: #fff;
  border: 1px solid #fff;
}
#fullpage .welcome-content .info .au-btn:after {
  border: 1px solid #fff;
}
#fullpage .welcome-content figure {
  margin-left: 90px;
  margin-right: -15px;
}
#fullpage .welcome-content figure img {
  width: 100%;
}
#fullpage #experience-section .year-experience-info-title {
  font-size: 36px;
  text-transform: uppercase;
  font-family: "Montserrat Bold";
  color: #fff;
  line-height: 1.38;
}
#fullpage #experience-section .year-experience-info-title span {
  color: #F3701E;
}
#fullpage #experience-section p.desc {
  padding-top: 30px;
  padding-bottom: 73px;
}
#fullpage #experience-section .au-btn {
  color: #fff;
  border: 1px solid #fff;
}
#fullpage #experience-section .au-btn:after {
  border: 1px solid #fff;
}
#fullpage #experience-section .year-experience-title {
  color: #fff;
}
#fullpage #experience-section .year-experience-info {
  padding-top: 50px;
  padding-right: 20px;
}
#fullpage #experience-section .year-experience {
  padding-top: 34px;
  padding-left: 12px;
}
#fullpage #experience-section .year-experience .year-experience-number {
  padding-right: 25px;
}
#fullpage #experience-section .progress-bar {
  padding-left: 25px;
}
#fullpage #experience-section .au-progress .au-progress-bar p, #fullpage #experience-section .au-progress .au-progress-bar span {
  color: #fff;
}
#fullpage #experience-section .au-progress:after {
  background-color: transparent;
  z-index: 99;
  opacity: 0.1;
}
#fullpage #experience-section .au-progress:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9;
}
#fullpage .our-team-fullpage-content {
  margin-bottom: -30px;
}
#fullpage .our-team-fullpage-content .item-heading {
  border: 3px solid #F3701E;
  padding: 70px 10px 70px 40px;
}
#fullpage .our-team-fullpage-content .item-heading h4 {
  color: #fff;
  margin-bottom: 15px;
}
#fullpage .our-team-fullpage-content .item {
  position: relative;
  margin-bottom: 30px;
}
#fullpage .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: #F3701E;
  flex-direction: column;
  -moz-flex-direction: column;
  -webkit-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;
}
#fullpage .our-team-fullpage-content .item .info .category {
  color: #333;
  margin-top: 5px;
  margin-bottom: 15px;
}
#fullpage .our-team-fullpage-content .item .info .socials li {
  margin-right: 20px;
}
#fullpage .our-team-fullpage-content .item .info .socials li:last-child {
  margin-right: 0px;
}
#fullpage .our-team-fullpage-content .item .info .socials li a {
  color: #333;
}
#fullpage .our-team-fullpage-content .item:hover .info {
  opacity: 1;
  height: calc(100% - 34px);
}
#fullpage .testimonials-fullpage-img {
  position: relative;
  z-index: 99;
  margin-right: -48px;
}
#fullpage .testimonials-fullpage {
  margin-right: 210px;
}
#fullpage .testimonials-fullpage .item {
  position: relative;
}
#fullpage .testimonials-fullpage .item:after, #fullpage .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.1;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
}
#fullpage .testimonials-fullpage .item:after {
  right: 0;
}
#fullpage .testimonials-fullpage .item:before {
  left: 0;
}
#fullpage .testimonials-fullpage .item .line3 {
  bottom: 90px;
}
#fullpage .testimonials-fullpage .item .line1 {
  top: 90px;
}
#fullpage .testimonials-fullpage .item .line {
  background-color: #e5e5e5;
  opacity: 0.1;
  height: 10px;
}
#fullpage .testimonials-fullpage-content {
  display: flex;
  display: -webkit-flex;
  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;
}
#fullpage .testimonials-fullpage-content .icon-quote {
  position: absolute;
  left: -67px;
  top: -5px;
  z-index: 99;
}
#fullpage .testimonials-fullpage-content .info {
  position: relative;
}
#fullpage .testimonials-fullpage-content .info h5 {
  color: #fff;
  margin-bottom: 3px;
}
#fullpage .testimonials-fullpage-content .info .job-title {
  color: #ccc;
}
#fullpage .testimonials-fullpage-content .info p.desc {
  margin-bottom: 13px;
}
#fullpage .testimonials-fullpage-content .about-client {
  margin-top: 40px;
}
#fullpage #contact-section .contact-us {
  color: #e5e5e5;
}
#fullpage #contact-section .contact-us h2 {
  color: #fff;
}
#fullpage #contact-section .common-form label {
  color: #fff;
}
#fullpage #contact-section .common-form input, #fullpage #contact-section .common-form textarea {
  border-bottom: 1px solid #ccc;
  color: #fff;
}
#fullpage #contact-section .common-form .form-submit .submit {
  border: 1px solid #fff;
  color: #fff;
}
#fullpage #contact-section .common-form .form-submit:after {
  border: 1px solid #fff;
}

#fp-nav.right {
  right: 50px;
}
#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 #fff;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 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 #fff;
  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 #fff;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 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: #fff;
  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: #fff;
  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;
  font-family: "Montserrat Regular Italic";
  overflow: visible;
}
#fp-nav.right ul li .fp-tooltip.right:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  top: 50%;
  right: -26px;
  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;
}
.projects-border-grid .project-item:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  background: #e5e5e5;
  right: 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 {
  top: 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 {
  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(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%;
}
.projects-border-grid .item {
  position: relative;
  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: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
}
.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);
}
.projects-border-grid .item:hover h6 a {
  color: #F3701E;
}
.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;
  font-family: "Montserrat SemiBold";
  text-transform: none;
  padding-bottom: 4px;
}
.single-product .product .product-summary .summary .woocommerce-product-rating {
  padding-bottom: 30px;
  display: flex;
  display: -webkit-flex;
  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 rgb(242, 242, 242);
}
.single-product .product .product-summary .summary form.cart {
  display: flex;
  display: -webkit-flex;
  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%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: 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: #F3701E;
  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 {
  display: flex;
  display: -webkit-flex;
  border-bottom: 1px solid #e5e5e5;
  padding: 0px;
  margin: 0;
}
.single-product .product .spendora-product-tabs .tabs li a {
  font-size: 17px;
  font-family: "Montserrat Medium";
  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 {
  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;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: 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: #F3701E;
}
.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);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  transition: transform ease-in 0.3s;
}
.product-item figure .woocommerce-add-to-cart a {
  color: #fff;
  font-family: "Montserrat SemiBold";
  text-transform: uppercase;
  display: flex;
  display: -webkit-flex;
  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 {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  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;
  font-family: "Montserrat SemiBold";
  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 {
  transform: translateX(-50%);
}
.product-item:hover .info .woocommerce-loop-product__title a, .product-item:hover .info .price {
  color: #F3701E;
}

.price {
  font-size: 20px;
  font-family: "Montserrat SemiBold";
  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 {
  display: flex;
  display: -webkit-flex;
}
.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;
  display: flex;
  display: -webkit-flex;
}
.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;
  font-family: "Montserrat Bold";
  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 {
  display: flex;
  display: -webkit-flex;
  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 {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  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;
  font-family: "Montserrat SemiBold";
  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 {
  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;
  font-family: "Montserrat SemiBold";
  letter-spacing: 2px !important;
  padding: 12px 31px;
  cursor: pointer;
  background: transparent;
}
.common-form .form-submit:after {
  position: absolute;
  content: "\f301";
  font-family: "Material-Design-Iconic-Font";
  width: 60px;
  height: 100%;
  left: 99%;
  top: 0px;
  border: 1px solid #666;
  border-left: 0px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  font-size: 22px;
}
.common-form .form-submit:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: transform 0.15s, 0.15s border-radius 0.15s;
  opacity: 0;
  background: #F3701E;
  transform: scale(0.1, 0.1);
  z-index: -1;
  border-radius: 50%;
}
.common-form .form-submit:hover {
  color: #fff;
}
.common-form .form-submit:hover:before {
  opacity: 1;
  transform: scale(1, 1);
  border-radius: 0;
}
.common-form .form-submit:hover .submit {
  color: #fff;
}
.common-form .form-submit:hover:after {
  background: #F3701E;
  border-left: 1px solid #666;
}

.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, 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-family: "Montserrat Regular";
  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: #F3701E;
}

/* 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;
  }
  #fullpage .testimonials-fullpage .item .line3 {
    bottom: 0px;
  }
  #fullpage .testimonials-fullpage .item .line1 {
    top: 0px;
  }
  #fullpage .testimonials-fullpage .item:after, #fullpage .testimonials-fullpage .item:before {
    height: calc(100% - 20px);
  }
  .testimonials-fullpage-slider .slick-arrow {
    top: 85%;
  }
  #fullpage .testimonials-fullpage-content {
    padding-left: 50px;
    padding-right: 40px;
  }
  .testimonials-fullpage-slider .slick-prev {
    left: 64.7%;
  }
  .testimonials-fullpage-slider .slick-next {
    left: 71.3%;
  }
  #fullpage .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) {
  #fullpage .welcome-content .info {
    padding: 55px 83px 60px;
  }
}
@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;
  }
  #fullpage .welcome-content .info:after {
    opacity: 0.1;
  }
  #fullpage .section .anchor-text {
    display: none;
  }
  #fp-nav {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
  .body-line {
    display: none;
  }
  .single-post-author figure {
    width: 811px;
  }
  .our-process-content .item .zigzax-line {
    display: none;
  }
  #fullpage .our-team-fullpage-content .item-heading {
    padding: 45px 10px 45px 40px;
  }
  .testimonials-fullpage-img {
    display: none;
  }
  #fullpage .testimonials-fullpage-content {
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 130px;
  }
  #fullpage .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;
  }
  #fullpage .welcome-content .info {
    margin-right: 0px;
    margin-left: 0px;
  }
  #fullpage .welcome-content .info {
    padding: 78px 83px 90px;
  }
}
@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 {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-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;
  }
  .our-process-content .item .info {
    width: 100%;
  }
  .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;
  }
}
@media screen and (max-width: 992px) {
  .related-portfolios .projects-standard .item {
    margin-bottom: 30px;
  }
  .au-page-title {
    font-size: 14px;
  }
  .blog-sidebar--right .blog-list {
    padding-right: 0px;
  }
  .blog-sidebar--left .blog-list {
    padding-left: 0px;
  }
  .our-process-content .our-process-list {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-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;
  }
  .our-process-content .item .info {
    width: 100%;
  }
  .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 {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
  }
  .aboutus-intro .intro-img, .aboutus-intro .intro-content {
    width: 100%;
  }
  .left figure {
    order: 1;
    -moz-order: 1;
    -webkit-order: 1;
    -o-order: 1;
    -ms-order: 1;
  }
  .left .intro-content {
    order: 2;
    -moz-order: 2;
    -webkit-order: 2;
    -o-order: 2;
    -ms-order: 2;
  }
  .page-pull {
    overflow-y: scroll;
  }
  #fullpage .our-team-fullpage-content .col-12:first-child {
    display: none;
  }
  #fullpage .section {
    padding-top: 100px;
  }
  #fullpage .section .fp-tableCell {
    padding-top: 0px;
  }
  .testimonials-fullpage-slider .slick-next {
    left: auto;
    right: 30px;
  }
  .testimonials-fullpage-slider .slick-prev {
    left: 30px;
  }
  #fullpage .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: #333;
  }
}
@media screen and (max-width: 768px) {
  .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 {
    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 {
    order: 1;
    -moz-order: 1;
    -webkit-order: 1;
    -o-order: 1;
    -ms-order: 1;
  }
  .single-post-author, .year-experience {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
  }
  .year-experience .year-experience-number {
    margin-bottom: 50px;
  }
  .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%;
  }
}
@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 {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-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;
    width: 80px;
    height: 60px;
  }
  .count-down-item span:first-child {
    font-size: 30px;
  }
  .count-down-item span:nth-child(2) {
    font-size: 10px;
    line-height: 2.71;
  }
  .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%;
  }
  #fullpage .welcome-content .info .title {
    font-size: 45px;
  }
  #fullpage .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 {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-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;
  }
}

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