/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */
body {
  overflow-x: hidden;
  font-family: 'Averta', 'Helvetica', 'sans-serif';
  font-size: 1.5rem;
}

/*-----media querries------*/
@media (min-width: 1200px) {
  .container {
    max-width: 1920px;
  }
}

/*-----end media querries------*/
a:hover {
    text-decoration: none;
}

.h1, h1 {
  font-size: 2.5rem;
}

.h1new {
  font-size: 3rem !important;
  border-bottom: 1px solid #453886;
  color: #453886;
  padding-bottom: .25em;
  text-decoration: none;
  border-bottom: 1px solid #e4cc1f;
}


Resources
}

.list-group-item {
  font-family: 'Gilroy';
}

.gilbold {
  font-family: 'Gilroy';
  font-weight: 900;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../font/gilroy-light-webfont.woff2') format('woff2'),
        url('../font/gilroy-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../font/gilroy-extrabold-webfont.woff2') format('woff2'),
        url('../font/gilroy-extrabold-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Averta';
    src: url('../font/Averta-Bold.woff2') format('woff2'),
        url('../font/Averta-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Averta';
    src: url('../font/Averta-Regular.woff2') format('woff2'),
        url('../font/Averta-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}

#sidebar-wrapper {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
  width: 15rem;
}

#page-content-wrapper {
  margin-top: -7rem;
  min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }

}

/* reset  scss menu*/
.bg-light {
  background-color: transparent !important;
}

.list-group-item {
  border: none;
}

.border-right {
  border-right: none !important;
}

.border-bottom {
  border-bottom: none !important;
}

.nav-tabs .nav-link {
  border: initial;
}

.nav-tabs {
  border-bottom: initial;
}


.list-group a:hover {
  color: #252628;
  font-size: 30px;
  white-space: nowrap;
  overflow: visible;
}

.list-group .active {
  color: #252628;
  font-size: 34px;
  white-space: nowrap;
  overflow: visible;
}

.tab-pane {
  font-size: 18px;
  text-align: left;
}

a.bg-light:hover {
  background-color: transparent !important;
}

.chevron-arrow-left {
  background-color: #fff;
  display: inline-block;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  width: 22px;
  height: 22px;
  transform: rotate(-225deg);
}

.chevron-arrow-right {
  background-color: #fff;
  display: inline-block;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  width: 22px;
  height: 22px;
  transform: rotate(-45deg);
}

/*-------------navbar------------*/
.navbar-toggle .icon-bar:nth-of-type(2) {
  top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
  top: 2px;
}

.navbar-toggle .icon-bar {
  position: relative;
  transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
  top: 6px;
  transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
  background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
  top: -6px;
  transform: rotate(-45deg);
}

@media (min-width: 768px) {
  #wrapper.toggled #sidebar-wrapper {
    margin-left: -20rem;
  }
}

a {
  color: #000;
}

. a:hover {
  color: #4b4861 !important;
}

.fullscreen {
  margin-left: 15px;
}

.pag2 .row {
  display: inherit !important;
}

/*-------------pages------------*/
.pt-page {
  padding-top: 100px
}

@media (max-width: 768px) {
  #carouselExampleIndicators {
	  display:none;
  }
  body {
    font-size: 1rem!important;
  }

  p {
      font-size: 1rem!important;
    }
  #sidebar-wrapper {
    display: none;
  }

  .pag1 .bg-light {
    background-color: transparent !important;
  }

  .list-group-item .active {
    background-color: #fff !important;
    border-color: #fff;
  }

  .fullscreen {
    margin-top: 0px;
    margin-left: 15px;
  }

  .pag1 .colorw .nav-link {
    color: rgba(0, 0, 0, 0.91) !important;
  }

  .logomobile {
    float: right;
    max-width: 200px;
  }

  .pag1 .row {
    display: block;
  }

  .h1new {
    font-size: 2.3rem !important;
    border-bottom: 0px solid #453886;
  }

  .h1new:hover {
    background-image: initial;
  }

#pt-mobil {padding-top: 83px!important;
  }
  button.slick-next.slick-arrow {
    display: none!important;
  }
  button.slick-prev.slick-arrow{
    display: none!important;
  }
  .project-screen .project-detail {
    width: 100%!important;
    height: 0px!important;
  }
  .project-screen {
    width:100%!important;
    height: auto!important;
  }
  .project-screen .screen-frame {
    width: 100%!important;
    height: auto!important;
  }
  .slick-slide img {
    width: 100vw!important;
  }
}

@media (min-width: 767px) {
  .hide-desk {
    display: none;
  }
  .section-project {
	  display:none!important;
  }
}


.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px;
  text-align: center;
}

.zindex {
  z-index: -1;
}

.logomobile {
  float: left;
  max-width: 235px;
}

/*------------------VIDEO-----------------------------*/
div.desktop-wrapper {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
}

div.desktop-wrapper iframe {
  box-sizing: border-box;
  background: url(http://img01.deviantart.net/05b6/i/2011/030/8/5/apple_led_cinema_screen_by_fisshy94-d38e3o5.png) center center no-repeat;
  background-size: contain;
  padding: 3.4% 10.8% 18.6%;
  /* 11.9% 15.5% 14.8% */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------------------next prev button-----------------------------*/
body .leftarrow {
  transform: rotate(180deg);
  margin-top: -57px;
}

body .leftarrow:hover {
  transform: rotate(180deg);
}

.arrow {
  cursor: pointer;
  height: 120px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: transform 0.1s;
  width: 45px;
}

.arrow-top, .arrow-bottom {
  background-color: #f16032;
  height: 4px;
  left: -5px;
  position: absolute;
  top: 50%;
  width: 50%;
}

.arrow-top:after, .arrow-bottom:after {
  background-color: #231f20;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 0.15s;
}

.arrow-top {
  transform: rotate(45deg);
  transform-origin: bottom right;
}

.arrow-top:after {
  left: 100%;
  right: 0;
  transition-delay: 0s;
}

.arrow-bottom {
  transform: rotate(-45deg);
  transform-origin: top right;
}

.arrow-bottom:after {
  left: 0;
  right: 100%;
  transition-delay: 0.15s;
}

.arrow:hover .arrow-top:after {
  left: 0;
  transition-delay: 0.15s;
}

.arrow:hover .arrow-bottom:after {
  right: 0;
  transition-delay: 0s;
}

.arrow:active {
  transform: translateX(-50%) translateY(-50%) scale(0.9);
}

.nextprev {
  z-index: 19
}

/*------------------button-----------------------------*/
.btn {
  padding: .600rem 1.12rem;
  font-size: 1.3rem;
}

body .btn-dark {
  color: #fff;
  background-color: #231f20;
  border-color: #231f20;
  border-radius: 0rem;
}

.btn-dark:hover {
  color: #231f20;
  background-color: #fff;
  border-color: #231f20;
  border-radius: 0rem;
}

/*------------------end button-----------------------------*/

/*------------------proiecte-----------------------------*/
.accordion {
  max-width: 500px;
  margin: 0 auto;
}
.accordion__title {
  font-family: 'industry', sans-serif;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.125em;
}
.accordion__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.accordion__item {
  border-bottom: 1px solid #000;
  visibility: hidden;
}
.accordion__item:last-child {
  border-bottom: 0;
}
.accordion__item.is-active .accordion__itemTitleWrap::after {
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
}
.accordion__item.is-active .accordion__itemIconWrap {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion__itemTitleWrap {
  display: flex;
  height: 2.5em;
  align-items: center;
  padding: 0 1em;
  color: #fff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.accordion__itemTitleWrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: #3bade3;
  background: linear-gradient(45deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);
  z-index: 1;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}
.accordion__itemTitleWrap.is-active::after, .accordion__itemTitleWrap:hover::after {
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
}
.accordion__itemIconWrap {
  width: 1.25em;
  height: 1.25em;
  margin-left: auto;
  position: relative;
  z-index: 10;
}
.accordion__itemTitle {
  margin: 0;
  font-family: 'industry', sans-serif;
  font-weight: 300;
  font-size: 1em;
  position: relative;
  z-index: 10;
}
.accordion__itemContent {
  font-size: 0.875em;
  height: 0;
  overflow: hidden;
  background-color: #fff;
  padding: 0 1.25em;
}
.accordion__itemContent p {
  margin: 2em 0;
}

/*-------------portofoliu------------*/



/*------------------servicii-----------------------------*/
.pag3 .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: transparent;
  color: #000000 !important;
}

/*-----------------servicii mobile tab-------------------*/

.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Show less';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
}

 /*------------------contact-----------------------------*/
.pag4 a:hover {
    color: #6a1c10;
    text-decoration: none ;
}
.pag4 .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: transparent;
  color: #212529 !important;
}

.bg-serv {
  width: 100wh;
  height: 90vh;
  color: #fff;
  background: linear-gradient(-45deg, #6610f2, #20c997cf, #343a40);
  background-size: 400% 400%;
  -webkit-animation: Gradient 25s ease infinite;
  -moz-animation: Gradient 25s ease infinite;
  animation: Gradient 25s ease infinite;
}
linear-gradient(-45deg, var(--indigo), #20c997cf, var(--dark));

@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

textarea:focus {
    outline: none !important;
    border-color: #c62e4c!important;
    box-shadow: 0 0 4px #c62e4c!important;
}

input:focus {
    outline: none !important;
    border-color: #c62e4c!important;
    box-shadow: 0 0 4px #c62e4c!important;
}

.submit{
    font-size: 1.1em;
    width: 200px;
    background-color: transparent;
    color: #343a40;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:63%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/*------------------social-----------------------------*/
.bg {
  animation: slide 16s ease-in-out infinite alternate;
  background-image: linear-gradient(30deg, #fff 50%, #cfcfcf 50%);
  bottom: 0;
  left: -50%;
  opacity: .5;
  position: fixed;
  right: -50%;
  top: 0;
  z-index: -1;
}

.bg2 {
  animation-direction: alternate-reverse;
  animation-duration: 17s;
}

.bg3 {
  animation-duration: 18s;
}

@keyframes slide {
  0% {
    transform: translateX(-25%);
  }

  100% {
    transform: translateX(25%);
  }
}

/*------------------mobile page-----------------------------*/
.pag5 a:hover {
  color: #e0678c;
  text-decoration: none;
}

.pag5 a:hover {
  color: #e0678c;
  text-decoration: none;
}

.pag5 a  {
  color: #e0678c;
}

.pag5 .collapsed {
  background-color: #ffffff03!important;
}

.pag5 .col-sm-12 {
  padding: 0px;
}

.panel-title {
    text-align: left;
}

.panel {
      display: initial!important;
}

#mbutton {
    background-color: #212121;
    padding: 15px;
    display: block;
    width: 100%;
}

/*------------------desktop-----------------------------*/
@media screen and (min-width: 768px) {
  .stickyon  {
    position:fixed;
  }
  .tab-up {
    margin-top: -112px;
  }
}

/*------------------mobile-----------------------------*/
.list-group-item.active {
  border-color: initial;
  background-color: initial;
}


@media screen and (max-width: 768px) {
  #page-content-wrapper {
    margin-top: 0rem;
}

.arrow {
    width: 25px;
}

.mobile-center{
  text-align: center;
}

h2 {
  font-size: 1.6rem;
}

.hide-mobile {
  display: none;
}

.navbar .show {
  height: 80vh;
  background-image: url("http://design.octa.software/img/back-menu.svg");
  background-repeat: no-repeat;
}

.pag0 .show .nav-link {
    color: #231f20 !important;
}
.nav-link {
    font-weight: 900!important;
    font-size: 38px!important;
}

  .list-group .active {
    font-size: 34px !important;
  }

}

/*------------------navbar-----------------------------*/
.start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.start-header.scroll-on {
  padding: 5px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.start-header.scroll-on .navbar-brand img {
  height: 50px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navigation-wrap {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /*background: #ffffff40;*/
}

.navbar {
  padding: 0;
}

.navbar-brand img {
  height: 60px;
  width: auto;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
  color: #c62e4c!important;
}

.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
  transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
  transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
  top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}

.pag0  .nav-link {
  color: #ffffff !important;
}

.nav-link {
  color: #212529 !important;
  font-weight: 500;
  transition: all 200ms linear;
}

.nav-item:hover .nav-link:hover {
  color: #c62e4c !important;
}

.nav-item .nav-link:active {
  color: #c62e4c !important;
}

.nav-link {
  position: relative;
  padding: 5px 0 !important;
  display: inline-block;
}

.navbar .nav-item:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #6a1c10;
  opacity: 0;
  transition: all 200ms linear;
}

.nav-item:hover:after {
  bottom: 0;
  opacity: 1;
}

.nav-item.active:hover:after {
  opacity: 0;
}

.nav-item {
  position: relative;
  transition: all 200ms linear;
}

/* #Primary style
================================================== */



.bg-light {
  transition: all 200ms linear;
}

.section {
  position: relative;
  width: 100%;
  display: block;
}

.full-height {
  height: 100vh;
}

.over-hide {
  overflow: hidden;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: 40px;
  transform: translateY(-50%);
  z-index: 20;
}

h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  color: #212112;
}

p {
  font-family: 'Averta', Helvetica, sans-serif;
  margin: 0;
  padding-top: 10px;
  opacity: 1;
  transform: translate(0);
  transition: all 300ms linear;
  transition-delay: 1700ms;
}

.averta {
   font-family: 'Averta', 'Helvetica', 'sans-serif';
   font-weight: normal;
   font-style: normal;
}

body.hero-anime p {
  opacity: 0;
  transform: translateY(40px);
  transition-delay: 1700ms;
}

h1 span {
  display: inline-block;
  transition: all 300ms linear;
  opacity: 1;
  transform: translate(0);
}

body.hero-anime h1 span:nth-child(1) {
  opacity: 0;
  transform: translateY(-20px);
}

body.hero-anime h1 span:nth-child(2) {
  opacity: 0;
  transform: translateY(-30px);
}

body.hero-anime h1 span:nth-child(3) {
  opacity: 0;
  transform: translateY(-50px);
}

body.hero-anime h1 span:nth-child(4) {
  opacity: 0;
  transform: translateY(-10px);
}

body.hero-anime h1 span:nth-child(5) {
  opacity: 0;
  transform: translateY(-50px);
}

body.hero-anime h1 span:nth-child(6) {
  opacity: 0;
  transform: translateY(-20px);
}

body.hero-anime h1 span:nth-child(7) {
  opacity: 0;
  transform: translateY(-40px);
}

body.hero-anime h1 span:nth-child(8) {
  opacity: 0;
  transform: translateY(-10px);
}

body.hero-anime h1 span:nth-child(9) {
  opacity: 0;
  transform: translateY(-30px);
}

body.hero-anime h1 span:nth-child(10) {
  opacity: 0;
  transform: translateY(-20px);
}

h1 span:nth-child(1) {
  transition-delay: 1000ms;
}

h1 span:nth-child(2) {
  transition-delay: 700ms;
}

h1 span:nth-child(3) {
  transition-delay: 900ms;
}

h1 span:nth-child(4) {
  transition-delay: 800ms;
}

h1 span:nth-child(5) {
  transition-delay: 1000ms;
}

h1 span:nth-child(6) {
  transition-delay: 700ms;
}

h1 span:nth-child(7) {
  transition-delay: 900ms;
}

h1 span:nth-child(8) {
  transition-delay: 800ms;
}

h1 span:nth-child(9) {
  transition-delay: 600ms;
}

h1 span:nth-child(10) {
  transition-delay: 700ms;
}

body.hero-anime h1 span:nth-child(11) {
  opacity: 0;
  transform: translateY(30px);
}

body.hero-anime h1 span:nth-child(12) {
  opacity: 0;
  transform: translateY(50px);
}

body.hero-anime h1 span:nth-child(13) {
  opacity: 0;
  transform: translateY(20px);
}

body.hero-anime h1 span:nth-child(14) {
  opacity: 0;
  transform: translateY(30px);
}

body.hero-anime h1 span:nth-child(15) {
  opacity: 0;
  transform: translateY(50px);
}

h1 span:nth-child(11) {
  transition-delay: 1300ms;
}

h1 span:nth-child(12) {
  transition-delay: 1500ms;
}

h1 span:nth-child(13) {
  transition-delay: 1400ms;
}

h1 span:nth-child(14) {
  transition-delay: 1200ms;
}

h1 span:nth-child(15) {
  transition-delay: 1450ms;
}

#switch,
#circle {
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

#switch {
  width: 60px;
  height: 8px;
  border: 2px solid #8167a9;
  border-radius: 27px;
  background: #000;
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  opacity: 1;
  transform: translate(0);
  transition: all 300ms linear;
  transition-delay: 1900ms;
}

body.hero-anime #switch {
  opacity: 0;
  transform: translateY(40px);
  transition-delay: 1900ms;
}

#circle {
  position: absolute;
  top: -11px;
  left: -13px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #000;
}

.switched {
  border-color: #000 !important;
  background: #8167a9 !important;
}

.switched #circle {
  left: 43px;
  box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
  background: #fff;
}

.nav-item .dropdown-menu {
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: block;
  padding: 0;
  margin: 0;
  transition: all 200ms linear;
}

.nav-item.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  transform: translate3d(0, 0px, 0);
}

.pag0 .dropdown-menu {
  color: #ffffff;
}

.dropdown-menu {
  padding: 10px !important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #6a1c10;
  background-color: #fcfaff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  transition: all 200ms linear;
}

.dropdown-toggle::after {
  display: none;
}

.pag0 .dropdown-item {
  color: #ffffff;
}

.dropdown-item {
  padding: 3px 15px;
  color: #6a1c10;
  border-radius: 2px;
  transition: all 200ms linear;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #fff;
  background-color: rgba(129, 103, 169, .6);
}

body.dark {
  color: #fff;
  background-color: #1f2029;
}

body.dark h1 {
  color: #fff;
}

body.dark h1 span {
  transition-delay: 0ms !important;
}

body.dark p {
  color: #fff;
  transition-delay: 0ms !important;
}

body.dark .bg-light {
  background-color: #14151a !important;
}

body.dark .start-header {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

body.dark .start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}


body.dark .nav-item.active .nav-link {
  color: #999 !important;
}

body.dark .dropdown-menu {
  color: #fff;
  background-color: #1f2029;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}

body.dark .dropdown-item {
  color: #fff;
}

body.dark .navbar-light .navbar-toggler-icon {
  border-bottom: 1px solid #fff;
}

body.dark .navbar-light .navbar-toggler-icon:after,
body.dark .navbar-light .navbar-toggler-icon:before {
  background-color: #fff;
}

body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}

/* #Media
================================================== */
@media (max-width: 767px) {
  h1 {
    font-size: 38px;
  }

  .nav-item:after {
    display: none;
  }

  .nav-item::before {
    position: absolute;
    display: block;
    top: 15px;
    left: 0;
    width: 11px;
    height: 1px;
    border: none;
    background-color: #000;
    vertical-align: 0;
  }

  .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 10px;
    left: -23px;
    width: 1px;
    height: 11px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
    transition: all 200ms linear;
  }

  .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(90deg);
    opacity: 0;
  }

  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear;
  }

  .dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }

  body.dark .nav-item::before {
    background-color: #fff;
  }

  body.dark .dropdown-toggle::after {
    background-color: #fff;
  }

  body.dark .dropdown-menu {
    background-color: #fff;
    box-shadow: none;
  }
}

/* #servicii gallery
==================================================

.swiper-container {
  width: 100%;
  height: 90%;
}
.swiper-slide {
  text-align: center;
  background: #fff0;

  display: flex;
  justify-content: center;
  align-items: center;
}
.container-general {
  padding: 75px 0;
  margin: 0 auto;
  width: 800px;
}
.container-general .gallery-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 70vh;
}

.container-general-mobile .gallery-wrap-mobile {
    display: flex;
    flex-direction: row;
    width: 83%!important;
    height: 45vh!important;
}
.container-general {
  padding: 30px 0;
  margin: 0 auto;
  width: 800px;
}
.container-general .gallery-wrap .item {
  flex: 1;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: none;
  transition: all 0.8s ease;
}
.container-general .gallery-wrap .item:hover {
  flex: 7;
}
.wrap-effect-1 .item:first-of-type {
  background-image: url('http://design.octa.software/img/slider/RS-800x400.png');
}
.wrap-effect-1 .item:nth-of-type(2) {
  background-image: url('http://design.octa.software/img/slider/OVC-800x400.png');
}
.wrap-effect-1 .item:nth-of-type(3) {
  background-image: url('http://design.octa.software/img/slider/BB-800x400.png');
}
.wrap-effect-1 .item:nth-of-type(4) {
  background-image: url('http://design.octa.software/img/slider/Prietenii-Educatiei-800x400.png');
}
.wrap-effect-1 .item:last-of-type {
  background-image: url('http://design.octa.software/img/slider/BaP-logo-800x400.png');
}
.inspire {
  border: 1px solid rgba(22, 76, 167, 0.6);
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  margin: 10px;
  padding: 10px;
}
.inspire:after {
  background: #38ef7d;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.4;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}
.inspire:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
@keyframes rotate {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  25% {
    transform: rotate(10deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotate(-10deg) translate3d(0, 0, 0);
  }
  75% {
    transform: rotate(5deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}
*/
body{
  height: 100vh;
}

.section-project {
  padding: 50px 0;
  position: relative;
  background-color: transparent;
}

.section__title, .section__subtitle {
  text-align: center;
  color: white;
  display: block;
}

.section__title {
  font-size: 3em;
  line-height: 1;
  margin: 0 0 20px;
}

.section__subtitle {
  font-size: 1.2em;
  line-height: 1.5;
  opacity: .5;
}
.section__subtitle a {
  color: inherit;
}

.project-carousel {
  position: relative;
  padding: 50px 0;
}

.project-strip {
  margin: 150px 0 150px;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
}
.project-strip .project {
  cursor: pointer;
}
.project-strip img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.project-screen {
  width: 768px;
  height: 451px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.project-screen .project-detail {
  position: absolute;
  left: 0;
  right: 0;
  width: 578px;
  height: 361px;
  margin: 32px auto 0;
  z-index: 1;
  background-color: #333;
}
.project-screen .screen-frame {
  content: " ";
  width: 768px;
  height: 451px;
  position: absolute;
  background-image: url("https://dl.dropboxusercontent.com/u/26808427/cdn/experiments/training/macbook-frame.png");
  background-repeat: no-repeat;
}
.project-screen .project {
  margin-right: -100%;
  float: left;
  cursor: move;
}

button.slick-next.slick-arrow {
    float: right;
    margin-top: -361px;
    margin-right: -55px;
    border: none;
    font-weight: bold;
    background: transparent;
}
button.slick-prev.slick-arrow {
    float: right;
    margin-right: 585px;
    margin-top: 0px;
    border: none;
    font-weight: bold;
    background: transparent;
}
button:focus {
  outline:0;
}
/* #desk carousel
================================================== */
.carousel-nav-icon {
  height: 48px;
  width: 48px;
}

.carousel-item .col,
.carousel-item .col-sm,
.carousel-item .col-md {
  margin: 8px;
  height: 300px;
  background-size: cover;
  background-position: center center;
}



/* #servicii taburi preturi
================================================== */
#sailorTableArea{
    overflow-x: auto;
    overflow-y: auto;
}
#sailorTable{
    white-space: normal;
}
tbody {
    display:block;
    height:500px;
    overflow:auto;
}
thead, tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
}
.table-bordered th {
    border:initial!important;
}

 .wrap-text {
   word-wrap: break-word;
 }





 #style-4::-webkit-scrollbar-track
 {
 	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 	background-color: #ffffff;
 }

 #style-4::-webkit-scrollbar
 {
 	width: 10px;
 	background-color: #F5F5F5;
 }

 #style-4::-webkit-scrollbar-thumb
 {
 	background-color: #000000;
 }


.breakw {
overflow-wrap:break-word;
}


/* back to top button */

#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}


/* Styles for SOCIAL page */

.how-it-work {
	margin-bottom: -10px;
	position: relative;
}

.bg-theme {
	color: #008931;
}

.how-it-work .panel p {
	font-size:18px;
}

.how-it-work .panel span,
.how-it-work .panel:hover span  {
	-webkit-transition: all ease-out 0.3s;
	-moz-transition: all ease-out 0.3s;
	-o-transition: all ease-out 0.3s;
	transition: all ease-out 0.3s;
}
.how-it-work .panel:hover span {
	background: rgba(0,0,0,0.4);
}

.how-it-work .panel-body {
	overflow-y: auto;
	overflow: visible;
	height: auto;
	padding-left: 120px;
	position: relative;
}
.how-it-work .panel-body span {
	position: absolute;
	top: 15px;
	left: 0px;
	width: 90px;
	height: 90px;
	line-height: 90px;
	color: #212112;;
	background: #f6f6f6;
	text-align: center;	
	font-size: 36px;
	font-weight: 800;
	border-radius: 50%;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.4);
}

.how-it-work .panel:nth-child(even) span {
    color: #212112;
}
.how-it-work .step-heading {
	font-size: 28px;
	margin-top: 0px;
	color: #212112;;
	padding-top:15px;
}
.step-heading span{
	font-size: 26px;
	color: #212112;;
}

/* Price sticky button*/

.feedback {
  background-color : #d6d6d6;
  color: #212121;
  padding: 10px 20px;

}

#pricebtn {
  position: fixed;
  bottom: -4px;
  right: 10px;
}
.bi.bi-bullseye {
    margin-left: -46px;
    align-self: center;
    color: #e0688d;
}

button.navbar-toggler {
    filter: drop-shadow(0px 1px 0px #000000);
    -webkit-filter: drop-shadow(0px 1px 0px #000000);
    -moz-filter: drop-shadow(0px 1px 0px #000000);
}