@charset "utf-8";
*,
*:before,
*:after{
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

/* CSS Document */
:root{
    --progress1: .1;
}
a, :focus,*{
	outline:none;
}
body {
	padding:0px;
	margin:0px;
	font-family: "Inter", sans-serif;
    color: #858585;
    font-size: 20px;
    line-height: 30px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #fff;
}
::-webkit-scrollbar {
    width: 10px;
  background-color: #fff;
}
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #a3a3a3;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}



.ff-barlow{
    font-family: "Barlow", sans-serif;
}

h1, h2, h3, h4, h5, h6{
    line-height: 1;
    margin: 0;
    font-weight:600;
    padding: 0;
    margin-bottom: 0px;
    font-family: "Barlow", sans-serif;
}
h1 {
    font-size: 82px;
    margin-bottom: 0;
    font-weight:200;
    line-height: 1;  
    color: #000000;
    margin-bottom: 16px;
}
h1 span{
    color: #3A1183;
    display: flex;
}
h2{
    color: #838175;
    text-align: center;
    font-size: 42px;
    font-style: normal;
    font-weight: 200;
    line-height: 56px; 
}
h3 {
    font-size: min(1.35vw, 26px);
    font-weight:400;
    line-height: 1.3;
}
p {
    margin: 0;
    font-weight: 300;
    color: #00001b;
    margin-bottom: 16px;
}
p:last-child {
    margin-bottom: 0px;
}

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

a{
	color:#00001b;
}

a, a:hover {
	text-decoration:none;
}

.logo {
	width:30%;
	margin-top: 0px;
}
.w-100{
    width: 100%;
}
.d-flex{
    display: flex;
}
.mb-0{
    margin-bottom: 0px;
}
.position-relative{
    position: relative;
}

.container, .container-sml, .container-1200{
    width: 100%;
    max-width: 1060px;
    margin: auto;
    position: relative;
    z-index: 3;
    padding-left: 15px;
    padding-right: 15px;
}
.container-sml{
    max-width: 845px;
}
.container-1200{
    max-width: 1230px;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.row > div {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}
.col-md-12, .col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.text-center{
    text-align: center;
}
.d-flex{
    display: flex;
}

header{
    background: #1E1E1E;
    padding: 90px 0 40px;
}
.main-nav ul {
    display: flex;
    color: #fff;
    align-items: baseline;
    justify-content: center;
}
.main-nav ul li{
    padding: 0 34px;
}
.main-nav ul li.header-logo{
    padding: 0 52px;
}

.main-nav ul li a{
    color: rgba(137, 137, 137, 1);
    font-family: "Barlow", sans-serif;
    color: #898989;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 171.429% */
    letter-spacing: 1.54px;
    text-transform: uppercase;
}
.hero-inner{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 854px;
}
.hero-inner h1{
    color: #FFF;
    text-align: center;
    font-size: 58px;
    font-style: normal;
    font-weight: 200;
    line-height: 68px; /* 117.241% */
}

.arrow-down {
  position: absolute;
  border-radius: 8px;
  background: rgba(45, 45, 45, 0.59);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.get-on-the-list-btn{
    position: absolute;
    bottom: 40px;
    right: 40px;
    background: rgba(30, 30, 30, 0.81); 
    padding: 11px 60px 11px 11px;
    border-radius: 45px;
    color: #9B998A;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 1.65px;
    text-transform: uppercase;
    margin: 0;
    z-index: 999;
    display: flex;
  align-items: center;
}
.get-on-the-list-btn span{
    background: #000;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    margin-right: 20px;
    display: inline-flex;
}
.btn-linkedin {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 140%;
    letter-spacing: 1px;
    fill: #290C5F;
    color: #290C5F;
    background-color: #290C5F00;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 13px 13px 13px 13px;
    padding: 14px 28px 14px 28px;
    transition: all .2s ease;
}
.btn-linkedin:hover{
    transition: all .2s ease;
    color: #fff;
    background: #290C5F;
}
.site-header {
  padding: 15px 0;
}

.button {
    background-color: #812DFB;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 140%;
    letter-spacing: 0px;
    border-radius: 13px 13px 13px 13px;
    padding: 18px 22px;
    display: inline-flex;
    color: #fff;
    border: 1px solid #812DFB;
    transition: all .2s ease;
}
.button:hover{
    color: #812DFB;
    background-color: transparent;
}
.contact-us-sec{
    background: #F4F4F0;
    position: relative;
    padding: 130px 0 146px;
}
.hero h5{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 120% */
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 40px 0 45px;
}
.hero{
    height: calc(100vh - 206px);
}
.hero-bg-img{
    position: absolute;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width:100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
/*
.hero-bg-img.animated{
    width: 100%;
    transition: all .3s ease;
}
*/

.contact-us-sec h2{
    margin: auto;
    margin-bottom: 23px;
}
.contact-us-sec p{
    color: #928989;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px; /* 211.765% */
    letter-spacing: -0.34px;
    max-width: 665px;
    margin: auto;
}
form{
    max-width: 315px;
    margin: auto;
    margin-top: 47px;
    text-align: left;
}
.form-field{
    margin-bottom: 26px;
    position: relative;
}
.form-field label,
.form-field textarea,
.form-field select,
.form-field input, ::placeholder, .select2-container--default .select2-selection--single, 
.form-field input, ::placeholder {
  width: 100%;
  color: #928989;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.28px;
  padding: 8px 0;
  border: 0;
    background: transparent;
    text-align: left;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    background-image: url(images/arrow-down.svg);
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: right center;
      top: calc(50% - 8px);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}

.select2-container--default .select2-selection--single,
.form-field select,
.form-field input{
  border-bottom: 1px solid #cdcdcd;
    border-radius: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #928989;    
      line-height: 1;
  margin-top: -3px;
}
.select2-container--open .select2-dropdown--below {
  border-radius: 0 0 8px 8px;
  border: 1px solid #DFDFDF;
  background: #F4F4F0;
}
.select2-results__option{
    color: #828282;
  font-size: 14px;
    line-height: 17px;
  font-weight: 400;
  letter-spacing: -0.28px;
  padding: 7px 12px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable, .select2-container--default .select2-results__option--selected {
  color: #828282;
  background: #E0DFDA;
}

.form-field label{
    border: 0px solid #DFDFDF;
    margin-bottom: 13px;
}
.label-text label {
  position: absolute;
  visibility: visible;
  z-index: -1;
    left: 0;
  top: 0;
    opacity: 1;
    transition: all .2s ease;
}
.label-text input:focus + label,
.label-text input:not(:placeholder-shown) + label {
    opacity: 0;
    transition: all .2s ease;
    
}


.form-field textarea{
    border: 1px solid #DFDFDF;
    height: 127px;
    padding: 8px;
}
.form-field p {
  color: #928989;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: -0.24px;
  text-align: left;
}
.button-style-1 , .form-field input[type="submit"]{
  border-radius: 99px;
  background: rgba(30, 30, 30, 0.72);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 21px 46px;
  color: #CFCDC0;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 1.54px;
    text-align: center;
  text-transform: uppercase;
    font-family: "Barlow", sans-serif;
}

.form-field input[type="submit"]{
    max-width: 270px;
    padding: 21px 32px;
    margin: auto;
    cursor: pointer;
}

.textarea-count {
  color: #928989;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.2px;
  line-height: 1;
  display: inline-flex;
  float: right;
}
footer{
    background: #1E1E1E;
    padding: 100px 0 42px;
}
.footer-logo {
  display: inline-flex;
  max-width: 218px;
  margin-bottom: 177px;
}
.footer-copy.mb-0 {
  color: #B3AEA0;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
}

.header-logo {
  max-width: 165px;
  margin: auto;
}
.invalid-feedback, #cont-success-msg .error-msg {
  color: #BC8281;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.24px;
    margin-top: 5px;
}
.textarea-box + .invalid-feedback {
  margin: 0;
}

#cont-success-msg {
  font-size: 14px;
  padding: 0;
  line-height: 20px;
}
#cont-success-msg .success-msg{
    color: #437b54;
}

.picture-anim{
    width: 70%;
    transition: all .3 ease-out;
    margin: auto;
}
.picture-anim.animated{
    width: 100%;
    transition: all .3s ease-out;
}

.error-btn{
    background: rgba(188, 130, 129, 1) !important;
    color: rgba(140, 84, 83, 1) !important;
}

.success-msg-box svg {
  width: 80px;
  height: auto;  margin-bottom: 35px;
}
#success-holder {
  padding: 84px 0;
  display: none;
}


.select2-search.select2-search--dropdown {
  display: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1440px) {
    .moveing-ele {
/*        top: min(-2.60vw, -50px);*/
    }
    

}


@media screen and (max-width: 991px){
    .hero-inner h1, h2 {
  font-size: 34px;
  line-height: 40px;
}
    .hero h5 {
    font-size: 19px;
          margin: 30px 0 45px;
    }
    .contact-us-sec {
  padding: 90px 0 146px;
}
    .contact-us-sec h2{
        max-width: 290px;
    }
    .contact-us-sec p{
        max-width: 321px;
    }
    .footer-copy.mb-0 {
  font-size: 11px;
    }
}

@media screen and (max-width: 767px){
    .header-logo {
  max-width: 221px;
}
    .hero {
  height: calc(100vh - 167px);
    }
    .hero-bg-img {
background-image: url(images/banner-mob.webp) !important;;
    }
    
    .success-msg-box svg {
  width: 60px;
  height: auto;
  margin-bottom: 15px;
}
    
}