/*
  1. Import fonts
  2. General
  3. Menu
  4. Content about
  5. Content home
  6. Reveal effect
  7. Animation on scroll
  8. Responsive

*/
@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,600");
.color_white {
  color: #fff !important; }

.color_grey {
  color: #f9f9f7 !important; }

.color_grey2 {
  color: #e9e9e9 !important; }

.color_grey3 {
  color: #757575 !important; }

.color_blue {
  color: #5B8EFB !important; }

.color_blue2 {
  color: #0b102a !important; }

.color_red {
  color: #f9223e !important; }

.color_green {
  color: #23c77b !important; }

.color_purple {
  color: #8b41c4 !important; }

.color_purple2 {
  color: #642f8d !important; }

.color_purple3 {
  color: #200838 !important; }

.color_yellow {
  color: #cf8b42 !important; }

.color_green {
  color: #2F1F40 !important; }

.color_purple_blue {
  background-image: linear-gradient(to right top, #8b41c4, #5B8EFB) !important;
  color: transparent !important;
  -webkit-background-clip: text; }

.color_red_purple {
  background-image: linear-gradient(to right top, #f9223e, #8b41c4) !important;
  color: transparent !important;
  -webkit-background-clip: text; }

.color_red_blue {
  background-image: linear-gradient(to right top, #f9223e, #5B8EFB) !important;
  color: transparent !important;
  -webkit-background-clip: text; }

.color_purple_purple3 {
  background-image: linear-gradient(to right top, #8b41c4, #200838) !important;
  color: transparent !important;
  -webkit-background-clip: text; }

.color_green_blue {
  background-image: linear-gradient(to right top, #23c77b, #5B8EFB) !important;
  color: transparent !important;
  -webkit-background-clip: text; }

.background_white {
  background: #fff !important; }

.background_blue2 {
  background: #2F1F40 !important; }

.background_green {
  background: #2F1F40 !important; }

.background_blue {
  background: #5B8EFB !important; }
  .background_blue.btn:hover {
    background: #0b102a !important;
    box-shadow: 0 5px 55px -5px #0e0e0e;
    transition: 0.5s; }

.background_red {
  background: #f9223e !important; }
  .background_red.btn:hover {
    background: #d21d34 !important;
    box-shadow: 0 5px 55px -5px #0e0e0e;
    transition: 0.5s; }

.background_green {
  background: #23c77b !important; }
  .background_green.btn:hover {
    background: #157a4b !important;
    box-shadow: 0 5px 55px -5px #0e0e0e;
    transition: 0.5s; }

.background_purple {
  background: #8b41c4 !important; }
  .background_purple.btn:hover {
    background: #642f8d !important;
    box-shadow: 0 5px 55px -5px #0e0e0e;
    transition: 0.5s; }

.background_purple2 {
  background: #642f8d !important; }
  .background_purple2.btn:hover {
    background: #200838 !important;
    box-shadow: 0 5px 55px -5px #0e0e0e;
    transition: 0.5s; }

.background_purple3 {
  background: #200838 !important; }
  .background_purple3.btn:hover {
    background: #642f8d !important;
    box-shadow: 0 5px 55px -5px #0e0e0e;
    transition: 0.5s; }

.background_purple_blue {
  background: linear-gradient(to right top, #8b41c4, #5B8EFB) !important; }
  .background_purple_blue.btn:hover {
    background: linear-gradient(to right top, #642f8d, #0b102a) !important;
    box-shadow: 0 5px 55px -5px #0e0e0e;
    transition: 0.5s; }

.background_red_purple {
  background: linear-gradient(to right top, #f9223e, #8b41c4) !important; }
  .background_red_purple.btn:hover {
    background: linear-gradient(to right top, #d21d34, #642f8d) !important;
    box-shadow: 0 5px 55px -5px #0e0e0e;
    transition: 0.5s; }

.background_red_blue {
  background: linear-gradient(to right top, #f9223e, #5B8EFB) !important; }
  .background_red_blue.btn:hover {
    background: linear-gradient(to right top, #d21d34, #0b102a) !important;
    box-shadow: 0 5px 55px -5px #0e0e0e;
    transition: 0.5s; }

.background_purple_purple3 {
  background: linear-gradient(to right top, #642f8d, #200838) !important; }
  .background_purple_purple3.btn:hover {
    background: linear-gradient(to right top, #200838, #200838) !important;
    box-shadow: 0 5px 55px -5px #0e0e0e;
    transition: 0.5s; }

.background_green_blue {
  background: linear-gradient(to right top, #23c77b, #5B8EFB) !important; }
  .background_green_blue.btn:hover {
    background: linear-gradient(to right top, #157a4b, #0b102a) !important;
    box-shadow: 0 5px 55px -5px #0e0e0e;
    transition: 0.5s; }

hr {
  margin-top: 5vh;
  margin-bottom: 5vh;
  border: 0;
  border-top: 1px solid #252525; }

body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: 1px;
  background: #000000;
  color: #FFF;
  overflow: hidden; }

#canvas-wave {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1; }

#canvas-wave > div {
  display: none; }

.content_home {
  background: none; }

#canvas-sphere {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1; }

#canvas-sphere > div {
  display: none; }

#canvas-wave-2 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000; }

#wavybg-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2; }

h1, .h1 {
  font-size: 5vmax;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 2px; }

h2, .h2 {
  font-size: 3.5vmax;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 2px; }

h3, .h3 {
  font-size: 3vmax;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 2px; }

h4, .h4 {
  font-size: 2.5vmax;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 2px; }

h5, .h5 {
  font-size: 2vmax;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 2px; }

h6, .h6 {
  font-size: 1.5vmax;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 2px; }

::-webkit-scrollbar {
  display: none; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

*:focus {
  outline: none !important;
  box-shadow: none; }

.form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #e9e9e9; }

.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #e9e9e9;
  opacity: 1; }

.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #e9e9e9;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #e9e9e9; }

a, a:hover, a:focus {
  color: #e9e9e9;
  text-decoration: none; }

button.mfp-close {
  display: none; }

.mfp-arrow:hover, .mfp-arrow:focus {
  box-shadow: none; }

.separation{
    width:100%;
    height:5vh;
    display:inline;
}

.space {
  width: 100%;
  height: 5vh;
  display: inline-flex; }
 

.space2 {
  width: 100%;
  height: 4vh;
  display: inline-flex; }

.btn {
  padding: 15px 30px;
  background: transparent;
  color: #e9e9e9;
  border: 0.5px solid #444;
  border-radius: 0;
  font-size: 12px;
  letter-spacing: 2px;
  overflow: hidden;
  opacity: 1;
  transition: 0.5s; }

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

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #0b102a;
  opacity: 0.75; }

.overlay_top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100vw;
  height: 25px;
  background: #444444; }

.overlay_bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 6;
  width: 100vw;
  height: 25px;
  background: #444444; }

.overlay_left {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  width: 25px;
  height: 100vh;
  background: #444444; }

.overlay_right {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 6;
  width: 25px;
  height: 100vh;
  background: #444444; }

.background_img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0; }
  .background_img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.background_youtube {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0; }

.background_dots {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  opacity: 1; }

.container {
  width: 80%;
  margin: 0 auto; }

.nav {
  width: 10%;
  height: 100vh;
  position: fixed;
  z-index: 5; }

.social_links {
  position: fixed;
  bottom: 3vh;
  left: 4.5vh;
  z-index: 9;
  color: #fff;
  font-size: 2vmax; }
  .social_links a:hover {
    color: #D81C73; }


.decolines {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none; }

.decolines--fixed {
  position: fixed;
  width: 100vw;
  height: 100vh; }

.decoline {
  position: absolute; }

.title {
  line-height: 1;
  font-size: 5vw;
  position: relative;
  z-index: 1;
  display: inline-block; }
  .title::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -75px;
    z-index: -1;
    width: 200px;
    height: 200px;
    background: url("../img/lines.png") no-repeat;
    background-size: contain;
    opacity: 0.5; 
	color:#FF802F !important;}

.menu {
  position: fixed;
  left: calc(5% - 22.5px);
  top: 5vh;
  z-index: 9; }
  .menu .menu-icon {
    width: 45px;
    height: 21px;
    border: none;
    background: transparent;
    position: relative;
    cursor: pointer; }
    .menu .menu-icon:focus {
      outline: none; }
    .menu .menu-icon:after, .menu .menu-icon:before, .menu .menu-icon span {
      width: 100%;
      height: 3px;
      border-radius: 100px;
      position: absolute;
      left: 0;
      background: #FFF;}
    .menu .menu-icon:after, .menu .menu-icon:before {
      content: ""; }
    .menu .menu-icon:after {
      top: 0;
      margin-top: 0;
      transition: transform 0.2s, 0.2s; }
    .menu .menu-icon:before {
      bottom: 0;
      margin-bottom: 0;
      transition: transform 0.2s, 0.2s; }
    .menu .menu-icon span {
      top: 50%;
      margin-top: -2px;
      visibility: visible;
      opacity: 1;
      -webkit-transition: opacity 0.2s;
      transition: opacity 0.2s; }
    .menu .menu-icon.on:after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 50%;
      margin-top: -1px;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    .menu .menu-icon.on:before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      bottom: 50%;
      margin-bottom: -1px;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    .menu .menu-icon.on span {
      visibility: hidden;
      opacity: 0; }
      
    .secondrow { padding-top:0 !important;}
    .firstrow { padding-bottom:2% !important;}

@media (max-width: 767px) {}

.content_about {
  width: 90%;
  height: 100vh;
  overflow-y: scroll;
  background: #fff;
  position: fixed;
  z-index: 6;
  top: 0;
  right: 0;
  -ms-transform: translate(0px, -100vh);
  /* IE 9 */
  -webkit-transform: translate(0px, -100vh);
  /* Safari */
  transform: translate(0px, -100vh);
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  opacity: 0; }
  .content_about.on {
    -ms-transform: translate(0px, 0px);
    /* IE 9 */
    -webkit-transform: translate(0px, 0px);
    /* Safari */
    transform: translate(0px, 0px);
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    opacity: 1; }
  .content_about .content {
    color: #9a9a9a; }
    .content_about .content p, .content_about .content span {
      font-weight: lighter; }
    .content_about .content .title_section {
      margin-top: 0;
      color: #0b102a;
      position: relative;
      z-index: 1; }
    .content_about .content .boxed {
      padding: 5%;
      display: inline-block;
margin: 0 auto;
    width: 100%; }

	
	.services .boxed .color_green h1 { color:#B591D9 !important;}
		
		
    .content_about .content .about {
      background-image: url("../img/bg-top.jpg");
      background-position: right bottom;
      background-size: cover; }
	  .content_about .content .services {
      background-attachment: fixed;
      background-image: url("../img/person-731148_1920.jpg");
      background-size: cover;
      position: relative; }
      .content_about .content .services .overlay {
        opacity: 0.85; }
      .content_about .content .services .service .service_img {
        width: 75px;
        margin: 0 auto; }
		.content_about .content .services h1{ color:#FFF !important;}
		.content_about .content .services h6{ color:#FFF !important;}

.footer {
  color: #fff;
  position: relative;
  width: 80%;
  margin: 0 10%; }
  .footer a, .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
    color: #fff !important; }
	
	.footer h1 { color:;}

.copyright {
  background: #000000;
  text-align: center;
  padding: 10px 0;
  font-size: 10px; }

.content_home {
  position: fixed;
  z-index: 1;
  top: 25vh;
  left: 25%;
  width: 55%;
  opacity: 1;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s; }
  .content_home.on {
    opacity: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s; }

.content_home .center_img {
	display:block;
	width:auto;
	margin:0 auto;}

.reveal-text,
.reveal-text:after {
  animation-delay: 2s;
  animation-iteration-count: 1;
  animation-duration: 1000ms;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1); }

h1.reveal-text {
  font-size: 10vmax;  }
  
.reveal-text h1{
  color:#D81C73;
  padding-top:60px;
}

.reveal-text {
  position: relative;
  display: block;
  user-select: none;
  animation-name: reveal-text;
  color: #FFF;
  cursor: default; }
  .reveal-text:after {
    content: "";
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFF;
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none;
    animation-name: revealer-text; }

@keyframes reveal-text {
  from {
    clip-path: inset(0 100% 0 0); }
  to {
    clip-path: inset(0 0 0 0); } }
@keyframes revealer-text {
  0%, 50% {
    transform-origin: 0 50%; }
  60%, 100% {
    transform-origin: 100% 50%; }
  50% {
    transform: scaleX(1); }
  60% {
    transform: scaleX(1); }
  100% {
    transform: scaleX(0); } }

@media only screen and (min-width: 768px) { }
@media only screen and (min-width: 1170px) { }
    }

.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
  background-color: #23c77b; }

#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px; }

@media only screen and (min-width: 768px) {
        
  #cd-zoom-in {
    margin-top: 5px; } }
#cd-zoom-out {
  background-position: 50% -32px; }

.modal-body {
  padding: 0; }

.modal-content {
  color: #fff;
  background: #2F1F40;
  padding-top: 10%;
  box-shadow: none;
  border: none;
  border-radius: 0; }
  .modal-content h6, .modal-content h5, .modal-content h4, .modal-content p, .modal-content span {
    padding: 0 5%; }

.modal-header {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  border: none;
  padding: 0; }
  .modal-header .close, .modal-header .close span {
    margin: 0;
    padding: 0;
    opacity: 1; }
    .modal-header .close img, .modal-header .close span img {
      width: 20px;
      margin: 0; }

.modal-dialog {
  padding-top: 5%; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 450px;
    min-width: 450px; } }
/* Scroll to effect */
.animate {
  opacity: 0; }

.animate.start {
  opacity: 1; }

/* Scroll to effect */
.animate {
  animation-play-state: paused;
  -webkit-animation-play-state: paused; }

.animate.start {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  animation-play-state: running;
  -webkit-animation-play-state: running; }

.animate2.start {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-play-state: running;
  -webkit-animation-play-state: running; }

@media all and (min-width: 1600px) {
    
}
    
  #form-container.expand {
    height: 600px; } }
@media all and (min-width: 2401px) {
  body {
    font-size: 20px; }

    .separation{
    display:inline-flex;
}

  #form-container.expand {
    height: 1000px;
    width: 1000px;
    max-width: 1000px; }

  #form-container {
    width: 100px;
    max-width: 100px;
    height: 100px; }
    
    .separation{display:block !important;
        width:100%;
        height:5vh;
    }

  .icon::before {
    font-size: 50px;
    line-height: 100px; }

  .form-control {
    height: 100px;
    font-size: 20px; }

  textarea.form-control {
    height: 350px;
    font-size: 20px; }

  .btn-send {
    font-size: 20px;
    line-height: 75px;
    height: 75px; }

  .modal-dialog {
    width: 750px;
    min-width: 750px; }

  .modal-header .close img, .modal-header .close span img {
    width: 35px; }

  .open_subscribe_form {
    font-size: 20px; }

  .open_subscribe_form::before {
    right: 30px;
    bottom: 17px;
    width: 200px; }

  .open_subscribe_form:hover::before {
    width: 500px;
    right: -135px; }

  .menu .menu-icon {
    width: 75px;
    height: 30px; }

  .menu {
    left: calc(5% - 37.5px); }

  .content_about .content .services .service .service_img {
    width: 125px; }

  .clients_section .clients img {
    width: 100%; }

  .copyright {
    padding: 15px 0;
    font-size: 14px; }

  .subscribe input {
    border-radius: 50px;
    font-size: 20px;
    height: 75px;
    line-height: 75px; }

  .subscribe .btn {
    border-radius: 50px;
    line-height: 50px;
    width: 250px;
    font-size: 20px; }

  .title::before {
    width: 300px;
    height: 300px; } }
@media all and (min-width: 1920px) and (max-width: 2400px) {
  body {
    font-size: 18px; }

  .form-control {
    font-size: 18px; }

  textarea.form-control {
    font-size: 18px; }

  .btn-send {
    font-size: 18px;
    line-height: 50px;
    height: 50px; }

  .modal-dialog {
    width: 750px;
    min-width: 750px; }

  .modal-header .close img, .modal-header .close span img {
    width: 35px; }

  .open_subscribe_form {
    font-size: 18px; }

  .open_subscribe_form::before {
    right: 30px;
    bottom: 15px;
    width: 300px; }

  .open_subscribe_form:hover::before {
    width: 500px;
    right: -135px; }

  .menu .menu-icon {
    width: 60px;
    height: 29px; }

  .menu {
    left: calc(5% - 30px); }

  .content_about .content .services .service .service_img {
    width: 125px; }

  .clients_section .clients img {
    width: 100%; }

  .copyright {
    padding: 15px 0;
    font-size: 12px; }

  .subscribe input {
    border-radius: 50px;
    font-size: 18px;
    height: 65px;
    line-height: 65px; }

  .subscribe .btn {
    border-radius: 50px;
    line-height: 37px;
    width: 250px;
    font-size: 18px; }

  .title::before {
    width: 250px;
    height: 250px; } }
@media all and (max-width: 991px) {
  .footer .col-xs-12 {
    margin-top: 10%; }

  .service {
    margin-top: 10%; }

  .portfolio .portfolio-item,
  .portfolio .portfolio-sizer {
    width: calc(100% / 2); }
  .portfolio .portfolio-item {
    height: 200px; }
    .portfolio .portfolio-item img {
      height: 200px; }
  .portfolio .portfolio-item--width2 {
    width: 100%; }
  .portfolio .portfolio-item.portfolio-item--height2 {
    height: 400px; }
    .portfolio .portfolio-item.portfolio-item--height2 img {
      height: 400px; }
      
      .social_links {
    font-size: 25px;
    bottom: 1vh;
    left: 2vh;}
    .social_links li {
        display:list-item !important;
      padding: 0;
      margin-top:5px;}
    
}
@media all and (max-width: 767px) {
  .footer .col-xs-12 {
    margin-top: 10%; }

  .portfolio-filters ul li a {
    padding: 0 10px; }

  .space2 {
    height: 5vh; }

  .clients_section .item {
    padding: 0; }

  body, h6, .h6 {
    font-size: 12px; }

  .content_home {
    top: 10vh;
    width: 80%; 
    left: 15%;
  }

  .open_subscribe_form {
    left: calc(5% - 5px);
    font-size: 12px; }

  .open_subscribe_form::before {
    bottom: 10px; }

  .menu .menu-icon {
    width: 30px;
    height: 15px; }

  .menu {
    left: calc(5% - 15px); }

  .social_links {
    font-size: 25px;
    bottom: 1vh;
    left: 2vh;}
    .social_links li {
        display:list-item !important;
      padding: 0;
      margin-top:5px;}

  #form-container {
    right: 25px;
    bottom: 25px; }

  .portfolio-filters ul li {
    display: block; }

  .title {
    font-size: 7vw; } }


