/*STYLE.CSS*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*This is main CSS file that contains custom style rules used in this template*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Template Name: NRGika.*/
/* Version: 1.0 Initial Release*/
/* Build Date: 2-09-2015*/
/* Author: Gerich.*/
/* Website: http://moonart.net.ua/
/* Copyright: (C) 2015 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */
/* 02 - HOMEPAGE 1 */
/* 03 - HOMEPAGE 2 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */
/*-------------------------------------------------------------------------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);

@font-face {
    font-family: 'daniel';
    src: url('../fonts/daniel/daniel-webfont.eot');
    src: url('../fonts/daniel/daniel-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/daniel/daniel-webfont.woff2') format('woff2'),
         url('../fonts/daniel/daniel-webfont.woff') format('woff'),
         url('../fonts/daniel/daniel-webfont.ttf') format('truetype'),
         url('../fonts/daniel/daniel-webfont.svg#fonts/sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
    text-transform: initial;
}

/*------------------------------------------------------*/
/*----------------------RESET----------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

body * {
  -webkit-text-size-adjust: none;
}

.clear {
  clear: both;
  overflow: hidden;
  height: 0px;
  font-size: 0px;
  display: block;
}

input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
  box-shadow: none;
}

input, textarea, select {
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
  border: 0px none;
  outline: none;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  background: none;
}

a, a:link, a:visited, a:active, a:hover {
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

a {
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

iframe {
  border: none;
  outline: none;
}

ul {
  list-style: none;
}

button {
  background: none;
  border: 0px none;
}

::-webkit-input-placeholder {
  color: #949494;
  opacity: 1;
}

::-moz-placeholder {
  color: #949494;
  opacity: 1;
}

:-moz-placeholder {
  color: #949494;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #949494;
  opacity: 1;
}

/*------------------------------------------------------*/
/*----------------------BACKGROUND----------------------*/


.bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bg img {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
}

.bg video {
  position: absolute;
}

.bg-bg {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  position: fixed;
}

#services2 .bg-bg:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.4);
}

.bg-bg.act {
  position: absolute;
}

.clip {
  clip: rect(auto, auto, auto, auto);
  height: 100%;
  position: absolute;
  width: 100%;
}

.full-width {
  position: relative;
  width: 100%;
}

.full-height {
  height: 100vmin;
  position: relative;
}

.vertical-align {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  width: 100%;
}

.table-view {
  height: 100%;
  width: 100%;
  display: table;
}

.row-view {
  display: table-row;
}

.cell-view {
  display: table-cell;
  vertical-align: middle;
  height: inherit;
}


/*preload*/

#loading {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1000;
  margin-top: 0px;
  top: 0px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
}

.object {
  width: 50px;
  height: 50px;
  background-color: rgba(255,255,255,0);
  margin-right: auto;
  margin-left: auto;
  border: 4px solid #FFF;
  left: 73px;
  top: 73px;
  position: absolute;
}

#first_object {
  -webkit-animation: first_object_animate 1s infinite ease-in-out;
  animation: first_object_animate 1s infinite ease-in-out;
}

#second_object {
  -webkit-animation: second_object 1s forwards, second_object_animate 1s infinite ease-in-out;
  animation: second_object 1s forwards, second_object_animate 1s infinite ease-in-out;
}

#third_object {
  -webkit-animation: third_object 1s forwards, third_object_animate 1s infinite ease-in-out;
  animation: third_object 1s forwards, third_object_animate 1s infinite ease-in-out;
}

@-webkit-keyframes second_object {
  100% {
    width: 100px;
    height: 100px;
    left: 48px;
    top: 48px;
  }
}

@keyframes second_object {
  100% {
    width: 100px;
    height: 100px;
    left: 48px;
    top: 48px;
  }
}

@-webkit-keyframes third_object {
  100% {
    width: 150px;
    height: 150px;
    left: 23px;
    top: 23px;
  }
}

@keyframes third_object {
  100% {
    width: 150px;
    height: 150px;
    left: 23px;
    top: 23px;
  }
}

@-webkit-keyframes first_object_animate {
  0% {
    -webkit-transform: perspective(100px);
  }

  50% {
    -webkit-transform: perspective(100px) rotateY(-180deg);
  }

  100% {
    -webkit-transform: perspective(100px) rotateY(-180deg) rotateX(-180deg);
  }
}

@keyframes first_object_animate {
  0% {
    transform: perspective(100px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(100px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    transform: perspective(100px) rotateX(-180deg) rotateY(0deg);
    -webkit-transform: perspective(100px) rotateX(-180deg) rotateY(0deg);
  }

  100% {
    transform: perspective(100px) rotateX(-180deg) rotateY(-180deg);
    -webkit-transform: perspective(100px) rotateX(-180deg) rotateY(-180deg);
  }
}

@-webkit-keyframes second_object_animate {
  0% {
    -webkit-transform: perspective(200px);
  }

  50% {
    -webkit-transform: perspective(200px) rotateY(180deg);
  }

  100% {
    -webkit-transform: perspective(200px) rotateY(180deg) rotateX(180deg);
  }
}

@keyframes second_object_animate {
  0% {
    transform: perspective(200px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(200px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    transform: perspective(200px) rotateX(180deg) rotateY(0deg);
    -webkit-transform: perspective(200px) rotateX(180deg) rotateY(0deg);
  }

  100% {
    transform: perspective(200px) rotateX(180deg) rotateY(180deg);
    -webkit-transform: perspective(200px) rotateX(180deg) rotateY(180deg);
  }
}

@-webkit-keyframes third_object_animate {
  0% {
    -webkit-transform: perspective(300px);
  }

  50% {
    -webkit-transform: perspective(300px) rotateY(-180deg);
  }

  100% {
    -webkit-transform: perspective(300px) rotateY(-180deg) rotateX(-180deg);
  }
}

@keyframes third_object_animate {
  0% {
    transform: perspective(300px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(300px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    transform: perspective(300px) rotateX(-180deg) rotateY(0deg);
    -webkit-transform: perspective(300px) rotateX(-180deg) rotateY(0deg);
  }

  100% {
    transform: perspective(300px) rotateX(-180deg) rotateY(-180deg);
    -webkit-transform: perspective(300px) rotateX(-180deg) rotateY(-180deg);
  }
}

/*  color style 1 */

body[data-color="theme-1"] .push-1 {
  background: #f34580;
}

body[data-color="theme-1"] .push-1:hover {
  background: #fff;
  color: #222;
}

body[data-color="theme-1"] .bg-main {
  background: #313fa0;
}

body[data-color="theme-1"] .bg-second {
  background: #f34580;
}

body[data-color="theme-1"] .item-layer {
  background: rgba(243,69,128,0.95);
}

body[data-color="theme-1"] .fillter-wrap .but.activbut {
  background: #f34580;
  color: #fff;
}

body[data-color="theme-1"] .fillter-wrap .but:hover {
  background: #f34580;
  color: #fff;
}

body[data-color="theme-1"] .how-block:hover {
  background: #f34580;
}

body[data-color="theme-1"] .service-block .text span {
  border-color: #f34580;
}

body[data-color="theme-1"] .folow a:hover {
  background: #f34580;
  color: #fff;
}

body[data-color="theme-1"] .skill-block .skill-line div {
  background: #f34580;
}

body[data-color="theme-1"] .cust-block .bg-main.text:before {
  border-color: transparent transparent #313fa0 transparent;
}

body[data-color="theme-1"] .cust-block.cust-top .bg-main.text:before {
  border-color: #313fa0 transparent transparent transparent;
}

body[data-color="theme-1"] .cust-block:hover .bg-main.text:before {
  border-color: transparent transparent #f34580 transparent;
}

body[data-color="theme-1"] .cust-block.cust-top:hover .bg-main.text:before {
  border-color: #f34580 transparent transparent transparent;
}

body[data-color="theme-1"] .news-block .text span {
  color: #f34580;
}

body[data-color="theme-1"] .news-block .push-1:hover {
  background: #313fa0;
  color: #fff;
}

body[data-color="theme-1"] .price {
  border-color: #f34580;
}

body[data-color="theme-1"] .price-block:hover {
  background: #F34580;
}

body[data-color="theme-1"] .contact-block a:hover {
  color: #f34580;
}

body[data-color="theme-1"] .contact-form input[type="submit"]:hover {
  background: #313fa0;
}

body[data-color="theme-1"] .swiper-arrow-left:hover, body[data-color="theme-1"] .swiper-arrow-right:hover {
  color: #f34580;
}

body[data-color="theme-1"] header.scrol {
  background: #313fa0;
}

body[data-color="theme-1"] .left-menu nav ul li a:hover {
  color: #f34580;
}

body[data-color="theme-1"] .left-menu nav ul li a.active {
  color: #f34580;
}

body[data-color="theme-1"] .top-menu nav ul li a:before {
  background: #f34580;
}

body[data-color="theme-1"] .top-menu nav ul li a:hover:before {
  background: #f34580;
}

body[data-color="theme-1"] .up-button {
  background: #f34580;
}

body[data-color="theme-1"] .up-button:hover {
  background: #313fa0;
}

body[data-color="theme-1"] .border-title {
  border: 20px solid #f34580;
}

body[data-color="theme-1"] .news-block .text a h6:hover {
  color: #F34580;
}

body[data-color="theme-1"] .point-style-2 .swiper-pagination-switch.swiper-active-switch {
  border-color: #f34580;
}

body[data-color="theme-1"] .nav-menu-icon a.active i {
  background: #f34580;
}

body[data-color="theme-1"] #loading {
  background: #313fa0;
}

body[data-color="theme-1"] .cust-block:hover .bg-main {
  background: #f34580;
} 

/*  color style 2 */

body[data-color="theme-2"] .push-1 {
  background: #ffc107;
}

body[data-color="theme-2"] .push-1:hover {
  background: #fff;
  color: #222;
}

body[data-color="theme-2"] .bg-main {
  background: #388e3c;
}

body[data-color="theme-2"] .bg-second {
  background: #ffc107;
}

body[data-color="theme-2"] .item-layer {
  background: rgba(255,193,7,0.95);
}

body[data-color="theme-2"] .fillter-wrap .but.activbut {
  background: #ffc107;
  color: #fff;
}

body[data-color="theme-2"] .fillter-wrap .but:hover {
  background: #ffc107;
  color: #fff;
}

body[data-color="theme-2"] .how-block:hover {
  background: #ffc107;
}

body[data-color="theme-2"] .service-block .text span {
  border-color: #ffc107;
}

body[data-color="theme-2"] .folow a:hover {
  background: #ffc107;
  color: #fff;
}

body[data-color="theme-2"] .skill-block .skill-line div {
  background: #ffc107;
}

body[data-color="theme-2"] .cust-block .bg-main.text:before {
  border-color: transparent transparent #388e3c transparent;
}

body[data-color="theme-2"] .cust-block:hover .bg-main.text:before {
  border-color: transparent transparent #ffc107 transparent;
}

body[data-color="theme-2"] .cust-block.cust-top .bg-main.text:before {
  border-color: #388e3c transparent transparent transparent;
}

body[data-color="theme-2"] .cust-block.cust-top:hover .bg-main.text:before {
  border-color: #ffc107 transparent transparent transparent;
}

body[data-color="theme-2"] .news-block .text span {
  color: #ffc107;
}

body[data-color="theme-2"] .news-block .push-1:hover {
  background: #388e3c;
  color: #fff;
}

body[data-color="theme-2"] .price {
  border-color: #ffc107;
}

body[data-color="theme-2"] .price-block:hover {
  background: #ffc107;
}

body[data-color="theme-2"] .contact-block a:hover {
  color: #ffc107;
}

body[data-color="theme-2"] .contact-form input[type="submit"]:hover {
  background: #388e3c;
}

body[data-color="theme-2"] .swiper-arrow-left:hover, body[data-color="theme-2"] .swiper-arrow-right:hover {
  color: #ffc107;
}

body[data-color="theme-2"] header.scrol {
  background: #388e3c;
}

body[data-color="theme-2"] .left-menu nav ul li a:hover {
  color: #ffc107;
}

body[data-color="theme-2"] .left-menu nav ul li a.active {
  color: #ffc107;
}

body[data-color="theme-2"] .up-button {
  background: #ffc107;
}

body[data-color="theme-2"] .up-button:hover {
  background: #388e3c;
}

body[data-color="theme-2"] .top-menu nav ul li a.active {
  border-color: #ffc107;
}

body[data-color="theme-2"] .border-title {
  border: 20px solid #ffc107;
}

body[data-color="theme-2"] .news-block .text a h6:hover {
  color: #ffc107;
}

body[data-color="theme-2"] .point-style-2 .swiper-pagination-switch.swiper-active-switch {
  border-color: #ffc107;
}

body[data-color="theme-2"] .nav-menu-icon a.active i {
  background: #ffc107;
}

body[data-color="theme-2"] #loading {
  background: #388e3c;
}

body[data-color="theme-2"] .cust-block:hover .bg-main {
  background: #ffc107;
}

body[data-color="theme-2"] .top-menu nav ul li a:before {
  background: #ffc107;
}

body[data-color="theme-2"] .top-menu nav ul li a:hover:before {
  background: #ffc107;
}

/*  color style 3 */

body[data-color="theme-3"] .push-1 {
  background: #cddc39;
}

body[data-color="theme-3"] .push-1:hover {
  background: #fff;
  color: #222;
}

body[data-color="theme-3"] .bg-main {
  background: #00796b;
}

body[data-color="theme-3"] .bg-second {
  background: #cddc39;
}

body[data-color="theme-3"] .item-layer {
  background: rgba(205,220,57,0.95);
}

body[data-color="theme-3"] .fillter-wrap .but.activbut {
  background: #cddc39;
  color: #fff;
}

body[data-color="theme-3"] .fillter-wrap .but:hover {
  background: #cddc39;
  color: #fff;
}

body[data-color="theme-3"] .how-block:hover {
  background: #cddc39;
}

body[data-color="theme-3"] .service-block .text span {
  border-color: #cddc39;
}

body[data-color="theme-3"] .folow a:hover {
  background: #cddc39;
  color: #fff;
}

body[data-color="theme-3"] .skill-block .skill-line div {
  background: #cddc39;
}

body[data-color="theme-3"] .cust-block .bg-main.text:before {
  border-color: transparent transparent #00796b transparent;
}

body[data-color="theme-3"] .cust-block:hover .bg-main.text:before {
  border-color: transparent transparent #cddc39 transparent;
}

body[data-color="theme-3"] .cust-block.cust-top .bg-main.text:before {
  border-color: #00796b transparent transparent transparent;
}

body[data-color="theme-3"] .cust-block.cust-top:hover .bg-main.text:before {
  border-color: #cddc39 transparent transparent transparent;
}

body[data-color="theme-3"] .news-block .text span {
  color: #cddc39;
}

body[data-color="theme-3"] .news-block .push-1:hover {
  background: #00796b;
  color: #fff;
}

body[data-color="theme-3"] .price {
  border-color: #cddc39;
}

body[data-color="theme-3"] .price-block:hover {
  background: #cddc39;
}

body[data-color="theme-3"] .contact-block a:hover {
  color: #cddc39;
}

body[data-color="theme-3"] .contact-form input[type="submit"]:hover {
  background: #00796b;
}

body[data-color="theme-3"] .swiper-arrow-left:hover, body[data-color="theme-3"] .swiper-arrow-right:hover {
  color: #cddc39;
}

body[data-color="theme-3"] header.scrol {
  background: #00796b;
}

body[data-color="theme-3"] .left-menu nav ul li a:hover {
  color: #cddc39;
}

body[data-color="theme-3"] .left-menu nav ul li a.active {
  color: #cddc39;
}

body[data-color="theme-3"] .up-button {
  background: #cddc39;
}

body[data-color="theme-3"] .up-button:hover {
  background: #00796b;
}

body[data-color="theme-3"] .top-menu nav ul li a.active {
  border-color: #cddc39;
}

body[data-color="theme-3"] .border-title {
  border: 20px solid #cddc39;
}

body[data-color="theme-3"] .news-block .text a h6:hover {
  color: #cddc39;
}

body[data-color="theme-3"] .point-style-2 .swiper-pagination-switch.swiper-active-switch {
  border-color: #cddc39;
}

body[data-color="theme-3"] .nav-menu-icon a.active i {
  background: #cddc39;
}

body[data-color="theme-3"] #loading {
  background: #00796b;
}

body[data-color="theme-3"] .cust-block:hover .bg-main {
  background: #cddc39;
}

body[data-color="theme-3"] .top-menu nav ul li a:before {
  background: #cddc39;
}

body[data-color="theme-3"] .top-menu nav ul li a:hover:before {
  background: #cddc39;
}

/*  color style 4 */

body[data-color="theme-4"] .push-1 {
  background: #4caf50;
}

body[data-color="theme-4"] .push-1:hover {
  background: #fff;
  color: #222;
}

body[data-color="theme-4"] .bg-main {
  background: #1976d2;
}

body[data-color="theme-4"] .bg-second {
  background: #4caf50;
}

body[data-color="theme-4"] .item-layer {
  background: rgba(76,175,80,0.95);
}

body[data-color="theme-4"] .fillter-wrap .but.activbut {
  background: #4caf50;
  color: #fff;
}

body[data-color="theme-4"] .fillter-wrap .but:hover {
  background: #4caf50;
  color: #fff;
}

body[data-color="theme-4"] .how-block:hover {
  background: #4caf50;
}

body[data-color="theme-4"] .service-block .text span {
  border-color: #4caf50;
}

body[data-color="theme-4"] .folow a:hover {
  background: #4caf50;
  color: #fff;
}

body[data-color="theme-4"] .skill-block .skill-line div {
  background: #4caf50;
}

body[data-color="theme-4"] .cust-block .bg-main.text:before {
  border-color: transparent transparent #1976d2 transparent;
}

body[data-color="theme-4"] .cust-block:hover .bg-main.text:before {
  border-color: transparent transparent #4caf50 transparent;
}

body[data-color="theme-4"] .cust-block.cust-top .bg-main.text:before {
  border-color: #1976d2 transparent transparent transparent;
}

body[data-color="theme-4"] .cust-block.cust-top:hover .bg-main.text:before {
  border-color: #4caf50 transparent transparent transparent;
}

body[data-color="theme-4"] .news-block .text span {
  color: #4caf50;
}

body[data-color="theme-4"] .news-block .push-1:hover {
  background: #1976d2;
  color: #fff;
}

body[data-color="theme-4"] .price {
  border-color: #4caf50;
}

body[data-color="theme-4"] .price-block:hover {
  background: #4caf50;
}

body[data-color="theme-4"] .contact-block a:hover {
  color: #4caf50;
}

body[data-color="theme-4"] .contact-form input[type="submit"]:hover {
  background: #1976d2;
}

body[data-color="theme-4"] .swiper-arrow-left:hover, body[data-color="theme-4"] .swiper-arrow-right:hover {
  color: #4caf50;
}

body[data-color="theme-4"] header.scrol {
  background: #1976d2;
}

body[data-color="theme-4"] .left-menu nav ul li a:hover {
  color: #4caf50;
}

body[data-color="theme-4"] .left-menu nav ul li a.active {
  color: #4caf50;
}

body[data-color="theme-4"] .up-button {
  background: #4caf50;
}

body[data-color="theme-4"] .up-button:hover {
  background: #1976d2;
}

body[data-color="theme-4"] .top-menu nav ul li a.active {
  border-color: #4caf50;
}

body[data-color="theme-4"] .border-title {
  border: 20px solid #4caf50;
}

body[data-color="theme-4"] .news-block .text a h6:hover {
  color: #4caf50;
}

body[data-color="theme-4"] .point-style-2 .swiper-pagination-switch.swiper-active-switch {
  border-color: #4caf50;
}

body[data-color="theme-4"] .nav-menu-icon a.active i {
  background: #4caf50;
}

body[data-color="theme-4"] #loading {
  background: #1976d2;
}

body[data-color="theme-4"] .cust-block:hover .bg-main {
  background: #4caf50;
}

body[data-color="theme-4"] .top-menu nav ul li a:before {
  background: #4caf50;
}

body[data-color="theme-4"] .top-menu nav ul li a:hover:before {
  background: #4caf50;
}

/*  color style 5 */

body[data-color="theme-5"] .push-1 {
  background: #ff5252;
}

body[data-color="theme-5"] .push-1:hover {
  background: #fff;
  color: #222;
}

body[data-color="theme-5"] .bg-main {
  background: #512da8;
}

body[data-color="theme-5"] .bg-second {
  background: #ff5252;
}

body[data-color="theme-5"] .item-layer {
  background: rgba(255,82,82,0.95);
}

body[data-color="theme-5"] .fillter-wrap .but.activbut {
  background: #ff5252;
  color: #fff;
}

body[data-color="theme-5"] .fillter-wrap .but:hover {
  background: #ff5252;
  color: #fff;
}

body[data-color="theme-5"] .how-block:hover {
  background: #ff5252;
}

body[data-color="theme-5"] .service-block .text span {
  border-color: #ff5252;
}

body[data-color="theme-5"] .folow a:hover {
  background: #ff5252;
  color: #fff;
}

body[data-color="theme-5"] .skill-block .skill-line div {
  background: #ff5252;
}

body[data-color="theme-5"] .cust-block .bg-main.text:before {
  border-color: transparent transparent #512da8 transparent;
}

body[data-color="theme-5"] .cust-block:hover .bg-main.text:before {
  border-color: transparent transparent #ff5252 transparent;
}

body[data-color="theme-5"] .cust-block.cust-top .bg-main.text:before {
  border-color: #512da8 transparent transparent transparent;
}

body[data-color="theme-5"] .cust-block.cust-top:hover .bg-main.text:before {
  border-color: #ff5252 transparent transparent transparent;
}

body[data-color="theme-5"] .news-block .text span {
  color: #ff5252;
}

body[data-color="theme-5"] .news-block .push-1:hover {
  background: #512da8;
  color: #fff;
}

body[data-color="theme-5"] .price {
  border-color: #ff5252;
}

body[data-color="theme-5"] .price-block:hover {
  background: #ff5252;
}

body[data-color="theme-5"] .contact-block a:hover {
  color: #ff5252;
}

body[data-color="theme-5"] .contact-form input[type="submit"]:hover {
  background: #512da8;
}

body[data-color="theme-5"] .swiper-arrow-left:hover, body[data-color="theme-5"] .swiper-arrow-right:hover {
  color: #ff5252;
}

body[data-color="theme-5"] header.scrol {
  background: #512da8;
}

body[data-color="theme-5"] .left-menu nav ul li a:hover {
  color: #ff5252;
}

body[data-color="theme-5"] .left-menu nav ul li a.active {
  color: #ff5252;
}

body[data-color="theme-5"] .up-button {
  background: #ff5252;
}

body[data-color="theme-5"] .up-button:hover {
  background: #512da8;
}

body[data-color="theme-5"] .top-menu nav ul li a.active {
  border-color: #ff5252;
}

body[data-color="theme-5"] .border-title {
  border: 20px solid #ff5252;
}

body[data-color="theme-5"] .news-block .text a h6:hover {
  color: #ff5252;
}

body[data-color="theme-5"] .point-style-2 .swiper-pagination-switch.swiper-active-switch {
  border-color: #ff5252;
}

body[data-color="theme-5"] .nav-menu-icon a.active i {
  background: #ff5252;
}

body[data-color="theme-5"] #loading {
  background: #512da8;
}

body[data-color="theme-5"] .cust-block:hover .bg-main {
  background: #ff5252;
}

body[data-color="theme-5"] .top-menu nav ul li a:before {
  background: #ff5252;
}

body[data-color="theme-5"] .top-menu nav ul li a:hover:before {
  background: #ff5252;
}

/*  color style 6 */

body[data-color="theme-6"] .push-1 {
  background: #e12d6d;
}

body[data-color="theme-6"] .push-1:hover {
  background: #fff;
  color: #222;
}

body[data-color="theme-6"] .bg-main {
  background: #0B858D;
}

body[data-color="theme-6"] .bg-second {
  background: #e12d6d;
}

body[data-color="theme-6"] .item-layer {
  background: rgba(225,45,109,0.95);
}

body[data-color="theme-6"] .fillter-wrap .but.activbut {
  background: #e12d6d;
  color: #fff;
}

body[data-color="theme-6"] .fillter-wrap .but:hover {
  background: #e12d6d;
  color: #fff;
}

body[data-color="theme-6"] .how-block:hover {
  background: #e12d6d;
}

body[data-color="theme-6"] .service-block .text span {
  border-color: #e12d6d;
}

body[data-color="theme-6"] .folow a:hover {
  background: #e12d6d;
  color: #fff;
}

body[data-color="theme-6"] .skill-block .skill-line div {
  background: #e12d6d;
}

body[data-color="theme-6"] .cust-block .bg-main.text:before {
  border-color: transparent transparent #0B858D transparent;
}

body[data-color="theme-6"] .cust-block:hover .bg-main.text:before {
  border-color: transparent transparent #e12d6d transparent;
}

body[data-color="theme-6"] .cust-block.cust-top .bg-main.text:before {
  border-color: #0B858D transparent transparent transparent;
}

body[data-color="theme-6"] .cust-block.cust-top:hover .bg-main.text:before {
  border-color: #e12d6d transparent transparent transparent;
}

body[data-color="theme-6"] .news-block .text span {
  color: #e12d6d;
}

body[data-color="theme-6"] .news-block .push-1:hover {
  background: #0B858D;
  color: #fff;
}

body[data-color="theme-6"] .price {
  border-color: #e12d6d;
}

body[data-color="theme-6"] .price-block:hover {
  background: #e12d6d;
}

body[data-color="theme-6"] .contact-block a:hover {
  color: #e12d6d;
}

body[data-color="theme-6"] .contact-form input[type="submit"]:hover {
  background: #0B858D;
}

body[data-color="theme-6"] .swiper-arrow-left:hover, body[data-color="theme-6"] .swiper-arrow-right:hover {
  color: #e12d6d;
}

body[data-color="theme-6"] header.scrol {
  background: #0B858D;
}

body[data-color="theme-6"] .left-menu nav ul li a:hover {
  color: #e12d6d;
}

body[data-color="theme-6"] .left-menu nav ul li a.active {
  color: #e12d6d;
}

body[data-color="theme-6"] .top-menu nav ul li a:hover:before {
  left: 0px;
}

body[data-color="theme-6"] .up-button {
  background: #e12d6d;
}

body[data-color="theme-6"] .up-button:hover {
  background: #0B858D;
}

body[data-color="theme-6"] .border-title {
  border: 20px solid #e12d6d;
}

body[data-color="theme-6"] .news-block .text a h6:hover {
  color: #e12d6d;
}

body[data-color="theme-6"] .point-style-2 .swiper-pagination-switch.swiper-active-switch {
  border-color: #e12d6d;
}

body[data-color="theme-6"] .nav-menu-icon a.active i {
  background: #e12d6d;
}

body[data-color="theme-6"] #loading {
  background: #0B858D;
}

body[data-color="theme-6"] .cust-block:hover .bg-main {
  background: #e12d6d;
}

body[data-color="theme-6"] .top-menu nav ul li a:before {
  background: #e12d6d;
}

body[data-color="theme-6"] .top-menu nav ul li a:hover:before {
  background: #e12d6d;
}

/*  color style byAR */

body[data-color="theme-7"] .push-1 {
  background: #fe4164;
}

body[data-color="theme-7"] .push-1:hover {
  background: #fff;
  color: #fe4164;
}

body[data-color="theme-7"] .bg-main {
  background: #fe4164;
}

body[data-color="theme-7"] .bg-second {
  background: #fe4164;
}

body[data-color="theme-1"] .item-layer {
  background: rgba(243,69,128,0.95);
}

body[data-color="theme-7"] .fillter-wrap .but.activbut {
  background: #fe4164;
  color: #fff;
}

body[data-color="theme-7"] .fillter-wrap .but:hover {
  background: #fe4164;
  color: #fff;
}

body[data-color="theme-7"] .how-block:hover {
  background: #fe4164;
}

body[data-color="theme-7"] .service-block .text span {
  border-color: #fe4164;
}

body[data-color="theme-7"] .folow a:hover {
  background: #fe4164;
  color: #fff;
}

body[data-color="theme-7"] .skill-block .skill-line div {
  background: #fe4164;
}

body[data-color="theme-7"] .cust-block .bg-main.text:before {
  border-color: transparent transparent #c37ed7 transparent;
}

body[data-color="theme-7"] .cust-block.cust-top .bg-main.text:before {
  border-color: #c37ed7 transparent transparent transparent;
}

body[data-color="theme-7"] .cust-block:hover .bg-main.text:before {
  border-color: transparent transparent #fe4164 transparent;
}

body[data-color="theme-7"] .cust-block.cust-top:hover .bg-main.text:before {
  border-color: #fe4164 transparent transparent transparent;
}

body[data-color="theme-7"] .news-block .text span {
  color: #fe4164;
}

body[data-color="theme-7"] .news-block .push-1:hover {
  background: #fe4164;
  color: #fff;
}

body[data-color="theme-7"] .price {
  border-color: #fe4164;
}

body[data-color="theme-7"] .price-block:hover {
  background: #fe4164;
}

body[data-color="theme-7"] .contact-block a:hover {
  color: #fe4164;
}

body[data-color="theme-7"] .contact-form input[type="submit"]:hover {
  background: #fe4164;
}

body[data-color="theme-7"] .swiper-arrow-left:hover, body[data-color="theme-1"] .swiper-arrow-right:hover {
  color: #fe4164;
}

body[data-color="theme-7"] header.scrol {
  background: #fcfcfc;
  box-shadow:0 4px 7px rgba(0,0,0,0.25);
  border-bottom:2px solid #fe4164;
  outline:2px solid #fe4164;
}

body[data-color="theme-7"] .left-menu nav ul li a:hover {
  color: #fe4164;
}

body[data-color="theme-7"] .left-menu nav ul li a.active {
  color: #fe4164;
}

body[data-color="theme-7"] .top-menu nav ul li a:before {
  background: #fe4164;
}

body[data-color="theme-7"] .top-menu nav ul li a:hover:before {
  background: #fe4164;
}

body[data-color="theme-7"] .up-button {
  background: #fe4164;
}

body[data-color="theme-7"] .up-button:hover {
  background: #fe4164;
}

body[data-color="theme-7"] .border-title {
  border: 10px solid #fe4164;
}

body[data-color="theme-7"] .news-block .text a h6:hover {
  color: #fe4164;
}

body[data-color="theme-7"] .point-style-2 .swiper-pagination-switch.swiper-active-switch {
  border-color: #fe4164;
}

body[data-color="theme-7"] .nav-menu-icon a.active i {
  background: #fe4164;
}

body[data-color="theme-7"] #loading {
  background: #fe4164;
}

body[data-color="theme-7"] .cust-block:hover .bg-main {
  background: #fe4164;
}

.bg-main {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

.bg-second {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

.bg-1 {
  background: #313fa0;
}

.bg-2 {
  background: #388e3c;
}

.bg-3 {
  background: #00796b;
}

.bg-4 {
  background: #1976d2;
}

.bg-5 {
  background: #512da8;
}

.bg-6 {
  background: #0B858D;
}

.bg-7 {
  background: #fe4164;
}

.style-page {
  position: fixed;
  width: 250px;
  height: 100%;
  right: -250px;
  top: 0%;
  background: #fff;
  z-index: 40;
  text-align: center;
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1);
  -webkit-transition: all 350ms cubic-bezier(0.53, -0.005, 0.75, 0.095);
  -moz-transition: all 350ms cubic-bezier(0.53, -0.005, 0.75, 0.095);
  -o-transition: all 350ms cubic-bezier(0.53, -0.005, 0.75, 0.095);
  transition: all 350ms cubic-bezier(0.53, -0.005, 0.75, 0.095);
}

.wrapp {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding: 15px;
}

.style-page.slide-right {
  right: 0px;
}

.conf-logo {
  margin: 15px 0px;
}

.color-block {
  position: relative;
  width: 100%;
  padding: 25px 0px;
  border-bottom: 1px solid #b7b7b7;
  display: inline-block;
}

.style-page h5 {
  padding-bottom: 18px;
  color: #b7b7b7;
  font-weight: 400;
}

.entry {
  width: 30px;
  height: 30px;
  position: relative;
  float: left;
  margin: 0px 18px 15px;
  cursor: pointer;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

.conf-button {
  position: absolute;
  width: 50px;
  height: 50px;
  left: -50px;
  top: 140px;
  background: #fff;
  color: #222;
  text-align: center;
  font-size: 30px;
  line-height: 50px;
  cursor: pointer;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: -2px -2px 3px rgba(0,0,0,0.1);
}

.conf-button span {
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
}

.conf-button span.act {
  transform: rotate(230deg);
  -webkit-transform: rotate(230deg);
  -moz-transform: rotate(230deg);
  -ms-transform: rotate(230deg);
}

.home-style {
  position: relative;
  width: 100%;
  padding: 25px 0px;
}

.home-style a {
  position: relative;
  width: 100%;
  display: block;
}

.home-style a:hover .dark-layer {
  opacity: 0;
}

.home-style a img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 5px;
}

.bg-sec {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

.bg-1 .bg-sec {
  border-color: transparent transparent #f34580 transparent;
}

.bg-2 .bg-sec {
  border-color: transparent transparent #ffc107 transparent;
}

.bg-3 .bg-sec {
  border-color: transparent transparent #cddc39 transparent;
}

.bg-4 .bg-sec {
  border-color: transparent transparent #4caf50 transparent;
}

.bg-5 .bg-sec {
  border-color: transparent transparent #ff5252 transparent;
}

.bg-6 .bg-sec {
  border-color: transparent transparent #e12d6d transparent;
}

.entry.active {
  box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
  transform: scale(1.2);
}

.entry.active .bg-sec {
  border-width: 0 0 30px 30px;
}

/*------------------------------------------------------*/
/*----------------------SWIPER SLIDER----------------------*/

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  direction: ltr;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  height: inherit;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px,0,0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px,0,0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px,0,0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px,0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px,0,0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px,0,0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: url(../img/drag.png) 16 9, ew-resize;
  margin: 0 auto;
  height: inherit;
  float: left;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  float: left;
  height: inherit;
  position: relative;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

.swiper-anime {
  position: relative;
  width: 100%;
}

.swiper-arrow-left, .swiper-arrow-right {
  cursor: pointer;
  -webkit-transition: all 320ms cubic-bezier(0.565, 0.42, 0.355, 1.155);
  -moz-transition: all 320ms cubic-bezier(0.565, 0.42, 0.355, 1.155);
  -o-transition: all 320ms cubic-bezier(0.565, 0.42, 0.355, 1.155);
  transition: all 320ms cubic-bezier(0.565, 0.42, 0.355, 1.155);
  text-align: center;
  z-index: 30;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}

.swiper-arrow-left {
  left: 100px;
}

.swiper-arrow-right {
  right: 100px;
}

.arr-style-1 {
  width: 70px;
  height: 70px;
  text-align: center;
  background: rgba(0,0,0,0.3);
  color: #ececec;
}

.arr-style-1 span {
  line-height: 70px;
}

.arr-style-1.swiper-arrow-left {
  left: 0px;
}

.arr-style-1.swiper-arrow-right {
  right: 0px;
}

.arr-style-1:hover {
  background: #000;
  color: #fff;
}

.pagination {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0px;
  margin: 0px;
  bottom: 0px;
}

.swiper-pagination-switch {
  margin: 0px 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

.hidden-pag.pagination {
  display: none;
}

.point-style-1 {
  position: relative;
  width: 100%;
  display: inline-block;
}

.point-style-1 .pagination {
  bottom: 50px;
}

.point-style-1 .swiper-pagination-switch {
  border: 1px solid rgba(255,255,255,0.3);
}

.point-style-1 .swiper-pagination-switch.swiper-active-switch {
  border-color: #fff;
  transform: scale(1.2);
}

.point-style-2 .swiper-pagination-switch {
  border: 1px solid rgba(0,0,0,0.3);
}

.point-style-2 .swiper-pagination-switch.swiper-active-switch {
  transform: scale(1.2);
}

/*------------------------------------------------------*/
/*----------------------POPUP ANIMATION----------------------*/

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    margin-left: -80px;
  }

  100% {
    opacity: 1;
    margin-left: 0px;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
    margin-left: -80px;
  }

  100% {
    opacity: 1;
    margin-left: 0px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    margin-left: -80px;
  }

  100% {
    opacity: 1;
    margin-left: 0px;
  }
}

.mfp-figure {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: .35s;
  -moz-animation-duration: .35s;
  -ms-animation-duration: .35s;
  animation-duration: .35s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}


/*------------------------------------------------------*/
/*----------------------BUTTON STYLE----------------------*/

.push-1 {
  position: relative;
  display: inline-block;
  border-radius: 5px;
  padding: 20px;
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
  color: #fff;
  background: #fff;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
}

/*------------------------------------------------------*/
/*----------------------TEXT STYLE----------------------*/

body {
  font-family: 'Open Sans', sans-serif;
  background: #fff;
  color: #222;
  font-weight: 400;
}

hr {
  border: 0;
  height: 1px;
  background: #333;
  background-color: #dddddd;
}

h1 {
  font-size: 90px;
  font-weight: 800;
  line-height: 98px;
}

h2 {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  letter-spacing:2px;
  text-transform: uppercase;
}

h3 {
  font-family: "daniel",script;
  font-size: 28px;
  line-height: 33px;
  font-weight: normal;
}

h4 {
  font-size: 14px;
  line-height: 0;
  font-weight: 100;
  color:#bbbbbb;
  text-transform:uppercase;
  letter-spacing:2px;
}

h5 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-transform: capitalize;
}

h6 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top:1.5em;
}

p {
  font-size: 13px;
  line-height: 1.75;
  font-weight: 400;
  color: #949494;
}

.text p {
  line-height:1.5;
}

ul li {
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
}

input, textarea {
  font-size: 12px;
}

b {
  font-weight: 700;
}

a, a:active, a:focus {
  color: inherit;
}

.bg-grey {
  background: #f9f9f9;
}

.bg-white {
  background: #fff;
}

.res-img {
  width: 100%;
  height: auto;
  display: block;
}

/*------------------------------------------------------*/
/*----------------------HEADER----------------------*/

header {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 90px;
  background: none;
  z-index: 50;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

.navigation {
  position: relative;
  width: 100%;
  margin-top: 40px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

.logo {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 40px;
}

#logo {
	height: 60px;
	transition:all 0.3s ease;
}

#symbol {
  height:60px;
  width:auto;
}

.letter{
	fill:#ffffff;
}

header.scrol #logo {
	height:40px;
  width:152px;
	transition:all 0.3s ease;
}

header.scrol #logo .letter {
	fill:#000000;
}

header.scrol {
  height: 60px;
}

header .container ul {
	color:#ffffff;
}

header.scrol .navigation {
  margin-top: 10px;
}

header.scrol .nav-menu-icon {
  top: 3px;
}

header.scrol .nav-menu-icon a i {
  background: #000000;
}

header.scrol .nav-menu-icon a i:before, header.scrol .nav-menu-icon a i:after {
  background: #000000;
}

.nav-menu-icon {
  position: absolute;
  overflow: hidden;
  right: 0px;
  top: -5px;
  z-index: 110;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

.nav-menu-icon a {
  display: inline-block;
  width: 32px;
  height: 32px;
  cursor: pointer;
  text-decoration: none;
}

.nav-menu-icon a i {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
}

.nav-menu-icon a i:before, .nav-menu-icon a i:after {
  content: '';
  width: 32px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}

.nav-menu-icon a i:before {
  top: -7px;
}

.nav-menu-icon a i:after {
  bottom: -7px;
}

.nav-menu-icon a:hover i:before {
  top: -10px;
}

.nav-menu-icon a:hover i:after {
  bottom: -10px;
}

.nav-menu-icon a.active i:before {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
}

.nav-menu-icon a.active i:after {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - HOMEPAGE 1 */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.left-menu nav {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(255,255,255,0.95);
  overflow-y: auto;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transition: all 350ms cubic-bezier(0.53, -0.005, 0.75, 0.095);
  -moz-transition: all 350ms cubic-bezier(0.53, -0.005, 0.75, 0.095);
  -o-transition: all 350ms cubic-bezier(0.53, -0.005, 0.75, 0.095);
  transition: all 350ms cubic-bezier(0.53, -0.005, 0.75, 0.095);
}

.left-menu nav.slide-menu {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
}

.left-menu nav ul {
  position: relative;
  width: 100%;
  text-align: right;
  padding: 120px 0px 40px;
}

.left-menu nav ul li {
  margin: 0px 0px 45px;
  font-size: 22px;
  line-height: 22px;
}

.text-p {
  font-size: 100%;
  line-height: 1;
}

.highlight {
  color:#fe4164;
  font-style:bold;
  text-transform:uppercase;
  letter-spacing:3px;
}

.bg-main .second-title h2 {
  color: #fff;
}

.top-baner {
  position: relative;
  width: 100%;
  height: 100vmin;
}

.block-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.block-bg .bg-bg {
  width: 50%;
  right: 0%;
  left: auto;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}

.main-title {
  color: #fff;
}

.main-title h1 {
  padding-bottom: 33px;
}

.main-title p {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  padding-bottom: 50px;
}

.dark-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(0,0,0,0.4);
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

.top-slider-1 .pagination {
  text-align: left;
}

.top-slider-2 .pagination {
  text-align: center;
}

.center-title {
  text-align: center;
}

.center-title h1 {
  text-transform: uppercase;
}

.center-title p {
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
}

.section {
  position: relative;
  padding: 8em 1em 8em 1em;
}

.second-title {
  text-align: center;
  position: relative;
  width: 100%;
  padding-bottom: 1em;
}

.second-title p {
  /*text-transform: uppercase;*/
  color: #5D5D5D;
}

.bg-main .second-title p {
  color: #b7b7b7;
}

.second-title.left-title {
  padding-bottom: 40px;
  text-align: left;
}

.block-about img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 25px;
}

.about-section .text-p {
  padding-top: 40px;
}

.info-block {
  position: relative;
  text-align: center;
  color: #fff;
}

.info-block span {
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  padding-bottom: 20px;
  display: block;
}

.section.no-bottom-padd {
  padding-bottom: 0px;
}

.service-block {
  position: relative;
  width: 100%;
  min-height: 445px;
}

.service-block .text {
  text-align: left;
}

.service-block .text span {
  font-size: 70px;
  font-weight: 800;
  border-width: 0px 0px 3px 0px;
  border-style: solid;
  padding-bottom: 12px;
  line-height: 70px;
  display: inline-block;
  margin-bottom: 28px;
}

.service-block .text h4 {
  padding-bottom: 18px;
}

.block-60 .bg-bg {
  width: 60%;
}

.left-side .block-60 .bg-bg {
  left: 0px;
}

.right-side .block-60 .bg-bg {
  left: auto;
  right: 0px;
}

.block-40 {
  width: 40%;
  position: absolute;
  max-width: 420px;
  top: 50%;
  transform: translateY(-50%);
}

.left-side .block-40 {
  left: 60%;
  padding-left: 70px;
}

.right-side .block-40 {
  right: 60%;
  left: auto;
  padding-right: 70px;
}

.izotope-container {
  width: 100%;
}

.item {
  display: inline-block;
  width: 30.3333%;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
  margin: 0px 1.5% 30px;
}

.item img {
  width: 100%;
  height: auto;
  display: block;
}

.grid-sizer {
  width: 0px;
}

.item-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  text-align: center;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 350ms cubic-bezier(0.53, -0.005, 0.75, 0.095);
  -moz-transition: all 350ms cubic-bezier(0.53, -0.005, 0.75, 0.095);
  -o-transition: all 350ms cubic-bezier(0.53, -0.005, 0.75, 0.095);
  transition: all 350ms cubic-bezier(0.53, -0.005, 0.75, 0.095);
}

.item-layer h3 {
  padding-bottom: 10px;
}

.item-layer p {
  text-transform: uppercase;
  font-size: 11px;
  color: rgba(255,255,255,0.4);
}

.item:hover .item-layer {
  opacity: 1;
  left: 30px;
  top: 30px;
  bottom: 30px;
  right: 30px;
}

.fillter-wrap {
  position: relative;
  width: 100%;
  text-align: center;
  padding-bottom: 70px;
}

.fillter-wrap .but {
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  padding: 9px 15px;
  margin: 0px 5px;
  border-radius: 5px;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
}

.load-more {
  text-align: center;
  padding-top: 20px;
}

.no-more {
  text-align: center;
  display: block;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  position: relative;
}

.block-50 {
  width: 50%;
  position: relative;
  float: left;
}

.choose {
  position: relative;
  width: 100%;
  min-height: 900px;
}

.choose .left-block {
  min-height: inherit;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 35%;
}

.choose .left-block .bg {
  width: 35%;
}

.choose .right-block {
  min-height: inherit;
  right: 0;
  position: absolute;
  top: 0px;
  width: 65%;
}

.choose .right-block  .vertical-align {
  padding-left: 70px;
}

.choose-block {
  position: relative;
  width: 100%;
  padding-bottom: 65px;
  padding-right: 30px;
}

.choose-block:last-child {
  padding-bottom: 0px;
}

.choose-icon {
  display:block;
  position: absolute;
  width:60px;
  height:60px;
  border-radius: 100%;
  text-align: center;
  /*box-shadow: 1px 1px 3px rgba(0,0,0,0.1);*/
}

.choose-icon img { 
  width: 100%;
  height: 100%;
}

.middlehover-icon {
  display:block;
  position: absolute;
  width:70px;
  height:70px;
  border:6px solid #ffffff;
  border-radius: 100%;
  text-align: center;
  /*box-shadow: 1px 1px 3px rgba(0,0,0,0.1);*/
  left:50%;
  margin-top:-35px;
  transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
}

.middlehover-icon img { 
  width: 100%;
  height: 100%;
}

.choose-txt {
  display: block;
  margin-left: 110px;
  position: relative;
}

.choose-txt h6 {
  padding-bottom: 15px;
}

.choose .right-block .title h2 {
  padding-bottom: 15px;
}

.choose .right-block .title p {
  text-transform: uppercase;
  line-height: 28px;
  padding-bottom: 60px;
}

.how-block {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
  text-align: center;
  margin-top: 40px;
  transition: all 0.45s ease-in;
  -webkit-transition: all 0.45s ease-in;
  -moz-transition: all 0.45s ease-in;
  -o-transition: all 0.45s ease-in;
  -ms-transition: all 0.45s ease-in;
}

.how-block .choose-icon {
  position: absolute;
  left: 50%;
  margin-left: -35px;
  width: 70px;
  height: 70px;
  top: -35px;
}

.how-block .text {
  padding: 70px 30px 30px;
}

.text p, .text h6 {
  transition: all 0.45s ease-in;
  -webkit-transition: all 0.45s ease-in;
  -moz-transition: all 0.45s ease-in;
  -o-transition: all 0.45s ease-in;
  -ms-transition: all 0.45s ease-in;
}

.how-block .text h6 {
  padding-bottom: 15px;
}

.how-block:hover {
  box-shadow: 10px 10px 20px rgba(0,0,0,0.2);
}

.how-block:hover .text h6 {
  color: #fff;
}

.how-block .text p {
  color: #fff;
}

.how-block:hover .text .example-button {
  background-color:#ffffff;
  color:#fe4164;
}

.team-slider {
  padding: 20px 0px;
}

.team-wrapp {
  width: 100%;
  min-height: 545px;
}

.team-wrapp .block-left {
  position: absolute;
  color: #fff;
  width: 50%;
  height: inherit;
  left: 0;
  padding-right: 100px;
}

.team-wrapp.revers .block-left {
  left: auto;
  right: 0px;
  padding-left: 100px;
}

.team-wrapp .block-right {
  position: absolute;
  width: 50%;
  right: 0px;
  min-height: 600px;
  margin-top: -20px;
}

.team-wrapp.revers .block-right {
  right: auto;
  left: 0px;
}

.team-wrapp .block-right .bg {
  box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
  height: 579px;
  left: -4px;
}

.team-slider .block-left .text h2 {
  padding-bottom: 20px;
  font-weight: 800;
}

.team-slider .block-left .text h6 {
  text-transform: uppercase;
  padding-bottom: 20px;
}

.team-slider .block-left .text p {
  color: rgba(255,255,255,0.4);
  padding-bottom: 25px;
}

.team-slider .block-left .folow {
  padding-bottom: 40px;
}

.folow {
  position: relative;
  width: 100%;
  margin-left: -15px;
}

.folow a {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  color: rgba(255,255,255,0.4);
  font-size: 18px;
}

.skill-block {
  position: relative;
  float: left;
  width: 100%;
  height: 20px;
  margin-bottom: 70px;
}

.skill-block h6 {
  position: relative;
  padding: 10px 30px 12px 0px;
  text-transform: uppercase;
  background: #fff;
  z-index: 3;
  display: inline-block;
}

.skill-block .skill-line {
  height: 20px;
  background: #f7f7f7;
  position: relative;
  margin-top: 3px;
  width: 100%;
  border-radius: 5px;
}

.skill-block .skill-line div {
  position: absolute;
  width: 0%;
  height: 20px;
  border-radius: 5px;
  transition: all 2s ease-in-out 0.3s;
  -webkit-transition: all 2s ease-in-out 0.3s;
  -moz-transition: all 2s ease-in-out 0.3s;
  -o-transition: all 2s ease-in-out 0.3s;
  -ms-transition: all 2s ease-in-out 0.3s;
}

.skill-block h5 {
  font-size: 14px;
  text-align: right;
  position: absolute;
  right: 0px;
  top: -36px;
  color: #222;
  font-weight: 400;
  z-index: 2;
}

.customer-slider {
  padding-bottom: 65px;
}

.cust-block {
  position: relative;
  padding: 0px 5px;
}

.cust-block .image {
  position: relative;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  display: block;
}

.cust-block .text {
  position: relative;
  width: 100%;
  color: #fff;
  border-radius: 5px;
  padding: 20px 20px 10px 20px;
}

.cust-block .text:before {
  width: 0;
  height: 0;
  border-style: solid;
  content: '';
  position: absolute;
  left: 40px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
}

.cust-block .text i {
  font-size: 10px;
  font-style: italic;
  color: rgba(255,255,255,0.6);
  /*padding-bottom: 25px;*/
  display: block;
  min-height: 53px;
}

.cust-block .text span {
  font-size: 12px;
  font-weight: 800;
  text-transform: capitalize;
}

.cust-bottom .image {
  margin-bottom: 10px;
}

.cust-bottom .text:before {
  top: -4px;
  border-width: 0 4px 4px 4px;
}

.cust-top .image {
  margin-top: 10px;
}

.cust-top .text:before {
  bottom: -4px;
  border-width: 4px 4px 0 4px;
}

.logotype {
  position: relative;
  width: 100%;
  text-align: center;
}

.client-logo {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
}

.logotype .hover {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  opacity: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
}

.logotype:hover .client-logo {
  opacity: 0;
}

.logotype:hover .hover {
  opacity: 1;
}

.news-slider {
  padding-bottom: 65px;
}

.news-slider .swiper-slide {
  padding: 10px 15px;
}

.news-slider .point-style-1 {
  position: static;
  width: auto;
}

.news-slider .point-style-1 .pagination {
  text-align: center;
  bottom: 0px;
}

.news-block {
  position: relative;
  background: #fff;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
}

.news-block .text {
  padding: 35px 23px 120px;
  /*min-height:750px;*/
}

.news-block .text h6 {
  padding-bottom: 10px;
}

.news-block .text span {
  font-size: 14px;
  display: block;
  text-transform:none;
}

.news-block .text p {
  padding-bottom: 30px;
}

.news-block:hover {
  box-shadow: 10px 10px 15px rgba(0,0,0,0.4);
}

.price-block {
  position: relative;
  width: 100%;
  margin-top: 40px;
  border-radius: 5px;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
  background: #fff;
  text-align: center;
  padding: 65px 15px 50px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

.price-block .choose-icon {
  top: -40px;
  left: 50%;
  margin-left: -40px;
}

.price-block h6 {
  padding-bottom: 15px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

.price-block ul {
  padding-bottom: 35px;
}

.price-block ul li {
  font-size: 11px;
  line-height: 40px;
  color: #949494;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

.price {
  display: inline-block;
  border-bottom: 3px solid transparent;
  margin-bottom: 30px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

.price span {
  font-size: 40px;
  font-weight: 800;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

.price sup {
  font-size: 16px;
  color: #b7b7b7;
  top: -1em;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

.price-block:hover {
  box-shadow: 10px 10px 15px rgba(0,0,0,0.4);
}

.price-block:hover .price span {
  color: #fff;
}

.price-block:hover h6 {
  color: #fff;
}

.price-block:hover .price sup {
  color: rgba(255,255,255,0.4);
}

.price-block:hover ul li {
  color: rgba(255,255,255,0.6);
}

.price-block:hover .push-1 {
  background: #fff;
  color: #fe4164;
}

.price-block:hover .price {
  border-color: #fff;
}

.example-button-holder {
  position:absolute;
  bottom:2em;
  left:0;
  right:0;
  width:100%;
  text-align:center;
}

.example-button {
  display:block;
  margin:0 auto;
  border:2px solid #fe4164;
  color:#fe4164;
  font-size:15px;
  width:40px;
  height:40px;
  border-radius:40px;
}

.example-button:hover {
  background-color:#fe4164;
  color:#ffffff;
  transition:all 0.3s ease-out;
  -webkit-transition:all 0.3s ease-out;
  -moz-transition:all 0.3s ease-out;
  -ms-transition:all 0.3s ease-out;
  -o-transition:all 0.3s ease-out;
}

.example-button i {
  padding:10px 0 10px 5px;
}

.contact-block {
  position: relative;
  width: 100%;
  text-align: center;
}

.contact-block .choose-icon {
  display: inline-block;
  position: relative;
  float: none;
  margin-bottom: 15px;
}

.contact-block h6 {
  padding-bottom: 10px;
}

.contact-block a {
  color: #949494;
  font-size: 14px;
  font-weight: 400;
}

.contact-block span {
  color: #949494;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}

.contact-form {
  padding-top: 10px;
}

.contact-form input, .contact-form textarea {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #949494;
  font-size: 14px;
  text-transform: capitalize;
  display: inline-block;
}

.contact-form input {
  margin-bottom: 25px;
  padding: 0px 0px 20px;
}

.contact-form input:focus {
  border-bottom: 1px solid #222;
  outline: none;
}

.contact-form textarea {
  margin-bottom: 30px;
  height: 140px;
}

.contact-form textarea:focus {
  border-bottom: 1px solid #222;
}

.contact-form input[type="submit"] {
  width: auto;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
  padding: 15px 20px;
  margin-bottom: 0px;
  border-bottom: 0px none;
}

.map-canvas {
  position: relative;
  width: 100%;
  height: 400px;
}

.footer {
  position: relative;
  width: 100%;
  padding: 70px 0px 60px;
  display: inline-block;
}

.footer .folow {
  float: right;
  width: auto;
  margin: 0px 110px 0px 0px;
}

.footer .folow a {
  color: #b7b7b7;
}

.copyright {
  position: relative;
  float: left;
  padding-right: 110px;
}

.copyright a {
  margin-bottom: 10px;
  display: block;
}

.copyright span {
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
  color: #b7b7b7;
  display: block;
}

.up-button {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -33px;
  width: 66px;
  height: 66px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

.up-button span {
  line-height: 59px;
  font-size: 30px;
}

.up-button:hover {
  color: #fff;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - HOMEPAGE 2 */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.top-menu nav ul {
  position: relative;
  float: right;
  top:12px;
  text-align:right;
}

header.scrol .container ul{
	color: #000000;
	transition:all 0.3s ease;
}

.top-menu nav ul li {
  position: relative;
  float: left;
  font-size: 13px;
  margin: 0px 15px;
  /*color: #fff;*/
}

.top-menu nav ul li a {
  padding-bottom: 3px;
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.top-menu nav ul li a:before {
  content: '';
  position: absolute;
  left: -100%;
  bottom: 0px;
  width: 100%;
  height: 1px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

.top-menu nav ul li a:hover:before {
  left: 0px;
}

.top-menu nav ul li a:hover {
  color: #fe4164;
}

.top-menu nav ul li a.active:before {
  left: 0;
}

.top-menu nav ul li a.active {
  color: #fe4164;
}

.top-menu .nav-menu-icon {
  display: none;
}

.border-title {
  text-align: center;
  padding: 80px 40px;
}

.border-title h3 {
  font-size: 24px;
  padding-bottom: 23px;
}

.border-title h1 {
	font-family: "daniel",script;
  color: #fe4164;
  padding-bottom: 0px;
  font-size: 35px;
  line-height: 50px;
}

.border-title p {
  font-family: "daniel",script;
  font-size: 35px;
  line-height: 50px;
  padding-bottom: 15px;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 100vmin;
  min-height: 650px;
}

video.bgvid {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
  overflow: hidden;
}

iframe.bgvid {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

button.mfp-close {
  background: none;
}

button.mfp-arrow {
  background: #fff;
  opacity: 1;
}

.mfp-arrow-right, .mfp-arrow-left {
  width: 70px;
  height: 70px;
  right: 0px;
  top: 50%;
  margin: -35px 0px 0px 0px;
  background: #fff;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b, .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  display: none;
}

.mfp-arrow-right:after {
  border: 0px none!important;
  content: '\f178';
  font-size: 18px;
  line-height: 70px;
  color: #222;
  font-family: FontAwesome;
  margin: 0px;
  padding: 0px;
  left: auto;
  top: auto;
  text-align: center;
  position: relative;
  width: auto;
  height: auto;
}

.mfp-arrow-left:after {
  border: 0px none!important;
  content: '\f177';
  font-size: 18px;
  line-height: 70px;
  color: #222;
  font-family: FontAwesome;
  margin: 0px;
  padding: 0px;
  left: auto;
  top: auto;
  text-align: center;
  position: relative;
  width: auto;
  height: auto;
}

.mfp-close {
  position: fixed;
  top: 0px;
  left: 0px;
  font-size: 55px;
  opacity: 1;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}

.mfp-counter {
  display: none;
}

.mfp-arrow:active {
  margin-top: -35px;
}

button.mfp-arrow:hover {
  background: rgba(255,255,255,0.5);
}

@media screen and (max-width: 1200px) {
  .left-side .block-40 {
    padding: 0px 30px;
  }

  .right-side .block-40 {
    padding: 0px 30px;
  }

  .right-side .block-40 .text {
    text-align: right;
  }

  .swiper-arrow-right {
    right: 15px;
  }

  .swiper-arrow-left {
    left: 15px;
  }

  .team-wrapp .block-left {
    padding-right: 50px;
  }

  .team-wrapp.revers .block-left {
    padding-left: 50px;
  }
}

@media screen and (max-width: 992px) {
  .top-baner {
    height: 600px;
  }

  header {
    height: 60px;
  }

  header .navigation {
    margin-top: 20px;
  }

  header .nav-menu-icon {
    top: -4px;
  }

  .left-menu nav ul {
    padding: 70px 0px 20px;
  }

  .left-menu nav ul li {
    margin-bottom: 25px;
  }

  .block-about {
    padding-bottom: 30px;
  }

  .block-about img {
    margin-bottom: 15px;
  }

  .section {
    padding: 6em 0 6em 0;
  }

  .second-title {
    padding-bottom: 30px;
  }

  .about-section .text-p {
    padding: 20px 0px 30px;
  }

  .info-block {
    padding-bottom: 30px;
  }

  .fillter-wrap {
    padding-bottom: 30px;
  }

  .load-more {
    padding-bottom: 30px;
  }

  .item {
    width: 47%;
  }

  .item:hover .item-layer {
    left: 15px;
    top: 15px;
    bottom: 15px;
    right: 15px;
  }

  .choose .right-block .vertical-align {
    padding-left: 30px;
  }

  .choose-block {
    padding-right: 15px;
  }

  .choose .right-block .title p {
    padding-bottom: 30px;
  }

  .how-block {
    margin-bottom: 30px;
  }

  .customer-slider {
    padding-bottom: 95px;
  }

  .news-slider {
    padding-bottom: 95px;
  }

  .news-slider .point-style-1 .pagination {
    bottom: 30px;
  }

  .customer-slider .point-style-2 .pagination {
    bottom: 30px;
  }

  .logotype {
    padding-bottom: 30px;
  }

  .price-block {
    margin-bottom: 30px;
  }

  .contact-block {
    padding-bottom: 30px;
  }

  .contact-form {
    padding-top: 60px;
  }

  .contact-form input[type="submit"] {
    margin-bottom: 30px;
  }

  .footer .folow {
    float: left;
    margin: 20px 0px 0px 0px;
    width: 100%;
  }

  .footer {
    padding: 40px 0px 30px;
  }

  .top-menu nav {
    position: fixed;
    text-align: center;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(255,255,255,0.95);
    overflow-y: auto;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transition: all 350ms cubic-bezier(0.53, -0.005, 0.75, 0.095);
    -moz-transition: all 350ms cubic-bezier(0.53, -0.005, 0.75, 0.095);
    -o-transition: all 350ms cubic-bezier(0.53, -0.005, 0.75, 0.095);
    transition: all 350ms cubic-bezier(0.53, -0.005, 0.75, 0.095);
  }

  .top-menu nav.slide-menu {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
  }

  .top-menu .nav-menu-icon {
    display: block;
  }

  .top-menu nav ul {
    padding: 80px 0px 40px;
  }

  .top-menu nav ul li {
    width: 100%;
    font-size: 16px;
    margin: 10px 0px;
  }
}

@media screen and (max-width: 768px) {

  h4 {
    line-height: 1.25;
  }

  .block-60 .bg-bg {
    width: 100%;
  }

  .left-side .block-40 {
    width: 100%;
    left: 0px;
  }

  .right-side .block-40 {
    width: 100%;
    right: 0px;
  }

  .layer-white {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
  }

  .service-block .text-p {
    color: #444;
  }

  .choose .left-block {
    width: 100%;
  }

  .choose .left-block .bg {
    width: 100%;
  }

  .choose .right-block {
    width: 100%;
  }

  .choose .right-block .title p {
    color: #444;
  }

  .choose-txt p {
    color: #444;
  }

  .swiper-arrow-right, .swiper-arrow-left {
    display: none;
  }

  .team-wrapp .block-left {
    padding: 0px 30px;
  }

  .team-wrapp.revers .block-left {
    padding: 0px 30px;
  }

  .contact-form {
    padding-top: 20px;
  }

  .fillter-wrap .but {
    margin: 0px 5px 5px;
  }
}

@media screen and (max-width: 660px) {
  .choose .block-50 {
    width: 100%;
    padding-bottom: 35px;
  }

  .choose-txt {
    margin-left: 100px;
  }

  .choose {
    padding: 65px 0px;
    min-height: 1100px;
  }

  .choose-block {
    padding-bottom: 35px;
  }

  .choose-txt h6 {
    padding-bottom: 5px;
  }

  .item {
    width: 100%;
    margin: 0px 0px 15px;
  }

  .team-wrapp .block-right {
    width: 100%;
    min-height: 300px;
    margin-top: 0px;
    position: relative;
  }

  .team-wrapp .block-left {
    width: 100%;
    position: relative;
    top: auto;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    padding: 30px 0px;
  }

  .team-wrapp.revers .block-left {
    padding: 30px 0px;
  }

  .team-slider .block-left .folow {
    padding-bottom: 20px;
  }

  .team-slider .block-left .text p {
    padding-bottom: 15px;
  }

  .team-wrapp {
    min-height: 100%;
  }

  .team-wrapp .block-right {
    margin-bottom: 30px;
  }

  .map-canvas {
    height: 350px;
  }

  .border-title {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 480px) {
  .main-title h1 {
    font-size: 60px;
    line-height: 68px;
    padding-bottom: 20px;
  }

  .main-title p {
    font-size: 13px;
    line-height: 24px;
    padding-bottom: 30px;
  }

  .block-bg .bg-bg {
    width: 100%;
  }

  .info-block span {
    font-size: 36px;
    padding-bottom: 10px;
  }

  .footer .folow {
    margin: 30px 0px 0px;
  }

  .border-title {
    padding: 15px;
  }

  .main-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

.swiper-anime .swiper-slide:nth-child(2n+1) .block-bg .bg-bg {
  opacity: 0;
  transform: scale(1.2);
}

.swiper-anime .swiper-slide:nth-child(2n) .block-bg .bg-bg {
  opacity: 0;
  transform: scale(1.2);
}

.swiper-anime .swiper-slide.active .block-bg .bg-bg {
  transform: scale(1);
  opacity: 1;
}

.swiper-anime .main-title {
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  opacity: 0;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

.swiper-anime .swiper-slide.active .main-title {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  opacity: 1;
}
 

