/*-----------------------------------------------------------------------------------

 Theme Name: Gemax
 Theme URI: http://
 Description: The Multi-Purpose Onepage Template
 Author: ui-themez
 Author URI: http://themeforest.net/user/ui-themez
 Version: 1.0

 Main Color   : #3959fa   #19a8f0
 main Font    : Poppins
 Heading Font : Raleway

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------

 == Table Of Content

	01 Basic
	02 Buttons
	03 Navbar
	04 Header
	05 Hero
	06 Video Intro
	07 Portfolio
	08 featruse
	09 Team
	10 get-ready
	11 Testimonails
	12 Numbers
	13 Price
	14 Blog
	15 Clients
	16 Map
	17 Contact
	18 Footer
	19 Responsive
 

---------------------------------------------------------------- */
/* ----------------------------------------------------------------
     [ 01 Start Basic ]
-----------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
  list-style: none;
}

body {
  color: #00000a;
  line-height: 1.3;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
}

p {
  font-size: 14px;
  font-weight: 400;
  color: #9a9a9a;
  line-height: 1.6;
  word-spacing: 1px;
  margin: 0;
}

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

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

.section-padding {
  padding: 120px 0;

}




@media (min-width: 1600px) {

  .section-height {
    height: 400px;

  }
}


@media only screen and (max-width: 1600px) {
  .section-padding {
    padding: 50px 0;
  }
}


.section-head {
  margin-bottom: 80px;
}
.section-head h6 {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 600;
  /*font-family: inherit;*/
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 1px;
  display: inline-block;
  padding: 0 15px;
  position: relative;
  color: #666666;
}
.section-head h6:before, .section-head h6:after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #19a8f0;
  position: absolute;
  bottom: 3px;
}
.section-head h6:before {
  left: -50px;
}
.section-head h6:after {
  right: -50px;
}
.section-head h4 {

  font-family: 'Montserrat', sans-serif, bold;

  font-size: 30px;
  font-weight: 800;
  letter-spacing: 4px;
  line-height: .7;
  position: relative;
  margin-bottom: 15px;
}

.bg-gray {
  background: #f7f7f7;
}
.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 {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

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

.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-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;
}

/* xclip */
.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 {
  /* line */
  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-nav.disabled + .owl-dots {
  margin-top: 15px;
  line-height: .7;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0 7px;
  border-radius: 50%;
  background: #ddd;
}

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

/* ----------------------------------------------------------------
     [ End Basic ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 01 Start Buttons ]
-----------------------------------------------------------------*/
.butn {
  padding: 10px 30px;
  border: 1px solid #eee;
  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;
}
.butn:after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.butn:hover {
  border-color: #fff;
}
.butn:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.butn:hover span {
  color: #1c1c1c;
}
.butn span {
  position: relative;
  z-index: 2;
}

.butn-bg {
  background: #19a8f0;
  border-color: #19a8f0;
  color: #fff;
}

.butn-bord:after {
  background: #19a8f0;
}
.butn-bord:hover {
  border-color: #19a8f0;
}
.butn-bord:hover span {
  color: #fff;
}

.butn.round {
  border-radius: 30px;
}
.butn.round:after {
  border-radius: 30px;
}

/* ----------------------------------------------------------------
     [ End Buttons ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 02 Start Navbar ]
-----------------------------------------------------------------*/
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 9;
  min-height: 80px;
}
.navbar .icon-bar {
  color: #fff;
}
.navbar .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 600;
  color: #fffbfe;
  letter-spacing: .5px;
  margin: 15px 5px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.navbar .navbar-nav .active {
  color: #3e3d40 !important;

}
.nav-scroll  .navbar-nav .active {
  color: #19a8f0 !important;
}



.nav-scroll-fon{
  background-image:url(../img/fons/nav_bar_fon.png) ;
}

.nav-scroll {
  /*background: #fff;*/

  background-size: cover;


  /*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;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}
.nav-scroll .icon-bar {
  color: #222;
}

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

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

.colortest{
  color: white;
}
/*.navbar .logo{*/
  /*z-index: 1150;*/
/*}*/

.logo {
  /*padding: 15px 0;*/

  width: 128px;
}


.hide {
  opacity: 0;
}
.disable {
  display: none !important;
}

.show {
  display: block;
  opacity: 1;
}






/*@import "https://fonts.googleapis.com/css?family=Fira+Sans:300,400";*/
/*@import "https://fonts.googleapis.com/icon?family=Material+Icons";*/
/** {*/
/*box-sizing: border-box;*/
/*}*/

/*body {*/
/*background-color: #20b49c;*/
/*font-family: "Fira Sans", Arial, sans-serif;*/
/*font-size: 16px;*/
/*line-height: 1.875em;*/
/*}*/
/*body::after {*/
/*content: '';*/
/*position: absolute;*/
/*z-index: 99;*/
/*background-color: rgba(24, 137, 118, 0.8);*/
/*height: 100vh;*/
/*width: 100vw;*/
/*transition: 0.4s;*/
/*opacity: 0;*/
/*visibility: hidden;*/
/*}*/

/*a {*/
/*text-decoration: none;*/
/*}*/

/*.nav-top {*/
/*display: flex;*/
/*align-items: center;*/
/*position: fixed;*/
/*z-index: 101;*/
/*padding: 10px 20px;*/
/*width: 100%;*/
/*height: 50px;*/
/*background-color: #188976;*/
/*}*/
/*.nav-top .hamburger {*/
/*margin-left: auto;*/
/*color: #fff;*/
/*cursor: pointer;*/
/*}*/

.nav-drill {
  margin-top: 120px;
  -webkit-transform: translateX(-10000%);
  transform: translateX(-10000%);
}

.nav-is-toggled .nav-drill {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.nav-is-toggled::after {
  opacity: 1;
  visibility: visible;
}


/*@media (max-width: 991px){*/
  /**/
/*}*/

.mob-menu-fon{
  background: #000000;
  /*display: flex;*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 8;
  opacity: 0.8;

  -webkit-transition: .3s;


}
.nav-drill {
  display: flex;
  position: fixed;
  z-index: 100;
  top: 0;
  /*margin-left: auto;*/

  /*left: 0;*/
  /*width: 250px;*/
  /*height: 100vh;*/
  /*background-color: #fff;*/
  /*background-color: rgba(255, 255, 255, 0.94);*/
  /*background-color: transparent;*/
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  transition: 0.45s;

}
.nav-items {
  flex: 0 0 100%;
}
.nav-item-side:not(:last-child) {
  /*border-bottom: solid 1px #daf9f4;*/
}
.nav-link-side {
  display: block;
  padding: 0.600em 0.2em;
  /*margin-left: auto;*/
  /*background-color: rgba(255, 255, 255, 0.9);*/
  /*background-color: #fff;*/
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1.3em;
  font-weight: 400;


}
/*.nav-expand-content {*/
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*-webkit-transform: translateX(100%);*/
  /*transform: translateX(100%);*/
  /*background-color: #daf9f4;*/
  /*transition: 0.3s;*/
  /*visibility: hidden;*/
/*}*/
/*.nav-expand-content .nav-item-side:not(:last-child) {*/
/*border-bottom: solid 1px #20b49c;*/
/*}*/
/*.nav-expand-content .nav-link-side {*/
/*background-color: #daf9f4;*/
/*}*/
/*.nav-expand-content .nav-back-link {*/
/*display: flex;*/
/*align-items: center;*/
/*background-color: #20b49c !important;*/
/*color: #fff;*/
/*}*/
/*.nav-expand-content .nav-back-link::before {*/
/*content: "chevron_left";*/
/*margin-right: 0.5em;*/
/*font-family: "Material Icons";*/
/*}*/
/*.nav-expand-link {*/
/*display: flex;*/
/*justify-content: space-between;*/
/*}*/
/*.nav-expand-link::after {*/
/*content: "chevron_right";*/
/*flex: 0 1 auto;*/
/*font-family: "Material Icons";*/
/*}*/
/*.nav-expand.active > .nav-expand-content {*/
/*-webkit-transform: translateX(0);*/
/*transform: translateX(0);*/
/*visibility: visible;*/
/*}*/
/*.nav-expand .nav-expand-content {*/
/*background-color: #daf9f4;*/
/*}*/
/*.nav-expand .nav-expand-content .nav-link {*/
/*background-color: #daf9f4;*/
/*}*/
/*.nav-expand .nav-expand-content .nav-expand-content {*/
/*background-color: #aff1e6;*/
/*}*/
/*.nav-expand .nav-expand-content .nav-expand-content .nav-link {*/
/*background-color: #aff1e6;*/
/*}*/
/*.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content {*/
/*background-color: #84e9d9;*/
/*}*/
/*.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {*/
/*background-color: #84e9d9;*/
/*}*/
/*.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content {*/
/*background-color: #59e1cb;*/
/*}*/
/*.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {*/
/*background-color: #59e1cb;*/
/*}*/




















/* ----------------------------------------------------------------
     [ End Navbar ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 04 Start Header ]
-----------------------------------------------------------------*/
.header {
  min-height: 100vh;
  overflow: hidden;
}
.header .caption .o-hidden {
  display: inline-block;
}
.header .caption h4 {

  font-family: 'Montserrat', sans-serif, medium;

  font-weight: 300;
  /*letter-spacing: 1px;*/
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}
.header .caption h1 {

  font-family: 'Montserrat', sans-serif, bold;

  margin: 10px 0;
  font-size: 60px;
  font-weight: 600;
  /*font-family: inherit;*/
  word-spacing: 2px;
  letter-spacing: 2px;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
.header .caption p {

  font-family: 'Montserrat', sans-serif, light;

  font-size: 22px;
  font-weight: 300;
  color: #eee;
  letter-spacing: 1px;
  word-spacing: 2px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.header .arrow {
  position: absolute;
  bottom: 5vh;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 13px;
  z-index: 7;
}
.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);
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.header .arrow i:hover:after {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
  -webkit-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%;
  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;
  min-width: 100%;
  min-height: 100%;
}

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

/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 05 Start Hero ]
-----------------------------------------------------------------*/
.hero .extra-text {
  font-weight: 200;
  line-height: .8;
  margin-bottom: 15px;
}
.hero .extra-text b {
  font-weight: 600;
}
.hero .extra-text span {
  padding: 0;
}
.hero .cd-headline {
  font-size: 35px;
}
.hero .cd-headline.clip .cd-words-wrapper::after {
  display: none;
}
.hero .tabs-section .tabs {
  border-bottom: 1px solid #eee;
  position: relative;
}
.hero .tabs-section .tabs .nav-item {
  width: 33.3333%;
  text-align: center;
}
.hero .tabs-section .tabs .nav-item .nav-link {
  position: relative;
  padding: 0 0 15px;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
}
.hero .tabs-section .tabs .nav-item .nav-link:after {
  content: "";
  width: 0;
  height: 2px;
  background: #19a8f0;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  display: none;
}
.hero .tabs-section .tabs .nav-item .active {
  background: transparent;
  color: inherit;
}
.hero .tabs-section .tabs .nav-item .active:after {
  width: 100%;
}
.hero .tabs-section .skills {
  margin-top: 30px;
}
.hero .tabs-section .skills .skill-item {
  margin-bottom: 20px;
}
.hero .tabs-section .skills .skill-item .skill-progress {
  position: relative;
  height: 26px;
  border: 4px solid transparent;
  /*border-radius: 50px;*/
  /*-webkit-box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.06) inset;*/
  /*box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.06) inset;*/
}
.hero .tabs-section .skills .skill-item .skill-progress h6 {
  font-size: 11px;
  position: relative;
  z-index: 4;
  color: #fff;
  padding-top: 2px;
}
.hero .tabs-section .skills .skill-item .skill-progress h6 em {
  float: right;
  font-size: 10px;
}
.hero .tabs-section .skills .skill-item .skill-progress .progres {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-radius: 50px;
  padding: 0 10px 0;
  background-color: #19a8f0;
  /*-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2) inset;*/
  /*box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2) inset;*/
  -webkit-transition: all .5s;
  transition: all .5s;
}
.hero .tabs-section .list {
  overflow: hidden;
}
.hero .tabs-section .list li {
  float: left;
  width: 50%;
  margin-top: 15px;
  color: #555;
}
.hero .tabs-section .list li i {
  margin-right: 5px;
  color: #19a8f0;
}
.hero .tabs-section .underline li {
  display: inline-block;
  text-align: center;
  width: 33.33333%;
}
.hero .tabs-section .one.active ~ .hr {
  left: 0;
}
.hero .tabs-section .two.active ~ .hr {
  left: 33.33333%;
}
.hero .tabs-section .three.active ~ .hr {
  left: 66.66666%;
}
.hero .tabs-section .underline .hr {
  position: absolute;
  bottom: -1px;
  right: 0;
  height: 2px;
  width: 33.33333%;
  margin: 0;
  background: #19a8f0;
  border: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.hero .tabs-section .underline .hr:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: calc(50% - 2.5px);
  bottom: -8px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #19a8f0;
}
.hero .item {
  background: #fff;
  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);
  border-radius: 5px;
  margin-bottom: 30px;
}
.hero .item .icon {
  font-size: 50px;
  margin-bottom: 15px;
  color: #19a8f0;
}
.hero .item h6 {
  margin-bottom: 15px;
}

/* ----------------------------------------------------------------
     [ End Hero ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 06 Start Video Intro ]
-----------------------------------------------------------------*/



.video-intro p {
  font-family: 'Fira Sans', sans-serif, italic;
  font-size: 15px;
  letter-spacing: 1px;
}


.video-intro h6 {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 7px;
  word-spacing: 2px;
  margin-bottom: 15px;
}
.video-intro h2 {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 15px;

}
.video-intro .vid-butn {
  height: 60px;
  width: 60px;
  line-height: 60px;
  margin-right: -20px;
  background: #fff;
  color: #3e3d40;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

/* ----------------------------------------------------------------
     [ End Video Intro ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 07 Start Portfolio ]
-----------------------------------------------------------------*/
.portfolio {
  overflow: hidden;
}
.portfolio .filtering span {
  padding: 9px 30px;
  border-radius: 30px;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
}
.portfolio .filtering .active {
  background: #19a8f0;
  color: #fff;
  -webkit-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.2);
}
.portfolio .items {
  padding: 0;
}
.portfolio .item-img {
  position: relative;
  overflow: hidden;
}
.portfolio .item-img:hover .item-img-overlay {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.portfolio .item-img:hover h6 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.portfolio .item-img h6 {
  font-weight: 600;
  position: relative;
  margin-bottom: 5px;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.portfolio .item-img-overlay {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: white;
  color: #35424C;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 2;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.portfolio .item-img-overlay a {
  font-size: 30px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #19a8f0;
}

/* ----------------------------------------------------------------
     [ End Portfolio ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 08 Start featruse ]
-----------------------------------------------------------------*/
.featruse .item {
  padding: 30px;
  background: #fff;
  -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);
  border-radius: 5px;
  margin-bottom: 30px;
}
.featruse .item .icon {
  font-size: 40px;
  margin-bottom: 20px;
  color: #19a8f0;
}
.featruse .item h6 {
  font-size: 16px;
  font-weight: 500;
  font-family: inherit;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

/* ----------------------------------------------------------------
     [ End featruse ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 09 Start Team ]
-----------------------------------------------------------------*/
.team .titem .team-img {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 210px;
  height: 210px;
  margin: auto;
}
.team .titem .team-img:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.team .titem img {
  -webkit-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: 14px;
  color: #959595;
}
.team .titem .social {
  margin: 15px 0;
}
.team .titem .social a {
  margin: 0 5px;
}


.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

/* ----------------------------------------------------------------
     [ End Team ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 10 Start get-ready ]
-----------------------------------------------------------------*/

.get-ready p {
  font-family: 'Fira Sans', sans-serif, italic;
  font-size: 17px;
  /*letter-spacing: 1px;*/
}



.get-ready h6 {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 7px;
  word-spacing: 2px;
  margin-bottom: 15px;
}
.get-ready h2 {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

/* ----------------------------------------------------------------
     [ End get-ready ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 11 Start Testimonails ]
-----------------------------------------------------------------*/
.testimonails .quote {
  width: 80px;
  margin: 0 auto 50px;
}
.testimonails .item-box .info {
  margin: 30px 0 15px;
}
.testimonails .item-box .info h6 {
  font-size: 14px;
  font-weight: 600;
  margin-right: 5px;
  display: inline-block;
}
.testimonails .item-box .info span {
  font-size: 12px;
  font-weight: 600;
  color: #777;
}

/* ----------------------------------------------------------------
     [ End Testimonails ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 12 Start Numbers ]
-----------------------------------------------------------------*/
.numbers {
  background-attachment: fixed;
}
.numbers .item:hover .icon .front {
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.numbers .item:hover .icon .back {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.numbers .item .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  margin-bottom: 10px;
  color: #fff;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}
.numbers .item .icon i {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  line-height: 70px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}
.numbers .item .icon .back {
  background: #19a8f0;
  -webkit-transform: translateX(120%);
  transform: translateX(120%);
}
.numbers .item h3 {
  font-weight: 600;
  font-family: inherit;
  margin-bottom: 15px;
}
.numbers .item h6 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}

/* ----------------------------------------------------------------
     [ End Numbers ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 13 Start Price ]
-----------------------------------------------------------------*/
.price .item {
  padding: 30px 0;
  border-radius: 5px;
  background: #fff;
  -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 h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}
.price .value {
  padding: 30px 0;
  position: relative;
}
.price .value:before, .price .value:after {
  content: '';
  background: #eee;
  width: 70%;
  height: 2px;
  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 {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #777;
}
.price .features {
  padding: 15px 0;
}
.price .features li {
  margin: 15px 0;
  color: #777;
}
.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 .butn {
  overflow: hidden;
}
.price .order .butn:hover {
  border-color: #19a8f0;
}
.price .order .butn-bord {
  border: 1px dashed #19a8f0;
  color: #19a8f0;
}

/* ----------------------------------------------------------------
     [ End Price ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 14 Start Blog ]
-----------------------------------------------------------------*/



.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);
  border-radius: 5px;
}
.blog .item .post-img {
  position: relative;
  overflow: hidden;
}
.blog .item .post-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.blog .item .post-img img {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.blog .item .content {
  padding: 40px 20px;
  background: #fff;
  position: relative;
}
.blog .item .content .tag {
  color: #888;
  font-weight: 500;
  margin-bottom: 10px;
}
/*.blog .item .content .type {*/
/*display: block;*/
/*position: absolute;*/
/*top: -22px;*/
/*right: 15px;*/
/*background: #19a8f0;*/
/*color: #fff;*/
/*font-size: 16px;*/
/*height: 44px;*/
/*width: 44px;*/
/*line-height: 44px;*/
/*border-radius: 50%;*/
/*text-align: center;*/
/*z-index: 2;*/
/*}*/

/*----------------------------------------------------*/


.alink{
  color: #19a8f0;

}
.alink:hover{
  color: #19a8f0;
  text-decoration: underline;
}

.blog .item .content .type a{
  margin-top: 3px;
}

.blog .item .content .type {

  display: block;
  position: absolute;
  top: -13px;
  right: 15px;
  background: #19a8f0;
  color: #fff;
  font-size: 16px;
  height: 25px;
  width: 44px;
  line-height: 12px;
  /*border-radius: 50%;*/
  text-align: center;
  z-index: 2;
}
.blog .item .content .type:before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-bottom: 12px solid #19a8f0;
}
.blog .item .content .type:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-top: 12px solid #19a8f0;
}

/*----------------------------------------------------*/



.blog .item .content h5 {
    
    
font-family: 'Montserrat', sans-serif;

  font-weight: 600;
  font-size: 18px;
  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: 40vh;
  background: #1c1c1c;
  position: relative;
}
.min-header h5 {
  font-weight: 800;
  letter-spacing: 1px;
  color: #ccc;
  margin-bottom: 15px;
}
.min-header a {
  position: relative;
  color: #ddd;
}
.min-header a:after {
  content: '/';
  position: relative;
  margin: 0 10px;
}
.min-header a: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:hover {
  border-color: #19a8f0;
}
.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'],
.blogs .posts .comment-form .form textarea {
  width: 100%;
  border: 0;
  border-radius: 5px;
  padding: 10px;
  background: #f4f4f4;
}
.blogs .posts .comment-form .form textarea {
  height: 160px;
  max-height: 160px;
  max-width: 100%;
}
.blogs .posts .comment-form .form button[type='submit'] {
  background: #19a8f0;
  border: 1px solid #19a8f0;
  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;
  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;
  transition: width 0.3s ease;
}
.blogs .posts .comment-form .form button[type='submit']:hover span {
  color: #19a8f0;
}
.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: 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;
}

/* ----------------------------------------------------------------
     [ End Blog ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 15 Start Clients ]
-----------------------------------------------------------------*/
.clients {
  padding: 30px 0;
}
.clients .brand {
  padding: 15px;
  opacity: .5;
}
.clients .brand:hover {
  opacity: 1;
}

/* ----------------------------------------------------------------
     [ End Clients ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 16 Start Map ]
-----------------------------------------------------------------*/
.map {
  height: 400px;
}
.map #ieatmaps {
  height: 100%;
  width: 100%;
}

/* ----------------------------------------------------------------
     [ End Map ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 17 Start Contact ]
-----------------------------------------------------------------*/
.contact .map {
  padding: 0;
  position: relative;
  z-index: 4;
  display: none;
}
.contact #ieatmaps {
  height: 100%;
}
.contact .info {
  padding: 0 5%;
  z-index: 5;
}
.contact .info .item {
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin-bottom: 30px;
}
.contact .info .item .icon {
  font-size: 20px;
  color: #19a8f0;
  float: left;
}
.contact .info .item .cont {
  margin-left: 30px;
}
.contact .info .item .cont h6 {
  margin-bottom: 10px;
  font-size: 15px;
}
.contact .info .item .cont p {
  margin-bottom: 10px;
}
.contact .info .social a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  margin: 0 5px;
}
.contact .info .social a:hover {
  background: #19a8f0;
  border-color: #19a8f0;
}
.contact .form {
  padding: 0 10%;
}
.contact .form input, .contact .form textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  border-bottom: 1px solid #ddd;
  background: transparent;
}
.contact .form .butn {
  overflow: hidden;
  cursor: pointer;
}
.contact .form .butn:hover {
  border-color: #19a8f0;
}

/* ----------------------------------------------------------------
     [ End Contact ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 18 Start Footer ]
-----------------------------------------------------------------*/
footer {
  background: #111;
  padding: 20px 0;
}
footer .social a {
  color: #777;
  font-size: 18px;
  margin: 15px 15px;
}
footer p {

  font-family: 'Montserrat', sans-serif, bold;

  color: #999;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* ----------------------------------------------------------------
     [ End Footer ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
 	 [ 19 Responsive ]
-----------------------------------------------------------------*/
@media screen and (max-width: 991px) {



  .navbar .navbar-nav .nav-link {

    color: #000000;

  }
  .mb-md50 {
    margin-bottom: 50px;
  }

  .mb-md30 {
    margin-bottom: 30px;
  }

  .mb-md0 {
    margin-bottom: 0;
  }

  .bg-fixed {
    background-attachment: scroll !important;
  }

  /*.navbar {*/
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
  /*}*/
  /*.navbar .navbar-collapse {*/
    /*max-height: 340px;*/
    /*overflow: auto;*/
    /*background: #fff;*/

    /*text-align: center;*/
    /*padding: 10px 0;*/
    /*-webkit-border-radius: 20px;*/
    /*-moz-border-radius: 20px;*/
    /*border-radius: 20px;*/

  /*}*/
  /*.navbar .nav-link {*/
    /*margin: 10px auto !important;*/
  /*}*/

  /*.nav-scroll .navbar-collapse .nav-link {*/
    /*color: #000000 !important;*/
  /*}*/
  /*.nav-scroll .navbar-collapse .active {*/
    /*color: #19a8f0 !important;*/
  /*}*/

  .header {
    background-attachment: scroll !important;
    background-position: 50% 0% !important;
  }
  .header .caption h4 {
    font-size: 30px;
  }
  .header .caption h1 {
    font-size: 45px;
    line-height: 1.4;
  }

  .video-intro h2 {
    font-size: 35px;
    line-height: 1.4;
  }

  .get-ready h2 {
    font-size: 35px;
    line-height: 1.4;
  }

  .portfolio .bg-img {
    text-align: center;
  }
  .portfolio .bg-img h6 {
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .portfolio .bg-img h6, .portfolio .bg-img .butn {
    float: none;
  }

  .contact .v-middle {
    position: relative;
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {


  .mb-sm50 {
    margin-bottom: 50px;
  }

  .mb-sm30 {
    margin-bottom: 30px;
  }

  .section-head h4 {
    font-size: 20px;
    letter-spacing: 1px;
  }

  .header .caption h4 {
    font-size: 16px;
  }
  .header .caption h1 {
    font-size: 25px;
  }
  .header .caption p {
    font-size: 14px;
  }

  .hero .cd-headline {
    font-size: 20px;
  }

  .video-intro h6 {
    line-height: 2;
  }

  .get-ready h6 {
    line-height: 2;
  }

  .portfolio .filtering span {
    margin-bottom: 10px;
  }

  .blog .item .content h5 {
    line-height: 1.4;
  }

  .contact .social {
    text-align: left !important;
  }
  .contact .social a {
    text-align: center !important;
  }

  footer .social a {
    margin: 15px 5px;
    font-size: 16px;
  }
  footer p {
    line-height: 1.8;
  }
}

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


.owl-stage{

  width: 100%;
}

@media screen and (max-width: 991px){
  .owl-stage{

    width: 80%;
  }
}

@media screen and (max-width: 767px){
  .owl-stage{

    width: 80%;
  }
}

@media screen and (max-width: 441px){
  .owl-stage{

    width: 80%;
  }
}



.owl-prev {
  /*width: 15px;*/
  /*height: 100px;*/
  position: absolute;
  top: 10%;
  left: -40px;
  /*display: block!IMPORTANT;*/
  border:0px solid black;
}
.owl-prev:hover {
  color:red;
}

.owl-next {
  /*width: 15px;*/
  /*height: 100px;*/
  position: absolute;
  top: 10%;
  right: -40px;
  display: block!IMPORTANT;
  border:0px solid black;
}
.owl-prev i, .owl-next i {transform : scale(1,6); color: #ccc;}


/*-----------------------------------------------------------------------------------------------------------------*/


.lang-select-btn {
  padding: 5px;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.lang-select {
  right: 3%;
  position: absolute;
  display: inline-block;
  color: white;
}

.lang-scroll .lang-select-btn{

  color: #000000;
}



/* Dropdown Content (Hidden by Default) */
.lang-select-content {
  display: none;
  position: absolute;
  margin-top: -9px;
  /*background-color: #f9f9f9;*/
  /*width: 140px;*/
}

/*.dropbtn*/
/*{*/
  /*background: url('http://icons.iconarchive.com/icons/custom-icon-design/flag-3/16/Russia-Flag-icon.png') no-repeat left center;*/
  /*padding-left: 25px;*/
  /*width: 40px;*/
/*}*/

.lang-select-btn::after {
  background: rgba(0, 0, 0, 0) url("/views/inthework/img/arrows/lang_switch_arrow_w.png") no-repeat scroll center;
  content: "";
  height: 19px;
  position: absolute;
  right: -10px;
  top: 5px;
  width: 16px;

}
.lang-scroll .lang-select-btn::after {
  background: rgba(0, 0, 0, 0) url("/views/inthework/img/arrows/lang_switch_arrow_b.png") no-repeat scroll center;
}

/*.dropdown-content a:first-child*/
/*{*/
  /*background: url('http://icons.iconarchive.com/icons/custom-icon-design/flag-3/16/Russia-Flag-icon.png') no-repeat right center;*/
/*}*/

/*.dropdown-content a:last-child*/
/*{*/
  /*background: url('http://icons.iconarchive.com/icons/custom-icon-design/flag-3/16/Russia-Flag-icon.png') no-repeat left center;*/
/*}*/

/*.test {*/
  /*background: url(views/inthework/img/arrows/lang_switch_arrow.png) no-repeat 10px center;*/
  /*cursor: pointer;*/
  /*padding: 0 15px 0 0;*/
  /*position: relative;*/
/*}*/

/* Links inside the dropdown */
.lang-select-content a {
  color: white;
  padding: 0 0 0 15px;
  text-decoration: none;
  display: block;
}

.lang-select-content a:hover{

  color: #3e3d40;
}


.lang-scroll .lang-select-content a{

  color: #000000;
}

.lang-scroll .lang-select-content a:hover{

  color: #19a8f0;
}


/* Change color of dropdown links on hover */
/*.dropdown-content a:hover {background-color: #f1f1f1}*/

/* Show the dropdown menu on hover */
.lang-select:hover .lang-select-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */





/*--------------------MOBILE MENU---------------------------------*/







.menu-wrapper {
  position: absolute;
  top: 0;
  /*left: 0;*/
  right: 10%;
  /*bottom: 0;*/
  margin: auto;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {
  width: 30px;
  height: 4px;
}

.hamburger-menu {
  position: relative;
  transform: translateY(25px);
  background: white;
  /*transition: all 100ms;*/

}
.hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}

.hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: white;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);

}

.hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: white;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.black{
  background: black;
  /*transition: all 500ms;*/
}

.black:before{
  background: black;
}

.black:after{
  background: black;
}


