* {
  margin: 0;
  padding: 0;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@keyframes pop
{
  0%{transform:scale(0);}
  100%{transform:scale(0);}
}

html,
body {
  /* height: 100%; */
  width: 100%;  
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 500;
}

.parallax {
  /* The image used */
  min-height: 500px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

html {
  font-family: 'Inter', sans-serif !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  color: #252525;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  
}


/*header*/
.pad-max1{
  padding: 10px 0 8px;
}
.py-3-1{
  padding: 10px 0 8px;
}
.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  background: #fff;
}

.header-main {
  /* background-color: #ffffff; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0;
  border-radius: 4px;
}

.uk-navbar-right {
  margin-right: -12px;
}
.logo-name {
  color: #000;
  font-size: 28px;

  text-transform: capitalize;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
}

canvas,
img,
video {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

.header .nav-menu {
  padding: 0 15px;
}

.header .menu>.menu-item {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  margin-bottom: 0px;

}

.header .menu .menu-item a {
  font-family: "PP Radio Grotesk", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 2.5vw;
  opacity: 1;
  padding: 8px;  
  color: #000;
  transition: all 0.3s ease;
  text-decoration: none;
  min-height: 40px;
  
}

.header .plus-cls {

  display: inline-block;
  position: relative;
  display: flex;

}

.header .plus-cls::after {
  content: "+";
  position: absolute;
  top: 50%;
  padding-left: 5px;
  right: 0px;
  font-weight: 600;
  left: 100%;
  font-size: 16px;
  color: #fff;
  transform: translate(-50%, -50%);

}

.btn-active .plus-cls::after {
  color: #153380 !important;
}

.header .menu-item:hover>.plus-cls::after {
  content: "-";
  color: #153380;
  /* transform: translate(-50%,-50%) rotate(-90deg); */
}

.header .menu>.menu-item>a .plus:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.header .menu>.menu-item>.sub-menu {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  min-width: 220px;
  position: absolute;
  left: 0;
  top: 80px;
  background-color: #ffffff;
  padding: 10px 0;
  text-decoration: none;
  /* border-top: 3px solid #e91e63; */
  transform: translateY(10px);
  transition: all 0.3s ease;
  opacity: 0;
  z-index: 5;
  visibility: hidden;
}

.scrolling-active {
  position: fixed;
  transition: .3s;
  padding: 0px;
  background-repeat: no-repeat;
  color: #000 !important;
  box-shadow: 0 0px 1rem rgb(0 0 0 / 50%);
}

/*.scrolling-active.header .menu .menu-item a {
  color: #000;
}*/

/*.header .menu>.menu-item>.sub-menu>.menu-item>a:hover,
.header .menu>.menu-item:hover>a {
  color: #153380;
}*/

.scrolling-active .menu-item .plus-cls::after {
  color: #000;
}

.scrolling-active .menu>.menu-item>.sub-menu>.menu-item>a:hover,
.scrolling-active .menu>.menu-item:hover>a {
  color: #153380;
}

@media(min-width: 992px) {
  .header .menu>.menu-item-has-children:hover>.sub-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .header .menu>.menu-item-has-children:hover>a .plus:after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

.header .menu>.menu-item>.sub-menu>.menu-item {
  display: block;
}

.header .menu>.menu-item>.sub-menu>.menu-item>a {
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  transition: all 0.3s ease;
  text-transform: capitalize;
  text-decoration: none;
}

.header .open-nav-menu {
  height: 40px;
  width: 42px;
  margin-right: 15px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #979595;
  padding: 10px;
  border-radius: 5px;
}

.header .open-nav-menu span {
  display: block;
  height: 3px;
  width: 24px;
  background-color: #979595;
  position: relative;
}

.scrolling-active .open-nav-menu span {
  background-color: #979595;
}

.header .open-nav-menu span:before,
.header .open-nav-menu span:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #979595;
  box-sizing: border-box;
}

.scrolling-active .open-nav-menu span:before,
.scrolling-active .open-nav-menu span:after {
  background-color: #979595;
}

.header .open-nav-menu span:before {
  top: -7px;
}

.header .open-nav-menu span:after {
  top: 7px;
}

.header .close-nav-menu {
  height: 40px;
  width: 40px;
  /* background-color: #ffffff; */
  margin: 0 0 15px 15px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
}

.header .close-nav-menu .fa-times {
  /* width: 16px; */
  color: #999 !important;
}

.header .menu-overlay {
  position: fixed;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

/* responsive */

@media(max-width: 991px) {
  .header .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }

  .header .nav-menu {
    position: fixed;
    right: -280px;
    visibility: hidden;
    width: 280px;
    height: 100%;
    top: 0;
    overflow-y: auto;
    background-color: #4a4848fa;
    z-index: 1000;
    padding: 15px 0;
    transition: all 0.5s ease;
  }

  .header .plus-cls {

    display: inline-block;
    position: relative;

    display: flex;

  }

  .header .plus-cls::after {
    content: "+";
    position: relative;
    /* position: absolute; */
    top: 35%;
    padding-left: 5px;

    font-weight: 600;
    /* left: 100%; */
    left: 0px;
    font-size: 16px;
    color: #fff;
    transform: translate(-50%, 0%);

  }

  .btn-active .plus-cls::after {
    color: #153380 !important;
  }

  .header .menu-item:hover>.plus-cls::after {
    content: "-";
    color: #153380;
    /* transform: translate(-50%,-50%) rotate(-90deg); */
  }

  .header .nav-menu.open {
    visibility: visible;
    right: 0px;
  }

  .header .menu>.menu-item {
    display: block;
    margin: 0;
  }

  .header .menu>.menu-item-has-children>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header .menu>.menu-item>a {
    color: #ffffff;
    padding: 12px 15px;
    border-bottom: 0.5px solid rgb(122, 122, 122);
  }

  .header .menu>.menu-item:first-child>a {
    border-top: 0.5px solid rgb(122, 122, 122);
  }

  .header .menu>.menu-item>a .plus:before,
  .header .menu>.menu-item>a .plus:after {
    background-color: #ffffff;
  }

  .header .menu>.menu-item-has-children.active>a .plus:after {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  .header .menu>.menu-item>.sub-menu {
    width: 100%;
    position: relative;
    opacity: 1;
    visibility: visible;
    border: none;
    background-color: transparent;
    box-shadow: none;
    transform: translateY(0px);
    padding: 0px;
    left: auto;
    top: 0px;
    max-height: 0;
    overflow: hidden;
  }

  .p-10-15 {
    padding: 10px 15px;
  }

  .header .menu>.menu-item>.sub-menu>.menu-item>a {
    padding: 12px 45px;
    color: #ffffff;
    border-bottom: 1px solid rgb(122, 122, 122);
  }

  .header .close-nav-menu,
  .header .open-nav-menu {
    display: flex;
  }

}

.uk-button:not(:disabled) {
  cursor: pointer;
}

.uk-button-primary {
  background-color: #4caf50;
  color: #fff !important;
  border: 1px solid transparent;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px !important;
  padding: 10px 20px !important;
  border-radius: 10px;
}

.btn-getquote{
  background-color: #0a0d3a;
  border-radius: 50px;
  margin-left: 20px;
}


.btn-getquote button {
    font-family: "PP Radio Grotesk", "Helvetica", "Arial", sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    letter-spacing: .02em;
}


.header .btncls a:hover {
  color: #fff !important;
}

.btn-active>a,
.scrolling-active .btn-active>a {
  color: gray !important;
}

.scrolling-active .menu>.btncls>.uk-button-primary {
  color: #fff !important;
}

.btncls a {
  text-transform: uppercase !important;
  text-decoration: none;
}

.header .ul {
  margin-bottom: 0px !important;
}

.header .menu .menu-item a:hover {
  color: #a5a1a1;
}

/* header ends */



/* index start */

.mb-min{
  margin-bottom: -50px;
}

.index-one{
  margin-top: 70px;
}

.index-cover-img img{
  position: absolute;
  opacity: 3;
  width: 100vw;
  height: 520px;
  object-fit: cover;
}
.index-cover-img2 img{
  position: absolute;
  opacity: 3;
  width: 100vw;
  height: 450px;
  object-fit: cover;
}

.gradient {
    z-index: 1;
/*    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .3));*/
      background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgb(55 97 204 / 61%));
    position: absolute;
    width: 100%;
    height: 720px;
    top: 0;
    left: 0;
}
.main-position{
  padding: 60px 0px 0px 80px;
  position: relative;
}
.hero-heading{
  margin-top: 80px;
}

.text-1,.text-2,.text-3, .text-0{
  font-weight: 700;
  font-size: 90px;
  line-height: .88;
  margin-top: 10px;
  font-family: "PP Radio Grotesk", "Helvetica", "Arial", sans-serif;
  color: #fff;
  font-style: normal;
}

.text-0-span{
  padding: 30px 0px;
  width: 40%;
}

.text-0-span span{
  font-family: "PP Radio Grotesk", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.14;
  color: #c9c2c2;
  opacity: 1;
}
.text-1 em{
    -webkit-text-fill-color: transparent;
    background: #f9453f;
    background: linear-gradient(90deg,#f9453f,#fa9b26 12.5%,#2ee76f 25%,#18e1f3 37.5%,#3f0085 50%,#18e1f3 62.5%,#2ee76f 75%,#fa9b26 87.5%,#f9453f);
    -webkit-background-clip: text;
    background-size: 300% 100%;
    font-style: normal;
  }
  .text-2 em{
    -webkit-text-fill-color: transparent;
    background: #f9453f;
    background: linear-gradient(90deg,#f9453f,#fa9b26 12.5%,#2ee76f 25%,#18e1f3 37.5%,#3f0085 50%,#18e1f3 62.5%,#2ee76f 75%,#fa9b26 87.5%,#f9453f);
    -webkit-background-clip: text;
    background-size: 300% 100%;
    font-style: normal;
  }

.text-link a{
    background-color: #fff;
    font-family: "Quicksand", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #131bff;
    padding: 20px;
    border-radius: 10px;
    text-decoration: none;
    margin-right: 10px;
}
.text-link{
  margin-top: 70px;
}
/*.text-1-link{
  text-align: right;
}*/



.index-two{
  margin-top: 200px;
  padding: 50px 50px 100px;
}

.intex-text-2{
  font-family: "PP Radio Grotesk", "Helvetica", "Arial", sans-serif;
  font-size: 40px;
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 1.3;
    color: #fff;
}

.index-career{
  margin-top: 350px;
  padding: 50px;
}

.intex-text-career{
    font-family: "PP Radio Grotesk", "Helvetica", "Arial", sans-serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: .03em;
    line-height: 1.5;
    color: #fff;
    padding: 0px 20px;
}
.intex-text-link{
    font-family: "PP Radio Grotesk", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 1.14;
    color: #3483ff;
    padding: 0px 20px;
}

.ps-60 {
  padding-left: 100px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-60 {
  margin-bottom: 60px;
}

.pad-2 {
  padding: 13px;
}

.mb-50 {
  margin-bottom: 50px;
}

.py-60 {
  padding-top: 60px;
}
.py-20 {
  padding-top: 25px;
  
}

.pd-4{
  padding: 30px;
}

/* index ends */

/* index second-section starts */

.offers-bx {
  width: 100%;
}
.offers-txt{
  padding: 60px 40px;
}
.offers-img{
  overflow: hidden;
}
.offers-img img{
  object-fit: cover;
    opacity: 1;
    
}

.offers-txt h4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.05rem;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 20px;

}
.offer-btn{
  margin-top: 40px;
}

.offer-btn a{
  align-items: center;
  background-color: transparent;
  border: 1px solid #000;
  padding: 5px 20px;
  color: #000;
  border-radius: 50px;
  text-decoration: none;
}

.offers-txt p {
  color: #000;
  font-family: 'Inter', sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 10px;

}

.owl-carousel {
  position: relative;
}

.offers-carousel .item-bgcolor-1 {  
  background-color: #c189ff;
}
.offers-carousel .item-bgcolor-2 {  
  background-color: #18e1f3;
}
.offers-carousel .item-bgcolor-3 {  
  background-color: #2ee76f;
}
.offers-carousel .item-bgcolor-4 {  
  background-color: #fa9b26;
}
.offers-carousel .item-bgcolor-5 {  
  background-color: #ff6359;
}
.offers-carousel .item-bgcolor-6 {  
  background-color: #5c9cff;
}

.offers-carousel.owl-carousel .owl-nav.disabled {
  display: block;
}

.offers-carousel.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 40%;
  left: 25px;
  transform: translate(-50%, -50%);
}

.offers-carousel.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 40%;
  right: 0px;
  transform: translate(50%, -50%);
}

@media(max-width: 325px) {
  .offers-carousel.owl-carousel .owl-nav.disabled {
  display: block;
}
.offers-carousel.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 40%;
  left: 25px;
  transform: translate(-50%, -50%);
}

.offers-carousel.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 40%;
  right: 0px;
  transform: translate(50%, -50%);
}

}

/* index second-section starts */

/* how we work start */

.index-third-section{
  background-color: #0a0d3a;
}
.how-we-work{
  padding: 80px 30px 60px;
}
.work-1-text{
  padding: 0px 40px;
  font-family: "PP Radio Grotesk", "Helvetica", "Arial", sans-serif;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: -.02em;
  line-height: 1.3;
  color: #fff;
}
.work-1-img{
  margin-top: 50px;
}
.work-1-img img{
  height: 500px;
  width: 100%;
  border-radius: 10px;
}
.work-2-img1 img{
  height: 410px;
  width: 100%;
  border-radius: 10px;
}
.work-2-img2{
  margin-top: 20px;
}
.work-2-img2 img{
  height: 390px;
  width: 100%;
  border-radius: 10px;
}
.work-3-img1 img{
  border-radius: 10px;
  height: 500px;
}
.work-3-text{
  padding: 40px 20px;
  font-family: "PP Radio Grotesk", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .03em;
  line-height: 1.6;
  color: #fff;
}

/*how we work end*/


/*location-start*/
.rw1{
  margin-top: 20px;
}
.rw2{
  margin-top: 10px;
}


.index4-section{
  background-color: #000;
}
.index5-section{
  background-color: #fff;
}
.locations{
  padding: 70px 80px 30px;
}
.locations h4{
  font-family: "PP Radio Grotesk", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -.01em;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.locations h2{
  font-family: "PP Radio Grotesk", "Helvetica", "Arial", sans-serif;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.14;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

.location-area{
  margin-top: 20px;
}
.slider-2-img{
  padding: 10px;
}
.slider-23{
  padding: 0px 25px;
}
.location-img{
  border-radius: 0px;
  height: 200px;
  width: 100%;
  object-fit: cover;
  
  
}

.cover-carousel{
  padding: 0px 40px 0px 60px;
}

.location-img-new{  
  height: 200px;
  width: 100%;
  border-radius: 0px;
  padding: 0px 5px;
  opacity: 1;
  object-fit: cover;
}


.location-text{
  text-align: left;
  padding: 20px 0px;
  opacity: 1;
}

.location-text p{
  font-family: "PP Radio Grotesk", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.14;
  color: #fff;
  opacity: 1;
}

.location-text span{
  font-family: "PP Radio Grotesk", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.14;
  color: #877e7e;
  opacity: 1;
}

.location-text-main{
  padding: 65px 0px 0px;
  
}

.location-text-main span{
  font-family: "PP Radio Grotesk", "Helvetica", "Arial", sans-serif;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.14;
  color: #fff;
  text-align: left;
  opacity: 1;
}

.location-text-main p{
  font-family: "PP Radio Grotesk", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.14;
  color: #fff;
  text-align: left;
  opacity: 1;
  margin-top: 20px;
}

.location-text-more a{
  font-family: "PP Radio Grotesk", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.14;
  color: #877e7e;
  opacity: 1;
}

.filter-text{
  padding: 0px 0px 20px;
}

.filter-text-link{
  font-family: "PP Radio Grotesk", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.14;
  color: #877e7e;
  opacity: 1;
}

.filter-text-link a{
  text-decoration: none;
}
.first-filter, .second-filter, .third-filter{
  padding: 0px 10px;
}
.location-text-second{
  text-align: left;
  padding: 20px 0px;
  opacity: 1;
}

.location-text-second p{
  font-family: "PP Radio Grotesk", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.14;
  color: #000;
  opacity: 1;
  margin-top: 5px;
}

.location-text-second span{
  font-family: "PP Radio Grotesk", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.14;
  color: #877e7e;
  opacity: 1;
}

.location-text-main-second{
  padding: 65px 10px 0px;
  
}

.location-text-main-second span{
  font-family: "PP Radio Grotesk", "Helvetica", "Arial", sans-serif;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.14;
  color: #000;
  text-align: left;
  opacity: 1;
}

.location-text-main-second p{
  font-family: "PP Radio Grotesk", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.14;
  color: #000;
  text-align: left;
  opacity: 1;
  margin-top: 20px;
}

.location-area-about{
  margin-top: 10px;
  padding: 20px;
  background-color: #0a0d3a;

}




.value-bgimg{
  opacity: .8;
  height: 100%;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
}
.overlay-2{
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: 0.8;   
    width: 100%;
    position: absolute;
}

.main-value{
  padding: 100px 60px;
}

.main-value h6{
  font-family: "PP Radio Grotesk", "Helvetica", "Arial", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.text-area-innovate{
  padding: 50px 0px;

}

.innovative i{
  font-size: 22px;
  padding: 15px;
  border-radius: 50px;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.innovative-heading h3{
  font-family: "PP Radio Grotesk", "Helvetica", "Arial", sans-serif;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.14;
  color: #fff;
  margin-top: 40px;
}
.innovative-txt p{
  font-family: "PP Radio Grotesk", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.4;
  color: #fff;
  margin-top: 40px;
  padding-right: 20px;
}
.overlay {
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: .4;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    
}

/*location end*/


/*aboutus*/
.about-one{
  background-color: #0a0d3a;
}

.index-about-one{
  padding: 140px 40px 0px;
}
.index-about-two{
  padding: 60px 40px 0px;
}

.hero-heading-about{
  padding: 100px 40px 50px;
}

.main-heading-about{
  padding: 40px 50px 60px;
}

.about-heading{
  padding: 40px 160px;
  text-align: center;
}

.about-heading h2{
  font-size: 35px;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 1.2;
    font-family: "PP Radio Grotesk", "Helvetica", "Arial", sans-serif;
    color: #fff;
}
.intex-text-about{
    font-family: "PP Radio Grotesk", "Helvetica", "Arial", sans-serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: .03em;
    line-height: 1.3;
    color: #fff;
    margin-top: 20px;
    padding: 0px 20px;
    
}
.about-text-2{
  font-family: "PP Radio Grotesk", "Helvetica", "Arial", sans-serif;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -.02em;
  line-height: 1.3;
  color: #fff;
}

.about-section{
  background-color: #3b3636d6;
}



.connect-area{
 padding-left: 0px;
  padding-right: 0px;
}
.connect-img{
  height: 400px;
  width: 100%;
  object-fit: cover;
  opacity: 0.7;
  background-repeat: no-repeat;
}

.connect-text{
  padding: 330px 50px 0px 40px;
}
.connect-text h3{
  font-family: "PP Radio Grotesk", "Helvetica", "Arial", sans-serif;
  font-size: 2.5vw;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.11;
  color: #fff;
  margin-bottom: 20px;
}

.connect-text span{
  font-family: "PP Radio Grotesk", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .02em;
  line-height: 1;
  color: #fff;
  opacity: 1;
}
.connect-btn{
  padding: 40px 30px;
}
.connect-btn a{
  border: 1px solid #fff;
    font-family: "Quicksand", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    margin-right: 10px;
}

.pd-0{
  padding-left: 5px !important;
  padding-right: 0px !important;
}
/*aboutus*/

/*solution*/

.index-solution{
  background-color: #0a0d3a;
}

.main-position-solution{
  padding: 80px 0px 0px;
}

.index-two-solution{
  margin-top: 200px;
  padding: 10px 50px 70px;
}

/*solution*/

/*footer*/

.footer{
  padding: 80px 100px 40px 140px;
  background: #fff;
}
.footer-logo span{
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}

.newsletter{
  padding: 30px 0px;
}
.footer-sec1{
  padding: 0px 80px 0px 30px;
}
.textinpt{
    border: 1px solid rgba(1, 1, 12, .4);
    border-radius: 20px 0 0 20px;
    color: #01010c;
    font-size: 14px;
    height: 40px;
    padding: 10px 20px;
    width: 70%;
    margin-top: 10px;
}
.btnsubmitin{
    margin-left: -10px;
    margin-top: 10px;
    text-align: center;
    background-color: #131bff;
    border: 1px solid transparent;
    border-radius: 0 20px 20px 0;
    color: #fbfafe;
    cursor: pointer;
    font-size: 12px;
    height: 40px;
    margin: 0;
    padding: 10px 20px;
}

.footer-item span{
  font-size: 20px;
  margin-top: 16px;
  font-family: system-ui;
  font-weight: 600;
  color: #000;
}
.footer-link{
  margin-top: 25px;
}
.footer-link div{
  margin: 5px 0px;
}

.footer-item a{
  color: #000;
  font-size: 13px;
  letter-spacing: .02em;
  line-height: 1.22;
  opacity: 1;
  text-decoration: none;
  font-family: "PP Radio Grotesk", "Helvetica", "Arial", sans-serif;
}
.hr-line{
  margin-top: 30px;
  margin-bottom: 30px;
}
.hr-line span{
  border-top: 1px solid #c6bcbc;
    display: block;
    overflow: hidden;
}
.footer-social{
  text-align: right;
  margin-top: 30px;
  
}
.footer-social ul li {
    vertical-align: middle;
    margin: 0px 8px;
}

.footer-social ul li {
    display: inline-block;
    line-height: 1;
    list-style: none;
    margin: 0px 10px;
}

.footer-social ul li a {
    font-size: 16px;
    color: #332d2d;
    border: 2px solid #332d2d;
    display: inline-block;
    vertical-align: middle;
    transition: background-color 0.4s, color 0.4s;
    border-radius: 100%;
    text-decoration: none;
}

.footer-social ul li a i {
    width: 2em;
    height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*footer*/

/*media query */
/*@media(max-width: 1350px) {
  .index-cover-img img{
    height: 400px;
  }
}*/

@media(max-width: 1222px) {
  
  .main-position{
    padding: 80px 0px 0px 70px;
  }
  
  .index-career{
    margin-top: 300px;
    padding: 50px;
  }
  .index-about-one{
    padding: 100px 40px 0px;
  }
  .index-about-two{
    padding: 40px 40px 0px;
  }

  .hero-heading-about{
    padding: 80px 40px 30px 10px;
  }

  .main-heading-about{
    padding: 50px 40px;
  }

  .about-heading{
    padding: 60px 140px;
  }
  .footer{
    padding: 50px 100px 40px 100px;    
  }
}

@media(max-width: 1080px) {

  .index-cover-img img{
    height: 430px;
  }

  .main-position{
    padding: 50px 0px 0px 70px;
  }
  .hero-heading{
    margin-top: 100px;
  }
  .index-career{
    margin-top: 250px;
    padding: 40px;
  }
  .intex-text-career{
    padding: 5px;
  }
  .intex-text-about{
    padding: 5px;
  }
  .intex-text-link{
    padding: 5px;
  }
  .footer{
    padding: 50px 100px 30px 100px;
  }
  .about-heading{
    padding: 50px 100px;
  }
  .aboutus-lastsec{
    padding: 80px 20px;
  }
  /*.aboutus-lastsec h4{
    font-size: 14px;
  }*/
  
}

@media(max-width: 991px) {

  .index-cover-img img{
    height: 550px;
  }

  .mb-min{
    margin-bottom: 0px;
  }
  .main-position{
    padding: 40px 0px 0px 40px;
  }
  .hero-heading{
    margin-top: 100px;
  }
  .index-one video{
    width: 100vw;
    height: 80vh;
  }
  .gradient {
    height: 590px;
  }
  .text-link{
    margin-top: 30px;
  }
  .index-two{
    margin-top: 150px;
    padding: 50px 30px;
  }
  .how-we-work{
    padding: 40px 120px;
  }  
  .work-1-text {
    padding: 0px;
  }
  .work-3-text {
    padding: 40px 0px;
  }
  .work-1-img, .work-2, .work-3-img1{
    text-align: center;
  }
  .work-1-img img, .work-2-img1 img, .work-2-img2 img, .work-3-img1 img{
    width: 100%;
    height: 600px;
  }
  .work-1, .work-2, .work-3{
    margin-top: 30px;
  }
  .padrl{
    padding: 10px 110px;
  }
  .locations{
    padding: 20px;
  }
  .location-area{
    padding: 0px;
  }
  
  .text-1,.text-2,.text-3, .text-0{
    font-size: 70px;
  }
  .index-career{
    margin-top: 200px;
    padding: 40px;
  }
  .intex-text-career{
    padding: 0px;
    margin-top: 20px;
  }
  .intex-text-about{
    padding: 0px;
  }
  .intex-text-link{
    padding: 0px;
  }
  .text-link a{
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px 10px 15px;
  }
  .main-heading-about{
    padding: 35px 20px;
  }
  .footer-sec1{
    padding: 0px;
    text-align: center;
    margin-bottom: 20px;
  }
  .about-heading{
    padding: 50px 100px;
  }
  .aboutus-lastsec{
    padding: 60px 20px;
  }
  .abt-rw{
    margin-top: 40px;
  }
  .connect-img{
    height: 380px;
  }
  .connect-text{
    padding: 150px 40px 0px 40px;
  }
  .connect-text h3{
    margin-bottom: 15px;
  }
  .connect-text span{
    font-size: 13px;
    line-height: 0;
  }
  .index-two-solution{
    margin-top: 150px;
  }
}

@media(max-width: 770px) {

  .pdmg-0{
    padding: 0px !important;
    margin: 0px !important;
  }
  
  .hero-heading{
    margin-top: 100px;
  }
  .hero-heading-2{
    margin-top: 60px;
  }
  .text-1,.text-2,.text-3, .text-0{
    font-size: 70px;
  }
  
  .text-0-span{
    padding: 30px 0px;
    width: 60%;
  }
  .index-two{
    margin-top: 150px;
    padding: 50px 40px;
  }
  .main-heading-about{
    padding: 25px 0px;
  }
  
  .padrl{
    padding: 10px 80px;
  }
  .locations{
    padding: 40px 10px;
  }
  .footer{
    padding: 50px 100px 10px 100px;
  }

  .footer-item span{
    font-size: 18px;
  }
  .footer-item a{
    font-size: 12px;
  }
  .about-heading{
    padding: 40px 80px;
  }
  /*.aboutus-lastsec h4{
    font-size: 12px;
  }*/
  .md-margtp{
    margin-top: 40px;
  }
  .connect-img{
    height: 300px;
  }
  .connect-text{
    padding: 100px 30px 0px 30px;
  }
  .connect-img{
    height: 380px;
  }
  .connect-text{
    padding: 130px 30px 0px;
  }
  .connect-text span{
    font-size: 12px;
  }
  .index-two-solution{
    margin-top: 150px;
    padding: 10px 40px 70px;
  }
}


@media(max-width: 650px) { 
  .hero-heading{
    margin-top: 70px;
  } 
  .text-1,.text-2,.text-3, .text-0{
    line-height: .68;
    margin-top: 20px;
  }
  .index-two{
    margin-top: 200px;
  }
  .location-text-main{
    padding: 20px 0px 0px;
    
  }

  .text-link{
    margin-top: 30px;
  }

  .index-career{
    margin-top: 150px;
    padding: 40px 30px 10px;
  }
  .padrl{
    padding: 10px 30px;
  }
  .locations{
    padding: 30px 10px;
  }
  .location-area{
    padding: 0px 0px;
    
  }

  .slider-2-img{
    padding: 0px 40px;
  }

  .footer{
    padding: 40px 80px 10px 80px;
    
  }
  
  .index-about-one{
    padding: 140px 40px 0px;
  }
  .index-about-two{
    padding: 40px 40px 0px;
  }
  .intex-text-career{
    padding: 5px 30px;
  }
  .intex-text-about{
    padding: 5px 0px;
  }
  .how-we-work{
    padding: 20px 40px 20px;
  }
  .hero-heading-about{
    padding: 50px 40px 30px 10px;
  }

  .main-heading-about{
    padding: 20px 0px;
  }

  .about-heading{
    padding: 50px 50px;
  }
  .abt-rw{
    margin-top: 30px;
  }
  .connect-img{
    height: 340px;
  }
  .connect-text{
    padding: 130px 20px 0px;
  }
  .connect-text span{
    font-size: 11px;
  }
  .index-two-solution{
    margin-top: 120px;
    padding: 10px 30px 70px;
  }
}
@media(max-width: 576px) {

  .pdlf-30{
    padding: 0px 30px;
    text-align: center;
  }

  .hero-heading{
    margin-top: 80px;
  }
  .index-cover-img img{
    height: 550px;
  }
  
  .text-1,.text-2,.text-3, .text-0{
    line-height: .68;
    margin-top: 15px;
    font-size: 60px;
  }
  .text-0-span{
    padding: 30px 20px;
    width: 100%;
    text-align: center;
  }
  .index-one video{
    width: 100vw;
    height: 75vh;
  }
  .gradient {
    height: 560px;
  }
  .index-two{
    margin-top: 130px;
  }
  .text-link{
    margin-top: 30px;
  }
  .connect-area{
    padding: 0px 40px;
  }
  .connect-img{
    height: 350px;
  }
  .connect-text{
    padding: 170px 40px 0px;
  }
  .connect-text h3{
    margin-bottom: 15px;
  }
  .connect-text span{
    font-size: 11px;
    line-height: 0;
  }
  .location-text-main-second{
    padding: 10px 30px 0px 0px;
    
  }

}

@media(max-width: 560px) {
  .main-position{
    padding: 20px 0px 0px 0px;
  }  
  .hero-heading-2{
    margin-top: 80px;
  }
  .how-we-work{
    padding: 20px 50px;
  }
  .text-1,.text-2,.text-3, .text-0{
    text-align: center;
    padding: 0px 10px;
  }
  
  .work-1-text {
    padding: 0px;
  }
  .work-3-text {
    padding: 40px 0px;
  }
  .work-1-img, .work-2, .work-3-img1{
    text-align: center;
  }
  .work-1-img img{
    margin-top: -20px;
    height: 300px;
    width: 100%;
  }
  .work-2-img1 img, .work-2-img2 img, .work-3-img1 img{
    height: 300px;
    width: 100%;
  }

  .padrl{
    padding: 10px 30px;
  }
  .locations{
    padding: 20px;
  }
  /*.location-area{
    padding: 0px;
  }
  .location-img{   
    height: 180px;
  }*/

  /*.location-text{
    padding: 80px 0px 0px;
  }*/
  .main-value{
    padding: 80px 40px;
  }
  .text-area-innovate{
    padding: 30px 0px;

  }
  .index-about-one{
    padding: 140px 20px 0px 0px;
  }
  .index-about-two{
    padding: 40px 5px 0px;
  }
  .intex-text-about{
    padding: 5px 0px;
  }
  .hero-heading-about{
    padding: 50px 40px 30px 10px;
  }
  .footer{
    padding: 40px 50px 10px 60px;
    
  }
  .aboutus-lastsec{
    padding: 40px 20px;
  }
  .aboutus-lastsec h2{
    padding: 0px 20px;
  }
  .aboutus-lastsec h4{
    padding: 0px 20px;
  }
  .index-two-solution{
    margin-top: 70px;
    padding: 10px 30px 70px;
  }
  .text-link{
    text-align: center;
    margin-top: 40px;
  }

  .text-link a{
    padding: 15px 90px;
   
  }

}

@media(max-width: 490px) {

  .pdlf-30{
    padding: 0px 50px;
    
  }
  .main-position{
    padding: 10px 0px 0px 0px;
  }
  
  .gradient {
    height: 540px;
  }
  /*.text-1,.text-2,.text-3, .text-0{
    font-size: 55px;
  }*/
  .index-two{
    margin-top: 180px;
    padding: 10px 35px 30px 10px;
  }
  .index-career{
    margin-top: 120px;
    padding: 20px 20px 0px;
  }
  .intex-text-career {
    padding: 5px;
  }
  .how-we-work{
    padding: 20px 40px;
  }
  
  .padrl{
    padding: 10px 30px;
  }
  .locations{
    padding: 20px 10px;
  }
  .main-value{
    padding: 50px 30px;
  }
  .footer-item span{
    font-size: 16px;
  }
  .footer-item a{
    font-size: 11px;
  }
  .index-about-one{
    padding: 140px 30px 0px 10px;
  }
  .index-about-two{
    padding: 40px 30px 0px 10px;
  }
  .hero-heading-about{
    padding: 50px 10px 30px 15px;
  }
  
  
  .about-heading{
    padding: 50px 30px;
  }
  .connect-area{
    padding: 0px 30px;
  }
  .connect-text{
    padding: 170px 35px 0px;
  }
  .cover-carousel{
    margin-top: 20px;
  }
}

@media(max-width: 420px) {
  .index-cover-img2 img{
    height: 550px;
  }
  
  .text-area-innovate{
    padding: 30px 0px;

  }
  .footer{
    padding: 40px 30px 10px 40px;
  }
  .how-we-work{
    padding: 20px 30px;
  }
  .padrl{
    padding: 10px 20px;
  }
  .index-about-one{
    padding: 140px 30px 0px 10px;
  }
  .index-about-two{
    padding: 40px 30px 0px 10px;
  }

  .hero-heading-about{
    padding: 50px 10px 30px 15px;
  }
  .main-heading-about{
    padding: 10px 0px;
  }
  .about-heading{
    padding: 40px 20px;
  }
  .aboutus-lastsec h2{
    padding: 0px 10px;
  }
  .aboutus-lastsec h4{
    padding: 0px 10px;
  }
  .connect-area{
    padding: 0px 20px;
  }
  .connect-img{
    height: 330px;
  }
  .connect-text{
    padding: 190px 30px 0px;
  }
  .connect-text span{
    font-size: 10px;
    line-height: 0;
  }
  .slider-2-img{
    padding: 0px 30px;
  }

}

@media(max-width: 350px) {
  .main-position{
    padding: 10px 10px 0px 10px;
  }
  

  .index-cover-img img{
    height: 500px;
  }

  .hero-heading{
    margin-top: 50px;
  }
  .text-1,.text-2,.text-3, .text-0{
    font-size: 50px;

  }
  .how-we-work{
    padding: 20px 10px 20px;
  }
  .work-1-text{
    padding: 0px 20px;
  }
  .index-two{
    margin-top: 80px;
    padding: 10px 10px 30px;
  }
  .work-3-text{
    padding: 30px;
  }
  .padrl{
    padding: 10px 10px;
  }
  .rw1, .rw2{
    padding: 0px 0px;
  }
  /*.location-img{   
    height: 150px;
  }
  .location-text{
    padding: 50px 0px 0px;
  }*/
  .main-value{
    padding: 30px 20px;
  }
  .text-area-innovate{
    padding: 15px 0px;

  }
  .locations{
    padding: 10px;
  }
  .footer{
    padding: 40px 20px 10px 20px;
    
  }
  .index-about-one{
    padding: 140px 20px 0px 5px;
  }
  .index-about-two{
    padding: 40px 20px 0px 5px;
  }
  .intex-text-career{
    padding: 5px 15px;
  }

  .hero-heading-about{
    padding: 50px 20px 30px 10px;
  }
  
  .about-heading{
    padding: 40px 10px;
  }
  .connect-area{
    padding: 0px 20px;
  }
  .connect-img{
    height: 300px;
  }
  .connect-text{
    padding: 160px 20px 0px;
  }
  .index-two-solution{
    margin-top: 50px;
    padding: 10px 20px 70px;
  }


}
@media(max-width: 310px) {
  .main-position{
    padding: 10px 10px 0px 10px;
  }
  .hero-heading{
    margin-top: 30px;
  }
  .how-we-work{
    padding: 10px;
  }
  .text-1,.text-2,.text-3, .text-0{
    line-height: .38;
  }
  .padrl{
    padding: 10px;
  }
  .main-value{
    padding: 30px 10px;
  }
  .work-1-text{
    padding: 0px 20px;
  }
  .locations{
    padding: 10px;
  }
  .index-about-two{
    padding: 40px 20px 0px;
  }
  .hero-heading-about{
    padding: 50px 20px 30px 10px;
  }
  .footer{
    padding: 30px 0px 10px 5px;
    
  }
  .about-heading{
    padding: 30px 10px;
  }
  .connect-area{
    padding: 0px 8px;
  }
  .connect-img{
    height: 280px;
  }
  .connect-text{
    padding: 120px 20px 0px;
  }
}

/*brouchers-section*/

.brouchers-section{
  background-color: #fbfafe;;
}

.brouchers-lastsec{
  padding: 50px 20px ;
}

.Brouchers-area{
  margin-top: 10px;
}

.brouchers-lastsec h2{
  margin-top: 40px;
  font-family: "PP Radio Grotesk", "Helvetica", "Arial", sans-serif;
  font-size: 38px;
  font-weight: 500;
  letter-spacing: -.02em;
  line-height: 1.14;
  color: #000;
  text-align: center;
}

.brouchers-section h2{
    font-weight: 700;
    font-size: 90px;
    line-height: .88;
    text-align: left;

}

.Brouchers-area{
  background-color: #ede1e1;
  border-radius: 10px;
}

.Brouchers-pd{
  padding: 50px 30px;
}
.Brouchers-text span{
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 1.14;
}
.Brouchers-image{
   padding: 50px 0px 20px;
}

.Brouchers-image img{
   border-radius: 50px;
   height: 250px;
   width: 100%;
}


/*Solution-services*/
.solutions-services-section{
  background-color: #fbfafe;;
}
.solutions-services-lastsec{
  padding: 60px 20px 20px;
}

.solutions-services-lastsec h1{
  text-align: center;
}

.solutions-services{
  margin-top: 10px;
}
.solution-img img{
  border-radius: 10px;
}

.solutions-services-text{
  margin-top: 20px;
}
.solutions-services-text h3{
  font-family: "PP Radio Grotesk", "Helvetica", "Arial", sans-serif;
  font-size: 2.5vw;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.11;
  color: #000;
  margin-bottom: 20px;
}

.solutions-services-text span{
  font-family: "PP Radio Grotesk", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .02em;
  line-height: 1;
  color: #000;
  opacity: 1;
}

/*Solution-services*/


.slider-2.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(-50%, -50%);
}

.slider-2.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(50%, -50%);
}

.slider-23.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 25px;
}

.slider-23.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(50%, -50%);
  color: #fff;
  font-size: 25px;
}

.slider-cover.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(-50%, -50%);
}

.slider-cover.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(50%, -50%);
}

.offers-carousel.owl-carousel .owl-nav.disabled {
  display: block;
}

.offers-carousel.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 25px;
}

.offers-carousel.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(50%, -50%);
  color: #fff;
  font-size: 25px;
}