


@font-face{
    font-family: 'Segoe UI Light';
    src:url('https://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Light/latest.eot');
    src:url('https://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Light/latest.eot?#iefix') format('embedded-opentype'),
           url('https://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Light/latest.woff') format('woff'),
           url('https://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Light/latest.ttf') format('truetype'),
           url('https://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Light/latest.svg#web') format('svg');
    font-weight: normal;
    font-style: normal;
}



/*Custom style*/
.paragraph-indent{    text-indent: 1em;}
.pd-top{padding-top: 3%}
.pd-bottom{padding-bottom: 35px}
.lt-sp{letter-spacing: 0.8px}
.ul-style {list-style: none;}
.ul-style li:before { content: '✓';  color: red;}
.ul-style li{ margin-left: 2em; line-height: 2em;}
.red-color{color: red;letter-spacing: 0.2em;font-family: 'Sarina', cursive;}
.white-color-for-euro{color: #fff}
.white-color{color: #000}
/*.width-carusel{width: 400px;}*/
.feedback-bus{margin: 30px 10% 1%;}
/* Change the white to any color ;) */


input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #111 inset !important;
    color: #fff;}

/*Change text in autofill textbox*/
input:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
}

.digistar{
  font-size: 14px;margin-top: 5px;opacity: 0.5
}
.pd-60{
  padding: 60px 0!important;
}
.content-none:before{
  content:none!important;  
}
.margin-0-auto-calculator{

  margin:0 auto;
}
.margin-0-auto-calculator .item.text-center .type{
  margin-bottom: 0px;
}
.margin-0-auto-calculator .item.text-center{
  margin-top: 20px;
}

.icon-logo-monochrome:before {
  content: "\e907";
}

.icon-date:before {
  content: "\e901";
}

.icon-ambermove:before {
  content: "\e900";
}

.icon-lessons:before {
  content: "\e902";
}

.icon-price:before {
  content: "\e903";
}

.icon-sale:before {
  content: "\e904";
}

.icon-fr:before {
  content: "\e906";
}

.icon-up:before {
  content: "\e905";
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
  list-style: none;
}

body {
  color: #fff;
  line-height: 1.3;
  font-weight: 400;
  font-size: 17px;
  font-family: 'Segoe UI Light';
  overflow-x: hidden !important;
  background-color: #111;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Segoe UI Light';
  color: #fff;
}

p {
  font-size: 17px;
  color: #666;
  line-height: 1.6;
  word-spacing: 1px;
  margin: 0;
  color: #fff;
}

img {
  width: 100%;
  height: auto;
}

span {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.lds-ellipsis {
  width: 150px;
  height: 150px;
}
.lds-ellipsis img{margin-left: 50px}

.section-head {
  margin-bottom: 60px;
}

.section-head h4 {
  position: relative;
  padding: 0 0 0 15px;
  line-height: 1;
  border-left: 1px solid #eee;
  letter-spacing: 2px;
  font-size: 38px;
  font-weight: 700;
}

.section-head h4:before {
  content: '';
  width: 1px;
  height: 35px;
  background: #ff0000;
  position: absolute;
  left: -1px;
  bottom: 0;
}

.section-head h4 span {
  font-weight: 200;
  padding-bottom: 5px;
}

.bg-gray {
  background: #0000007a;
}

.bg-gray .owl-theme .owl-dots .owl-dot span {
  background: #777;
}

.o-hidden {
  overflow: hidden;
}

.position-re {
  position: relative;
}

.full-width {
  width: 100% !important;
}

.bg-img {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}

.section-padding {
  padding: 100px 0;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
}

.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem;
  }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  content: '';
  position: absolute;
  top: 10%;
  right: 0;
  width: 2px;
  height: 70%;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline b.is-visible {
  opacity: 1;
  font-weight: 900;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #F7F8FA;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #ff0000;
}

.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 9;
  min-height: 70px;
}

.navbar .icon-bar {
  color: #fff;
}

.navbar .navbar-nav .nav-link {
  font-size: 14px;
  font-weight: 600;
  color: #eee;
  letter-spacing: .5px;
  margin: 15px 5px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.navbar .navbar-nav .active {
  color: #ff0101 !important;
}

.nav-scroll {
  background: #eee;
  border-bottom: 1px solid rgba(12, 12, 12, 0.04);
  padding: 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
      transform: translateY(100px);
}

.nav-scroll .icon-bar {
  color: #222;
}

.nav-scroll .navbar-nav .nav-link {
  color: #222;
}

.nav-scroll .navbar-nav .logo {
  padding: 15px 0;
  color: #111;
}

.logo {
  padding: 15px 0;
  width: 144px;
}

.header {
  min-height: 100vh;
  overflow: hidden;
}

.header .caption .o-hidden {
  display: inline-block;
}

.header .caption h3 {
  font-weight: 200;
  letter-spacing: 3px;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.header .caption h1 {
  margin: 10px 0;
  font-size: 55px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.header .caption h1 b {
  color: #ff0101;
}

.header .caption p {
  font-size: 16px;
  color: #eee;
  word-spacing: 2px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.header .caption .butn {
  padding: 10px 30px;
  border: 1px solid #eee;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
  margin: 30px 2px 0;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.header .caption .butn:after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
 

}

.header .caption .butn:hover {
  border-color: #fff;
}

.header .caption .butn:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  border-radius: 3px;
}

.header .caption .butn:hover span {
  color: #fff;
  font-weight: 500;
}

.header .caption .butn span {
  position: relative;
  z-index: 2;
}

.header .caption .butn-bg {
  background: #f40000;
  border-color: #fc0000;
  border: none;
}

.header .arrow {
  position: absolute;
  bottom: 5vh;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 13px;
  z-index: 8;
}

.header .arrow i {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.header .arrow i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  z-index: -1;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.header .arrow i:hover:after {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
      transform: scale(1.2);
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.slider .arrow, .slider-fade .arrow {
  display: none !important;
}

.slider .owl-item, .slider-fade .owl-item {
  height: 100vh;
  position: relative;
}

.slider .item, .slider-fade .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
          background-size: cover;
}

.slider .item .caption, .slider-fade .item .caption {
  z-index: 9;
}

.slider .owl-theme .owl-dots, .slider-fade .owl-theme .owl-dots {
  position: absolute;
  bottom: 5vh;
  width: 100%;
}

.creative {
  min-height: 100vh;
}

.creative .svg {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  z-index: 2;
}

.creative .svg svg {
  fill: #fff;
  width: 101%;
}

.bg-vid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero .extra-text {
  font-weight: 200;
  margin-bottom: 25px;
}

.hero .extra-text span {
  font-weight: 700;
}

.hero .item {
  height: 90%;
  background: #ea000100;
  text-align: center;
  padding: 30px 15px;
  -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
  box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  margin-bottom: 30px;
}

.hero .item .icon {
  font-size: 50px;
  margin-bottom: 15px;
  color: #ff0000;
}

.hero .item h6 {
  margin-bottom: 15px;
}

.hero .mission p {
  margin-bottom: 30px;
}

.hero .mission i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #FF8DFF;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  color: #fff;
  font-size: 25px;
}

.hero .mission .small-text {
  margin-left: 10px;
  font-size: 13px;
  color: #666;
}

.hero .skills {
  padding-top: 80px;
}

.hero .skills .prog-item {
  margin-bottom: 25px;
}

.hero .skills .prog-item:last-child {
  margin-bottom: 0;
}

.hero .skills .prog-item p {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 8px;
}

.hero .skills .prog-item .skills-progress {
  width: 100%;
  height: 2px;
  background: #eee;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  position: relative;
}

.hero .skills .prog-item .skills-progress span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #FF8DFF;
  width: 10%;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.hero .skills .prog-item .skills-progress span:after {
  content: attr(data-value);
  position: absolute;
  top: -20px;
  right: 0;
  font-size: 10px;
  color: #777;
}

.hero .officeGallery .ourOffice img {
  margin-bottom: 17.4px;
}

.hero .playerOffice {
  margin-bottom: 17.4px;
  position: relative;
  padding: 56.25% 0 0 0;
}

.hero .playerOffice iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero .officeSlider {
  display: none;
}

.quote {
  background-attachment: fixed;
}

.quote p {
  font-size: 17px;
  font-style: italic;
}

.quote p .icon {
  font-size: 30px;
  margin: 0 15px;
  padding: 0;
  opacity: .3;
  line-height: 1;
}

.quote h5 {
  color: #ff0000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin: 15px 0 10px;
}

.quote h6 {
  font-size: 12px;
  color: #ccc;
}

.portfolio {
  overflow: hidden;
}

.portfolio .filtering span {
  margin-right: 30px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid transparent;
}

.portfolio .filtering span:last-child {
  margin: 0;
}

.portfolio .filtering .active {
  border-color: #ff0000;
  color: #ff0000;
}

.portfolio .items {
  margin-top: 30px;
}

.portfolio .item-img {
  position: relative;
  overflow: hidden;
}

.portfolio .item-img:hover .item-img-overlay {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.portfolio .item-img:hover h6 {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.portfolio .item-img h6 {
  font-weight: 600;
  position: relative;
  margin-bottom: 5px;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
      transform: translateY(-15px);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.portfolio .item-img a {
  position: relative;
  height: 100%;
  width: 100%;
}

.portfolio .item-img a .overlay-info {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  padding: 0 20px;
}

.portfolio .item-img-overlay {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: rgba(255, 255, 255, 0.95);
  color: #35424C;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  z-index: 2;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
      transform: translateY(10px);
}

.portfolio .item-img-overlay .screensAndVideo {
  font-size: 30px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.portfolio .item-img-overlay .screensAndVideo a {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.portfolio .item-img-overlay .screensAndVideo a:hover {
  color: #ff0000;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.screensGallery {
  max-width: 900px;
  max-height: 506px;
  width: 90%;
  height: 90%;
  margin: 0 auto;
}

.screensGallery .sreens-img {
  overflow: hidden;
  margin: 0 auto 15px;
}

.screensGallery .playerGl {
  padding: 56.25% 0 0 0;
  position: relative;
}

.screensGallery .playerGl iframe {
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 100%;
}

#owl_carousel {
  position: relative;
  text-align: center;
  width: 100%;
}

.owl-prev, .owl-next {
  top: 40%;
  background-color: transparent !important;
}

.owl-prev {
  position: absolute;
  left: -50px;
}

.owl-prev:after {
  content: "<";
  font-family: 'FontAwesome';
  font-size: 35px;
  opacity: 0.8
}

.owl-next {
  position: absolute;
  right: -50px;
}

.owl-next:after {
  content: ">";
  font-family: 'FontAwesome';
  text-rendering: optimizeLegibility;
   font-size: 35px;
  opacity: 0.8
}

.owl-next:after:hover {
  color: red;
}

img.lazy {
  /*width: 900px;*/
  /*height: 506px;*/
  display: block;
 
}

.numbers {
  background-attachment: fixed;
}

.numbers .item .icon {
  font-size: 45px;
  margin-bottom: 10px;
  color: #ccc;
}

.numbers .item h2 {
  font-weight: 800;
  margin-bottom: 15px;
}

.numbers .item h6 {
  font-size: 16px;
  letter-spacing: 1px;
  color: #ccc;
}

.services .item {
  height: 100%;
  padding: 30px 15px;
  -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
  box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  margin-bottom: 30px;
  background-color: #ea000100;
}

.services .item .icon {
  font-size: 30px;
  margin-bottom: 15px;
  color: #ff0000;
}

.services .item h6 {
  margin-bottom: 15px;
}

.serv-tabs {
  background-attachment: fixed;
}

.serv-tabs .content .tab-item {
  display: none;
  position: relative;
}

.serv-tabs .content .curent {
  display: block;
}

.serv-tabs .content .bord {
  padding-right: 30px;
}

.serv-tabs .content .bord:after {
  content: '';
  width: 1px;
  height: 100%;
  background: #ff0000;
  position: absolute;
  right: 1px;
  top: 0;
  opacity: .7;
}

.serv-tabs .content .spcial {
  padding-left: 30px;
}

.serv-tabs .content .spcial p {
  color: #fff;
  font-size: 16px;
  font-style: italic;
  word-spacing: 1px;
}

.serv-tabs .tabs-icon .item div {
  text-align: center;
  padding: 30px 0;
  background: rgba(70, 70, 70, 0.55);
  margin-top: 50px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  cursor: pointer;
}

.serv-tabs .tabs-icon .item .icon {
  font-size: 30px;
  color: #FF8DFF;
  margin-bottom: 15px;
}

.serv-tabs .tabs-icon .item h6 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.serv-tabs .tabs-icon .active div {
  background: #fff;
}

.serv-tabs .tabs-icon .active h6 {
  color: #111;
}

.team .titem .team-img {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 150px;
  height: 150px;
  margin: auto;
  opacity: 0.7;
}

.team .titem .team-img:hover img {
  opacity: 1;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
      transform: scale(1.2);
}

.team .titem img {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.team .titem h6 {
  font-size: 18px;
  font-weight: 600;
  font-family: inherit;
  margin: 20px 0 10px;
}

.team .titem span {
  font-size: 16px;
  color: #fff;
  font-style: italic;
  margin: 0 8px;
}

.team .titem .social {
  margin: 15px 0;
}

.team .titem .social a {
  margin: 0 5px;
}

.team .titem .owl-theme .owl-dots {
  margin-top: 20px !important;
}

.price{background-color: #000}
.price .item {
  padding: 30px 0;
  background: #ea000100;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.price .item:hover {
  -webkit-box-shadow: 0px 5px 40px 0px rgba(148, 146, 245, 0.2);
  box-shadow: 0px 5px 40px 0px rgba(148, 146, 245, 0.2);
}

.price .type {
  margin-bottom: 30px;
}

.price .type .icon {
  display: none;
  font-size: 45px;
  color: #eee;
  margin-bottom: 10px;
}

.price .type h4 {
  font-size: 25px;
}

.price .value {
  padding: 30px 0;
  position: relative;
}

.price .value:before, .price .value:after {
  content: '';
  background: #eee;
  width: 70%;
  height: 1px;
  position: absolute;
  left: 15%;
}

.price .value:before {
  top: 0;
}

.price .value:after {
  bottom: 0;
}

.price .value h3 {
  display: inline-block;
  padding-right: 10px;
  font-size: 50px;
  font-weight: 800;
  position: relative;
}

.price .value h3 span {
  font-size: 14px;
  position: absolute;
  top: 5px;
  right: 0;
}

.price .value .per {
  font-size: 13px;
  color: #777;
}

.price .features {
  padding: 15px 0;
}

.price .features li {
  margin: 15px 0;
  color: #fff;
}

.price .order {
  padding-top: 15px;
  position: relative;
}

.price .order:before {
  content: '';
  background: #eee;
  width: 70%;
  height: 1px;
  position: absolute;
  left: 15%;
  top: 0;
}

.price .order a {
  background: #ff0000;
  /*border: 1px solid #ff0000;*/
  border-radius: 3px;
  color: #fff;
  padding: 10px 30px;
  margin-top: 15px;
  font-weight: 600;
  position: relative;
}

.price .order a:after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.price .order a span {
  position: relative;
  z-index: 2;
}

.price .order a:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.price .order a:hover span {
  color: #fff;
}

.price .active {
  -webkit-box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1);
}

.price form {
  background-color: red;
}

.price form input {
  background-color: red !important;
}

.testimonails {
  background-attachment: fixed;
}

.testimonails .client-img {
  width: 85px;
  height: 85px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  margin: 0 auto 15px;
}

.testimonails h5 {
  color: #FF8DFF;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px;
}

.testimonails h6 {
  font-size: 12px;
  color: #ccc;
  margin-bottom: 30px;
}

.testimonails .owl-theme .owl-dots {
  margin-top: 30px !important;
}

.blog .item {
  -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
  box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

.blog .item .post-img {
  position: relative;
  overflow: hidden;
}

.blog .item .post-img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

.blog .item .post-img img {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.blog .item .post-img .date {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 15px;
  background: #111;
  color: #fff;
  padding: 10px 15px;
  text-align: center;
}

.blog .item .post-img .date span {
  display: block;
  font-weight: 700;
  font-size: 12px;
}

.blog .item .content {
  padding: 40px 5px;
  background: #fff;
}

.blog .item .content .tag {
  color: #FF8DFF;
  font-weight: 600;
  margin-bottom: 10px;
}

.blog .item .content h5 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}

.blog-nav {
  position: static !important;
  background: #fff !important;
  margin: 0;
}

.blog-nav .logo {
  color: #1c1c1c !important;
}

.blog-nav .navbar-nav li a {
  color: #1c1c1c !important;
  font-weight: 500;
}

.min-header {
  height: 50vh;
  background: #1c1c1c;
  position: relative;
}

.min-header .v-middle {
  z-index: 4;
}

.min-header h5 {
  font-weight: 700;
  letter-spacing: 1px;
  color: #ccc;
  margin-bottom: 15px;
}

.min-header .path {
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  background: rgba(100, 100, 100, 0.2);
}

.min-header span {
  position: relative;
  color: #ddd;
  font-style: italic;
  line-height: 1.7;
}

.min-header span:after {
  content: '>>';
  position: relative;
  margin: 0 10px;
}

.min-header span:last-child:after {
  display: none;
}

.blogs .posts .post {
  margin-bottom: 50px;
  border-bottom: 1px solid #eee;
}

.blogs .posts .post .content {
  padding: 50px 15px;
  background: #fff;
}

.blogs .posts .post .content .post-title h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.blogs .posts .post .content .meta {
  margin-bottom: 20px;
}

.blogs .posts .post .content .meta li {
  display: inline-block;
  font-size: 12px;
  color: #777;
  margin: 5px;
}

.blogs .posts .post .content p {
  font-weight: 300;
}

.blogs .posts .post .content .spical {
  padding: 15px;
  margin: 30px 0;
  border-left: 2px solid #111;
  background: #f7f7f7;
  font-size: 16px;
}

.blogs .posts .post .content .butn {
  display: inline-block;
  margin-top: 30px;
  padding: 8px 30px;
  border: 2px solid #ddd;
  font-weight: 500;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.blogs .posts .post .content .butn:hover {
  background: #FF8DFF;
  border-color: #FF8DFF;
  color: #fff;
}

.blogs .posts .post .share-post {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px dashed #eee;
  text-align: left;
}

.blogs .posts .post .share-post span {
  font-weight: 700;
}

.blogs .posts .post .share-post ul {
  float: right;
}

.blogs .posts .post .share-post ul li {
  display: inline-block;
  margin: 0 10px;
}

.blogs .posts .title-g h3 {
  font-weight: 800;
  font-size: 25px;
}

.blogs .posts .comments-area .comment-box {
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #eee;
}

.blogs .posts .comments-area .comment-box:nth-child(odd) {
  margin-left: 80px;
}

.blogs .posts .comments-area .comment-box:last-child {
  margin-bottom: 0;
}

.blogs .posts .comments-area .comment-box .author-thumb {
  width: 80px;
  float: left;
}

.blogs .posts .comments-area .comment-box .comment-info {
  margin-left: 100px;
}

.blogs .posts .comments-area .comment-box .comment-info h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.blogs .posts .comments-area .comment-box .comment-info .reply {
  margin-top: 10px;
  font-weight: 600;
}

.blogs .posts .comments-area .comment-box .comment-info .reply i {
  padding-right: 5px;
  font-size: 12px;
}

.blogs .posts .comment-form .form input[type='text'], .blogs .posts .comment-form .form input[type='email'] {
  width: 100%;
  border: 0;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 10px;
  background: #f4f4f4;
}

.blogs .posts .comment-form .form textarea {
  width: 100%;
  border: 0;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 10px;
  background: #f4f4f4;
  height: 160px;
  max-height: 160px;
  max-width: 100%;
}

.blogs .posts .comment-form .form button[type='submit'] {
  background: #FF8DFF;
  border: 1px solid #FF8DFF;
  color: #fff;
  padding: 10px 30px;
  margin-top: 15px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

.blogs .posts .comment-form .form button[type='submit']:after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blogs .posts .comment-form .form button[type='submit'] span {
  position: relative;
  z-index: 2;
}

.blogs .posts .comment-form .form button[type='submit']:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.blogs .posts .comment-form .form button[type='submit']:hover span {
  color: #FF8DFF;
}

.blogs .posts .pagination {
  display: block;
  text-align: center;
}

.blogs .posts .pagination li {
  display: inline-block;
  padding: 5px 10px;
  margin: 2px;
  border: 1px solid #ddd;
}

.blogs .side-bar .widget {
  margin-bottom: 50px;
}

.blogs .side-bar .widget:last-child {
  margin-bottom: 0;
}

.blogs .side-bar .widget .widget-title {
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}

.blogs .side-bar .widget .widget-title h6 {
  position: relative;
  padding-bottom: 15px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blogs .side-bar .widget .widget-title h6:after {
  content: '';
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.blogs .side-bar .widget li {
  margin-bottom: 10px;
  color: #777;
}

.blogs .side-bar .widget li:last-child {
  margin: 0;
}

.blogs .side-bar .search form input {
  width: -webkit-calc(100% - 52px);
  width: calc(100% - 52px);
  height: 50px;
  padding: 0 10px;
  border: 0;
  background: #f7f7f7;
}

.blogs .side-bar .search form button {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #1c1c1c;
  color: #fff;
  border: 0;
  float: right;
}

.clients {
  padding: 55px 0;
}

.clients a {
  display: block;
}

.clients .brand {
  padding: 15px;
  opacity: .5;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.clients .brand:hover {
  opacity: 1;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
}

.clients .brand img {
  width: 60%;
}

.contact .map {
  padding: 0;
  position: relative;
  z-index: 4;
}

.contact #ieatmaps {
  height: 100%;
}

.information {
  padding: 80px 0;
  color: #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.information .item {
  padding: 30px;
  background: rgba(70, 70, 70, 0.3);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  cursor: pointer;
}

.information .info .item:last-child {
  margin-bottom: 0;
}

.information .info .item .icon {
  font-size: 45px;
  float: left;
}

.information .info .item .cont {
  margin-left: 60px;
}

.information .info .item .cont h6 {
  font-size: 16px;
  margin-bottom: 5px;
}

.information .info .item .cont p {
  color: #fff;
}

.contact .map-canvas {
  bottom: 0;
  height: 100%;
  left: 0;
  min-height: 260px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@media (max-width: 676px) {
  .contact {
    position: static;
  }
}

.contact .contact-form {
  padding: 80px 50px;
}

.contact .contact-form input[type='text'], .contact .contact-form input[type='email'] {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f7f7f7;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

.contact .contact-form textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f7f7f7;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  height: 160px;
  max-height: 160px;
  max-width: 100%;
}

.contact .contact-form button[type='submit'] {
  background: #FF8DFF;
  border: 1px solid #FF8DFF;
  color: #fff;
  padding: 10px 30px;
  margin-top: 15px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

.contact .contact-form button[type='submit']:after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact .contact-form button[type='submit'] span {
  position: relative;
  z-index: 2;
}

.contact .contact-form button[type='submit']:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.contact .contact-form button[type='submit']:hover span {
  color: #FF8DFF;
}

footer {
  background: #111;
  padding: 80px 0;
}

footer .social a {
  color: #777;
  font-size: 18px;
  margin: 15px 10px;
}

footer p {
  color: #777;
  font-weight: 700;
}

.phone-number{
    margin-left: 6%;
    font-size: 14px;
    margin-top: 2px;
}

#mail p{
padding: 30px 5px 20px;
}

#mail.white-popup-block button[type="submit"] {
    margin-bottom: 16px!important;
}

.phone-number img{
    margin-right: 7px;
    margin-bottom: 3px;
    width: inherit;
}

.phone-number a:nth-child(2){
    margin-right: 20px;
  }


@media screen and (min-width: 991px) and (max-width: 1200px) {
.phone-number{
display: none!important;
}


}

@media screen and (max-width: 991px) {
  .mb-md50 {
    margin-bottom: 50px;
  }
  .mb-md30 {
    margin-bottom: 30px;
  }
  .mb-md0 {
    margin-bottom: 0;
  }
  .navbar .navbar-collapse {
    max-height: 340px;
    overflow: auto;
    background: #eee;
    text-align: center;
    padding: 10px 0;
  }
  .navbar .navbar-nav .nav-link {
    color: #000;
  }
  .navbar .nav-link {
    margin: 10px auto !important;
  }
  .nav-scroll .navbar-collapse .nav-link {
    color: #000 !important;
  }
  .nav-scroll .navbar-collapse .active {
    color: #ff0000 !important;
  }
  .header .caption h2 {
    font-size: 30px;
  }
  .header .caption h1 {
    font-size: 50px;
  }
  .header .caption p {
    font-size: 15px;
    padding: 0px 15px;
  }
  .serv-tabs .content .bord {
    padding-right: 0;
    margin-bottom: 50px;
  }
  .serv-tabs .content .bord:after {
    display: none;
  }
  .serv-tabs .content .spcial {
    padding-left: 0;
  }
  .contact .map {
    height: 500px;
  }
  .information {
    padding-bottom: 50px;
  }
  .information .info {
    margin-bottom: 30px;
  }
  .logo {
    padding: 4px 0;
  }
}

@media screen and (max-width: 767px) {
  .mb-sm50 {
    margin-bottom: 50px;
  }
  .mb-sm30 {
    margin-bottom: 30px;
  }
  .nav-scroll {
    padding-left: 15px;
  }
  .header .caption h3 {
    font-size: 20px;
  }
  .header .caption h1 {
    font-size: 30px;
  }
  .serv-tabs .tabs-icon .item div {
    padding: 15px 0;
  }
  .serv-tabs .tabs-icon .item h6 {
    display: none;
  }
}

.white-popup-block {
  width: 400px;
  background-color: #111;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.white-popup-block h4 {
  font-size: 25px;
  padding-top: 25px;
  padding-bottom: 15px;
}

.white-popup-block label {
  padding: 0 0 0 5%;
  margin: 3px 0;
  text-align: left;
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 25px;
}

.white-popup-block label span {
  float: right;
  font-size: 19px;
  font-weight: 800;
  color: #FF8DFF;
  padding: 0 5% 0 0;
}

.white-popup-block input {
  width: 90%;
  height: 40px;
  color: #fff;
  outline: none;
  margin-bottom: 15px;
  padding-left: 10px;
  border: 1px solid #fff;
  background-color: #111;
  color: white;
  margin-top: 5px;
}

.white-popup-block textarea {
  width: 90%;
  min-height: 150px;
  outline: none;
  padding-left: 10px;
  color: white;
  border: 1px solid #fff;
  resize: vertical;
  padding-top: 8px;
  margin-bottom: 12px;
  background-color: #111;
}

.white-popup-block button[type="submit"] {
  background: #ff0000;
 border: none;
  color: #fff;
  padding: 10px 30px;
  margin-bottom: 15px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

.white-popup-block button[type="submit"]:after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.white-popup-block button[type="submit"] span {
  position: relative;
  z-index: 2;
}

.white-popup-block button[type="submit"]:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.white-popup-block button[type="submit"]:hover span {
  color: #fff;
}

.white-popup-block input[type='range'] {
  margin-bottom: 35px;
  overflow: hidden;
  border: none;
  height: 10px;
  -webkit-appearance: none;

}

.white-popup-block input[type='range']::-webkit-slider-runnable-track {
  height: 10px;
  -webkit-appearance: none;
  color: #FF8DFF;
  margin-top: -1px;
}

.white-popup-block input[type='range']::-webkit-slider-thumb {
  width: 10px;
  -webkit-appearance: none;
  height: 13px;
  cursor: ew-resize;
  background: #333;
  -webkit-box-shadow: -175px 0 0 175px #FF8DFF;
          box-shadow: -175px 0 0 175px #FF8DFF;
}

.white-popup-block input[type="range"]::-moz-range-progress {
  background-color: #FF8DFF;
}

.white-popup-block input[type="range"]::-moz-range-track {
  background-color: #e2e2e2;
}

.white-popup-block input[type="range"]::-ms-fill-lower {
  background-color: #FF8DFF;
}

.white-popup-block input[type="range"]::-ms-fill-upper {
  background-color: #e2e2e2;
}

.white-popup-block input:focus:required:valid {
  border-color: #fff;
}

.white-popup-block input:focus:required:invalid {
  border-color: #fff;
}
.white-popup-block textarea:focus{
  border-color: #fff;
}

.mfp-container .mfp-content {
  max-width: 100%;
  background-color: transparent;
}

.mfp-container .mfp-arrow-right:after {
  border: none;
}

.mfp-container .mfp-arrow-right:before {
  border: none;
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 60px;
  color: #fff;
  top: -20px;
}

.mfp-container .mfp-arrow-left:after {
  border: none;
}

.mfp-container .mfp-arrow-left:before {
  border: none;
  content: "\f104";
  font-family: 'FontAwesome';
  font-size: 60px;
  color: #fff;
  top: -20px;
}

.mfp-image-holder .mfp-counter {
  color: #fff;
  font-weight: 200;
  font-size: 25px;
  top: -30px;
  left: 0;
  right: 0;
  display: none;
}

.mfp-image-holder .mfp-close {
  cursor: pointer;
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 0;
  font-size: 75px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  line-height: 63px;
  right: -30px;
  top: -15px;
}

#page-preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}

.contpre {
  width: 250px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 48%;
  margin-left: -125px;
  margin-top: -75px;
  color: #fff;
  font-size: 40px;
  letter-spacing: -2px;
  text-align: center;
  line-height: 35px;
}

.contpre img {
  z-index: 999999 !important;
  width: 150px;
}

.hide {
  display: none;
}

/*==========    Desktop First    ==========*/
/* Large Devices, Wide Screens */
@media (max-width: 1200px) {
/*.phone-number a:nth-child(2) {
    margin-right: 140px;
}*/
}

/* Medium Devices, Desktop */
@media only screen and (max-width: 992px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  /**/
  .nav-scroll {
    padding-left: 0;
  }
  .nav-scroll .logo {
    margin-left: 15px;
  }
  .hero .officeGallery {
    display: none;
  }
  .hero .officeSlider {
    display: block;
  }
  .owl-nav{display: none;}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 580px) {
  /**/
  .clients {
    padding: 0;
  }
  .clients .brand {
    padding: 0;
  }
  .clients .brand img {
    width: 40%;
  }
header{background: url(../img/salon3.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-position-x: 14%;}
video{display: none;}

.section-padding {padding: 60px 0;}
.mt-80{margin-top: 0px!important;}
.pt-80{padding-top: 50px!important;}
.mt-15{margin-top: 15px;}
.contact .contact-form{padding: 30px 50px;}
.information{padding: 45px 0;padding-bottom: 15px;}
footer{padding: 40px 0;}
.pb-50{padding-bottom:0!important;}
.map{background: url(../img/map.png) no-repeat;
    background-size: cover;
    background-position: center;}
#map-canvas,#ieatmaps{display: none;}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  /**/
  .price .item .order a:hover:after {
    width: 0;
    left: 100%;
    -webkit-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
  }
  .price .item .order a:hover span {
    color: inherit;
  }
}

/* Custom, iPhones Retina */
@media only screen and (max-width: 320px) {
  /**/
}

/*==========    Mobile First    ==========*/
/* Custom, iPhones Retina */
@media only screen and (min-width: 320px) {
  /**/
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/
}

/* Medium Devices, Desktop */
@media only screen and (min-width: 992px) {
  /**/
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {


}


.aboutus-margin-top{margin-top: 25px}