@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.p-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

h1 {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    font-size: 56px;
    margin-bottom: 48px;
}

h2 {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 66px;
    margin-bottom: 24px;
}

p {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    font-size: 24px;
}




.banner-svg {
  position: absolute;
  width: 50%;
  height: auto;
  z-index: 2;
  pointer-events: none;
}

.banner-svg2 {
  width: 50%;
  height: auto;
  z-index: 2;
  pointer-events: none;
  margin-top:-2px;
}


/* Right side shape */
.svg-right {
   bottom: 0;
  right: 0;
}

/* Banner content */
.banner_cnt {
  position: relative;
  z-index: 5;
  height: 80vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 50%;
}

section.who-we-are.p-100 {
    padding-top: 20px;
    padding-bottom: 100px;
}



.banner_vid {
    /*background: url('../images/9210e85720e59cc6ca3da411da09895d6c936af0.gif');*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    height: 80vh;
    width: 100%;
    color: rgba(255, 255, 255, 1);
    position: relative;
    overflow: hidden;
}
.banner_vid video{
    height:100%;
    width:100%;
    object-fit:cover;
    position:absolute;
    z-index:-2;
}
.banner_vid::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
    pointer-events: none;
}
.banner_vid::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*z-index:-1;*/
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
    pointer-events: none;
}
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: transparent;
    padding: 10px 0;
}
a img {
    width: 400px;
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.who-we-are h6 {
    color: #007bbf;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(224, 224, 224, 1);
    padding-bottom: 10px;
}

.who-we-are p {
    font-size: 20px;
    line-height: 1.7;
    color: #333;
    padding-right:20px;
}
.who-img img{ 
    position: sticky;
    top: 50px;
}

.pl-5 {
    padding-left: 30px;
}




.slider{
    margin-top: 36px;
}

.slider img {
      /*width: 100%;*/
      padding: 10px;
      
      height: auto;
    }
    .slick-slide {
      /*padding: 10px;*/
    }
    .slider_img{
        border: 0.79px solid rgba(0, 0, 0, 0.2);
        margin-right:20px;
        padding:0px;
    }
.companies-section {
    text-align: center;
    background-color: rgba(242, 243, 247, 1);
}

.company-box {
    padding: 20px 0px;
    /* background: #fff; */
    border-radius: 6px;
    height: 100%;
}

.company-box h3 ,.company-box2 h3{
    margin-bottom:20px;
}

.company-box2 {
    /*padding: 50px 0px;*/
    padding-left:80px;
    border-radius: 6px;
    height: 100%;
}

.company-box2 img {
    max-width: 150px;
    margin-bottom: 48px;
}
.company-box img {
    max-width: 150px;
    margin-bottom: 48px;
}

.companies-section p {
    font-size: 20px;
    margin-bottom: 48px;
    font-weight: 400;
    padding :0px 50px;
    
}



.btn-visit {
    background: rgba(253, 0, 0, 1);
    color: #fff;
    border-radius: 10px;
    padding: 10px 50px;
    font-weight: 600;
}

.btn-visit:hover {
    background: rgba(253, 0, 0, 1);
    color: #fff;
}

/* Divider between companies (only on large screens) */
@media (min-width: 992px) {
    .divider-col {
        border-left: 1px solid #ddd;
    }
}

.team-section h2 {
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}

.team-card {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 20px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.team-info {
    margin-bottom: 30px;
}

.team-info h5 {
    font-weight: 600;
    margin-bottom: 5px;
    border-bottom: 1px solid #000;
    display: inline-block;
    padding-bottom: 2px;
    font-size: 24px;
    font-family: "Josefin Sans", sans-serif;
}

.team-info p {
    margin: 0;
    font-size: 20px;
    padding: 20px 0px;
}

.linkedin-icon img {
    width: 28px;
    height: 28px;
}

.linkedin-icon {
    display: flex;
    justify-content: space-between;
    width: 100%;
}


.client{
    text-align: center;
   
}

/*.client .slider div{*/
/*     border: 1px solid rgba(0, 0, 0, 0.2);*/
/*}*/
.slider img {
      padding: 0px;
      /*border: 0.79px solid rgba(0, 0, 0, 0.2);*/
      /*height: 100px;*/
    }



.contact-section {
    text-align: center;
    background: rgba(242, 243, 247, 1);

}

.contact-section h2 {
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-section p {
    color: rgba(33, 33, 33, 1);
    margin-bottom: 40px;
}

.contact-section input {
    font-family: Josefin Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    background: rgba(242, 243, 247, 1);
    margin-bottom: 20px;
    padding: 10px 0px;
    outline: none;
}

.contact-section select{
     font-family: Josefin Sans;
    background: rgba(242, 243, 247, 1);
    margin-bottom: 20px;
    padding: 10px 0px;
    outline: none;
    font-weight: 400;
    line-height: 32px;
    /* font-size: 20px; */
}


.contact-section input:focus , .contact-section textarea:focus{
    background: rgba(242, 243, 247, 1);
    
}

.contact-section input::placeholder , .contact-section select::placeholder , .contact-section textarea::placeholder {
    font-family: Josefin Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
}

.form-control,
.form-select {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    background: transparent;
    box-shadow: none !important;
}

.btn-submit {
    background: #e60000;
    color: #fff;
    padding: 8px 30px;
    border-radius: 6px;
    font-weight: 500;
    margin-top: 20px;
    border: none;
}

.btn-submit:hover {
    background: #cc0000;
}

footer {
    background: rgba(51, 51, 51, 1);
    color: #fff;
}

footer a {
    /*color: #fff;*/
    margin-right: 15px;
    font-size:20px;
    transition: 0.3s;
    color:transparent;
}

footer a:hover {
    color: #e60000;
}


footer p,
footer li {
    margin: 0;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);

}

.footer-bottom {
    margin-top: 20px;
    padding-top: 15px;
    font-size: 20px;
    color:  rgba(255, 255, 255, 1);
;
}

footer h6 {
    margin-bottom: 20px;
    font-size: 24px;
}

footer a img {
     width: 28px;
    height: 28px;
}

.form{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-form{
    width: 60%;
}


 