div.jumbotron.carousel-hero {
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 0;
  height: 100%;
}

div.jumbotron.hero-nature {
  background: black;
}

div.jumbotron.hero-photography {
  background: black;
}

div.jumbotron.hero-technology {
  background: black;
}

h1.hero-title, h2.hero-title, h3.hero-title {
  text-shadow: 0 3px 3px rgba(0,0,0,0.4);
  color: #fff;
}

p.hero-subtitle {
  max-width: 600px;
  margin: 25px auto;
  padding: 10px 15px;
  color: #fff;
}

.our-vision {
  background: black;
  background-position: initial;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

#carousel {
  height: 100vh;
}

#george-modal {
  background: url('/assets/img/team/g-modal.jpg?h=64c3cc2f53f88c14ec634eef31f1212b');
  background-position: initial;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50%;
  background-size: cover;
}

#florena-modal {
  background: url('/assets/img/team/f-modal.jpg?h=ba67d523593bd067210418d92df7bb34');
  background-position: initial;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50%;
  background-size: cover;
}

#mihai-modal {
  background: url('/assets/img/team/m-modal.jpg?h=55ec25fbf7edcf94c08ef740e4b3ece1');
  background-position: initial;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50%;
  background-size: cover;
}

#contact-us {
  font-size: 90px;
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  line-height: 107px;
}

@media (max-width: 1200px) {
  #contact-us {
    font-size: 70px;
    font-family: Rubik;
    font-style: normal;
    font-weight: bold;
    line-height: 107px;
  }
}

@media (min-width: 1200px) {
  #contact-p {
    color: #14C2F3;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 34px;
  }
}

#contact-p {
  color: #14C2F3;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
}

#frontPage {
  position: relative;
  height: 100%;
}

.number-menu {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  color: #14c2f3;
}

@media (max-height: 768px) {
  .number-menu {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 33px;
    color: #14c2f3;
  }
}

.team-member-p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: white;
  filter: brightness(147%);
  padding-top: 20px;
}

.nav-item.nav-link {
}

.right-anchor-spacing {
  height: 20px;
  margin-top: 20px;
  padding-bottom: 20px;
}

.our-vision-header-mobile {
  font-family: Rubik;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  color: white;
}

.our-vision-paragraph-mobile {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: white;
  height: 333px;
}

.our-vision-img-mobile {
  position: absolute;
  width: 113px;
  height: 109px;
  top: -40px;
  left: -60px;
}

.our-vision-line-mobile {
  background: #ffffff;
  height: 1px;
  width: 95%;
}

@media (max-width: 992px) {
  #mainNavBar {
    position: absolute;
    /*top: auto;*/
  }
}

.carousel .carousel-indicators li {
  background: url('/assets/img/carousel-icon.png?h=0a407f86320b6f406f81225f0d93f5e5');
  background-repeat: no-repeat;
  width: 23px;
  height: 15px;
  padding-top: 20px;
  background-size: 13px;
}

.carousel .carousel-indicators li.active {
  background: url('/assets/img/carousel-icon-active.png?h=fd5243b9566bbf3fc15eaae53fbc1e34');
  background-repeat: no-repeat;
  height: 14px;
  width: 23px;
  background-size: 13px;
}

@media (max-height: 576px) {
  .menu-heading {
    font-size: 20px;
  }
}

.blue-text {
  color: #14c2f3;
}

.contact-clean {
  background: #f1f7fc;
  padding: 80px 0;
}

@media (max-width:767px) {
  .contact-clean {
    padding: 20px 0;
  }
}

.contact-clean form {
  max-width: 480px;
  width: 90%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 4px;
  color: #505e6c;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}

@media (max-width:767px) {
  .contact-clean form {
    padding: 30px;
  }
}

.contact-clean h2 {
  margin-top: 5px;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 36px;
  color: inherit;
}

.contact-clean .form-group:last-child {
  margin-bottom: 5px;
}

.contact-clean form .form-control {
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.05);
  outline: none;
  color: inherit;
  padding-left: 12px;
  height: 42px;
}

.contact-clean form .form-control:focus {
  border: 1px solid #b2b2b2;
}

.contact-clean form textarea.form-control {
  min-height: 100px;
  max-height: 260px;
  padding-top: 10px;
  resize: vertical;
}

.contact-clean form .btn {
  padding: 16px 32px;
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 1;
  outline: none !important;
}

.contact-clean form .btn:hover {
  opacity: 1;
}

.contact-clean form .btn:active {
  transform: translateY(1px);
}

.contact-clean form .btn-primary {
  background-color: #055ada !important;
  margin-top: 15px;
  color: #fff;
}

#navbar {
  transition: top 0.3s;
}

#team-1 {
  /*background-size: cover;*/
  /*background-size: cover;*/
  /*height: 100%;*/
  width: 100%;
  /*-webkit-background-size: cover;*/
  /*-moz-background-size: cover;*/
  background-size: cover;
  overflow: hidden;
}

#centerLogo {
  margin-top: 15vh;
}

.contact-fields {
  filter: brightness(200%);
}

.form-control:focus {
  color: #ffffff;
  background-color: #fff;
  border-color: #ffeeb5;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(254,209,54,.25);
}

.modal-mobile-p {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 16px;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #fed136;
}

.menu-heading:hover {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: bold;
  font-size: 72px;
  line-height: 60px;
  color: rgb(20,194,243);
}

@media (max-height: 600px) {
  .menu-heading:hover {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 60px;
    color: rgb(20,194,243);
  }
}

@media (max-width: 576px) {
  .menu-heading:hover {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: bold;
    font-size: 52px;
    line-height: 60px;
    color: rgb(20,194,243);
  }
}

@media (min-width: 576px) {
  .menu-heading {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: bold;
    font-size: 72px;
    line-height: 60px;
    color: white;
  }
}

@media (max-width: 576px) {
  .menu-heading {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: bold;
    font-size: 52px;
    line-height: 60px;
    color: white;
  }
}

@media (max-height: 576px) {
  .menu-heading {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 60px;
    color: white;
  }
}

a:hover {
  color: #00000000;
  text-decoration: none;
}

@media (min-height: 600px) {
  #menu-expanded {
    background: black;
    background-size: cover;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }
}

#menu-expanded {
  background: black;
  background-size: cover;
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

@media (max-width: 500px) {
  .thank-you-heading {
    font-family: Rubik;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 60px;
  }
}

@media (min-width: 500px) {
  .thank-you-heading {
    font-family: Rubik;
    font-style: normal;
    font-weight: bold;
    font-size: 70px;
    line-height: 80px;
  }
}

@media (min-width: 1000px) {
  .thank-you-heading {
    font-family: Rubik;
    font-style: normal;
    font-weight: bold;
    font-size: 100px;
    line-height: 110px;
  }
}

@media (min-width: 1200px) {
  .thank-you-heading {
    font-family: Rubik;
    font-style: normal;
    font-weight: bold;
    font-size: 100px;
    line-height: 110px;
  }
}

.mobile-side-col-left {
  height: 20%;
}

@media (min-height: 700px) {
  .mobile-side-col-left {
    height: 20%;
  }
}

@media (min-height: 800px) {
  .mobile-side-col-left {
    height: 26%;
  }
}

.mobile-side-col-right {
  height: 13%;
}

@media (min-height: 700px) {
  .mobile-side-col-right {
    height: 18%;
  }
}

@media (min-height: 800px) {
  .mobile-side-col-right {
    height: 25%;
  }
}

@media (min-width:992px) {
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.rotate {
  border-bottom-style: none;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transition: 0.3s;
}

.rotate-back {
  border-bottom-style: none;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transition: 0.3s;
}

.modal-story {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
}

.modal-p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
}

.story-modal {
  Font family: Montserrat;
}

.close-modal-mobile {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 78px;
  height: 78px;
  border-radius: 50px;
  background: #14c2f3;
  border-color: #14c2f3;
}

.close-modal {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 78px;
  height: 78px;
  border-radius: 50px;
  background: #14c2f3;
  border-color: #14c2f3;
}

.close-modal:hover, .close-modal:focus {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 78px;
  height: 78px;
  border-radius: 50px;
  background: #14c2f3 !important;
  border-color: #14c2f3;
}

.button-close-cross {
  width: 50px;
  height: 50px;
  font-size: 50px;
}

.modal-heading {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 30px;
}

.modal-mobile-header {
  height: 148px;
}

.modal-mobile-body {
  height: 382px;
  background: white;
}

.modal-mobile-footer {
  width: 100%;
  border-radius: 50px;
  border-bottom-color: rgb(0,0,0);
  height: 70px;
}

.modal-mobile-img {
  width: 139px;
  height: 148px;
  border-radius: 25px;
}

.modal-mobile-person {
  height: 148px;
  width: 230px;
}

.deactivate-scroll {
  overflow: hidden;
  height: 100%;
}

div#contact-box {
  padding-right: 0;
  padding-bottom: 10px;
  padding-top: 30px;
  min-height: 100%;
  max-height: 100%;
}

p#contact-text {
  line-height: 1.5em;
  padding-bottom: 10px;
}

div.info-box {
  margin-bottom: 15px;
}

.my-info-icons {
  margin-right: 15px;
}

div#info-container {
  padding-bottom: 20px;
  padding-top: 20px;
  height: 100%;
}

i.form-control-feedback {
  padding-top: 10px;
}

i.form-control-feedback {
  padding-top: 10px;
}

div.site-form {
  padding-top: 10px;
}

button#form-btn {
  border-radius: 0;
  width: 30%;
  height: 40px;
  font-size: 1em;
  background: #fff;
}

form#my-form {
  padding-bottom: 20px;
  padding-top: 20px;
}

input[type="text"], input[type="email"], input[type="tel"], textarea {
  border-radius: 0 !important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #212529;
  background-color: #e1e1e1;
  border-color: #ffffff;
}

.modal-dialog {
  /*margin-right: auto;*/
}

.modal-mobile {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 96%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: none;
  border-radius: 50%;
  outline: 0;
  max-width: 500px;
}

.modal-bg {
  background: url("/assets/img/ourTeam/teamBG.jpg?h=e14e45b8d073ad15276aa5a4a032bcb4") bottom / cover no-repeat;
}

#box-1 {
  height: 100vh;
  width: 100%;
  background-image: url(i1.jpg);
  background-size: cover;
  display: table;
  background-attachment: fixed;
}

#box-2 {
  height: 100vh;
  width: 100%;
  background-image: url('/assets/img/header/header-bg.jpg?h=cc54b0296ee49762a05e6a60666710f4');
  background-size: cover;
  display: table;
  background-attachment: fixed;
  background-position: bottom;
}

#box-3 {
  height: 100vh;
  width: 100%;
  background-image: url(i3.jpg);
  background-size: cover;
  display: table;
  background-attachment: fixed;
}

h1 {
  font-family: arial black;
  font-size: 50px;
  color: white;
  margin: 0px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 992px) {
  .header-parallax {
    height: 100vh;
    width: 100%;
    background-image: url('/assets/img/header/header-bg.jpg?h=cc54b0296ee49762a05e6a60666710f4');
    background-size: cover;
    background-position: bottom;
  }
}

@media (min-width: 992px) {
  .header-parallax {
    height: 100vh;
    width: 100%;
    background-size: cover;
    display: table;
    background-attachment: fixed;
    background-position: bottom;
    /*position: relative;*/
  }
}

#aboutUs {
  background: url('aboutUs/aboutUs.png');
  background-position: initial;
  background-repeat: no-repeat;
  background-position: center;
  background-size: inherit;
  background-origin: initial;
  background-attachment: 100%;
  min-height: 560px;
}

#about-us {
  background: black;
  min-height: 560px;
}

.icon {
  font-size: 30px;
  position: absolute;
  left: 15px;
  top: 15px;
  width: 30px;
  text-align: center;
  color: #3b99e0;
}

#aboutUs3Mobile {
  background: url('/assets/img/ourServices/services.jpg?h=b57ccdcd8a8804f6d1c8ec791bbdf475');
  background-position: initial;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top;
  background-size: cover;
  height: auto;
  position: relative;
}

#services {
  background: url('/assets/img/ourServices/services.jpg?h=b57ccdcd8a8804f6d1c8ec791bbdf475');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top;
  background-size: cover;
  height: auto;
  position: relative;
}

.ourServicesHeaders {
  font-size: 22px;
  color: white;
  text-align: left;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: bold;
  line-height: 27px;
  padding-bottom: 10px;
}

@media (min-width: 900px) {
  .ourServicesHeaders {
    color: white;
    text-align: left;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    padding-bottom: 10px;
    margin-left: 5px;
  }
}

.ourServicesText {
  font-size: 14px;
  font-style: normal;
  color: white;
  font-family: Montserrat;
  font-weight: 300;
  line-height: 20px;
  text-align: left;
  margin-bottom: 100px;
}

@media (min-width: 900px) {
  .ourServicesText {
    font-size: 20px;
    font-style: normal;
    color: white;
    font-weight: 300;
    font-family: Montserrat;
    line-height: 28px;
    text-align: left;
    margin-bottom: 100px;
  }
}

#aboutUsContainer {
  height: 100%;
  min-height: 100%;
}

.leftLine {
  width: 1px;
  height: 85%;
  float: left;
}

.rightLine {
  width: 1px;
  height: 80%;
  background: white;
  float: right;
  min-height: 100px;
}

#team-mobile {
  background: url('/assets/img/ourTeam/team-mobile.jpg?h=22dedc7449a6519bdd4b24b14cc1da07');
  background-size: cover;
  background-position: bottom;
}

#team {
  height: 100vh;
  width: 100%;
  background-image: url('/assets/img/ourTeam/teamBG.jpg?h=e14e45b8d073ad15276aa5a4a032bcb4');
  background-size: cover;
  display: table;
  background-attachment: fixed;
  background-position: bottom;
}

body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.fullscreen {
  height: 100vh;
  min-height: 660px;
}

section {
  padding: 0px 0;
}

@media (min-width: 500px) {
  .stickRight {
    position: absolute;
    right: 0;
    width: 5vh;
    height: 100%;
  }
}

@media (max-width: 500px) {
  .stickRight {
    position: absolute;
    right: 0;
    width: 5vh;
    height: 100%;
  }
}

@media (max-width: 500px) {
  .stickLeft {
    position: absolute;
    left: 0;
    width: 5vh;
    /*height: 100vh;*/
  }
}

.stick-side {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 5vh;
  /*height: 100vh;*/
}

@media (min-width: 768px) {
  .stick-side {
    position: absolute;
    left: 0;
    top: 0;
    width: 5vh;
    margin-top: 400px;
    margin-left: 20px;
  }
}

@media (min-width: 500px) {
  .stickLeft {
    position: absolute;
    left: 0;
    width: 5vh;
    height: 100vh;
  }
}

@media (min-width: 700px) {
  .stickLeft {
    position: absolute;
    left: 0;
    width: 6vh;
    height: 100vh;
  }
}

@media (min-width: 900px) {
  .stickLeft {
    position: absolute;
    left: 0;
    width: 8vh;
    height: 100vh;
  }
}

@media (min-width: 1200px) {
  .stickLeft {
    position: absolute;
    left: 0;
    width: 10vh;
    height: 100vh;
  }
}

.verticaltext {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  /*-o-transform: rotate(-90deg);*/
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width:768px) {
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.hoverBlue {
  width: 321px;
  height: 439px;
  top: 0;
  left: 0;
}

.hoverGeorge:hover {
  width: 318px;
  height: 440px;
  transition: opacity 0.15s ease-in;
  border-radius: 26px;
  transition: 0.3s;
  background: url('/assets/img/team/g-big.jpg?h=d81206fa2036a76d40c26fadfd4774b8');
  background-size: cover;
  top: 0;
  left: 0;
}

.hoverMihai:hover {
  width: 318px;
  height: 440px;
  transition: opacity 0.15s ease-in;
  border-radius: 26px;
  transition: 0.3s;
  background: url('/assets/img/team/m-big.jpg?h=c65ad461668e73a430aa41911c1218cc');
  background-size: cover;
  top: 0;
  left: 0;
}

.hoverFlorena:hover {
  width: 318px;
  height: 440px;
  transition: opacity 0.15s ease-in;
  border-radius: 26px;
  transition: 0.3s;
  background: url('/assets/img/team/f-big.jpg?h=d81206fa2036a76d40c26fadfd4774b8');
  background-size: cover;
  top: 0;
  left: 0;
}

#headerFooter {
  position: absolute;
  bottom: 0;
}

.list > .active {
  background-color: red;
}

#listCustom > .active > a {
  background-color: red;
}

@media (min-width:1440px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1340px;
  }
}

@media (min-width:1600px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1540px;
  }
}

section#contact .form-group input, section#contact .form-group textarea {
  padding: 20px;
}

section#contact .form-control:focus {
  border-color: white;
  box-shadow: none;
}

footer {
  /*position: absolute;*/
  bottom: 0;
  padding: 25px 0;
  text-align: center;
  width: 100%;
  height: 350px;
  background: rgb(0,0,0);
}

.footer {
  width: 90%;
  position: absolute;
  bottom: 0;
}

section#contact {
  height: 100vh;
  width: 100%;
  background-image: url('/assets/img/ourTeam/teamBG.jpg?h=e14e45b8d073ad15276aa5a4a032bcb4');
  background-size: cover;
  display: table;
  background-attachment: fixed;
  background-position: bottom;
}

#contact-mobile {
  height: 100vh;
  /*width: 100%;*/
  background-image: url('/assets/img/ourTeam/teamBG.jpg?h=e14e45b8d073ad15276aa5a4a032bcb4');
  background-size: cover;
  /*display: table;*/
  /*background-attachment: fixed;*/
  background-position: bottom;
}

@media (min-width:1366px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: white;
}

.spanNav {
  color: white;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.spanNav:hover {
  color: #14C2F3;
}

.hide {
  opacity: 0;
  transition: opacity 0.15s ease-in;
  /*display: none;*/
}

@media (min-width: 1100px) {
  .ourVisionPngMargin {
    margin-left: 270px;
  }
}

@media (min-width: 900px) {
  .ourVisionPngMargin {
    margin-left: 270px;
  }
}

.ourVisionPng {
  position: absolute;
}

#workWithUs:hover {
  background: white;
}

.team-member img {
  width: 238px;
  height: 238px;
  background-size: contain;
  border-style: none;
  position: relative;
}

@media (max-width: 500px) {
  #helloLogo {
    max-width: 350px;
  }
}

#heading-blog {
  font-family: Rubik;
  font-size: 48px;
  font-style: normal;
  font-weight: bold;
  color: black;
}

@media (min-width: 767px) {
  #heading-blog {
    font-family: Rubik;
    font-size: 90px;
    font-style: normal;
    font-weight: bold;
    height: 107px;
    color: black;
  }
}

#ourBlogP {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}

@media (min-width: 768px) {
  #ourBlogP {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
  }
}

@media (min-width: 500px) {
  .verticaltextRight {
    transform: rotate(180deg);
    font-family: Rubik;
    font-style: normal;
    /*font-weight: bold;*/
    font-size: 38px;
    line-height: 59px;
    text-align: center;
  }
}

@media (max-width: 500px) {
  .verticaltextRight {
    transform: rotate(180deg);
    font-family: Rubik;
    font-style: normal;
    /*font-weight: bold;*/
    font-size: 38px;
    line-height: 59px;
    text-align: center;
  }
}

@media (max-width: 500px) {
  .verticaltext {
    transform: rotate(0deg);
    font-family: Rubik;
    font-style: normal;
    /*font-weight: bold;*/
    font-size: 38px;
    line-height: 59px;
    text-align: center;
  }
}

@media (min-width: 500px) {
  .verticaltext {
    transform: rotate(0deg);
    font-family: Rubik;
    font-style: normal;
    /*font-weight: bold;*/
    font-size: 38px;
    line-height: 59px;
    text-align: center;
  }
}

@media (min-width: 700px) {
  .verticaltext {
    transform: rotate(0deg);
    font-family: Rubik;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 59px;
    text-align: center;
  }
}

#ourServiciesHeading {
  color: rgb(255,255,255);
  padding-top: 100px;
  /*padding-bottom: 100px;*/
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 59px;
  text-align: center;
}

@media (min-width: 768px) {
  #mobileHello {
    display: none;
  }
}

#swSeeMore {
  min-width: 266px;
}

.workWithUs {
  background: rgb(255,255,255);
  width: 160px;
  height: 46px;
  border-radius: 50px;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  border-style: none;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #000000!important;
  border-color: #ffffff!important;
  color: #fff;
  color: #14C2F3;
}

.close-modal:active, .close-modal:focus, .close-modal:hover {
  background-color: #14C2F3!important;
  color: #fff;
}

#workWithUsID:focus {
  background-color: #ffffff!important;
  border: none;
  color: #fff;
  color: #14C2F3;
}

#workWithUsID:hover {
  background-color: #ffffff!important;
  /*border-color: #fec810!important;*/
  /*color: #fff;*/
  color: #14c2f3;
}

.seeMoreButton {
  width: 100px;
  height: 26px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
}

@media (min-width: 500px) {
  .seeMoreButton {
    width: 160px;
    height: 46px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
  }
}

@media (min-width: 500px) {
  .seeMoreButton:active, .seeMoreButton:focus {
    width: 160px;
    height: 46px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    border: none;
    box-shadow: none !important;
    outline: none !important;
    color: #14c2f3;
  }
}

.about-us-paragraph-mobile {
  font-family: Montserrat;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.05em;
  color: white;
}

@media (min-width: 576px) {
  .about-us-paragraph-mobile {
    font-size: 22px;
    line-height: 28px;
  }
}

@media (min-width: 768px) {
  .about-us-paragraph-mobile {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 992px) {
  #about-us-paragraph-mobile {
    display: none;
  }
}

@media (max-width: 991px) {
  #about-us-paragraph-desktop {
    display: none;
  }
}

@media (min-width: 992px) {
  .about-us-paragraph-desktop {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    color: #FFFFFF;
  }
}

.about-us-heading {
  font-family: Rubik;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 59px;
  color: white;
}

@media (min-width: 576px) {
  .about-us-heading {
    font-weight: 700;
    font-size: 58px;
  }
}

@media (min-width: 768px) {
  .about-us-heading {
    font-weight: 700;
    font-size: 64px;
  }
}

@media (min-width: 992px) {
  #about-us-heading {
    font-family: Rubik;
    font-style: normal;
    font-weight: 700;
    font-size: 90px;
    line-height: 107px;
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#about-us-container {
  height: 100vh;
  margin-left: 10%;
  margin-right: 15%;
  width: 90%;
}

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

.text-align-right {
  text-align: right;
}

.our-vision-heading {
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #14C2F3;
}

.our-vision-paragraph {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: white;
}

.our-vision-img {
  width: 87.59px;
  height: 84.72px;
}

#ourTeamVertical {
  margin-top: 100px;
  height: auto;
}

.aboutUsLogo {
  position: absolute;
  padding-left: 250px;
}

.team-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  font-size: 50px;
  background: white;
  color: rgb(39,147,255);
  /*margin-bottom: 20px;*/
  margin-right: 20px;
  border-radius: 100%;
}

.team-member-mobile {
  width: 100px;
  height: 101.28px;
}

.top-nav-collapse {
  opacity: 0;
}

.fixed-bottom, .fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-list {
  position: fixed;
  right: 0;
  height: 100vh;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #ffffff;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  opacity: 1;
}

#mainNavCircle .navbar-nav .nav-item .nav-link.active, #mainNavCircle .navbar-nav .nav-item .nav-link:hover {
  color: #ffffff;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  opacity: 1;
}

#mainNav .navbar-nav .nav-item .nav-link {
  opacity: 0;
}

#mainNavCircle .navbar-nav .nav-item .nav-link {
  opacity: 0;
}

.right-anchor {
  height: 10px;
}

.member {
  width: 318px;
  height: 440px;
  position: relative;
}

.member-name {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 25px;
}

.hover-img:hover {
  width: 321px;
  height: 439px;
  background-color: #14c2f3;
  transition: opacity 0.15s ease-in;
  border-radius: 26px;
  opacity: 26%;
  transition: 0.3s;
  top: 0;
  left: 0;
}

.hover-img {
  width: 321px;
  height: 439px;
  transition: opacity 0.15s ease-in;
  border-radius: 26px;
  opacity: 26%;
  transition: 0.3s;
  top: 0;
  left: 0;
}

#landing-page {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 1s ease-in-out;
}

#landing-page:hover {
  /*position: absolute;*/
  /*top: 0;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*transition: all 1s ease-in-out;*/
  opacity: 0;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  overflow: auto;
  /*height: 100%;*/
}

#div-footer {
  height: 327px;
  width: 80%;
  border: 0.730681px solid #FFFFFF;
}

::selection {
  /*color: red;*/
  background: #14c2f3;
}

.ourServicesIcon {
  width: 45px;
  margin-top: 8px;
  /*margin-left: 50%;*/
}

.navbar-dark .navbar-toggler {
  color: hsla(0,0%,100%,.5);
  border: none;
}

.modal-content {
  border-radius: 100px;
  border: none;
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  width: 43px;
  height: 43px;
  background-color: #14c2f3;
}

.modal-dialog {
  position: relative;
  width: auto;
  /*margin: .5rem;*/
  pointer-events: none;
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    width: 100%;
    background-image: url('/assets/img/header/header-bg.jpg?h=cc54b0296ee49762a05e6a60666710f4');
    background-size: cover;
    display: table;
    background-attachment: fixed;
    background-position: bottom;
  }
}

@media (max-width: 992px) {
  header.masthead {
    height: 100vh;
    width: 100%;
    background-image: url('/assets/img/header/header-bg.jpg?h=cc54b0296ee49762a05e6a60666710f4');
    background-size: cover;
    background-position: bottom;
  }
}

#workWithUsID {
  background: rgb(255,255,255);
  border-right-style: none;
  color: rgb(0,0,0);
  margin: 100px;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 200px;
}

#send-message:hover {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  width: 160px;
  height: 46px;
  color: #14c2f3;
}

#send-message {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  width: 160px;
  height: 46px;
}

.services-heading {
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 27px;
  color: #FFFFFF;
  text-align: left;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .services-heading {
    font-family: Rubik;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 47px;
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 15px;
  }
}

@media (min-width: 1200px) {
  .services-heading {
    font-family: Rubik;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 57px;
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 15px;
  }
}

@media (min-width: 1400px) {
  .services-heading {
    font-family: Rubik;
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    line-height: 67px;
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 15px;
  }
}

.services-description {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1px;
  color: #FFFFFF;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .services-description {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    color: #FFFFFF;
    margin-bottom: 15px;
  }
}

@media (min-width: 1200px) {
  .services-description {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
    margin-bottom: 15px;
  }
}

@media (min-width: 1400px) {
  .services-description {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 40px;
    color: #FFFFFF;
    margin-bottom: 15px;
  }
}

.fa.fa-long-arrow-right {
  font-size: 12px !important;
  width: px;
  color: #14C2F3;
}

.services-container-row {
  margin-right: 0;
  border-top: 1px solid #FFFFFF;
  margin-left: 60px;
  min-height: 185px;
  padding-right: 0px;
  right: 0;
}

@media (min-width: 768px) {
  .services-container-row {
    margin-right: 0;
    border-top: 1px solid #FFFFFF;
    margin-left: 160px;
    min-height: 185px;
    padding-right: 0px;
    right: 0;
  }
}

@media (min-width: 992px) {
  .services-container-row {
    margin-right: 0;
    border-top: 1px solid #FFFFFF;
    margin-left: 200px;
    min-height: 185px;
    padding-right: 0px;
    right: 0;
  }
}

.services-row {
  margin-right: 20px;
  margin-left: 0px;
  width: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.service-left-spacing {
  width: 35px;
}

.products-side-text {
  color: #FFFFFF;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

@media (min-width: 768px) {
  .products-side-text {
    color: #FFFFFF;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 44px;
  }
}

@media (min-width: 768px) {
  .dissapear-lg {
    display: none;
  }
}

.blog-heading {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 57px;
  text-align: center;
}

@media (min-width: 576px) {
  .blog-heading {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 58px;
    line-height: 57px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .blog-heading {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 68px;
    line-height: 57px;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .blog-heading {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 78px;
    line-height: 57px;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .blog-heading {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 88px;
    line-height: 57px;
    text-align: center;
  }
}

@media (min-width: 1400px) {
  .blog-heading {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 98px;
    line-height: 57px;
    text-align: center;
  }
}

#blog-heading {
  height: 329px;
  background: url(/assets/img/header-bg.jpg?h=f00b0cf870aa3b9adec26944a27e76f4) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

@media (min-width: 576px) {
  #blog-heading {
    height: 429px;
    background: url(/assets/img/header-bg.jpg?h=f00b0cf870aa3b9adec26944a27e76f4) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}

@media (min-width: 768px) {
  #blog-heading {
    height: 529px;
    background: url(/assets/img/header-bg.jpg?h=f00b0cf870aa3b9adec26944a27e76f4) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}

@media (min-width: 992px) {
  #blog-heading {
    height: 629px;
    background: url(/assets/img/header-bg.jpg?h=f00b0cf870aa3b9adec26944a27e76f4) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}

@media (min-width: 1200px) {
  #blog-heading {
    height: 100vh;
    background: url(/assets/img/header-bg.jpg?h=f00b0cf870aa3b9adec26944a27e76f4) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}

#blog-descr-1 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
}

@media (min-width: 576px) {
  #blog-descr-1 {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
  }
}

@media (min-width: 768px) {
  #blog-descr-1 {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
  }
}

@media (min-width: 992px) {
  #blog-descr-1 {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 60px;
    text-align: center;
    color: #FFFFFF;
  }
}

@media (min-width: 1200px) {
  #blog-descr-1 {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 76px;
    text-align: center;
    color: #FFFFFF;
  }
}

#blog-descr-2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 10px;
  text-align: center;
  color: #14C2F3;
}

@media (min-width: 576px) {
  #blog-descr-2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #14C2F3;
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  #blog-descr-2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #14C2F3;
    margin-top: 10px;
  }
}

@media (min-width: 992px) {
  #blog-descr-2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #14C2F3;
  }
}

@media (min-width: 1200px) {
  #blog-descr-2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
    color: #14C2F3;
  }
}

@media (min-width: 1400px) {
  #blog-descr-2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 35px;
    color: #14C2F3;
    margin-top: 10px;
  }
}

.blog-post-img {
  width: 305.46px;
  height: 305.46px;
}

.newsletter-input {
  background: transparent;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  border: none;
  border-bottom: 0.729503px solid #FFFFFF;
  padding-left: 0;
  width: 119.64px;
}

#menu-bar-expanded {
  /*position: absolute;*/
  background: black;
  background-size: cover;
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  overflow: hidden;
}

#reply {
  /*position: absolute;*/
  background: black;
  background-size: cover;
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  overflow: hidden;
}

div#bdiv {
  position: absolute;
  background: url(/assets/img/header-bg.jpg?h=f00b0cf870aa3b9adec26944a27e76f4) no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  overflow: hidden;
}

h1.fwhite {
  color: white;
}

p.fwhite {
  color: white;
}

div#cdiv {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%,-50%);
  text-align: center;
}

@media (min-width:311px) {
  h1.fwhite {
    font-size: 40px;
  }
}

@media (min-width:446px) {
  h1.fwhite {
    font-size: 32px;
  }
}

@media (min-width:542px) {
  h1.fwhite {
    font-size: 58px;
  }
}

@media (min-width:796px) {
  h1.fwhite {
    font-size: 80px;
  }
}

@media (min-width:900px) {
  h1.fwhite {
    font-size: 90px;
  }
}

@media (min-width:768px) {
  p.fwhite {
    font-size: 22px;
  }
}

#lineDiv {
  color: rgb(255,255,255);
  height: 40%;
  width: 1.29px;
  text-align: center;
  position: absolute;
  left: 50%;
}

