@charset "utf-8";
/*===========================================================================================================*/
/*=========================================== FOMRS =========================================================*/
/*===========================================================================================================*/
.gform_legacy_markup_wrapper {
	margin-top: 0!important;
}
label {
  display: block;
  text-align: left;
  color: var(--gray, #333)!important;
  font-size: 18px!important;
  font-style: normal!important;
  font-weight: 400!important;
  line-height: normal!important;
  margin: 0;
  margin-bottom: 5px;
  text-transform: unset;
}
.form-horizontal .control-label {
  text-align: left;
}
input[type='text'], 
input[type='email'], 
input[type='tel'], 
input[type='url'], 
input[type='password'], 
input[type='number'], 
input[type='date'], 
textarea, 
select {
  width: 100%;
  height: 66px;
  border-radius: 6px;
  border: 1px solid #C6C6C6;
  background: var(--background, #FCF7F8);
  padding: 0 32px;
  color: #535353;
  font-size: 18px!important;
  border-radius: 5px;
  box-shadow: inset 0 0px 3px rgb(11 23 82 / 35%);
}
textarea {
  min-height: 120px;
}

.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button, 
.gform_wrapper .gform_page_footer input[type=submit] {
  position: relative;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background: var(--secondary-color, #0E1935);
  border: solid 1px var(--secondary-color, #0E1935);
  border-radius: 700px;
  padding: 15px 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gform_wrapper .gform_footer input.button:hover, 
.gform_wrapper .gform_footer input.button:focus, 
.gform_wrapper .gform_footer input[type=submit]:hover, 
.gform_wrapper .gform_footer input[type=submit]:focus, 
.gform_wrapper .gform_page_footer input.button:hover, 
.gform_wrapper .gform_page_footer input.button:focus, 
.gform_wrapper .gform_page_footer input[type=submit]:hover, 
.gform_wrapper .gform_page_footer input[type=submit]:focus {
  color: var(--secondary-color, #0E1935);
  background-color: #fff;
  border-color: #fff;
  text-decoration: none;
}
/*===========================================================================================================*/
/*=========================================== BTN-LAYOUT ====================================================*/
/*===========================================================================================================*/
.btn-layout i { margin-top: .12em; margin-right: 5px }
.btn-layout {
  display: inline-block;
  position: relative;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  background: var(--secondary-color, #0E1935);
  border: solid 1px var(--secondary-color, #0E1935);
  border-radius: 700px;
  padding: 15px 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-layout:hover,
.btn-layout:focus {
  color: var(--secondary-color, #0E1935);
  background-color: #fff;
  border-color: #fff;
  text-decoration: none;
}
.white-btn-layout {
  color: var(--secondary-color, #0E1935);
  background-color: #fff;
  border: solid 1px #fff;
}
.white-btn-layout:hover,
.white-btn-layout:focus {
  color: #fff;
  background-color: var(--secondary-color, #0E1935);
  border-color: var(--secondary-color, #0E1935);
  text-decoration: none;
}
.orange-btn-layout {
  color: #fff;
  background-color: var(--accent-color, #FF7F11);
  border: solid 1px var(--accent-color, #FF7F11);
}
.orange-btn-layout:hover,
.orange-btn-layout:focus {
  color: var(--accent-color, #FF7F11);
  background-color: #fff;
  border-color: #fff;
  text-decoration: none;
}
.dark-orange-btn-layout {
  color: var(--secondary-color, #0E1935);
  background-color: var(--accent-color, #FF7F11);
  border: solid 1px var(--accent-color, #FF7F11);
}
.dark-orange-btn-layout:hover,
.dark-orange-btn-layout:focus {
  color: var(--accent-color, #FF7F11);
  background-color: var(--secondary-color, #0E1935);
  border-color: var(--secondary-color, #0E1935);
  text-decoration: none;
}
.hollow-btn-layout {
  color: var(--secondary-color, #0E1935);
  background-color: transparent;
  border: solid 1px var(--secondary-color, #0E1935);
}
.hollow-btn-layout:hover,
.hollow-btn-layout:focus {
  color: #fff;
  background-color: var(--secondary-color, #0E1935);
  border-color: var(--secondary-color, #0E1935);
  text-decoration: none;
}
.white-btn-layout.hollow-btn-layout {
  color: #fff;
  background-color: transparent;
  border: solid 1px #fff;
}
.white-btn-layout.hollow-btn-layout:hover,
.white-btn-layout.hollow-btn-layout:focus {
  color: var(--secondary-color, #0E1935);
  background-color: #fff;
  border-color: #fff;
  text-decoration: none;
}
.hollow-btn-layout.orange-btn-layout.dark-orange-btn-layout {
  color: var(--accent-color, #FF7F11);
  background-color: transparent;
  border: solid 1px var(--accent-color, #FF7F11);
}
.hollow-btn-layout.orange-btn-layout.dark-orange-btn-layout:hover,
.hollow-btn-layout.orange-btn-layout.dark-orange-btn-layout:focus {
  color: #fff;
  background-color: var(--accent-color, #FF7F11);
  border-color: var(--accent-color, #FF7F11);
  text-decoration: none;
}

/*=========================================== TEAM SECTION ==============================================*/
.team-section {
  position: relative;
  overflow: hidden;
  padding: 30px 0 0;
}
.team-section .left {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.team-section .left h2 {
  font-size: 35px;
  font-weight: 700;
  text-align: left;
}
.team-section .left li:not(:last-child) { margin-right: 20px; }
.team-section .left li {
  font-size: 18px;
}
.team-section .left li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  color: #0E1935;
  border: solid 1px #0E1935;
  transition: all .3s ease;
}
.team-section .left li a:hover {
  color: #fff;
  background-color: var(--accent-color, #FF7F11);
  border: solid 1px var(--accent-color, #FF7F11);
}
.team-section .slider-wrapper {
  padding: 0 10vw 0 0;
  margin-left: 290px;
  overflow: hidden;
}
.team-section .slider-wrapper .slick-list { overflow: visible; }
.team-section .slider-wrapper .slick-slide {
  padding: 30px 15px;
}
.team-section .slider-wrapper .item,
.team-grid .item {
  display: block;
}
.team-section .slider-wrapper .item .bnn,
.team-grid .item .bnn {
  display: block;
  position: relative;
  padding-bottom: 140%;
  background: #000;
  box-shadow: 0px 5px 9px 4px rgba(135, 135, 135, 0.55);
  border-radius: 41px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.team-section .slider-wrapper .item .bnn img,
.team-grid .item .bnn img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
.team-section .slider-wrapper .item:hover .bnn img,
.team-grid .item:hover .bnn img{ opacity: .7 }
.team-section .slider-wrapper .item .info,
.team-grid .item .info {
  margin-top: 30px
}
.team-section .slider-wrapper .item .info p,
.team-grid .item .info p {
  color: var(--gray, #333);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.team-section .slider-wrapper .item .info p span,
.team-grid .item .info p span {
  display: block;
  color: var(--secondary-color, #0E1935);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1200px) {}
@media (max-width: 991px) {}
@media (max-width: 768px) {
  .team-section .left {
    position: static;
    width: 100%;
  }
  .team-section .slider-wrapper {
    padding: 0;
    margin: 0;
  }
}

/*=========================================== JOIN SECTION ==============================================*/
.join-section {
  position: relative;
  overflow: hidden;
  padding: 105px 0;
  text-align: center;
  background: #191919;
}
.join-section .parallax {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bnn-team.jpg);
  background-position: center;
  background-size: cover;
}
.join-section .container,
.join-section .container-fluid {
  position: relative;
  opacity: 0;
}
.join-section.ready .container,
.join-section.ready .container-fluid {
  opacity: 1;
  animation: fadeIn 1.2s both;
}
.join-section h2 {
  color: #fff;
  margin-bottom: 60px
}
.join-section h2 span { 
  font-size: 28px;
  margin-bottom: 30px;
}
.join-section h2:after {
  content: '';
  display: block;
  width: 179px;
  height: 1px;
  background: #fff;
  margin: 50px auto 0;
}
.join-section p {
  color: #fff;
  margin-bottom: 60px
}

@media (max-width: 1200px) {}
@media (max-width: 991px) {}
@media (max-width: 768px) {}

/*=========================================== LEFT RIGHT SECTION ==============================================*/
.left-right .bnn {
  width: 100%;
  display: block;
  position: relative;
  padding-bottom: 40%;
  margin: 10px 0 0;
}
.left-right .bnn img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.left-right .info { padding: 0 8vw }
@media (min-width: 991px) {
  
  .left-right {
    position: relative;
  }
  .left-right > div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 80px 0;
  }
  .left-right > div:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .left-right .bnn {
    width: 52%;
    display: block;
    position: relative;
    padding-bottom: 40%;
  }
  .left-right .bnn img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .left-right .info {
    width: 48%;
    opacity: 0;
    padding: 50px 4vw 55px;
  }
  .left-right.ready .info {
    opacity: 1;
    animation: fadeIn 1.2s both;
  }
  .left-right .info h2 {
    margin-bottom: 45px;
  }
  .left-right .info p {
  }
  .left-right .info .btn-layout {
      margin-top: 20px;
  }

}

/*=========================================== GRID ELEMENT ==================================================*/
.grid-elemnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 -15px
}
.grid-elemnt > div {
  width: 33.3333%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.grid-elemnt.x2 > div { width: 50%; }
.grid-elemnt .grid-item {
  display: block;
  position: relative;
  padding-bottom: 56%;
  background-color: #000;
}
.grid-elemnt > div .bnn {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.grid-elemnt > div .bnn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid-elemnt > div:hover .bnn img {
  opacity: .7;
}
.grid-elemnt > div .text {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(0 0 0 / 42%);
}
.grid-elemnt > div .text p {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
}

@media (max-width: 768px) {
  .grid-elemnt > div {
    width: 50%;
  }
}
@media (max-width: 460px) {
  .grid-elemnt > div {
    width: 100%!important;
  }
}

/*=========================================== TEAM =======================================================*/
.team-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 -15px
}
.team-grid > div {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .team-grid > div {
    width: 33.3333%;
  }
}
@media (max-width: 768px) {
  .team-grid > div {
    width: 50%;
  }
}
@media (max-width: 460px) {
  .team-grid > div {
    width: 100%;
  }
}

/*=========================================== PROJECTS PAGE =================================================*/
.projects-page {
  padding: 60px 30px 30px;
}
.project-info {
  display: flex;
  flex-wrap: wrap;
}
.project-info .grid-elemnt {
  width: 70%;
  padding: 0 6vw;
}
.project-info .info {
  width: 30%;
}
@media (max-width: 991px) {
  .project-info {
    flex-direction: column-reverse;
  }
  .project-info .grid-elemnt {
    width: 100%;
    padding: 20px 6vw;
  }
  .project-info .info {
    width: 100%;
    padding: 20px 6vw;
  }
}

/*=========================================== LOGIN ========================================================*/
.login-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login-header h2 span {
  display: block;
  font-size: .6em;
  font-weight: 500;
  color: #666
}
.login-header ul {
  margin: 20px 0;
}
.login-tab .row:nth-child(odd) > div { background-color: #fcfcfc }
.login-tab p { margin: 10px 0 }

/*=========================================== LOCATIONS =====================================================*/
.where-list {
  display: block;
}
.where-list .where-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  height: 400px;
}
.where-list .left {
  position: relative;
  display: block;
  width: 50%;
  height: 100%;
  border-right: solid 2px #fff;
}
.where-list .left .bnn {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.where-list .left .bnn img {
  opacity: .4;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.where-list .left .info {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.where-list .left .info p {
  font-size: 24px;
  color: #fff;
  margin: 0 0 20px;
}
.where-list .left .info p strong {
  display: block;
}
.where-list .left .info .link {
  width: 40px;
  height: 40px;
  color: #fff;
  background: #3CCBF7;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.where-list .left .info .link:hover {
  background: #1ba1cb;
}
.where-list .right {
  display: block;
  width: 50%;
  border-left: solid 2px #fff;
}
.where-list .right > div {
  width: 100%;
  height: 100%;
}
.where-list .right > div iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .where-list .where-item {
    height: auto;
  }
  .where-list .left,
  .where-list .right {
    width: 100%;
    border: none;
    height: 300px;
  }
}

/*===========================================================================================================*/
/*=========================================== FOOTER ========================================================*/
/*===========================================================================================================*/
.footer {
  padding: 40px 0 0;
  position: relative;
  overflow: hidden;
  background: url(../img/wrench.svg) no-repeat left bottom;
}
.footer .footer-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 41px
}
.footer #menu-footer {
  margin: 7px 0 0;
}
.footer #menu-footer li {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer .footer-nav li:not(:last-child) { margin-right: 2vw; }
.footer a {
  color: var(--secondary-color, #0E1935);
}
.footer a:hover,
.footer a:focus {
  color: var(--primary-color, #3CCBF7);
}
.footer .container,
.footer .container-fluid {
  opacity: 0;
}
.footer.ready .container,
.footer.ready .container-fluid {
  position: relative;
  z-index: 2;
  opacity: 1;
  animation: fadeInUp 1.2s both;
  padding-top: 66px;
}
.footer .footer-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-line > div {}
.footer .footer-brands {
  margin: 20px 0 40px;
  display: flex;
  gap: 3vw;
  justify-content: center;
  align-items: center;
}
.footer .copy {
   margin: 41px 0 0;
  color: #D9D9D9;
  text-align: center;
}

@media (max-width: 1400px) {}
@media (max-width: 991px) {
  .footer .footer-nav {
    display: block;
    text-align: center;
  }
  .footer #menu-footer {
    margin: 37px 0 0;
  }
  .footer .footer-line {
    display: block
  }
}
@media screen and (max-width: 768px) {
  h1, .h1-style {
    font-size: 34px;
  }
  h2 {
    font-size: 27px;
  }
  h3 {
    font-size: 23px;
  }
  h4 {
    font-size: 18px;
  }
  p, li, td, th, label {
    font-size: 16px;
    letter-spacing: 0;
  }
  .btn-layout {
    padding: 14px 17px;
    font-size: 14px;
  }
}
@media (max-width: 560px) {
}