@charset "utf-8";

.bullest-content ul,
.clear,
body,
div,
form {
  margin: 0;
  padding: 0
}


body {
  top: 0;
  width: 100%;
  font-family: "Noto Sans", sans-serif;
  background:#fff!important;
  font-weight: 400;
  overflow-x: hidden
  color:#fff;
}
.container{
  max-width: 1140px!important;
  margin: 0 auto;
}

img {
  border: 0;
  max-width: 100%;
  
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none
}

.clear {
  clear: both;
  line-height: 0;
  font-size: 0
}



button,
input[type=button],
input[type=email],
input[type=search],
input[type=submit],
input[type=text],
select,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box
}

,
:after,
:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.header {
  position: sticky;
  width: 100%;
  z-index: 9;
  background-color: #fff!important;
  /* background-color: var(--bg-color, #fff); */
  color: #222;
  color: var(--text-color, #222);
  box-shadow: 2px 6px 24px 2px rgba(91, 91, 91, 0.05);
  top: 0;
}
#header {
  padding: 0.875rem 0;
  transition: ease 0.5s;
  /* position: sticky; */
  /* top: 0; */
}
.header_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.75rem
}
.header_wrap .logo a {
      text-decoration: none;
      color: initial;
      color: var(--accent);
      font-size: 1.5rem;
      font-family: var(--ff-heading);
      font-weight: 500;
      font-weight: var(--fw-medium);
    }
.sticky {
  position: relative;
  top: 0;
  width: 100%;
  background-color: var(--dark500);
  color: initial;
  color: var(--accent);
  transition: ease 0.5s;
  z-index: 9;
  padding: 0.5rem 0 !important
}
.sticky .logo {
    max-width: 240px !important;
    transition: ease 0.5s;
  }
/*---------- header ----------
------------------------------*/
.open-nav-menu {
  width: 2.5rem;
  height: 2.5rem;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer
}
.open-nav-menu span {
    display: block;
    height: 0.188rem;
    width: 1.5rem;
    background-color: #000;
    /* background-color: var(--dark); */
    position: relative
  }
.open-nav-menu span:before,
    .open-nav-menu span:after {
      content: "";
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000;
      /* background-color: var(--dark); */
      box-sizing: border-box;
    }
.open-nav-menu span:before {
      top: -0.438rem;
    }
.open-nav-menu span:after {
      top: 0.438rem;
    }
.close-nav-menu {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.5rem;
    background-color: #fff;
    color: initial;
    color: var(--accent);
    margin-left: auto;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    margin-bottom: 30px;
}
.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;
}
.nav-menu .menu {
    display: flex;
    align-items: flex-start;
    flex-direction: column
  }
@media (min-width: 992px) {
.nav-menu .menu {
      flex-direction: row;
      align-items: center;
      padding: 0;
      margin: 0;
  }

      .nav-menu .menu li + li {
        padding-left: 1rem;
      }
      .nav-menu .menu .menu-item-has-children:hover .sub-menu {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
      }
    }
@media (min-width: 75rem) {
      .nav-menu .menu li + li {
        /* padding-left: 2rem; */
      }
    }
.nav-menu .menu .menu-item {
      display: block;
      margin: 0;
      width: 100%;
      position: relative
    }
@media (min-width: 992px) {
.nav-menu .menu .menu-item {
        width: auto;
        font-size: 1rem
    }

        .nav-menu .menu .menu-item:nth-child(4) {
          margin-left: auto;
        }
      }
@media (min-width: 992px) {
.nav-menu .menu .menu-item {
        font-size: 1rem
    }
      }
.nav-menu .menu .menu-item:hover a {
        color: initial;
        color: var(--accent);
      }
.nav-menu .menu .menu-item a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: initial;
        color: var(--accent);
        padding: 0.75rem 0.938rem;
        border-bottom: 1px initial solid;
        border-bottom: 1px var(--border) solid;
        transition: all 0.3s ease;
        text-decoration: none
      }
@media (min-width: 992px) {
.nav-menu .menu .menu-item a {
          padding: 0.75rem 0;
          border: 0
      }
        }
.nav-menu .menu .menu-item a i {
          padding-left: 0.5em;
          color: initial;
          color: var(--accent);
        }
.nav-menu .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: 0;
        margin: 0;
        left: auto;
        top: auto;
        max-height: 0;
        overflow: hidden;
        transition: all 0.3s ease
      }
@media (min-width: 992px) {
.nav-menu .menu .menu-item .sub-menu {
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          width: 220px;
          position: absolute;
          left: 0;
          top: 100%;
          background-color: hsl(0, 0%, 100%);
          background-color: var(--clr-white);
          color: initial;
          color: var(--accent);
          padding: 0.5rem 0;
          border-top: 2px initial solid;
          border-top: 2px var(--primary) solid;
          transform: translateY(10px);
          transition: all 0.3s ease;
          opacity: 0;
          visibility: hidden;
          max-height: -webkit-min-content;
          max-height: -moz-min-content;
          max-height: min-content;
          overflow: inherit
      }
        }
@media (min-width: 992px) {
.nav-menu .menu .menu-item .sub-menu .menu-item {
            display: block;
            padding: 0;
            width: 100%
        }
          }
.nav-menu .menu .menu-item .sub-menu .menu-item:hover a {
            color: initial;
            color: var(--primary);
          }
.nav-menu .menu .menu-item .sub-menu .menu-item a {
            padding: 0.75rem 2rem;
            color: hsl(0, 0%, 11%);
            color: var(--dark);
            font-size: 1rem
          }
@media (min-width: 992px) {
.nav-menu .menu .menu-item .sub-menu .menu-item a {
              display: block;
              padding: 0.625rem 0.938rem;
              color: hsl(0, 0%, 11%);
              color: var(--dark);
              transition: all 0.3s ease;
              text-transform: capitalize;
              border: 0
          }
            }
@media (max-width: 991px) {
  .close-nav-menu,
  .open-nav-menu {
    display: flex;
  }

  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }

  .nav-menu {
    position: fixed;
    left: -280px;
    visibility: hidden;
    width: 280px;
    height: 100%;
    top: 0;
    overflow-y: auto;
    background-color: #12151d;
    color: initial;
    color: var(--accent);
    z-index: 1000;
    padding: 0.938rem 0;
    transition: all 0.5s ease
  }

    .nav-menu.open {
      visibility: visible;
      left: 0px;
    }

  .nav-menu {

    .menu-item:first-child > a {
      border-top: 1px initial solid;
      border-top: 1px var(--border) solid;
    }
  }
}

.max-width500 {
    max-width: 500px;
    width: 100%;
}
.nav-item{
  padding: 0 8px;
}
.nav-link{
  font-size: 16px!important;
  font-weight: 600;
  text-transform: capitalize!important;
  color: #000!important;
  border-radius: 5px 5px 5px 5px!important;
  padding: 0px 5px 0px 5px!important;
}
.nav-link:hover{
  color: #4839f4!important;
}

.logo-wd{
  width: 280px;
}
.get-btn{
  width: auto;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4a4cb2+0,7166f5+100 */
background: linear-gradient(to right,  rgba(74,76,178,1) 0%,rgba(113,102,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 12px 27px!important;
  border-radius: 25px!important;
  color: #fff!important;
  border: none;
}
.get-btn:hover{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7166f5+0,4a4cb2+100 */
background: linear-gradient(to right,  rgba(113,102,245,1) 0%,rgba(74,76,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff!important;
}
.hero-bnr{
  width: 100%;
  background: url(../images/hero-bnr.jpg) top center no-repeat;
  background-size:cover;
  padding: 120px 0;
}
.hero-bnr h1{
  font-family: "Freeman", sans-serif;
  font-size: 72px;
  color: #fff;
  line-height: 86px;
}
.hero-bnr h1 span{color:#bb144a;}

.hero-bnr h4{
  font-size: 30px;
  color: #fff;
  line-height: 40px;
}
.gap-35{
  gap:35px;
  margin-top: 30px;
}
.drk-grn-btn{
  background: #4839f4;
  text-decoration: none;
}
.drk-grn-btn:hover{
  background: #291cc4;
  text-decoration: none;
}
.red-btn{
  background: #34efdb;
  text-decoration: none;
}
.red-btn:hover{
  background: #219e90;
  text-decoration: none;
}
.key-benefits{
  padding: 50px 0;
  width: 100%;
}
.key-benefits h1{
  font-family: "Freeman", sans-serif;
  font-size: 54px;
  color: #7166f5;
  text-align: center;
}
.ky-bx{
  width: 100%;
  padding: 30px 25px;
  border: 3px dashed #7166f5;
  border-radius: 30px 0 30px 0;
  text-align: center;
  min-height: 235px;
}
.ky-bx img{
  width: 80px;
  margin-bottom: 15px;
}
.ky-bx h4{
  font-size: 20px;
  color: #121212;
  font-weight: 600;
}

.How-it-works{
  padding: 50px 0;
  width: 100%;
  background: #b9b3fe;
}
.How-it-works h1{
  font-family: "Freeman", sans-serif;
  font-size: 54px;
  color: #000;
  text-align: center;
}

.how-it{
  margin:40px 0 0;
  padding: 0;
}
.how-it li{
  width: 100%;
  background: #e8e7f5 url(../images/tick-icon.png) 5px 24px no-repeat;
  padding: 15px 25px 15px 53px;
  font-size: 22px;
  color: #121212;
  border: 2px dashed #716ac8;
  border-radius: 30px;
  margin-bottom: 20px;
}


.testi-area{
  padding: 50px 0;
  width: 100%;

}
.testi-area h1{
  font-family: "Freeman", sans-serif;
  font-size: 54px;
  color: #7166f5;
  text-align: center;
}
.testi-box{
  width: 100%;
  background: #fff;
  box-shadow: 1px 2px 10px #ccc;
  padding: 70px 20px 50px;
  position: relative;
  text-align: center;
  border:1px dashed #ccc;
  border-radius: 30px 0 30px 0;
}
.client-img{
  position: absolute;
  left: 50%;
  top: -47px;
  margin-left: -59px;
  width: 100px;
  /* margin-bottom: 60px; */
}
.testi-box p{
  font-size: 18px;
  color: #686868;
  line-height: 28px;
  font-weight: 300;
  padding-top: 35px;
}
.testi-box h4{
  font-size: 20px;
  color: #121212;
  font-weight: 600;
}
.top-footer{
  background: #e3e1fb;
  padding: 40px 0;
}
.news-ltr-text{
  width: 70%;
  background: #fff;
  border: 1px solid #fff;
  padding: 8px 10px;
  font-size: 15px;
  font-style: italic;
  color: #121212;
}
.news-ltr-text:focus {
    border: 1px solid #c4ef6b;
    outline-color: #c4ef6b;
}
.submit-btn{
  background: #6d66b9;
  padding: 8px 10px;
  border:none;
  font-size: 15px;
  color: #fff;
  width: 29%;
}
.social-media{
  display: flex;
  gap:15px;
}

.social-media li a{
  font-size: 28px;
  color: #6d66b9;
  text-decoration: none;
}
.social-media li a:hover{
  color: #423c83;
}

.top-footer h3{
  font-size: 18px;
  color: #000;
  font-weight: 600;
  padding-bottom: 15px;
}
.quciklink{
  margin:0;
  padding: 0;
}
.quciklink li{
  display: block;
  list-style: none;
}
.quciklink li a{
  font-size: 15px;
  color: #505050;
  text-decoration: none;
  font-weight: 400;
}
.quciklink li a:hover{
  color: #121212;
}

.top-footer p{
  font-size: 15px;
  color: #505050;
  font-weight: 400;
}
.top-footer p a{
  color: #505050;
  text-decoration: none;
}
.mr-3{
  margin-right: 10px;
}
.bottom-footer{
  background: #121212;
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding: 10px 0;

}
.pl-80 {
    padding-left: 80px !important;
}
.inner-bnr{
  width: 100%;
  background: url(../images/inner-bnr.jpg) top center no-repeat;
  background-size:cover;
  padding: 120px 0;
}
.inner-bnr h1{
  font-family: "Freeman", sans-serif;
  font-size: 72px;
  color: #fff;
  line-height: 86px;
}
.inner-bnr h1 span{color:#bb144a;}
.who-we-total{
  padding: 60px 0;
  width: 100%;
}

.who-we-total h2{
  font-family: "Freeman", sans-serif;
  font-size: 44px;
  color: #000;
  line-height: 54px;
  padding-bottom: 10px;
}
.who-we-total p{
  font-size: 18px;
  font-weight: 400;
  color: #7a7a7a;
  line-height: 30px;
}
.active{
  color: #4839f4!important;
}
.our-mission{
  width: 100%;
  padding: 40px 0;
}
.our-mission-con{
  background: linear-gradient(to right, rgba(74, 76, 178, 1) 0%, rgba(113, 102, 245, 1) 100%); 
  width: 100%;
  padding: 30px 0;
}
.our-mission-con h2{
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 15px;
}
.our-mission-con p{
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  line-height: 26px;
}
.mission-img{
  position: absolute;
    left: 50%;
    margin-left: -161px;
    top: -54px;
}
.pos-rel{
  position: relative;
}
.value-bx{
  width: 100%;
}
.value-bx h3{
  background: #7166f5;
  padding: 10px 5px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #121212;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.value-bx p{
  border: 1px solid #7a7a7a;
  padding: 30px 12px 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #7a7a7a;
  min-height: 146px;
}
.light-grn{
  background: #c1bcf9 !important;
}
.meet-team{
  width: 100%;
  padding: 30px 0;
}

.meet-team h1 {
    font-family: "Freeman", sans-serif;
    font-size: 54px;
    color: #8dc21f;
    text-align: center;
}
.meet-team h4{
  font-size: 22px;
  color: #121212;
  font-weight: 600;
  padding: 15px 0 5px;
}
.meet-team p{
  font-size: 15px;
  color: #787878;
  font-weight: 400;
}
.application-form{
  width: 100%;
  padding:40px 0;
}
.application-form h3{
  font-size: 22px;
  color: #121212;
  margin-bottom: 30px;
}
.application-form h6{
  font-size: 16px;
  color: #121212;
  margin-bottom: 20px;
}
.application-form label{
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 6px;
}

.input-style{
  width: 100%;
  border: 1px solid #7166f5;
  background: #fff;
  border-radius: 10px!important;
  padding: 12px 15px;
  font-size: 16px;
  color: #121212;
  font-weight: 400;
  margin-bottom: 20px;
}
.input-style:focus{
   border: 2px solid #7166f5;
   outline-color: #7166f5;
}
.terms-text{
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  padding-bottom: 20px;
}
.terms-text a{color: #787878; text-decoration: none;}
.terms-text a:hover{color: #787878; text-decoration: underline;}
.he-180{height: 180px;}
.application-form p{
    font-size: 16px;
    font-weight: 400;
    color: #121212;
    padding-bottom: 15px;
    line-height: 24px;
}
.application-form p b{
  font-size: 22px;
}
.application-form p a{
    text-decoration: none;
    color: #7166f5;
}
.map-area{
  width: 100%;
}
.careers-total{
  width: 100%;
  padding: 30px 0;
}
.careers-total h2{
  font-size: 32px;
  color: #7166f5;
  font-weight: 600;
  padding-bottom: 20px;
}
.careers-total p{
  font-size: 20px;
  color: #787878;
  font-weight: 400;
  line-height: 32px;
  padding-bottom: 20px;
}
.careers-con{
  width: 100%;
  background: linear-gradient(to right,  rgba(113,102,245,1) 0%,rgba(90,86,206,1) 100%);
  padding: 60px 0;
}
.careers-con h1 {
    font-family: "Freeman", sans-serif;
    font-size: 54px;
    color: #000;
    text-align: center;
}
.color-white{
  color: #fff!important;
}
.careers-last{
  width: 100%;
  padding: 60px 0;
}
.careers-last h1 {
    font-family: "Freeman", sans-serif;
    font-size: 54px;
    color: #7166f5;
    text-align: center;
    padding-bottom: 20px;
}
.careers-last p {
    font-size: 18px;
    color: #787878;
    font-weight: 400;
    text-align: center;
    padding-bottom: 15px;
}

.careers-last p a{
  color: #121212;
  text-decoration: none;
}

.products-total{
  width: 100%;
  padding: 50px 0;
}

.content {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 50px;
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1.3em;
  padding-right: 1.3em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 28px;
}

.content-details p{
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}
.only-mob{
  display: none;
}
.only-desktop{
  display: block;
}
.mission-box{
  width: 100%;
}

.mission-box h2{
  font-size: 30px;
  color: #121212;
  font-weight: 600;
  padding-bottom: 15px;
  padding-top: 10px;
}
.mission-box p{
  font-size: 18px;
  color: #787878;
  font-weight: 400;
  line-height: 30px;
}
.faq-sec{
  width: 100%
}
.faq-sec h1 {
    font-family: "Freeman", sans-serif;
    font-size: 54px;
    color: #7166f5;
    text-align: center;
    padding-bottom: 30px;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #8dc21f;
    outline: 0;
    box-shadow: 0 0 0 .25rem #e7fcbb;
}
.accordion-button:not(.collapsed){
  background: #f7ffe5;
}
.accordion-button{
    font-size: 20px;
    color: #121212 !important;
    font-weight: 600;
    margin-bottom: 30px;
    box-shadow: none!important;
}
.shadow-light {
    box-shadow: 0 .5rem 1rem #f3f3f3 !important;
}
.accordion-flush .accordion-collapse{
  margin-bottom: 30px;
}


.accordion-button:not(.collapsed)::after {
    background-image: url(../images/up-tik.svg);
    background-position: top right;
    background-repeat: no-repeat;
    transform: rotate(-180deg);
}

.accordion-button:not(.collapsed) {
    background: #d5d2fb;
    margin-bottom: 0;
}















@media screen and (max-width:896px) {
.navbar {
    float: right;
    margin-top: -10px;
}

.nav-item{
  padding-bottom: 20px;
}
.nav-menu .menu{
  padding-left: 10px;
}
.nav-link{
  color: #fff!important;
}
.hero-bnr {
    width: 100%;
    background: url(../images/hero-bnr-mob.jpg) top center no-repeat;
    background-size: cover;
}
.inner-bnr{
  background: url(../images/inner-bnr-mob.jpg) top center no-repeat;
  background-size:cover;
}
.ky-bx{
  padding: 12px 15px;
}
.ky-bx h4{
  font-size: 16px;
}
.how-it{
  margin:0;
}
.testi-box{
  min-height: 200px;
}
.mission-img{
  top: -44px;
}
.value-bx h3 {
    min-height: 70px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.value-bx p{
  min-height: 160px;
}
.submit-btn{
  padding: 8px 6px;
}



}

@media screen and (max-width:800px) {
  .submit-btn{
    padding: 8px 5px;
  }
    .mission-img {
        top: -31px;
    }


}

@media screen and (max-width:767px) {
  .hero-bnr h1{
    font-size: 51px;
    line-height: 61px;
  }
  .hero-bnr h4 {
    font-size: 20px;
    line-height: 30px;
}
.ky-bx{
  margin-bottom: 30px;
  min-height: auto;
}
.testi-box{
  margin-bottom: 80px;
  min-height: auto;
}
.testi-box-last{
  margin-bottom: 0!important;
}
.pl-80{
  padding-left: 15px!important;
}
.only-mob{
  display: block;
}
.only-desktop{
  display: none;
}
.value-bx h3{
  min-height: auto;
}
.value-bx p{
  min-height: auto;
  margin-bottom: 30px;
}


}


.hdr_phn, .hdr_phn a {
  color: #000;
}

@media screen and (max-width: 991px) {
  .hdr_phn, .hdr_phn a {
    color: #fff;
  }
}

