/*------------- #. --------------*/
/*------------- #VARIABLES --------------*/
/*------------- #BUTTONS --------------*/
.btn {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 19px 42px 16px;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #222;
  overflow: hidden;
  transition: all .3s ease;
  letter-spacing: 0.05em;
  font-weight: 500; }
  .btn:hover .a_overlay {
    -webkit-animation-name: onHover;
    -moz-animation-name: onHover;
    -o-animation-name: onHover;
    -ms-animation-name: onHover;
    animation-name: onHover; }
  .btn i {
    margin-right: 15px; }
  .btn + .btn {
    margin-left: 30px; }
    @media (max-width: 360px) {
      .btn + .btn {
        margin-left: 0;
        margin-top: 30px; } }

.btn--outline {
  border: 2px solid #222;
  text-transform: uppercase;
  position: relative;
  transition: all 0.2s linear; }
  .btn--outline:hover {
    background-color: #222;
    border-color: #222;
    color: #fff; }
  .btn--outline .btn__text {
    z-index: 999;
    display: block;
    color: #000;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .2s linear; }
  .btn--outline.btn-primary {
    border-color: transparent;
    background-color: #ec6e00;
    color: #fff; }
    .btn--outline.btn-primary:hover {
      background-color: #fff;
      color: #222; }

.btn--white {
  border-color: #fff;
  color: #fff; }

.btn--standard .a_overlay {
  background-color: #222; }

.btn--standard:hover .btn__text {
  color: #fff; }

.btn--modern {
  transition: all .2s linear; }
  .btn--modern .btn__text {
    color: #fff; }
  .btn--modern .a_overlay {
    background-color: #ec6e00; }
  .btn--modern:hover {
    border-color: #ec6e00; }

.a_overlay {
  position: absolute;
  width: 140%;
  height: 110%;
  left: -20%;
  top: -2px;
  z-index: 1;
  -ms-transform: translate(-110%, 0) skew(45deg);
  -webkit-transform: translate(-110%, 0) skew(45deg);
  transform: translate(-110%, 0) skew(45deg);
  -webkit-animation: outHover .2s ease 1 forwards;
  -moz-animation: outHover .2s ease 1 forwards;
  -o-animation: outHover .2s ease 1 forwards;
  animation: outHover .2s ease 1 forwards;
  border-radius: 0 !important;
  box-sizing: border-box; }

@-moz-keyframes onHover {
  from {
    -moz-transform: translate(-110%, 0) skew(45deg);
    transform: translate(-110%, 0) skew(45deg); }
  to {
    -moz-transform: translate(0, 0) skew(45deg);
    transform: translate(0, 0) skew(45deg); } }

@-webkit-keyframes onHover {
  from {
    -webkit-transform: translate(-110%, 0) skew(45deg);
    transform: translate(-110%, 0) skew(45deg); }
  to {
    -webkit-transform: translate(0, 0) skew(45deg);
    transform: translate(0, 0) skew(45deg); } }

@keyframes onHover {
  from {
    -moz-transform: translate(-110%, 0) skew(45deg);
    -ms-transform: translate(-110%, 0) skew(45deg);
    -webkit-transform: translate(-110%, 0) skew(45deg);
    transform: translate(-110%, 0) skew(45deg); }
  to {
    -moz-transform: translate(0, 0) skew(45deg);
    -ms-transform: translate(0, 0) skew(45deg);
    -webkit-transform: translate(0, 0) skew(45deg);
    transform: translate(0, 0) skew(45deg); } }

@-moz-keyframes outHover {
  from {
    -moz-transform: translate(0, 0) skew(45deg);
    transform: translate(0, 0) skew(45deg); }
  to {
    -moz-transform: translate(110%, 0) skew(45deg);
    transform: translate(110%, 0) skew(45deg); } }

@-webkit-keyframes outHover {
  from {
    -webkit-transform: translate(0, 0) skew(45deg);
    transform: translate(0, 0) skew(45deg); }
  to {
    -webkit-transform: translate(110%, 0) skew(45deg);
    transform: translate(110%, 0) skew(45deg); } }

@keyframes outHover {
  from {
    -moz-transform: translate(0, 0) skew(45deg);
    -ms-transform: translate(0, 0) skew(45deg);
    -webkit-transform: translate(0, 0) skew(45deg);
    transform: translate(0, 0) skew(45deg); }
  to {
    -moz-transform: translate(110%, 0) skew(45deg);
    -ms-transform: translate(110%, 0) skew(45deg);
    -webkit-transform: translate(110%, 0) skew(45deg);
    transform: translate(110%, 0) skew(45deg); } }

/*------------- #btn-glass --------------*/
.btn--glass {
  position: relative;
  display: inline-block;
  color: #e4e4e4;
  line-height: 1.2;
  font-size: 13px;
  text-transform: uppercase;
  user-select: none;
  padding: 15px 40px;
  outline: none;
  border-radius: 3px / 100%;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%), linear-gradient(to right, white, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0.3)), linear-gradient(to right, #7d7d7d, rgba(255, 255, 255, 0.9) 45%, rgba(125, 125, 125, 0.5)), linear-gradient(to right, #7d7d7d, rgba(255, 255, 255, 0.9) 45%, rgba(125, 125, 125, 0.5)), linear-gradient(to right, #dfbeaa, rgba(255, 255, 255, 0.9) 45%, rgba(223, 190, 170, 0.5)), linear-gradient(to right, #dfbeaa, rgba(255, 255, 255, 0.9) 45%, rgba(223, 190, 170, 0.5));
  background-repeat: no-repeat;
  background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
  background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
  box-shadow: rgba(0, 0, 0, 0.5) 3px 10px 10px -10px;
  transition: all .2s linear; }

.btn--glass:hover {
  transition: .2s linear;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px); }

.btn--glass:active {
  top: 1px; }

/*------------- #btn-transparent --------------*/
.button.transparent {
  font-size: 12px;
  text-transform: uppercase;
  padding: 18px 40px;
  border: 2px solid #fff;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: transparent;
  transition: all .2s linear; }
  .button.transparent:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ec6e00;
    z-index: -1;
    -moz-transform: rotate(45deg) scaleY(0);
    -ms-transform: rotate(45deg) scaleY(0);
    -webkit-transform: rotate(45deg) scaleY(0);
    transform: rotate(45deg) scaleY(0);
    -moz-transition: -moz-transform 0.2s linear 0s;
    -o-transition: -o-transform 0.2s linear 0s;
    -webkit-transition: -webkit-transform 0.2s linear;
    -webkit-transition-delay: 0s;
    transition: transform 0.2s linear 0s; }
  .button.transparent:hover {
    border-color: #ec6e00; }
    .button.transparent:hover:before {
      -moz-transform: rotate(45deg) scaleY(5);
      -ms-transform: rotate(45deg) scaleY(5);
      -webkit-transform: rotate(45deg) scaleY(5);
      transform: rotate(45deg) scaleY(5); }

.button {
  display: inline-block;
  line-height: 1; }

/*------------- #Button back-to-top --------------*/
.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #ec6e00;
  color: #ec6e00;
  z-index: 999;
  transition: all .3s ease; }
  .back-to-top.hidden {
    opacity: 0; }
  .back-to-top:hover {
    color: #222;
    background-color: #ec6e00;
    border-color: #ec6e00; }

.btn-more-read {
  border-color: transparent; }
  .btn-more-read:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 65%;
    height: 1px;
    background-color: #222;
    transition: all .3s ease; }
  .btn-more-read i {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    margin-right: 0; }
  .btn-more-read:hover {
    border: 2px solid #222;
    background-color: transparent;
    color: #222; }
    .btn-more-read:hover:after {
      opacity: 0; }

/*------------- #HEADING --------------*/
.screens-block {
  position: relative; }
  @media (max-width: 800px) {
    .screens-block {
      padding-top: 85px; } }
  @media (max-width: 600px) {
    .screens-block {
      padding-top: 150px; } }

.scroll {
  position: absolute;
  bottom: 0;
  max-width: 100%; }
  .scroll.scroll-big {
    left: 50%;
    opacity: 0;
    transform: scale(0.2);
    margin-left: -274px; }
    @media (max-width: 768px) {
      .scroll.scroll-big {
        margin-left: 0;
        transform: translate(-50%, 0) scale(1) !important; } }
  .scroll.scroll-medium {
    right: 0;
    opacity: 0; }
    @media (max-width: 768px) {
      .scroll.scroll-medium {
        right: 0 !important;
        transform: translateX(0) !important; } }
  .scroll.scroll-small {
    left: 0;
    opacity: 0; }
    @media (max-width: 768px) {
      .scroll.scroll-small {
        left: 0 !important;
        transform: translateX(0) !important; } }

/*------------- #INFO-BOX --------------*/
.info-box {
  position: relative; }
  @media (max-width: 768px) {
    .info-box {
      margin-bottom: 30px; } }
  .info-box .info-box-number {
    float: left;
    font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 140px;
    line-height: 1.4;
    font-weight: 700;
    color: #f5f5f5;
    left: 20px;
    position: relative; }
    @media (max-width: 1024px) {
      .info-box .info-box-number {
        font-size: 80px; } }
    @media (max-width: 800px) {
      .info-box .info-box-number {
        left: 0; } }
  .info-box .info-box-content {
    position: relative;
    overflow: hidden;
    padding: 65px 40px 0 0; }
    @media (max-width: 1280px) {
      .info-box .info-box-content {
        padding: 50px 20px 0 0; } }
    @media (max-width: 800px) {
      .info-box .info-box-content {
        clear: both;
        padding: 0; } }
    .info-box .info-box-content .title {
      margin-bottom: 40px;
      font-weight: 400;
      line-height: 1.3;
      transition: color 0.4s ease; }
      @media (max-width: 800px) {
        .info-box .info-box-content .title {
          margin-bottom: 20px; } }
    .info-box .info-box-content .read-more {
      padding: 0;
      text-transform: none;
      font-size: 14px;
      transition: all .3s ease; }
      .info-box .info-box-content .read-more:hover {
        color: #ec6e00; }
    .info-box .info-box-content .text {
      line-height: 2;
      font-weight: 400; }
  .info-box.number-left .info-box-number {
    left: 0;
    margin-right: 20px;
    color: #ec6e00;
    font-size: 60px;
    line-height: 1;
    transition: all .3s ease; }
  .info-box.number-left .info-box-content {
    position: relative;
    overflow: visible;
    padding: 30px 0 0;
    clear: both; }

.info-box__main {
  padding: 105px 60px 70px;
  background: #fff;
  text-align: center;
  position: relative;
  margin-top: -90px;
  transition: all .3s linear; }
  @media (max-width: 1280px) {
    .info-box__main {
      padding: 50px 30px 40px; } }
  @media (max-width: 1024px) {
    .info-box__main {
      margin: 30px; } }
  .info-box__main .border {
    opacity: 1; }
  .info-box__main .heading .heading-line {
    margin-bottom: 34px; }
  .info-box__main .heading .heading-text {
    line-height: 2.3;
    margin-bottom: 39px;
    font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px; }
  .info-box__main .heading .heading-title {
    margin-bottom: 40px; }
    @media (max-width: 1280px) {
      .info-box__main .heading .heading-title {
        font-size: 22px; } }
  .info-box__main .btn {
    padding: 20px 35px; }
    @media (max-width: 1024px) {
      .info-box__main .btn {
        padding: 20px; } }

.flex-block {
  position: relative;
  display: flex;
  align-items: center; }
  @media (max-width: 1024px) {
    .flex-block {
      display: block; } }

.border {
  border: 10px solid #f5f5f5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all .3s linear; }

/*------------- #INFO-BOX-MODERN --------------*/
.info-box-modern {
  position: relative; }
  @media (max-width: 800px) {
    .info-box-modern {
      margin-bottom: 30px; } }
  .info-box-modern:hover .border {
    opacity: .3; }
  .info-box-modern:hover .info-box-content {
    background-color: #222; }
    .info-box-modern:hover .info-box-content .title {
      color: #fff; }
  .info-box-modern:hover .hover-post:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); }
  .info-box-modern .info-box__thumb {
    position: relative; }
  .info-box-modern .info-box-content {
    position: relative;
    background: #fff;
    padding: 35px 30px;
    width: 95%;
    margin: -40px auto 0;
    transition: background 0.4s ease; }
    .info-box-modern .info-box-content .title {
      margin-bottom: 25px;
      letter-spacing: 0.025em; }

.hover-post {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  overflow: hidden; }
  .hover-post:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0); }

/*------------- #INFO-BOX-BIG --------------*/
.info-box-big {
  background: #f5f5f5;
  transition: background 0.3s linear;
  padding: 49px 45px; }
  @media (max-width: 1024px) {
    .info-box-big {
      padding: 20px; } }
  .info-box-big .info-box-content {
    padding: 0;
    text-align: center; }
    .info-box-big .info-box-content .title {
      margin-bottom: 20px; }
  .info-box-big:hover {
    background: #222; }
    .info-box-big:hover .title {
      color: #fff; }
    .info-box-big:hover .icon-wrap {
      background-color: #3b3b3b;
      color: #ec6e00; }
  .info-box-big.style-2 {
    background: #fff; }
    .info-box-big.style-2 .icon-wrap {
      background: #f5f5f5;
      color: #222; }
    .info-box-big.style-2:hover {
      background: #fff; }
      .info-box-big.style-2:hover .title {
        color: #222; }
      .info-box-big.style-2:hover .icon-wrap {
        background-color: #222;
        color: #fff; }

.icon-wrap {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 30px;
  margin: 0 auto 50px;
  background: #fff;
  text-align: center;
  color: #333;
  border-radius: 50%;
  transition: all 0.4s ease; }

/*------------- #INFO-BOX-BIG & WITH-THUMB --------------*/
.info-box-big.with-thumb {
  padding: 0; }
  .info-box-big.with-thumb img {
    -webkit-filter: saturate(30%);
    filter: saturate(30%);
    transition-property: filter;
    transition-duration: .6s;
    transition-timing-function: linear, linear;
    position: absolute;
    min-height: 100%;
    max-width: none;
    transform: translate(-50%, 0);
    left: 50%; }
  .info-box-big.with-thumb .info-box__thumb {
    overflow: hidden;
    min-width: 100%;
    min-height: 100%;
    position: relative; }
  .info-box-big.with-thumb .hover-post:before {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0); }
  .info-box-big.with-thumb:hover .hover-post:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0); }
  .info-box-big.with-thumb:hover img {
    -webkit-filter: saturate(120%);
    filter: saturate(120%); }

/*------------- #INFO-BOX-CLASSIC --------------*/
.info-box-classic {
  position: relative; }
  @media (max-width: 1024px) {
    .info-box-classic {
      margin-bottom: 30px; } }
  .info-box-classic .info-box__thumb {
    transition: all .3s ease; }
    .info-box-classic .info-box__thumb img {
      min-width: 100%; }
  .info-box-classic .info-box__content {
    position: absolute;
    padding: 0 35px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    transition: all .2s linear; }
  .info-box-classic .btn--outline {
    border-color: #fff; }
  .info-box-classic .overlay {
    background: rgba(0, 0, 0, 0.3); }
  .info-box-classic .heading .heading-text {
    opacity: 0;
    transition: all .2s linear; }
  .info-box-classic .heading .heading-title {
    color: #fff;
    margin-bottom: -80px;
    transition: all .2s linear; }
    @media (max-width: 1024px) {
      .info-box-classic .heading .heading-title {
        font-size: 22px; } }
    @media (max-width: 768px) {
      .info-box-classic .heading .heading-title {
        margin-bottom: -40px; } }
    @media (max-width: 360px) {
      .info-box-classic .heading .heading-title {
        margin-bottom: -80px; } }
  .info-box-classic:hover .overlay {
    background: rgba(0, 0, 0, 0.7); }
  .info-box-classic:hover .heading .heading-text {
    opacity: 1; }
  .info-box-classic:hover .heading .heading-title {
    color: #fff;
    margin-bottom: 30px; }
  .info-box-classic:hover .heading .btn {
    transition: all .2s linear; }
  .info-box-classic:hover .btn--outline {
    position: relative;
    margin-top: 40px; }
  @media (max-width: 1024px) {
    .info-box-classic.style-2 {
      margin-bottom: 30px; } }
  .info-box-classic.style-2 .overlay {
    background: rgba(0, 0, 0, 0.3);
    opacity: 1; }
  .info-box-classic.style-2 .info-box__content {
    padding: 0 15px; }
    .info-box-classic.style-2 .info-box__content .heading .heading-text {
      opacity: 0;
      display: none; }
    .info-box-classic.style-2 .info-box__content .heading .heading-title {
      margin-bottom: 0; }
    .info-box-classic.style-2 .info-box__content .heading .read-more {
      display: none;
      opacity: 1;
      color: #fff;
      font-size: 14px; }
      .info-box-classic.style-2 .info-box__content .heading .read-more img {
        margin-left: 15px; }
  .info-box-classic.style-2:hover .info-box__thumb {
    transform: scale(1.1); }
    .info-box-classic.style-2:hover .info-box__thumb .overlay {
      background-color: #ec6e00; }
  .info-box-classic.style-2:hover .info-box__content .heading .heading-text {
    opacity: 1;
    display: block;
    color: #f5f5f5; }
  .info-box-classic.style-2:hover .info-box__content .heading .heading-title {
    margin-bottom: 30px; }
  .info-box-classic.style-2:hover .info-box__content .heading .read-more {
    display: block;
    opacity: 1; }

/*------------- #INFO-BOX--bg-image --------------*/
.info-box--bg-image {
  position: relative;
  transition: all .3s linear;
  height: 100%; }
  .info-box--bg-image:hover .info-box-thumb {
    opacity: 1; }
  .info-box--bg-image:hover .title {
    color: #fff; }
  .info-box--bg-image:hover .text {
    color: #ccc; }
  .info-box--bg-image .info-box-thumb {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all .3s ease; }
  .info-box--bg-image .info-box-content {
    position: relative;
    z-index: 2;
    padding: 30px; }
    .info-box--bg-image .info-box-content .title {
      margin-bottom: 25px;
      transition: all .3s linear; }
    .info-box--bg-image .info-box-content .text {
      transition: all .3s linear;
      transform: translate3d(0, 0, 0); }
  .info-box--bg-image .icon-wrap {
    margin: 0 30px 0 0;
    float: left;
    background-color: #ec6e00;
    border-radius: 50%;
    color: #fff; }
    @media (max-width: 1280px) {
      .info-box--bg-image .icon-wrap {
        float: none; } }
  .info-box--bg-image .content-wrap {
    overflow: hidden;
    padding-top: 25px; }
  .info-box--bg-image.style-2 {
    background-color: #fff;
    text-align: center;
    transform-style: preserve-3d; }
    .info-box--bg-image.style-2 .info-box-content {
      padding: 35px; }
      .info-box--bg-image.style-2 .info-box-content .icon-wrap {
        float: none;
        background-color: #222;
        color: #ec6e00;
        margin: 0 auto; }
      .info-box--bg-image.style-2 .info-box-content .title {
        margin-bottom: 40px; }
      .info-box--bg-image.style-2 .info-box-content .content-wrap {
        padding-top: 50px; }
    .info-box--bg-image.style-2:hover .icon-wrap {
      background-color: #ec6e00;
      color: #222; }

/*------------- #INFO-BOX--Standard --------------*/
.info-box--standard {
  padding: 30px; }
  @media (max-width: 1024px) {
    .info-box--standard {
      padding: 10px; } }
  .info-box--standard .icon-wrap {
    background-color: #222; }
    .info-box--standard .icon-wrap i {
      color: #ec6e00; }
    .info-box--standard .icon-wrap.f-right {
      margin-left: 50px; }
      @media (max-width: 1024px) {
        .info-box--standard .icon-wrap.f-right {
          margin-left: 20px; } }
      @media (max-width: 460px) {
        .info-box--standard .icon-wrap.f-right {
          margin-left: 0;
          float: none; } }
    .info-box--standard .icon-wrap.f-left {
      margin-right: 50px; }
      @media (max-width: 1024px) {
        .info-box--standard .icon-wrap.f-left {
          margin-right: 20px; } }
      @media (max-width: 460px) {
        .info-box--standard .icon-wrap.f-left {
          margin: 0 0 50px;
          float: none; } }
  @media (max-width: 460px) {
    .info-box--standard.align-right {
      text-align: left; } }
  .info-box--standard .info-box__content {
    overflow: hidden; }
  .info-box--standard .title {
    margin-bottom: 20px; }
  .info-box--standard.margin-r45 {
    margin-right: 45px; }
  .info-box--standard.margin-l45 {
    margin-left: 45px; }
    @media (max-width: 460px) {
      .info-box--standard.margin-l45 {
        margin-left: 0; } }
  .info-box--standard.style-2 {
    padding: 0; }
    @media (max-width: 768px) {
      .info-box--standard.style-2 {
        margin-bottom: 30px; } }
    .info-box--standard.style-2 .info-box__content {
      overflow: hidden; }
    .info-box--standard.style-2 .icon-wrap {
      background-color: #ec6e00; }
      @media (max-width: 1024px) {
        .info-box--standard.style-2 .icon-wrap {
          float: none;
          margin: 0 30px 20px 0; } }
      .info-box--standard.style-2 .icon-wrap i {
        color: #fff; }
      .info-box--standard.style-2 .icon-wrap.f-left {
        margin-right: 30px; }
  .info-box--standard.style-3 {
    padding: 0;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      .info-box--standard.style-3 {
        margin-bottom: 30px; } }
    .info-box--standard.style-3 .text {
      clear: both; }
    .info-box--standard.style-3 .info-box__content .title {
      color: #fff; }
    .info-box--standard.style-3 .icon-wrap {
      margin: 0 45px 25px 0;
      background-color: transparent;
      border-radius: 0;
      width: auto;
      height: auto;
      line-height: 30px;
      text-align: left; }
      .info-box--standard.style-3 .icon-wrap i {
        color: #ec6e00; }
      .info-box--standard.style-3 .icon-wrap.f-left {
        margin-right: 30px; }
    .info-box--standard.style-3.icon-top .icon-wrap {
      text-align: left;
      margin: 0 0 25px 0; }
    .info-box--standard.style-3.icon-top .info-box__content .title {
      color: #222;
      font-size: 30px;
      margin-bottom: 10px; }
      @media (max-width: 1024px) {
        .info-box--standard.style-3.icon-top .info-box__content .title {
          font-size: 22px; } }
    .info-box--standard.style-3.icon-top.content-align-right {
      direction: rtl; }
      .info-box--standard.style-3.icon-top.content-align-right .icon-wrap {
        text-align: right; }

/*------------- #INFO-BOX--Number-style2 --------------*/
.info-box-number-style2 {
  position: relative;
  overflow: hidden; }
  @media (max-width: 768px) {
    .info-box-number-style2 {
      margin-bottom: 30px; } }
  .info-box-number-style2 .content {
    padding: 50px 80px 10px 50px;
    position: relative; }
    @media (max-width: 1024px) {
      .info-box-number-style2 .content {
        padding: 30px 30px 10px 30px; } }
    .info-box-number-style2 .content .title {
      color: #fff;
      margin-bottom: 30px;
      z-index: 5;
      position: relative; }
      @media (max-width: 1024px) {
        .info-box-number-style2 .content .title {
          font-size: 22px; } }
    .info-box-number-style2 .content .text {
      color: #fff;
      z-index: 5;
      position: relative; }
  .info-box-number-style2 .read-more-block {
    position: relative;
    padding: 40px 50px;
    transition: all .3s ease; }
    .info-box-number-style2 .read-more-block .read-more {
      display: block;
      font-size: 14px;
      color: #fff;
      transition: all .3s ease;
      overflow: hidden;
      position: absolute;
      bottom: 30px;
      left: 50px; }
      @media (max-width: 1024px) {
        .info-box-number-style2 .read-more-block .read-more {
          left: 30px; } }
      .info-box-number-style2 .read-more-block .read-more img {
        opacity: 0;
        margin-left: 15px; }
  .info-box-number-style2 .number {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1;
    margin-right: -5px; }
  .info-box-number-style2.even .content {
    background-color: #ec6e00; }
  .info-box-number-style2.even .number {
    color: #b79f4e; }
  .info-box-number-style2.even .read-more-block {
    background-color: #ec6e00; }
  .info-box-number-style2.odd .content {
    background-color: #b79f4e; }
  .info-box-number-style2.odd .number {
    color: #ec6e00; }
  .info-box-number-style2.odd .read-more-block {
    background-color: #b79f4e; }
  .info-box-number-style2:hover .read-more-block {
    background-color: transparent; }
    .info-box-number-style2:hover .read-more-block .read-more {
      color: #ec6e00;
      left: auto;
      right: 50px; }
      .info-box-number-style2:hover .read-more-block .read-more img {
        opacity: 1; }

/*------------- #GO-BLOCK --------------*/
.go-block {
  position: relative;
  text-align: center;
  min-height: 635px;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .go-block {
      background-attachment: scroll; } }
  @media (max-width: 768px) {
    .go-block {
      min-height: 400px; } }
  @media (max-width: 640px) {
    .go-block {
      min-height: 250px; } }

.go-block-content {
  opacity: 0;
  transform: scale(0.2);
  z-index: 2;
  padding: 0 15px; }
  .go-block-content .text {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: -0.025em; }
    @media (max-width: 980px) {
      .go-block-content .text {
        font-size: 70px; } }
    @media (max-width: 768px) {
      .go-block-content .text {
        font-size: 50px; } }
    @media (max-width: 570px) {
      .go-block-content .text {
        font-size: 30px; } }
    .go-block-content .text.t-transform-none {
      text-transform: none; }
    .go-block-content .text span {
      position: relative;
      display: inline-block; }
  .go-block-content .btn {
    margin-top: 50px; }
  .go-block-content .btn--modern {
    border: 2px solid #fff; }
    .go-block-content .btn--modern:hover {
      border-color: #ec6e00; }
  .go-block-content.title-border .text {
    font-size: 60px;
    position: relative;
    line-height: 1.3;
    text-transform: none; }
    @media (max-width: 640px) {
      .go-block-content.title-border .text {
        font-size: 40px; } }
    .go-block-content.title-border .text:after {
      content: '';
      display: block;
      width: 85%;
      height: 180%;
      border: 8px solid #ec6e00;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: -1; }
      @media (max-width: 640px) {
        .go-block-content.title-border .text:after {
          display: none; } }

.go-block1 {
  background-image: url("../img/banner.jpg"); }

.go-block2 {
  background-image: url("../img/banner1.jpg"); }

.go-block3 {
  background-image: url("../img/banner2.jpg"); }

.go-block4 {
  background-image: url("../img/banner3.jpg"); }

.go-block5 {
  background-image: url("../img/banner4.jpg"); }

.go-block6 {
  background-image: url("../img/banner5.jpg"); }

.go-block7 {
  background-image: url("../img/banner6.jpg"); }

.go-block8 {
  background-image: url("../img/banner7.jpg"); }

.go-block9 {
  background-image: url("../img/banner8.jpg"); }

.go-block10 {
  background-image: url("../img/banner9.jpg"); }

.go-block11 {
  background-image: url("../img/banner10.jpg"); }

.go-block12 {
  background-image: url("../img/banner11.jpg"); }

.go-block13 {
  background-image: url("../img/banner12.jpg"); }

.go-block14 {
  background-image: url("../img/banner13.jpg"); }

.go-block15 {
  background-image: url("../img/banner14.jpg"); }

.go-block16 {
  background-image: url("../img/banner15.jpg"); }

.go-block17 {
  background-image: url("../img/banner16.jpg"); }

/*------------- #COUNTERS --------------*/
.counter-item {
  text-align: center;
  color: #222;
  float: left;
  position: relative;
  z-index: 1; }
  .counter-item .counter-numbers {
    color: inherit;
    padding-bottom: 15px;
    margin-bottom: 25px; }
    .counter-item .counter-numbers.c-primary {
      color: #ec6e00; }
  .counter-item .counter-title {
    color: #999;
    display: block;
    position: relative;
    font-size: 14px; }
    .counter-item .counter-title:after {
      content: '';
      display: block;
      width: 70px;
      height: 1px;
      background-color: #333;
      position: absolute;
      top: -30px;
      left: 50%;
      margin-left: -35px; }

.counters {
  position: relative;
  overflow: hidden; }

  .counters.column-3 .counter-item{
    width: 33.33%; }
    @media (max-width: 670px) {
      .counters.column-3 .counter-item {
        width: 100%;
        margin-bottom: 25px; } }

  .counters.col-4 .counter-item {
    width: 25%; }
    @media (max-width: 640px) {
      .counters.col-4 .counter-item {
        width: 50%;
        margin-bottom: 25px; } }
  .counters.col-5 .counter-item {
    width: 20%; }
    @media (max-width: 640px) {
      .counters.col-5 .counter-item {
        width: 50%;
        margin-bottom: 25px; } }
  .counters.col-3 .counter-item {
    width: 33.33%; }
    @media (max-width: 640px) {
      .counters.col-3 .counter-item {
        width: 100%;
        margin-bottom: 25px; } }
  .counters.bg-dark .counter-item, .counters.bg-dark-light .counter-item {
    color: #fff; }
    @media (max-width: 640px) {
      .counters.bg-dark .counter-item, .counters.bg-dark-light .counter-item {
        /* width: 50%; */
        margin-bottom: 25px; } }
    .counters.bg-dark .counter-item .counter-title:after, .counters.bg-dark-light .counter-item .counter-title:after {
      background-color: #ec6e00; }
  .counters.with-icon .counter-item {
    font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif; }
    @media (max-width: 640px) {
      .counters.with-icon .counter-item {
        width: 50%;
        margin-bottom: 25px; } }
    .counters.with-icon .counter-item .counter-title::after {
      display: none; }
    .counters.with-icon .counter-item .counter-icon {
      position: relative;
      color: #ec6e00;
      font-size: 15px;
      display: inline-block;
      margin-bottom: 30px; }
      .counters.with-icon .counter-item .counter-icon:after, .counters.with-icon .counter-item .counter-icon:before {
        content: '';
        display: block;
        width: 70px;
        height: 1px;
        background-color: #444;
        position: absolute;
        top: 50%; }
      .counters.with-icon .counter-item .counter-icon:after {
        left: 25px; }
      .counters.with-icon .counter-item .counter-icon:before {
        right: 25px; }
  .counters.with-icon .counter-numbers {
    margin-bottom: 0; }
  .counters.icon-right {
    padding: 0 15px; }
    .counters.icon-right .counter-item {
      font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif; }
      @media (max-width: 640px) {
        .counters.icon-right .counter-item {
          width: 50%;
          margin-bottom: 25px; } }
      .counters.icon-right .counter-item .right-icon {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
        color: #f5f5f5;
        font-size: 65px; }
        @media (max-width: 1024px) {
          .counters.icon-right .counter-item .right-icon {
            font-size: 35px; } }
      .counters.icon-right .counter-item:last-child .right-icon {
        display: none; }
      .counters.icon-right .counter-item .counter-title {
        text-transform: uppercase;
        color: #222; }
        .counters.icon-right .counter-item .counter-title:after {
          background-color: #ec6e00; }
    .counters.icon-right.bg-dark .counter-item .right-icon {
      color: #333; }
    .counters.icon-right.bg-dark .counter-item .counter-title {
      color: #fff; }
  .counters.style-2 .counter-item {
    text-align: left; }
    @media (max-width: 640px) {
      .counters.style-2 .counter-item {
        width: 50%;
        margin-bottom: 25px; } }
    .counters.style-2 .counter-item i {
      font-size: 65px;
      color: #fff;
      float: left;
      margin-right: 30px; }
      @media (max-width: 1024px) {
        .counters.style-2 .counter-item i {
          font-size: 35px;
          margin-right: 15px; } }
    .counters.style-2 .counter-item .counter-title {
      color: #ccc; }
      .counters.style-2 .counter-item .counter-title:after {
        display: none; }
    .counters.style-2 .counter-item .counter-numbers {
      padding-bottom: 0;
      margin-bottom: 5px;
      line-height: 1.1;
      color: #fff; }
  .counters.style-2.bg-light .counter-item i {
    color: #ec6e00; }
  .counters.style-2.bg-light .counter-item .counter-title {
    color: #666; }
  .counters.style-2.bg-light .counter-item .counter-numbers {
    color: #222; }

/*------------- #TEAM-MEMBER --------------*/
.teammember-item {
  position: relative;
  float: left; }
  .teammember-item .socials {
    max-width: 100px;
    float: right;
    opacity: 0; }
    @media (max-width: 1280px) {
      .teammember-item .socials {
        max-width: none;
        float: left;
        clear: both; } }
    .teammember-item .socials .social__item {
      float: right; }
      @media (max-width: 1280px) {
        .teammember-item .socials .social__item {
          float: left; } }
  .teammember-item:hover .teammember-info {
    background: #222; }
  .teammember-item:hover .teammember-name {
    color: #fff; }
  .teammember-item:hover .teammember-prof {
    color: rgba(255, 255, 255, 0.3); }
  .teammember-item:hover .socials.socials--bg {
    opacity: 1; }
    .teammember-item:hover .socials.socials--bg .social__item {
      background-color: #333; }
      .teammember-item:hover .socials.socials--bg .social__item:hover {
        background-color: #222;
        border-color: #555;
        color: #999; }
  .teammember-item:hover .teammember__thumb img.hover {
    transform: scale(2);
    -webkit-transform: scale(2);
    opacity: 0; }
  .teammember-item .teammember__thumb {
    position: relative;
    overflow: hidden; }
    .teammember-item .teammember__thumb img {
      transition: all 1s ease-out; }
      .teammember-item .teammember__thumb img.main {
        opacity: 1;
        float: left; }
      .teammember-item .teammember__thumb img.hover {
        position: absolute;
        left: 0;
        top: 0; }
  .teammember-item.style-2 {
    text-align: center; }
    .teammember-item.style-2 .teammember-info .teammember-info-wrap .teammember-prof {
      font-size: 12px;
      color: #ec6e00;
      margin-bottom: 20px;
      font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif; }
    .teammember-item.style-2 .teammember-info .teammember-info-wrap .teammember-name {
      font-size: 30px; }
    .teammember-item.style-2 .socials {
      float: none;
      max-width: 100%; }
      .teammember-item.style-2 .socials .social__item {
        float: none; }
    .teammember-item.style-2:hover .teammember-info {
      margin-top: -80px; }
    .teammember-item.style-2:hover .socials .social__item {
      background-color: #222; }
      .teammember-item.style-2:hover .socials .social__item:hover {
        background-color: #ec6e00;
        border-color: transparent;
        color: #222; }
  .teammember-item.style-3 .teammember__thumb .brush {
    position: absolute;
    bottom: -35px;
    left: 0;
    z-index: 1; }
  .teammember-item.style-3 .teammember__thumb .overlay {
    opacity: 0; }
  .teammember-item.style-3 .teammember-info {
    background: transparent;
    position: absolute;
    top: 65%;
    text-align: center;
    transition: all .3s ease;
    font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif; }
    .teammember-item.style-3 .teammember-info .teammember-info-wrap {
      float: none;
      margin-bottom: 10px; }
      .teammember-item.style-3 .teammember-info .teammember-info-wrap .teammember-prof {
        color: #fff;
        text-transform: uppercase; }
      .teammember-item.style-3 .teammember-info .teammember-info-wrap .teammember-name {
        margin-bottom: 5px; }
        @media (max-width: 980px) {
          .teammember-item.style-3 .teammember-info .teammember-info-wrap .teammember-name {
            font-size: 22px; } }
        .teammember-item.style-3 .teammember-info .teammember-info-wrap .teammember-name.c-white {
          color: #fff; }
    .teammember-item.style-3 .teammember-info .socials {
      float: none;
      width: auto;
      max-width: 100%;
      transition: all .3s ease;
      margin-bottom: 10px; }
      .teammember-item.style-3 .teammember-info .socials .social__item {
        float: none; }
    .teammember-item.style-3 .teammember-info .contact-info span {
      display: block;
      margin-bottom: 5px;
      font-size: 13px;
      color: #fff;
      opacity: 0;
      text-transform: uppercase; }
  .teammember-item.style-3:hover .teammember__thumb .overlay {
    opacity: 1; }
  .teammember-item.style-3:hover .teammember-info {
    bottom: auto;
    top: 40%; }
    @media (max-width: 1024px) {
      .teammember-item.style-3:hover .teammember-info {
        top: 20%; } }
    .teammember-item.style-3:hover .teammember-info .socials {
      opacity: 1; }
    .teammember-item.style-3:hover .teammember-info .contact-info span {
      opacity: 1; }
  .teammember-item.style-4 {
    text-align: center; }
    @media (max-width: 768px) {
      .teammember-item.style-4 {
        margin-bottom: 30px; } }
    .teammember-item.style-4 .teammember__thumb .overlay {
      opacity: 0;
      background-color: rgba(245, 245, 245, 0.5); }
    .teammember-item.style-4 .teammember-info {
      background-color: #fff;
      width: 100%;
      margin: auto;
      padding: 40px 30px; }
      .teammember-item.style-4 .teammember-info .teammember-info-wrap {
        float: none; }
        .teammember-item.style-4 .teammember-info .teammember-info-wrap .teammember-prof {
          font-size: 12px;
          color: #999;
          margin-bottom: 15px;
          font-family: sans-serif; }
    .teammember-item.style-4 .socials {
      float: none;
      width: auto;
      max-width: 100%;
      transition: all .3s ease;
      margin-bottom: 10px; }
      .teammember-item.style-4 .socials .social__item {
        float: none;
        color: #222; }
    .teammember-item.style-4:hover .teammember__thumb .overlay {
      opacity: 1; }
    .teammember-item.style-4:hover .teammember-info .teammember-info-wrap .teammember-name {
      color: #222; }
    .teammember-item.style-4:hover .socials {
      opacity: 1; }
      .teammember-item.style-4:hover .socials .social__item:hover {
        color: #ec6e00; }

.teammember-info {
  position: relative;
  background: #fff;
  overflow: hidden;
  padding: 35px 30px;
  width: 95%;
  margin: -32px auto 0;
  transition: all .4s linear -.1s; }
  .teammember-info .teammember-name {
    margin-bottom: 10px;
    line-height: 1.3;
    transition: all 0.1s ease-in;
    display: block; }

.teammember-info-wrap {
  float: left; }
  @media (max-width: 1280px) {
    .teammember-info-wrap {
      margin-bottom: 20px; } }

/*------------- #BLOCK-ACTION --------------*/
.block-action {
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 20px; }
  @media (max-width: 360px) {
    .block-action {
      display: block;
      text-align: center; } }
  @media (max-width: 360px) {
    .block-action .block-action__title {
      margin-bottom: 20px; } }
  .block-action.primary {
    padding: 30px 0; }
    .block-action.primary .block-action__title {
      color: #fff; }
    .block-action.primary .btn {
      border-color: #fff;
      color: #fff; }
      .block-action.primary .btn:hover {
        border-color: #222;
        color: #222;
        background-color: transparent; }

/*------------- #LATEST-WORK --------------*/
.post-standard .post__thumb {
  position: relative; }

.post-standard .hover-post {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  overflow: hidden; }
  .post-standard .hover-post:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0); }

.post-standard .post__content {
  position: relative;
  background: #fff;
  padding: 35px 30px;
  width: 95%;
  margin: -40px auto 0;
  transition: all .3s linear; }
  .post-standard .post__content .post__title {
    margin-bottom: 20px;
    color: #333;
    transition: all .3s linear;
    display: block; }
  .post-standard .post__content .post-additional-info .post__comments a {
    color: inherit;
    position: relative;
    display: inline-block;
    margin-left: 12px; }
    .post-standard .post__content .post-additional-info .post__comments a:hover {
      color: #fff; }
    .post-standard .post__content .post-additional-info .post__comments a:before {
      content: '/';
      display: block;
      position: absolute;
      left: -10px; }

.post-standard:hover .post__content {
  background-color: #222; }
  .post-standard:hover .post__content .post__title {
    color: #fff; }

.post-standard:hover .hover-post:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); }

.post-modern {
  position: relative; }
  .post-modern .post-modern__thumb {
    position: relative; }
    .post-modern .post-modern__thumb .overlay {
      background-color: rgba(51, 51, 51, 0.7);
      opacity: 0; }
  .post-modern .post__content {
    bottom: 40px;
    left: 50px;
    text-align: left;
    width: 80%;
    position: absolute; }
    @media (max-width: 1024px) {
      .post-modern .post__content {
        bottom: 20px;
        left: 20px; } }
    .post-modern .post__content .post__title {
      color: #fff;
      margin-bottom: 10px;
      line-height: 1.1;
      transition: all .3s linear;
      display: block; }
      @media (max-width: 1280px) {
        .post-modern .post__content .post__title {
          font-size: 22px; } }
      @media (max-width: 800px) {
        .post-modern .post__content .post__title {
          font-size: 16px; } }
    .post-modern .post__content .post__text {
      color: #f5f5f5; }
      .post-modern .post__content .post__text .post-additional-info .post__comments a {
        color: inherit;
        position: relative;
        display: inline-block;
        margin-left: 12px; }
        .post-modern .post__content .post__text .post-additional-info .post__comments a:before {
          content: '/';
          display: block;
          position: absolute;
          left: -10px; }
  .post-modern:hover .post__content .post__title {
    color: #ec6e00; }
  .post-modern:hover .post-modern__thumb .overlay {
    opacity: 1; }

.post {
  padding: 80px 0;
  text-align: center;
  border-bottom: 1px solid #eee; }
  .post .post__content .post-thumb-title {
    position: relative; }
    .post .post__content .post-thumb-title .post-category {
      display: inline-block;
      color: #ccc;
      margin-bottom: 10px;
      transition: all .3s ease; }
      .post .post__content .post-thumb-title .post-category:hover {
        color: #ec6e00; }
    .post .post__content .post-thumb-title .post-title {
      color: #222;
      font-size: 30px;
      margin-bottom: 25px; }
      .post .post__content .post-thumb-title .post-title:hover {
        color: #ec6e00; }
  .post .post__content .post-additional-info {
    margin-bottom: 20px; }
    .post .post__content .post-additional-info > span {
      display: inline-block;
      font-size: 13px;
      color: #999;
      font-weight: 400; }
      .post .post__content .post-additional-info > span a {
        color: inherit;
        font-weight: inherit;
        transition: all .3s ease; }
        .post .post__content .post-additional-info > span a:hover {
          color: #ec6e00; }
  .post .post__content .post__text {
    margin-bottom: 45px;
    font-weight: 400;
    color: #666; }
  .post.post-grid {
    background-color: #f5f5f5;
    padding: 30px 0;
    margin-bottom: 30px;
    border: none; }
    .post.post-grid .post__content {
      padding: 0 25px; }
      .post.post-grid .post__content .post-thumb-title .post-title {
        color: #222;
        font-size: 18px;
        font-weight: 400; }
        .post.post-grid .post__content .post-thumb-title .post-title:hover {
          color: #ec6e00; }
      .post.post-grid .post__content .post__text {
        margin-bottom: 0; }
  .post.has-post-thumbnail {
    padding-top: 0;
    position: relative; }
    .post.has-post-thumbnail .post-thumb {
      position: relative;
      margin-bottom: 30px; }
      .post.has-post-thumbnail .post-thumb img {
        width: 100%; }
      .post.has-post-thumbnail .post-thumb .post-thumb-title {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%; }
        .post.has-post-thumbnail .post-thumb .post-thumb-title .post-category {
          display: inline-block;
          color: #ccc;
          margin-bottom: 10px;
          transition: all .3s ease; }
          .post.has-post-thumbnail .post-thumb .post-thumb-title .post-category:hover {
            color: #ec6e00; }
      .post.has-post-thumbnail .post-thumb .post-title {
        color: #fff;
        font-size: 30px; }
        .post.has-post-thumbnail .post-thumb .post-title:hover {
          color: #ec6e00; }
    .post.has-post-thumbnail.post-grid {
      background-color: #f5f5f5;
      padding-bottom: 30px;
      margin-bottom: 30px; }
      .post.has-post-thumbnail.post-grid .post-thumb .post-thumb-title .post-title {
        color: #fff;
        font-size: 18px;
        font-weight: 400; }
        .post.has-post-thumbnail.post-grid .post-thumb .post-thumb-title .post-title:hover {
          color: #ec6e00; }
      .post.has-post-thumbnail.post-grid .post__content {
        padding: 0 25px; }
        .post.has-post-thumbnail.post-grid .post__content .post__text {
          margin-bottom: 0; }
    .post.has-post-thumbnail.video .post__content .post-thumb-title {
      position: relative; }
    .post.has-post-thumbnail.video .post__content .post-title {
      color: #222; }
      .post.has-post-thumbnail.video .post__content .post-title:hover {
        color: #ec6e00; }
    .post.has-post-thumbnail.video.post-grid .post__content .post-thumb-title .post-title {
      color: #222;
      font-size: 18px;
      font-weight: 400; }
      .post.has-post-thumbnail.video.post-grid .post__content .post-thumb-title .post-title:hover {
        color: #ec6e00; }
    .post.has-post-thumbnail.quote {
      position: relative; }
      .post.has-post-thumbnail.quote .post-thumb {
        margin-bottom: 40px;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 70px 40px; }
        @media (max-width: 768px) {
          .post.has-post-thumbnail.quote .post-thumb {
            padding: 30px; } }
      .post.has-post-thumbnail.quote .post__content {
        position: relative; }
        .post.has-post-thumbnail.quote .post__content .post-thumb-title {
          position: relative;
          top: auto;
          left: auto;
          transform: none;
          width: auto; }
        .post.has-post-thumbnail.quote .post__content .post-title {
          color: #fff; }
          .post.has-post-thumbnail.quote .post__content .post-title:hover {
            color: #ec6e00; }
      .post.has-post-thumbnail.quote .post-additional-info {
        margin-bottom: 50px; }
      .post.has-post-thumbnail.quote .post__quote {
        color: #fff;
        font-family: "Merriweather", Arial, "Helvetica Neue", Helvetica, serif;
        margin-bottom: 30px;
        font-weight: 400; }
      .post.has-post-thumbnail.quote .post__quote-author {
        color: #ccc;
        font-weight: 400; }
      .post.has-post-thumbnail.quote.post-grid {
        padding-bottom: 0; }
        .post.has-post-thumbnail.quote.post-grid .post-thumb {
          margin-bottom: 0; }
        .post.has-post-thumbnail.quote.post-grid .post__content {
          padding: 0; }
          .post.has-post-thumbnail.quote.post-grid .post__content .post-additional-info {
            margin-bottom: 20px; }
          .post.has-post-thumbnail.quote.post-grid .post__content .post-thumb-title .post-title {
            color: #fff;
            font-size: 18px;
            font-weight: 400; }
            .post.has-post-thumbnail.quote.post-grid .post__content .post-thumb-title .post-title:hover {
              color: #ec6e00; }
    .post.has-post-thumbnail.with-slider .btn-prev {
      left: 30px; }
      @media (max-width: 768px) {
        .post.has-post-thumbnail.with-slider .btn-prev {
          display: none; } }
    .post.has-post-thumbnail.with-slider .btn-next {
      right: 30px; }
      @media (max-width: 768px) {
        .post.has-post-thumbnail.with-slider .btn-next {
          display: none; } }
    .post.has-post-thumbnail.with-slider .swiper-pagination {
      bottom: 50px; }
    .post.has-post-thumbnail.with-slider.post-grid .post-thumb {
      margin-bottom: 30px; }
    .post.has-post-thumbnail.with-slider.post-grid .btn-prev {
      display: none; }
    .post.has-post-thumbnail.with-slider.post-grid .btn-next {
      display: none; }
    .post.has-post-thumbnail.with-slider.post-grid .swiper-pagination {
      bottom: 50px; }
    .post.has-post-thumbnail.with-slider .post-thumb {
      margin-bottom: 0; }
    .post.has-post-thumbnail.with-slider .swiper-nav-wrap {
      margin-bottom: 30px; }

/*------------- #Post-standard-details --------------*/
.post-standard-details {
  text-align: left;
  margin-bottom: 50px; }
  .post-standard-details.post .post-thumb {
    text-align: center; }
    .post-standard-details.post .post-thumb .post-title {
      color: #fff;
      font-size: 30px; }
      @media (max-width: 768px) {
        .post-standard-details.post .post-thumb .post-title {
          font-size: 22px; } }
      .post-standard-details.post .post-thumb .post-title:hover {
        color: #fff; }
  .post-standard-details.post .post__content .post__text a {
    text-decoration: underline; }
  .post-standard-details.post .post-thumb-small-wrap {
    margin-bottom: 30px;
    overflow: hidden; }
    .post-standard-details.post .post-thumb-small-wrap .post-thumb-small {
      margin-bottom: 15px; }
      .post-standard-details.post .post-thumb-small-wrap .post-thumb-small img {
        margin-bottom: 5px; }
      .post-standard-details.post .post-thumb-small-wrap .post-thumb-small .post-thumb-small-description {
        font-size: 11px; }

.details-share-tags {
  margin-bottom: 50px; }
  .details-share-tags .w-tags .widget__title {
    float: left;
    margin-right: 15px; }
  .details-share-tags .socials {
    text-align: right;
    color: #222;
    font-size: 18px;
    font-weight: 400;
    font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif; }
    @media (max-width: 570px) {
      .details-share-tags .socials {
        text-align: left; } }
    .details-share-tags .socials .social__item:first-child {
      margin-left: 15px; }

/*------------- #BLOCK-QUOTE --------------*/
.block-quote {
  position: relative;
  padding: 30px 0;
  float: left;
  display: table; }
  .block-quote .block-quote__thumb {
    position: relative;
    width: 270px;
    display: table-cell;
    vertical-align: middle; }
    @media (max-width: 570px) {
      .block-quote .block-quote__thumb {
        width: auto;
        display: block; } }
  .block-quote .block-quote__text {
    position: relative;
    font-size: 18px;
    color: #222;
    font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
    max-width: 60%;
    padding: 30px;
    margin-left: 270px;
    display: table-cell;
    vertical-align: middle; }
    @media (max-width: 570px) {
      .block-quote .block-quote__text {
        max-width: none;
        margin-left: 0;
        display: block;
        padding: 15px;
        font-size: 16px; } }
    .block-quote .block-quote__text blockquote {
      position: relative;
      margin-bottom: 50px; }
    .block-quote .block-quote__text .block-quote__author {
      margin-top: 40px;
      font-style: normal;
      color: #999;
      font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif; }

/*------------- #INFO-BOX --------------*/
.features {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
  display: table;
  padding-left: 310px; }
  @media (max-width: 1400px) {
    .features {
      padding-left: 50px; } }
  @media (max-width: 640px) {
    .features {
      padding-left: 0; } }
  .features .features-img__wrap {
    float: right;
    position: relative;
    display: table-cell;
    vertical-align: middle; }
    @media (max-width: 640px) {
      .features .features-img__wrap {
        display: block;
        float: none; } }
    .features .features-img__wrap .features_img {
      position: relative; }
      .features .features-img__wrap .features_img:last-child {
        position: absolute;
        right: 0;
        bottom: -40px;
        transform: scale(0.2);
        opacity: 0; }
  .features .heading {
    width: 30%;
    display: table-cell;
    vertical-align: middle; }
    @media (max-width: 640px) {
      .features .heading {
        display: block;
        width: auto; } }
    .features .heading .heading-text {
      margin-bottom: 50px; }
  .features .btn--outline {
    border: none;
    background-color: #ec6e00;
    color: #fff; }
    .features .btn--outline:hover {
      background-color: #222; }

/*------------- #TESTIMONIALS --------------*/
.testimonial-item {
  position: relative;
  text-align: center; }
  .testimonial-item .testimonial-item-thumb {
    position: relative;
    margin-bottom: 70px;
    padding: 40px;
    background-repeat: no-repeat;
    background-size: cover; }
    .testimonial-item .testimonial-item-thumb .testimonial-author {
      position: absolute;
      bottom: -35px;
      left: 50%;
      margin-left: -35px;
      height: 70px;
      width: 70px;
      border-radius: 100%;
      overflow: hidden;
      z-index: 2; }
      .testimonial-item .testimonial-item-thumb .testimonial-author img {
        border-radius: 100%;
        overflow: hidden; }
    .testimonial-item .testimonial-item-thumb .tesimonial-content {
      position: relative;
      z-index: 2;
      color: rgba(255, 255, 255, 0.7);
      margin-bottom: 0;
      font-family: "Merriweather", Arial, "Helvetica Neue", Helvetica, serif; }
      @media (max-width: 1280px) {
        .testimonial-item .testimonial-item-thumb .tesimonial-content {
          font-size: 15px; } }
    .testimonial-item .testimonial-item-thumb img {
      width: 100%; }
  .testimonial-item .author-name {
    color: #ec6e00; }
  .testimonial-item.style-2 .testimonial-item-thumb {
    padding: 50px 50px 85px;
    border: 1px solid #eee;
    margin-bottom: 70px;
    transition: all .3s ease; }
    @media (max-width: 980px) {
      .testimonial-item.style-2 .testimonial-item-thumb {
        padding: 10px 10px 40px; } }
    .testimonial-item.style-2 .testimonial-item-thumb .tesimonial-content {
      position: relative;
      color: #666;
      top: auto;
      left: auto;
      transform: none;
      font-size: 18px;
      font-weight: 400;
      width: 100%; }
      @media (max-width: 1024px) {
        .testimonial-item.style-2 .testimonial-item-thumb .tesimonial-content {
          font-size: 16px; } }
    .testimonial-item.style-2 .testimonial-item-thumb .quote i {
      font-size: 22px;
      color: #222;
      margin-bottom: 40px; }
  .testimonial-item.style-2:hover .testimonial-item-thumb {
    background-color: #222; }
    .testimonial-item.style-2:hover .testimonial-item-thumb .thumb-img {
      opacity: 1; }
    .testimonial-item.style-2:hover .testimonial-item-thumb .tesimonial-content {
      color: #ccc; }
    .testimonial-item.style-2:hover .testimonial-item-thumb .quote i {
      color: #ec6e00; }
  .testimonial-item.style-2.bg-image .testimonial-item-thumb {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    margin-bottom: 0; }
  .testimonial-item.style-2.bg-image .tesimonial-content {
    position: relative;
    padding: 50px 20px 70px;
    z-index: 2;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.025em;
    margin-bottom: 0;
    background-color: #fff; }
    @media (max-width: 570px) {
      .testimonial-item.style-2.bg-image .tesimonial-content {
        font-size: 14px; } }
    .testimonial-item.style-2.bg-image .tesimonial-content .quote i {
      font-size: 22px;
      color: #222;
      margin-bottom: 40px; }
  .testimonial-item.style-2.bg-image .testimonial-author {
    position: absolute;
    bottom: -35px;
    left: 50%;
    margin-left: -35px;
    height: 70px;
    width: 70px;
    border-radius: 100%;
    overflow: hidden;
    z-index: 2; }
    .testimonial-item.style-2.bg-image .testimonial-author img {
      border-radius: 100%;
      overflow: hidden; }
  .testimonial-item.style-2.bg-image .author-name {
    margin-top: 50px;
    display: block; }
  .testimonial-item.style-2.bg-image:hover .testimonial-item-thumb {
    opacity: 1; }
  .testimonial-item.style-2.bg-image:hover .tesimonial-content {
    color: rgba(255, 255, 255, 0.7); }
    .testimonial-item.style-2.bg-image:hover .tesimonial-content .quote i {
      color: #ec6e00; }

/*------------- #STUNNING-HEADER --------------*/
.stunning-header {
  padding: 240px 0 100px 0; }
  @media (max-width: 768px) {
    .stunning-header {
      padding: 100px 0 0; } }
  .stunning-header .stunning-header-content {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 5;
    padding: 0 15px; }
    .stunning-header .stunning-header-content .stunning-header-title {
      color: #fff;
      margin-bottom: 20px;
      line-height: 1.1; }
      @media (max-width: 768px) {
        .stunning-header .stunning-header-content .stunning-header-title {
          font-size: 40px; } }
      .stunning-header .stunning-header-content .stunning-header-title.c-dark {
        color: #222; }
    .stunning-header .stunning-header-content .stunning-header-subtitle {
      color: #ccc;
      margin-bottom: 50px; }
    .stunning-header .stunning-header-content .breadcrumbs {
      padding: 130px 0 30px; }
      .stunning-header .stunning-header-content .breadcrumbs .breadcrumbs-item {
        display: inline-block;
        font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
        transition: all .3s ease; }
        .stunning-header .stunning-header-content .breadcrumbs .breadcrumbs-item:hover {
          opacity: .8; }
        .stunning-header .stunning-header-content .breadcrumbs .breadcrumbs-item a {
          color: #ec6e00;
          margin-right: 2px;
          font-size: 12px; }
        .stunning-header .stunning-header-content .breadcrumbs .breadcrumbs-item.active > span:first-child {
          color: #ccc;
          margin-right: 2px;
          font-size: 12px; }
        .stunning-header .stunning-header-content .breadcrumbs .breadcrumbs-item.active:hover {
          opacity: 1; }
        .stunning-header .stunning-header-content .breadcrumbs .breadcrumbs-item .right-arrow {
          margin-right: 2px;
          color: rgba(255, 255, 255, 0.5);
          font-size: 14px; }
        .stunning-header .stunning-header-content .breadcrumbs .breadcrumbs-item:last-child .right-arrow {
          display: none; }
      .stunning-header .stunning-header-content .breadcrumbs.border-top1 {
        border-top: 1px solid #eee; }
      .stunning-header .stunning-header-content .breadcrumbs.border-bottom1 {
        border-bottom: 1px solid #eee; }
  .stunning-header.page-404 {
    padding-top: 500px; }
    @media (max-width: 768px) {
      .stunning-header.page-404 {
        padding-top: 250px; } }
    @media (max-width: 768px) {
      .stunning-header.page-404 .stunning-header-title {
        font-size: 22px; } }
    .stunning-header.page-404 .btn {
      margin-bottom: 300px;
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      @media (max-width: 768px) {
        .stunning-header.page-404 .btn {
          margin-bottom: 150px; } }
      .stunning-header.page-404 .btn:hover {
        background-color: #fff;
        color: #222; }
    .stunning-header.page-404 .breadcrumbs {
      padding: 0 0 30px; }
  .stunning-header.style-2 .stunning-header-content {
    max-width: 100%;
    margin: 0 auto;
    padding: 0; }
    .stunning-header.style-2 .stunning-header-content .stunning-header-title {
      color: #222; }
    .stunning-header.style-2 .stunning-header-content .stunning-header-subtitle {
      color: #999; }
    .stunning-header.style-2 .stunning-header-content .breadcrumbs {
      padding: 30px 0;
      background-color: #fff;
      margin-top: 130px; }
      .stunning-header.style-2 .stunning-header-content .breadcrumbs .breadcrumbs-item {
        display: inline-block; }
        .stunning-header.style-2 .stunning-header-content .breadcrumbs .breadcrumbs-item .right-arrow {
          color: #ccc; }
        .stunning-header.style-2 .stunning-header-content .breadcrumbs .breadcrumbs-item.active > span:first-child {
          color: #999;
          margin-right: 2px;
          font-size: 12px; }
  .stunning-header.style-2.content-small .stunning-header-content .stunning-header-title {
    color: #fff;
    font-size: 30px;
    margin-bottom: 160px; }
  .stunning-header.style-2.content-small .stunning-header-content .post-category {
    display: inline-block;
    color: #ccc;
    margin-bottom: 10px;
    transition: all .3s ease; }
    .stunning-header.style-2.content-small .stunning-header-content .post-category:hover {
      color: #ec6e00; }
  .stunning-header.align-left .stunning-header-content {
    text-align: left; }

/*------------- #CHHOSE-US --------------*/
.choose-us .choose-us-thumb {
  position: relative; }
  .choose-us .choose-us-thumb img {
    position: relative; }
    .choose-us .choose-us-thumb img.man {
      opacity: 0; }
  .choose-us .choose-us-thumb .brush {
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%); }
    @media (max-width: 768px) {
      .choose-us .choose-us-thumb .brush {
        left: 50%; } }

/*------------- #SERVICES --------------*/
.services {
  background: url("../img/bg-services.png") no-repeat left bottom;
  overflow: hidden; }
  .services .heading .heading-title {
    font-size: 30px; }

/*------------- #CONTACTS --------------*/
.contacts {
  overflow: hidden;
  margin-bottom: 50px; }
  .contacts .contacts-item {
    align-items: center; }
    @media (max-width: 768px) {
      .contacts .contacts-item {
        margin-bottom: 30px; } }
    .contacts .contacts-item i {
      font-size: 32px;
      color: #ec6e00;
      float: left;
      margin-right: 50px; }
    .contacts .contacts-item .content {
      text-align: left;
      overflow: hidden; }
      .contacts .contacts-item .content .title {
        color: #222;
        margin-bottom: 20px; }
      .contacts .contacts-item .content p {
        margin-bottom: 0; }
  .contacts.style-2 {
    border: 10px solid #f5f5f5;
    padding: 50px;
    text-align: center; }
    .contacts.style-2 .contacts-item {
      margin-bottom: 45px; }
      .contacts.style-2 .contacts-item .content {
        text-align: center; }

/*------------- #MOBILE-SLIDE-BLOCK --------------*/
.mobile-slide-block {
  background: url("../img/mobile-brush.png") 50% 50% no-repeat; }
  @media (max-width: 360px) {
    .mobile-slide-block {
      margin-bottom: 30px; } }
  .mobile-slide-block .mobile-slide-block-thumb {
    margin: 0 auto;
    max-width: 370px;
    position: relative; }
    .mobile-slide-block .mobile-slide-block-thumb .content {
      position: absolute;
      left: 26px;
      top: 93px;
      min-width: 318px;
      max-height: 564px; }
      @media (max-width: 360px) {
        .mobile-slide-block .mobile-slide-block-thumb .content {
          top: 76px;
          max-width: 239px;
          min-width: auto; } }
      @media (max-width: 320px) {
        .mobile-slide-block .mobile-slide-block-thumb .content {
          max-width: 199px; } }

/*------------- #LIST --------------*/
.list {
  font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  .list > li {
    margin-bottom: 18px;
    font-size: 14px;
    transition: all .3s ease; }
    @media (max-width: 640px) {
      .list > li {
        font-size: 14px; } }
    .list > li a {
      color: #ec6e00;
      display: block;
      overflow: hidden; }
    .list > li i {
      margin-right: 30px;
      margin-top: 2px;
      font-size: 13px;
      float: left;
      transition: all .3s ease;
      color: #ec6e00; }

/*------------- #FEATURES-BLOCK --------------*/
.features-block .features-block-list {
  padding-left: 50px; }
  @media (max-width: 1024px) {
    .features-block .features-block-list {
      padding-left: 20px; } }
  @media (max-width: 768px) {
    .features-block .features-block-list {
      margin-bottom: 30px; } }
  .features-block .features-block-list .features-block-title {
    color: #fff;
    margin-bottom: 50px; }
    @media (max-width: 1024px) {
      .features-block .features-block-list .features-block-title {
        font-size: 22px; } }

.features-block .features-block-thumb {
  position: relative; }
  @media (max-width: 768px) {
    .features-block .features-block-thumb {
      padding-top: 50px;
      margin-bottom: 50px; } }
  .features-block .features-block-thumb img {
    position: relative; }
    .features-block .features-block-thumb img:last-child {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0); }
    .features-block .features-block-thumb img:nth-child(2) {
      position: absolute;
      right: 0;
      bottom: 0; }
    .features-block .features-block-thumb img.shadow-image {
      -webkit-box-shadow: -3px -4px 8px 0px rgba(50, 50, 50, 0.83);
      -moz-box-shadow: -3px -4px 8px 0px rgba(50, 50, 50, 0.83);
      box-shadow: -3px -4px 8px 0px rgba(50, 50, 50, 0.83); }

/*------------- #GRID-PORTFOLIO --------------*/
#grid > li, .sorting-container > li {
  padding: 15px; }

#grid.col-2 > li, .sorting-container.col-2 > li {
  width: 50%; }
  @media (max-width: 360px) {
    #grid.col-2 > li, .sorting-container.col-2 > li {
      width: 100%; } }

#grid.col-3 > li, .sorting-container.col-3 > li {
  width: 33.33%; }
  @media (max-width: 640px) {
    #grid.col-3 > li, .sorting-container.col-3 > li {
      width: 50%; } }
  @media (max-width: 360px) {
    #grid.col-3 > li, .sorting-container.col-3 > li {
      width: 100%; } }
  #grid.col-3 > li.latest-work__item--big, .sorting-container.col-3 > li.latest-work__item--big {
    width: 66.66%; }
    @media (max-width: 640px) {
      #grid.col-3 > li.latest-work__item--big, .sorting-container.col-3 > li.latest-work__item--big {
        width: 100%; } }

#grid.col-4 > li, .sorting-container.col-4 > li {
  width: 25%; }
  @media (max-width: 640px) {
    #grid.col-4 > li, .sorting-container.col-4 > li {
      width: 50%; } }
  @media (max-width: 360px) {
    #grid.col-4 > li, .sorting-container.col-4 > li {
      width: 100%; } }
  #grid.col-4 > li.latest-work__item--big, .sorting-container.col-4 > li.latest-work__item--big {
    width: 50%; }
    @media (max-width: 360px) {
      #grid.col-4 > li.latest-work__item--big, .sorting-container.col-4 > li.latest-work__item--big {
        width: 100%; } }

#grid.not-space > li, .sorting-container.not-space > li {
  padding: 0; }

#grid.masonry > li, .sorting-container.masonry > li {
  padding: 15px; }

#grid.masonry.col-2 > li, .sorting-container.masonry.col-2 > li {
  width: 50%; }
  @media (max-width: 360px) {
    #grid.masonry.col-2 > li, .sorting-container.masonry.col-2 > li {
      width: 100%; } }

#grid.masonry.col-3 > li, .sorting-container.masonry.col-3 > li {
  width: 33.33%; }
  @media (max-width: 640px) {
    #grid.masonry.col-3 > li, .sorting-container.masonry.col-3 > li {
      width: 50%; } }
  @media (max-width: 360px) {
    #grid.masonry.col-3 > li, .sorting-container.masonry.col-3 > li {
      width: 100%; } }
  #grid.masonry.col-3 > li.latest-work__item--big, .sorting-container.masonry.col-3 > li.latest-work__item--big {
    width: 66.66%; }
    @media (max-width: 360px) {
      #grid.masonry.col-3 > li.latest-work__item--big, .sorting-container.masonry.col-3 > li.latest-work__item--big {
        width: 100%; } }

#grid.masonry.col-4 > li, .sorting-container.masonry.col-4 > li {
  width: 25%; }
  @media (max-width: 640px) {
    #grid.masonry.col-4 > li, .sorting-container.masonry.col-4 > li {
      width: 50%; } }
  @media (max-width: 360px) {
    #grid.masonry.col-4 > li, .sorting-container.masonry.col-4 > li {
      width: 100%; } }
  #grid.masonry.col-4 > li.latest-work__item--big, .sorting-container.masonry.col-4 > li.latest-work__item--big {
    width: 50%; }
    @media (max-width: 360px) {
      #grid.masonry.col-4 > li.latest-work__item--big, .sorting-container.masonry.col-4 > li.latest-work__item--big {
        width: 100%; } }

#grid.masonry.not-space > li, .sorting-container.masonry.not-space > li {
  padding: 0; }

/*------------- #VIDEO-BLOCK --------------*/
.video-block .video-block-thumb {
  position: relative; }
  .video-block .video-block-thumb .video-block-control {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }
    .video-block .video-block-thumb .video-block-control .video-block-title {
      color: #fff;
      margin-bottom: 40px; }
      @media (max-width: 768px) {
        .video-block .video-block-thumb .video-block-control .video-block-title {
          margin-bottom: 20px;
          font-size: 22px; } }
      @media (max-width: 570px) {
        .video-block .video-block-thumb .video-block-control .video-block-title {
          display: none; } }
    .video-block .video-block-thumb .video-block-control .video-play {
      margin-bottom: 40px;
      display: block; }
      @media (max-width: 768px) {
        .video-block .video-block-thumb .video-block-control .video-play {
          margin-bottom: 20px; } }
      @media (max-width: 570px) {
        .video-block .video-block-thumb .video-block-control .video-play {
          margin-bottom: 0; } }
    .video-block .video-block-thumb .video-block-control .video-block-subtitle {
      color: #ccc; }
      @media (max-width: 570px) {
        .video-block .video-block-thumb .video-block-control .video-block-subtitle {
          display: none; } }

/*------------- #POPUP-CART --------------*/
.cart-popup-wrap {
  position: absolute;
  right: -50px;
  z-index: 1;
  width: 290px;
  overflow: hidden;
  border-top: 1px solid #666;
  background-color: #333;
  padding: 30px;
  top: -1000px;
  opacity: 0;
  transition: all .3s ease; }
  @media (max-width: 320px) {
    .cart-popup-wrap {
      right: -90px; } }
  .cart-popup-wrap .popup-cart .cart-product .cart-product__item {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative; }
    .cart-popup-wrap .popup-cart .cart-product .cart-product__item .product-del {
      height: 20px;
      position: absolute;
      font-size: 20px;
      color: #999;
      z-index: 2;
      font-weight: 100;
      cursor: pointer;
      right: 0;
      top: 50%;
      margin-top: -10px;
      line-height: 20px;
      text-align: center;
      transition: all .3s ease; }
      .cart-popup-wrap .popup-cart .cart-product .cart-product__item .product-del:hover {
        color: #ec6e00; }
    .cart-popup-wrap .popup-cart .cart-product .cart-product__item img {
      float: left;
      margin-right: 20px; }
    .cart-popup-wrap .popup-cart .cart-product .cart-product__item .cart-product-content {
      float: left;
      max-width: 60%; }
      .cart-popup-wrap .popup-cart .cart-product .cart-product__item .cart-product-content .cart-product-title {
        font-size: 13px;
        line-height: 1.5;
        color: #fff;
        font-weight: 400; }
      .cart-popup-wrap .popup-cart .cart-product .cart-product__item .cart-product-content .price {
        font-size: 14px;
        color: #ec6e00;
        font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  .cart-popup-wrap .cart-total {
    overflow: hidden; }
    .cart-popup-wrap .cart-total .cart-total-text {
      padding-bottom: 30px;
      overflow: hidden;
      border-bottom: 1px solid #666;
      margin-bottom: 30px; }
      .cart-popup-wrap .cart-total .cart-total-text .title {
        font-size: 14px;
        float: left;
        color: #999;
        font-weight: 400; }
      .cart-popup-wrap .cart-total .cart-total-text .total-price {
        font-size: 14px;
        float: right;
        color: #ec6e00;
        font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif; }
    .cart-popup-wrap .cart-total .btn {
      padding: 15px;
      background-color: transparent;
      border: 2px solid #fff;
      color: #fff;
      float: right;
      text-align: center;
      margin-top: 0;
      width: 50%; }
      .cart-popup-wrap .cart-total .btn:hover {
        background-color: #fff;
        color: #222; }
    .cart-popup-wrap .cart-total .view-cart {
      float: left;
      font-size: 12px;
      color: #fff;
      text-transform: uppercase;
      text-decoration: underline;
      padding: 12px;
      border: 2px solid transparent;
      transition: all .3s ease; }
      .cart-popup-wrap .cart-total .view-cart:hover {
        border-color: #fff;
        text-decoration: none; }
