/*{
	border:2px black solid;
}*/

body {
  margin: 0;
  padding: 0;
  /* background: #262626; */
  background: #1c1c1c;
}

.owl {
  position: fixed;
  height: 450px;
  width: 500px;
  /*top: 145px;*/
  bottom: 0;
  padding-left: 50px;
  z-index: 1;
  transition: 0.5s ease-in-out;
}

.vectorimg {
  position: fixed;
  background: url(../img/vectorlinesnew.png) no-repeat bottom right scroll;
  width: 100%;
  height: 100%;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -o-background-size: contain;
  z-index: -2;
}

/*.vectorlines{
	position: fixed;
	height: 640px;
	width: 900px;
	bottom: 0;
	right: 0;
}*/

.box a {
  text-align: center;
  font-size: 24px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  z-index: 4;
}

.box a .img5 {
  width: 100px;
  height: 100px;
  transition: 0.5s ease-in-out;
}

.box a.open {
  position: absolute;
  color: #262626;
}

.box a.close {
  position: relative;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 25px;
  width: 180px;
  height: 50px;
  line-height: 50px;
  left: 50%;
  transform: translate(-50%);
  top: 20px;
}

.box .content {
  position: absolute;
  background: #262626;
  top: 0;
  right: 0;
  width: 700px;
  height: 100%;
  padding: 50px;
  border: 1px solid #a9acb2;
  box-sizing: border-box;
  z-index: 6;
}

.box .content h1 {
  margin: 0;
  padding: 0;
  color: #fff;
}

.box .content p {
  color: #fff;
}

.box .content {
  transform: perspective(1000px) rotateY(90deg) scale(0);
  transition: 0.5s;
}

.box .active {
  transform: perspective(1000px) rotateY(0deg) scale(1);
}

.box1 a {
  text-align: center;
  font-size: 24px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  z-index: 4;
}

.box1 a .img6 {
  position: absolute;
  width: 100px;
  height: 100px;
  transition: 0.5s ease-in-out;
}

.box1 a.open1 {
  position: absolute;
  color: #262626;
}

.box1 a.close1 {
  position: relative;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 25px;
  width: 180px;
  height: 50px;
  line-height: 50px;
  left: 50%;
  transform: translate(-50%);
  top: 20px;
}

.box1 .content1 {
  position: absolute;
  background: #262626;
  top: 0;
  right: 0;
  width: 700px;
  height: 100%;
  padding: 50px;
  border: 1px solid #a9acb2;
  box-sizing: border-box;
  z-index: 6;
}

.box1 .content1 h1 {
  margin: 0;
  padding: 0;
  color: #fff;
}

.box1 .content1 p {
  color: #fff;
}

.box1 .content1 {
  transform: perspective(1000px) rotateY(90deg) scale(0);
  transition: 0.5s;
}

.box1 .active {
  transform: perspective(1000px) rotateY(0deg) scale(1);
}

.box2 a {
  text-align: center;
  font-size: 24px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  z-index: 4;
}

.box2 a .img7 {
  position: absolute;
  width: 100px;
  height: 100px;
  transition: 0.5s ease-in-out;
}

.box2 a.open2 {
  position: absolute;
  color: #fff;
}

.box2 a.close2 {
  position: relative;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 25px;
  width: 180px;
  height: 50px;
  line-height: 50px;
  left: 50%;
  transform: translate(-50%);
  top: 20px;
}

.box2 .content2 {
  position: absolute;
  background: #262626;
  top: 0;
  right: 0;
  width: 700px;
  height: 100%;
  padding: 50px;
  border: 1px solid #a9acb2;
  box-sizing: border-box;
  z-index: 6;
}

.box2 .content2 h1 {
  margin: 0;
  padding: 0;
  color: #fff;
}

.box2 .content2 p {
  color: #fff;
}

.box2 .content2 {
  transform: perspective(1000px) rotateY(90deg) scale(0);
  transition: 0.5s;
}

.box2 .active {
  transform: perspective(1000px) rotateY(0deg) scale(1);
}

.box3 a {
  text-align: center;
  font-size: 24px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  z-index: 4;
}

.box3 a .img8 {
  position: absolute;
  width: 100px;
  height: 100px;
  transition: 0.5s ease-in-out;
}

.box3 a.open3 {
  position: absolute;
  color: #fff;
}

.box3 a.close3 {
  position: relative;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 25px;
  width: 180px;
  height: 50px;
  line-height: 50px;
  left: 50%;
  transform: translate(-50%);
  top: 20px;
}

.box3 .content3 {
  position: absolute;
  background: #262626;
  top: 0;
  right: 0;
  width: 700px;
  height: 100%;
  padding: 50px;
  border: 1px solid #a9acb2;
  box-sizing: border-box;
  z-index: 6;
}

.box3 .content3 h1 {
  margin: 0;
  padding: 0;
  color: #fff;
}

.box3 .content3 p {
  color: #fff;
}

.box3 .content3 {
  transform: perspective(1000px) rotateY(90deg) scale(0);
  transition: 0.5s;
}

.box3 .active {
  transform: perspective(1000px) rotateY(0deg) scale(1);
}

/*.box1 .img1{
	position: fixed;
	z-index: 2;
}

.box2 .img2{
	position: fixed;
	z-index: 2;
}

.box3 .img3{
	position: fixed;
	z-index: 2;
}*/

/*a[data-needpopup-show] {
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
  color: #000;
}

p {
  font-size: 1.2em;
  line-height: 1.4;
  color: #343638;
  margin: 20px 0;
}

.needpopup {
  border-radius: 12px;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 1);
}

.needpopup p {
  margin: 0;
}
.needpopup p + p {
  margin-top: 10px;
}

.needpopup-opened,
.needpopup-opened body {
  overflow: hidden;
}
.needpopup-opened.needpopup-scrolled,
.needpopup-opened.needpopup-scrolled body {
  height: auto;
}
.needpopup-opened.needpopup-scrolled body {
  position: fixed;

  width: 100%;
}*/
/* Popup wrapper
***********************************************/
/*.needpopup_wrapper {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;

  visibility: hidden;
  overflow: auto;
  width: 100%;
  height: 100%;


  -webkit-transition: opacity .3s ease;
          transition: opacity .3s ease;

  opacity: 0;
  background: #000;
  background: rgba(0, 0, 0, .8);
}
.needpopup-opened .needpopup_wrapper {
  visibility: visible;

  opacity: 1;
}
.needpopup-overflow .needpopup_wrapper {
  padding: 10px;
}*/
/* Popup appearence
***********************************************/
/*.needpopup {
  position: absolute;
  z-index: 9999;
  top: 5%;
  right: 10%;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 550px;
  max-width: 100%;
  margin-left: -275px;
  padding: 30px;
  -webkit-transform: scale(.1, .1);
      -ms-transform: scale(.1, .1);
          transform: scale(.1, .1);
  opacity: 0;
  background: #fff;
}
.needpopup.opened {
  -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
          transition: opacity .5s ease, transform .5s ease;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);

  opacity: 1;
}
.needpopup.stacked {
  top: 0 !important;

  margin-top: 0 !important;
}
.needpopup-overflow .needpopup {
  left: 0;
  width: auto;
  margin-left: 0;
}
/* Popup remover
***********************************************/
/*.needpopup_remover {
  position: fixed;
  z-index: 9999;
  top: 30px;
  right: 30px;
  font-size: 40px;
  line-height: .5;
  color: #fff;
	transition: transform .3s ease-in-out;
  text-decoration: none;
}
.needpopup_remover:hover {
	transform: rotate(180deg);
}
.needpopup_remover:before {
  content: 'X';
}
.needpopup .needpopup_remover {
  top: 10px;
  right: 10px;
  font-size: 20px;
  line-height: .5;
  color: #000;
}*/

.navbar {
  margin: 0;
  position: fixed;
  padding: 0;
  top: 0;
  width: 100px;
  background: #fcfcfc;
  height: 100%;
  box-shadow: 2px 2px 2px #888888;
  z-index: 14;
}

#logo {
  color: #000;
  padding: 20px 0 0 25px;
  font-size: 19px;
  margin-left: -5px;
}

.hamburger {
  margin-top: 290px;
  z-index: 16;
}

a {
  text-decoration: none;
}

p,
li,
a {
  font-size: 14px;
}

.six {
  width: 29.2%;
}

/*.container{
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}


/* ALL */

.row .three {
  padding: 120em 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2c3e50;
}

.hamburger .line {
  width: 50px;
  height: 5px;
  background-color: #000;
  display: block;
  color: #f45642;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover {
  cursor: pointer;
}

#hamburger-6.is-active {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger-6.is-active .line:nth-child(2) {
  width: 0px;
}

#hamburger-6.is-active .line:nth-child(1),
#hamburger-6.is-active .line:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#hamburger-6.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px);
}

#hamburger-6.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(90deg);
  -ms-transform: translateY(-13px) rotate(90deg);
  -o-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg);
}

#icon1 ul {
  margin: 0;
  padding: 0;
  display: flex;
  position: absolute;
  bottom: 50px;
  left: 50px;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

#icon1 ul li {
  list-style: none;
  float: left;
  margin: 5px;
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  background: #262626;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  color: #fff;
  z-index: 1;
  font-size: 20px;
  transition: 0.5s ease-in-out;
}

#icon1 ul li:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  background: #ccc;
  z-index: -1;
  border-radius: 50%;
  transform: scale(0);
  transition: 0.5s ease-in-out;
}

#icon1 ul li:after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
  transition: 0.5s ease-in-out;
  transition-delay: 0.3s;
}

#icon1 ul li:hover:before {
  left: 0;
  transform: scale(0.9);
}

#icon1 ul li:hover:after {
  right: 0%;
}
#icon1 ul li:nth-child(1):before {
  background: #3b5998;
}

#icon1 ul li:nth-child(2):before {
  background: #e4405f;
}

#icon1 ul li .fa {
  transition: 0.5s ease-in-out;
}

#icon1 ul li:hover .fa {
  color: #fff;
}

#icon1 ul li a {
  color: #fff;
}

#icon2 ul {
  margin: 0;
  padding: 0;
  display: flex;
  position: absolute;
  bottom: 0px;
  left: 50px;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

#icon2 ul li {
  list-style: none;
  float: left;
  margin: 5px;
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  background: #262626;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  color: #fff;
  z-index: 1;
  font-size: 20px;
  transition: 0.5s ease-in-out;
}

#icon2 ul li:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  background: #ccc;
  z-index: -1;
  border-radius: 50%;
  transform: scale(0);
  transition: 0.5s ease-in-out;
}

#icon2 ul li:after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
  transition: 0.5s ease-in-out;
  transition-delay: 0.3s;
}

#icon2 ul li:hover:before {
  left: 0;
  transform: scale(0.9);
}

#icon2 ul li:hover:after {
  right: 0%;
}

#icon2 ul li:nth-child(1):before {
  background: #007bb6;
}

#icon2 ul li:nth-child(2):before {
  background: #1769ff;
}

#icon2 ul li .fa {
  transition: 0.5s ease-in-out;
}

#icon2 ul li:hover .fa {
  color: #fff;
}

#icon2 ul li a {
  color: #fff;
}

#icon3 ul {
  margin: 0;
  padding: 0;
  display: flex;
  position: absolute;
  bottom: 0px;
  right: -80px;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

#icon3 ul li {
  list-style: none;
  float: left;
  margin: 5px;
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  background: #262626;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  color: #fff;
  z-index: 1;
  font-size: 20px;
  transition: 0.5s ease-in-out;
}

#icon3 ul li:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  background: #ccc;
  z-index: -1;
  border-radius: 50%;
  transform: scale(0);
  transition: 0.5s ease-in-out;
}

#icon3 ul li:after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
  transition: 0.5s ease-in-out;
  transition-delay: 0.3s;
}

#icon3 ul li:hover:before {
  left: 0;
  transform: scale(0.9);
}

#icon3 ul li:hover:after {
  right: 0%;
}
#icon3 ul li:nth-child(1):before {
  background: #3b5998;
}

#icon3 ul li:nth-child(2):before {
  background: #e4405f;
}

#icon3 ul li:nth-child(3):before {
  background: #007bb6;
}

#icon3 ul li:nth-child(4):before {
  background: #1769ff;
}

#icon3 ul li .fa {
  transition: 0.5s ease-in-out;
}

#icon3 ul li:hover .fa {
  color: #fff;
}

#icon3 ul li a {
  color: #fff;
}

/*#icon ul{
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	transform: translate(-50%,-50%);
	cursor: pointer;
	transition: .5s;
}

#icon ul li{
	position: relative;
	background: #fff;
	margin: 5px;
	list-style: none;
	transition: .5s ease-in-out;
	border-radius: 50%;
	width: 40px;
	text-align: center;
}

#icon ul li a{
	width: 30px;
	padding: 10px 0;
	display: block;
	color: #000;
}

#icon .btn1 ul li{
	background: #262626;
	}

#icon .btn1 ul li a{
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

#icon .btn1{
	position: absolute;
	left: 27px;
	bottom: 80px;
}

#icon .btn2 ul li{
	background: #262626;
}

#icon .btn2 ul li a{
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

#icon .btn2{
	position: absolute;
	left: 37px;
	bottom: 15px;
}

#icon .btn3 ul li{
	background: #262626;
}

#icon .btn3 ul li a{
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

#icon .btn3{
	position: absolute;
	left: 13px;
	bottom: -7px;
}

#icon .btn4 ul li{
	background: #262626;
}

#icon .btn4 ul li a{
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

#icon .btn4{
	position: absolute;
	left: 37px;
	bottom: -7px;
}

#icon ul li:hover{
	transform: rotateY(360deg);
}*/

.menu {
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #2f89bd;
  z-index: 15;
  transition: 0.5s;
  opacity: 0.9;
  filter: alpha(opacity=70);
}

.menu ul {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.menu ul li {
  list-style: none;
}

.menu ul li a {
  padding: 10px;
  display: inline-block;
  font-family: verdana;
  font-size: 2em;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}

.menu ul li a:before {
  content: "";
  width: 0;
  height: 3px;
  background: #a00b12;
  position: absolute;
  top: 100%;
  left: 0;
  transition: 0.5s;
  mix-blend-mode: multiply;
}

.menu ul li a:after {
  content: "";
  width: 0;
  height: 3px;
  background: #08b5f4;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.5s;
  mix-blend-mode: multiply;
}

.menu ul li:hover a:before {
  width: 50%;
  transform: translateX(100%);
}
.menu ul li:hover a:after {
  width: 50%;
  transform: translateX(-100%);
}

.menu.active {
  left: 0;
}
.title h1 {
  position: absolute;
  right: 80px;
  margin-top: 100px;
  /*padding-top: 80px;*/
  /*padding-left: 730px;*/
  font-family: "Francois One", sans-serif;
  font-size: 90px;
  color: #ec6767;
  transition: 0.5s ease-in-out;
}

.subtitle h1 {
  position: absolute;
  right: 80px;
  font-family: "Julius Sans One", sans-serif;
  font-size: 35px;
  color: #3e3f34;
  margin-top: 240px;
  transition: 0.5s ease-in-out;
}

.button3 {
  position: absolute;
  margin-top: 380px;
  right: 80px;
  background-color: #ec6767;
  color: black;
  padding: 16px 32px;
  border: none;
  cursor: pointer;
  font-size: 15px;
  transition: 0.5s;
}

.button3:hover {
  background-color: white;
  color: #ec6767;
}

.quote p {
  position: absolute;
  right: 80px;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 2em;
  margin-top: 460px;
  color: #95989a;
}

/* WORDS SWAP */
[data-words] {
  vertical-align: top;
  position: static;
}
[data-words] > span {
  position: absolute;
  color: chocolate;
  z-index: -1;
}

#copyright {
  position: absolute;
  bottom: 10px;
  right: 60px;
  font-family: "Dosis", sans-serif;
  color: #d6d8db;
  font-size: 16px;
  transition: 0.5s ease-in-out;
}

#copyright a {
  color: #fff;
}

/*Contact page*/

.background3 {
  background: #1e1e1b;
  height: 642px;
  width: 100%;
  position: absolute;
}

.title3 h1 {
  position: absolute;
  left: 630px;
  font-family: "Francois One", sans-serif;
  font-size: 50px;
  color: #fff;
  top: -35px;
}

.subtitle3 h3 {
  position: absolute;
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  color: #fff;
  left: 480px;
  top: 65px;
}

hr {
  position: absolute;
  width: 25%;
  color: #e0cf50;
  top: 125px;
  left: 590px;
}

.text-line1 {
  position: absolute;
  left: 300px;
  top: 190px;
  background-color: transparent;
  width: 300px;
  color: #eeeeee;
  outline: none;
  outline-style: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid #eeeeee 1px;
}

.text-line1:focus {
  width: 350px;
  transition: 0.5s;
  border-bottom: solid #e0cf50 1px;
}

.text-line2 {
  position: absolute;
  left: 300px;
  top: 270px;
  background-color: transparent;
  width: 300px;
  color: #eeeeee;
  outline: none;
  outline-style: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid #eeeeee 1px;
}

.text-line2:focus {
  width: 350px;
  transition: 0.5s;
  border-bottom: solid #e0cf50 1px;
}

.text-line3 {
  position: absolute;
  left: 300px;
  top: 350px;
  background-color: transparent;
  width: 300px;
  color: #eeeeee;
  outline: none;
  outline-style: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid #eeeeee 1px;
}

.text-line3:focus {
  width: 350px;
  transition: 0.5s;
  border-bottom: solid #e0cf50 1px;
}

.text-line4 {
  position: absolute;
  left: 300px;
  top: 430px;
  background-color: transparent;
  width: 300px;
  color: #eeeeee;
  outline: none;
  outline-style: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid #eeeeee 1px;
}

.text-line4:focus {
  width: 350px;
  transition: 0.5s;
  border-bottom: solid #e0cf50 1px;
}

.text-line5 {
  position: absolute;
  left: 300px;
  top: 510px;
  background-color: transparent;
  width: 300px;
  color: #eeeeee;
  outline: none;
  outline-style: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid #eeeeee 1px;
}

.text-line5:focus {
  width: 350px;
  transition: 0.5s;
  border-bottom: solid #e0cf50 1px;
}

.text-danger {
  color: #e74c3c;
}

.button a {
  position: absolute;
  bottom: 80px;
  left: 900px;
  transform: translate(-50%, -50%);
  width: 180px;
  height: 60px;
  color: #fff;
  background: #262626;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 60px;
  font-family: verdana;
  font-size: 24px;
  letter-spacing: 5px;
  transition: 0.5s;
  overflow: hidden;
  box-sizing: border-box;
}

.button a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  bottom: 0;
  border-style: solid;
  border-color: #f00;
  border-width: 80px 100px;
  z-index: -1;
  transform: rotate(360deg);
  transition: 1s;
  transform-origin: left;
}

.button a:hover:before {
  border-color: #00f;
  transform: rotate(60deg);
}

#copyright1 {
  position: absolute;
  bottom: 10px;
  right: 60px;
  font-family: "Dosis", sans-serif;
  color: #d6d8db;
  font-size: 16px;
  transition: 0.5s ease-in-out;
}

#copyright1 a {
  color: #fff;
}
