* {
  margin: 0;
  padding: 0;
}

body {
  /* font-family: 'Nunito Sans', sans-serif; */
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}

ul,
ol {
  list-style: none;
}

img {
  vertical-align: middle;
}

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

.clr {
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
ol {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
}
.list_color {
  color: rgb(232, 156, 14);
}
.title_link{
    color:white;
    transition:all linear 0.3s;
}
.title_link:hover{
    text-decoration:underline;
    color:white;
    transition:all linear 0.3s;
}

/*cookiebar styles added here*/



.form-check-input:disabled~.form-check-label {
    color: #080808;
}

.btn-outline-dark {
    color: #e58e04;
    border-color: #e58e04;
}
#cookieConsentContainer {
    transform: translateY(100%);
    transition: transform 0.5s ease-out;
    opacity: 0;
      background: #e7e7e7f2;
      padding: 20px;
      z-index: 9999;
      will-change: transform, opacity;
    }
    #cookieConsentContainer.show {
    transform: translateY(0);
    opacity: 1;
}
    .fixed-bottom{
        position: fixed;
    bottom: 17px;
    z-index: 1030;
    width: 92%;
    margin: 0 auto;
    }

    .cookie-consent-checkbox {
      margin-right: 8px;
    }

    #cookieSettingsTrigger {
      position: fixed;
      right: 20px;
      bottom: 20px;
      z-index: 9998;
      transition: all 0.3s ease;
    }

    #cookieSettingsTrigger:hover {
      transform: scale(1.1);
    }

    .cookie_end button {
      display: block;
      width: 100%;
      margin-bottom: 10px;
    }
    #cookieConsentContainer .cookie_end .accept_btn{
        background:#616161;
        transition:all linear 0.3s;
        color:white;
    }
    
    #cookieConsentContainer .cookie_end .accept_btn:hover{
        background:white;
        color:black;
        border: 1px solid grey;
    }
    
    #cookieConsentContainer .cookie_end .reject_btn{
        border:1px solid #616161;
        transition:all linear 0.3s;
        color:#616161;
        background:transparent;
    }
    #cookieConsentContainer .cookie_end .reject_btn:hover{
        background:#616161;
        color:white;
    }

    #moreInfo {
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      transition: all 0.5s ease;
    }

    #moreInfo.show {
      max-height: 500px;
      opacity: 1;
    }

    .modal-footer .btn {
      min-width: 100px;
    }

/*menubar styles*/

.menu .navbar-nav i{
        font-size: 19px;
    padding-left: 5px;
}

.menu .navbar-nav .nav-item .nav-link {
    -webkit-transition: all linear 0.3s 0s;
    -moz-transition: all linear 0.3s 0s;
    -o-transition: all linear 0.3s 0s;
    transition: all linear 0.3s 0s;
    position: relative; 
    
}
    .menu .navbar-nav .nav-item .nav-link::after {
      content: '';
      position: absolute;
      height: 3px;
      width: 0%;
      background-color: rgb(217, 142, 4);
      left: 0;
      bottom: 5px;
      border: 0px;
      -webkit-transition: all linear 0.3s 0s;
      -moz-transition: all linear 0.3s 0s;
      -o-transition: all linear 0.3s 0s;
      transition: all linear 0.3s 0s; 
        
    }
    .menu .navbar-nav .nav-item .nav-link:hover {
      color: white;
      }
    .menu .navbar-nav .nav-item .nav-link:hover::after {
      width: 95%;
      }
    .menu .navbar-nav .nav-item .nav-link.active {
      position: relative; 
        
    }
      .menu .navbar-nav .nav-item .nav-link.active::after {
        content: '';
        position: absolute;
        height: 3px;
        width: 95%;
        background-color:rgb(217, 142, 4);
        left: 0;
        bottom: 5px;
        border: 0px;
        -webkit-transition: all linear 0.3s 0s;
        -moz-transition: all linear 0.3s 0s;
        -o-transition: all linear 0.3s 0s;
        transition: all linear 0.3s 0s; 
          
      }


.menu {
  padding: 20px 0;
  z-index: 1;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  transition: background 0.3s ease; /* Smooth transition for background change */
}

.menu.scrolled {
  background: #616161e6;
  z-index:9999;
}

.menu nav img {
  width: 40%;
}

.menu nav ul li {
  padding: 10px 20px;
}

.menu nav ul li a {
  color: rgb(255, 255, 255);
  white-space: nowrap;
  font-size: 15px;
}

.menu .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}

.menu nav ul li .dropdown-menu a {
  color: rgb(0, 0, 0);
  background: white;
}

.menu nav ul li .contact_btn {
  color: white;
  /*padding: 10px 22px;*/
  border-radius: 25px;
  white-space: nowrap;
}

.navbar-brand {
  width: 30%;
}

 /*=============================================
                cuatom nav section Styles
==============================================*/

.custom_nav{
        display: flex;
    justify-content: space-between;
}


/* Responsive styles for mobile */

@media (max-width: 767px) {
 .custom_nav{
    flex-direction:column;
}
.navbar-nav {
    flex-direction: row;
}
.menu nav ul li a {
    font-size: 11px;
}
.navbar-brand {
    width: 50%;
    text-align: center;
}
.navbar-nav .dropdown-menu{
    position:absolute;
}
    
}

 /*=============================================
                Video Section Styles
==============================================*/

#vid {
  position: relative;
  width: 100vw;
  height: 104vh;
  overflow: hidden;
}

/* Ensure the video fully covers the screen */
#vid .bg-video-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Video styles for full coverage */
#background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 104vh;
  object-fit: cover; /* Ensures video fills the screen without stretching */
}

/* Overlay to improve text readability */
#vid .bg-video-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* Dark overlay */
  z-index: 1;
}

/* Content section */
#vid .content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #f1f1f1;
  z-index: 2; 
  background: #00000042;
}
#vid .content .banner_content{
    padding-bottom:50px;
}

/* Banner text styling */

#vid .banner_content .one {
    font-size: 15px;
    font-stretch: normal;
    font-style: normal;
    line-height: 42px;
    letter-spacing: normal;
    text-align: center;
    color: white;
    display: inline-block;
    border-radius:10px;
    border: 1px solid rgb(217, 142, 4);
    background:transparent;
    padding: 0px 50px;
    margin: 22px auto 0px;
    transition: 0.3s linear;
}
#vid .banner_content .one:hover {
    background:rgb(217, 142, 4);
}
#vid .banner_content .two {
    font-size: 15px;
    font-stretch: normal;
    font-style: normal;
    line-height: 42px;
    letter-spacing: normal;
    text-align: center;
    color: white;
    display: inline-block;
    border-radius:10px;
    border: 1px solid rgb(217, 142, 4);
    background:rgb(217, 142, 4);
    padding: 0px 50px;
    margin: 30px auto 0px;
    transition: 0.3s linear;
}
#vid .banner_content .two:hover {
    background:transparent;
}

#vid .banner_content h1 {
  font-size: 58px;
  font-weight: 300;
  color: white;
  text-align: center;
}
#vid .banner_content h3:first-of-type {
    font-weight: 300;
    font-size:28px;
}
#vid .banner_content h3:last-of-type {
    font-size:25px;
    padding: 30px 80px;
}
#vid .banner_content h3 {
    padding:30px 100px;
    font-weight:300;
}
#vid .banner_content h1 i {
    font-size:20px;
}

#vid p {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  color: #d0d0d0;
  font-size: 16px;
  z-index:999;
}
#vid .partners h5{
    text-align:left;
    padding-left:70px;
    margin-bottom:-60px;
    font-size:16px;
    font-weight:300;
}

/* Responsive styles for mobile */
@media (max-width: 767px) {
    
    .menu nav img {
    width: 70%;
    }
#vid .banner_content h1 i {
    font-size:15px;
}

  #vid .bg-video-wrap::before {
    background: rgba(0, 0, 0, 0.5);
  }

  #vid .banner_content h1 {
    font-size: 24px;
    padding: 0px;
    line-height: 42px;
  }
  #vid .banner_content h3 {
      font-size:17px;
      padding:20px 0;
  }
  #vid .partners h5 {
    text-align: center;
     padding-left: 0px; 
    margin-bottom: -70px;
    font-size: 13px;
    font-weight:300;
}
#vid .banner_content h1 {
    font-size: 27px;
}
.partners .partner_slide .recent_slide_item img {
    margin-bottom: -80px;
}
#vid .banner_content .one {
    margin: 0px auto 0px;
}
#vid .banner_content h3:last-of-type {
    padding: 30px 0px;
    font-size:16px;
}
#vid .banner_content h3:first-of-type {
    font-size:16px;
}
  
}





/* ------------------------------------------------------
--------- Banner Css Starts from here- ------------------
------------------------------------------------------ */

.banner .content {
  background-image: url(../images2/banner/bannergif.gif);
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100vh;
  background-position: right;
}

.banner {
  width: 100%;
}

.banner .content .inner {
  display: flex;
  align-items: center;
  height: 100vh;
  /* Adjust as needed */
}

.banner .content h2 {
  color: aliceblue;
  font-size: 50px;
  font-weight: 700;
}


/*=============================================
                TCS PAge  Section Styles
==============================================*/

.tcs {
  position: relative;
  width: 100vw;
  height: 105vh;
  overflow: hidden;
}

/* Ensure the image fully covers the screen */
.tcs .bg-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Image styles for full coverage */
.tcs .background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 105vh;
  object-fit: cover; /* Ensures image fills the screen without stretching */
}

/* Overlay to improve text readability */
.tcs .bg-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* Dark overlay */
  z-index: 1;
}

/* Content section */
.tcs .content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #f1f1f1;
  z-index: 2; /* Ensure content is above the image */
}

/* Banner text styling */
.tcs .banner_content h1 {
  font-size: 26px;
  font-weight: 300;
  color: white;
  text-align: center;
    padding: 0 180px 22px 180px;
}
.tcs .banner_content h4 {
    font-size: 26px;
    font-weight: 200;
}
.tcs .banner_content h4 .supStyle{
    top: -1.7em;
    font-size:10px
}
.tcs .banner_content h3 {
    font-size: 18px;
    font-weight: 200;
    padding: 0 120px 30px 120px;
    text-align:center;
    margin-top: -20px;
}
.tcs .banner_content .livedata {
    display: flex;
    justify-content: center;
    padding-bottom:22px;
}
.tcs .banner_content .livedata div {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
}
.tcs .banner_content .livedata .data {
    font-size:90px;
    color: rgb(217, 142, 4);
}
.tcs .banner_content .livedata .todaysData {
    font-size: 20px;
    color: rgb(217, 142, 4);
    position:absolute;
    top:0;
    right:0;
}
.tcs .banner_content .livedata .datacontainer{
    position:relative;
}
.tcs p {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  color: #d0d0d0;
  font-size: 16px;
  z-index: 999;
}

/* Responsive styles for mobile */
@media (max-width: 767px) {
  .tcs .banner_content h4 .supStyle{
    top: -1.2em;
    font-size:8px
}
  .tcs .bg-wrap::before {
    background: rgba(0, 0, 0, 0.5);
  }

  .tcs .banner_content h1 {
    font-size: 21px;
    padding: 0px;
    line-height: 42px;
  }
  .tcs .banner_content h4 {
    font-size: 16px;
}
.tcs .banner_content h3 {
    font-size: 14px;
    padding: 0 0px 15px 0px;
    line-height:28px;
}
.tcs .banner_content .livedata {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
}

/*tab device*/
@media (max-width: 991px) {
#vid .banner_content h1 {
    font-size: 35px;
}
.navbar-nav {
    flex-direction: row;
}
.tcs .banner_content h1 {
        font-size: 14px;
        line-height: 26px;
}
  .tcs .banner_content h4 {
    font-size: 22px;
}

}

/* ------------------------------------------------------
--------- purpose surface section Css Starts from here- ------
------------------------------------------------------ */

.surfaces-section {
    padding: 200px 0;
    background-color: #fff;
    color: #333;
}

.surfaces-section .surfaces-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.surfaces-section .section-title {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #2c3e50;
    line-height: 1.2;
}

.surfaces-section .paragraph-group p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #555;
    text-align:left;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .surfaces-section .surfaces-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .surfaces-section .section-title {
        font-size: 2rem;
    }
    
    .surfaces-section .paragraph-group p {
        font-size: 1rem;
    }
    .surfaces-section {
        padding: 70px 0;
    }
}


/* ------------------------------------------------------
--------- surface-qualities section Css Starts from here- ------
------------------------------------------------------ */

.surface-qualities .title{
    font-size:45px;
}
.surface-qualities h3,.surface-qualities p{
    text-align:center;
}

@media (max-width: 767px) {
    .surface-qualities .title{
        font-size:30px;
    }
}


/* ------------------------------------------------------
--------- mission section Css Starts from here- ------
------------------------------------------------------ */

.mission-section {
    position: relative;
    min-height: 800px;
    display: flex;
    align-items: center;
    color: white;
    overflow: hidden;
}

.mission-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images2/mission/mission.png);
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.mission-bg-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Dark overlay for better text readability */
    z-index: 2;
}

.mission-content {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 80px 0;
    text-align:center;
}

.mission-title {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.mission-statement {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 40px;
}

.mission-description p {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .mission-section {
        min-height: 400px;
    }
    
    .mission-statement {
        font-size: 2rem;
    }
    
    .mission-description p {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .mission-title {
        font-size: 1.2rem;
    }
    
    .mission-statement {
        font-size: 1.8rem;
    }
    
    .mission-description p {
        font-size: 14px;
    }
}



/* ------------------------------------------------------
--------- comapny page banner section Css Starts from here- ------
------------------------------------------------------ */

.company-section {
    position: relative;
    min-height: 800px;
    display: flex;
    align-items: center;
    color: white;
    overflow: hidden;
}

.company-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images2/company/company.webp);
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.company-bg-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Dark overlay for better text readability */
    z-index: 2;
}

.company-content {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 80px 0;
    text-align:center;
}

.company-title {
    font-size: 65px;
    font-weight: 700;
    margin-bottom: 30px;
}

.company-description p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .company-section {
        min-height: 560px;
    }
    .company-description p {
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {
    .company-title {
        font-size: 1.2rem;
    }
    
    .company-description p {
        font-size: 1rem;
    }
    .company-content {
        padding: 10px 0;
}
}
/* ------------------------------------------------------
------ company data section Css Starts from here- --
------------------------------------------------------ */

.company-data h2{
    font-weight:600;
    font-size:65px;
    text-align:left;
}
.company-data p{
    font-size:20px;
    text-align:left;
}

@media (max-width: 576px) {
.company-data p{
    font-size:14px;
    text-align:left;
}
.company-data h2 {
    font-size: 45px;
}
}

/* ------------------------------------------------------
--------- mission section Css Starts from here- ------
------------------------------------------------------ */

.vission-section {
    position: relative;
    min-height: 800px;
    display: flex;
    align-items: center;
    color: white;
    overflow: hidden;
}

.vission-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images2/company/vission.gif);
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.vission-bg-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Dark overlay for better text readability */
    z-index: 2;
}

.vission-content {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 80px 0;
    text-align:center;
}


.vission-title {
    font-size:1.5rem;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.vission-statement {
    font-size: 30px;
    font-weight: 700;
}

.vission-description{
    margin-top:40px;
}

.vission-description p {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .vission-section {
        min-height: 400px;
    }
    
    .vission-statement {
        font-size: 2rem;
    }
    
    .vission-description p {
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {
    .vission-title {
        font-size: 1.2rem;
    }
    
    .vission-statement {
        font-size: 18px;
    }
    
    .vission-description p {
        font-size: 14px;
    }
}




/* ------------------------------------------------------
------ surface quality section Css Starts from here- --
------------------------------------------------------ */

.surface-qualities {
  padding: 5rem 0;
}
.surface-qualities .lead{
    padding:0 230px;
}
.surface-qualities .card {
  border-radius: 12px;
  transition: transform 0.3s ease;
}
.surface-qualities .card:hover {
  transform: translateY(-5px);
}
.surface-qualities .surfaceimg{
    width:100%;
    height: 300px;
    object-fit: cover;
    padding-bottom:10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .surface-qualities .lead{
    padding:0px;
    font-size:16px;
}
}

/* ------------------------------------------------------
--------- live data sectiojn Css Starts from here- ------
------------------------------------------------------ */

.live {
  width: 100%;
  background-image: url(../images2/live/Data\ Frames\ background.png);
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  padding: 200px 0;
}

.live .main {
  padding: 120px 0;
}
.live .main .one {
  background-color: #d7d7d6;
  padding: 20px;
  border-radius: 20px;
  margin-right: 30px;
}
.live .main .one span {
  font-size: 30px;
  color: #01AB01;
}
.live .main .title {
  display: flex;
  gap: 20px;
}
.live .main .title h6 {
  font-size: 30px;
  padding-top: 15px;
  font-weight: 300;
}

.live .main h2 {
  font-size: 100px;
  color: #01AB01;
  font-weight: 700;
}

.live .main h4 {
  font-size: 35px;
  font-weight: 400;
  line-height: 55px;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  padding: 10px;
}

.live .main h5 {
  font-size: 30px;
  font-weight: 300;
}

.live .main p {
  font-size: 30px;
  font-weight: 400;
  font-style: italic;
  padding: 70px 0px;
  text-align: center;
}

.live .main h4 span {
  color: rgb(217, 142, 4);
  font-size: 40px;
  font-weight: 500;
  font-family: cursive;
  font-style: italic;
}

/* ------------------------------------------------------
--------- touchable sectiojn Css Starts from here- ------
------------------------------------------------------ */

.touchable {
  width: 100%;
}

.touchable .content {
  padding: 80px 0;
}

.touchable .touchable_image img {
  width: 100%;
}

.touchable .content .top_content p {
  font-size: 27px;
  padding: 15px 0;
  color: #5a67b2;
}

.touchable .content .top_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.touchable .touchable_bottom {
  text-align: center;
  padding-top: 150px;
}

.touchable .touchable_bottom p {
  padding-bottom: 40px;
  font-size: 22px;
}

.touchable .touchable_bottom p::after {
  content: "";
  height: 8px;
  width: 100%;
  position: absolute;
  top: 20%;
  left: 50%;
  background-color: #5a67b2;
  transform: translate(-50%, -50%);
}

.touchable .touchable_bottom h6 {
  line-height: 30px;
  font-size: 20px;
  font-weight: 300;
}

/* ------------------------------------------------------
--------- technology section Css Starts from here- ------
------------------------------------------------------ */

.technology {
  background-color: #5a6aaf;
  padding: 100px 0;
}
.technology h3 {
  color: white;
  text-align: center;
  padding-bottom: 130px;
  font-weight: 400;
}
.technology .content {
  text-align: center;
  padding: 30px;
}
.technology .content img {
  width: 70%;
  padding-bottom: 60px;
}
.technology .content span {
  padding-top: 50px;
  color: white;
  font-size: 25px;
  font-weight: 700;
white-space: nowrap;
}

/* ------------------------------------------------------
--------- usability section Css Starts from here- ------
------------------------------------------------------ */

.usability {
  /* background: linear-gradient(90deg, #aaafcd 0%, #dadce9 100%); */
  background-color: white;
  padding: 100px 0;
}

.usability img {
  border-radius: 15%;
}
.usability .content {
  padding: 10px;
}
.usability .content p {
  font-size: 20px;
  padding: 25px 0;
}

.usability .content h2 {
  text-align: center;
  color: white;
  background: #5a67b2;
  border-radius: 30px;
  font-size: 25px;
  padding: 15px 0;
}

.usability .content ul li {
  font-size: 19px;
  line-height: 60px;
}

.usability .content ul li::marker {
  color: rgb(232, 156, 14);
}

.usability_bottom {
  padding-top: 70px;
}

.usability_bottom .content .data {
  display: flex;
  gap: 20px;
  align-items: center;
}
.usability_bottom .content .data .data_content {
  width: 35%;
  background-color: #d7d7d6;
  padding: 15px;
  border-radius: 20px;
}
.usability_bottom .content .data .data_content .data_content_active {
  display: flex;
  gap: 10px;
}

.usability_bottom .content h6 {
  font-size: 16px;
  font-weight: 300;
}
.usability_bottom .content h6 span {
  color: #01AB01;
}

.usability_bottom .content .data_content h5 {
  font-size: 18px;
  font-weight: 300;
}

.usability_bottom .content .data_content h4 {
  color: #01AB01;
  font-size: 65px;
}

/* ------------------------------------------------------
--------- comited sectiojn Css Starts from here- ------
------------------------------------------------------ */

.commited {
  background-image: url(../images/Competitive\ proposition.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
  text-align: center;
  background-attachment: fixed;
}

.commited .one h3 {
  font-size: 35px;
  font-weight: 400;
  padding: 0 10px 40px 10px;
}

.commited .two p {
  font-size: 33px;
}

.commited .two {
  margin-bottom: 40px;
  position: relative;
}

.commited .two::after {
  content: "";
  height: 8px;
  width: 30%;
  position: absolute;
  top: 40%;
  left: 50%;
  background-color: #5a67b2;
  transform: translate(-50%, -50%);
}

.commited .two h6 {
  padding: 45px 165px 0 165px;
  font-size: 23px;
  font-weight: 300;
  margin-top: 25px;
}

/* ------------------------------------------------------
--------- partners sectiojn Css Starts from here- ------
------------------------------------------------------ */

.partners {
  position: absolute;
    bottom: 20px;
    left: auto;
    z-index: 999999;
}

.partners h2 {
  font-size: 59px;
  font-weight: 400;
  color: #3d3d3d;
  text-align: center;
  padding: 0px 0 100px 0;
}

.partners img {
  width: 100%;
}
.partners .top_partner .shrinked{
    width:70%;
}
.partners .top_partner .shrinked_parent{
    display:flex;
    justify-content:center;
}
.partners .top_partner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
  padding: 60px 0;
}
.partners .bottom_partner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  padding: 60px 0;
}

* Mobile-specific fixes */
@media (max-width: 767px) {
  #vid {
    height: 100vh; /* Change from 104vh to prevent overflow */
  }
  
  .partners {
    bottom: 20px; /* Adjust position for mobile */
  }
  
  .partner_slide .recent_slide_item {
    padding: 0 10px; /* Add spacing between logos */
  }
  
  /* Ensure logos are visible */
  .partner_slide img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  
  /* Adjust banner content to make space for partners */
  #vid .banner_content {
    padding-bottom: 150px; /* Create space for partners */
  }
}



/* ------------------------------------------------------
--------- updates section Css Starts from here- ------
------------------------------------------------------ */

#recent_update {
  background: linear-gradient(90deg, #aaafcd 0%, #dadce9 100%);
  padding: 120px 0;
  position: relative;
}

#recent_update h2 {
  color: #ffffff;
  padding-bottom: 65px;
  font-size: 59px;
  font-weight: 400;
}

#recent_update .recent_slider {
  width: 100%;
  margin: 0px auto;
  position:relative;
}

#recent_update .slick-slide {
  margin: 0px 15px;
}

#recent_update .slick-prev{
    position: absolute;
    top: 48%;
    left: -7%;
    background: #5a67b2;
    color: white;
    height: 45px;
    width: 45px;
    border: 0;
    border-radius: 50%;
}
.partners .slick-prev{
    position: absolute;
    top: 48%;
    left: -7%;
    background: #5a67b2;
    color: white;
    height: 45px;
    width: 45px;
    border: 0;
    border-radius: 50%;
}
#recent_update .slick-next{
    position: absolute;
    top: 48%;
    right: -7%;
    background: #5a67b2;
    color: white;
    height: 45px;
    width: 45px;
    border: 0;
    border-radius: 50%;
}
.partners .slick-next{
    position: absolute;
    top: 48%;
    right: -7%;
    background: #5a67b2;
    color: white;
    height: 45px;
    width: 45px;
    border: 0;
    border-radius: 50%;
}

#recent_update .recent_slide_item {
  background: #5a67b2;
  padding: 45px;
  border-radius: 12px;
}

  .partner_slide {
    display: block;
    visibility: visible;
    opacity: 1;
    min-height: 50px;
  }
  .partner_slide .slick-slide {
    display: block;
    text-align: center;
  }
  .partner_slide img {
    max-width: 100%;
    height: auto;
    display: inline-block;
  }
  
  
.partners .partner_slide{
    display:flex;
    align-items:center;
    justify-content:center
}
.partners .partner_slide .recent_slide_item img{
    padding:70px;
}

#recent_update .recent_slide_item p {
  color: white;
  font-size: 22px;
  font-weight: 400;
}

#recent_update .recent_slide_item p.date {
  color: white;
  font-size: 25px;
}

#recent_update .recent_slide_item hr {
  height: 1px;
  background: white;
  margin: 15px 0px;
}

#recent_update .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  bottom: -40px;
}

#recent_update .slick-dots li {
  padding: 0px 15px;
}

#recent_update .slick-dots li button {
  font-size: 0px;
  height: 10px;
  width: 10px;
  background: #5463b7;
  border-radius: 50%;
  border: 1px solid #5463b7;
}

#recent_update .slick-dots li.slick-active button {
  font-size: 0px;
  background: white;
  border-radius: 50%;
  border: 1px solid #5463b7;
}

/* ------------------------------------------------------
--------- footer section Css Starts from here- ------
------------------------------------------------------ */

.footer {
  padding: 70px 0px 80px 0;
  width: 100%;
    height: 100%;
    background-image: url(../images2/footer/footer.webp);
    background-size: cover;
    background-position: center;
}

.footer h6 {
  color: #ffffff;
  font-size: 17px;
  margin-bottom: 30px;
}

.footer .mark2 {
  width: 100%;
  height: 3px;
  background-color: white;
}

.footer .links {
  padding-top: 40px;
}

.footer .links ul li {
  font-size: 17px;
  color: white;
  padding-bottom: 8px;
}

.footer .links ul li .icon {
  height: 35px;
  width: 35px;
  background: white;
  color: #616161;
  line-height: 35px;
  text-align: center;
  border-radius: 5%;
  margin-bottom: 10px;
  transition: all linear 0.5s;
}
.footer .links ul li .icon:hover{
    scale:1.1
}

.footer .links ul li a {
  color: white;
  transition: all linear 0.4s;
  font-size: 17px;
}
.footer .links ul li a {
    position: relative;
}

.footer .links ul li a::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 0%;
    background-color: rgb(217, 142, 4);
    left: 0;
    bottom: -2px;
    border: 0px;
    -webkit-transition: all linear 0.3s 0s;
    -moz-transition: all linear 0.3s 0s;
    -o-transition: all linear 0.3s 0s;
    transition: all linear 0.3s 0s; 
}

.footer .links ul li a:hover::after {
    width: 100%;
}

.footer .links .right ul li a:hover::after {
    width: 0;
}
.footer .copy {
    color: white;
    font-size: 16px;
    text-align:center;
    padding-top:30px;
}




/*.footer .links ul li a:hover {*/
/*  color: rgb(217, 142, 4);*/
/*}*/

/* ------------------------------------------------------
--------- avout page Css Starts from here- --------------
------------------------------------------------------ */

/* ------------------------------------------------------
--------- avout banner section Css Starts from here- ----
------------------------------------------------------ */

.about_banner {
  /* background: linear-gradient(90deg, #646faa 0%, #bcc1db 100%); */
  background-color: #616161;
  width: 100%;
  height: 750px;
    background-image: url(../images2/news/newsbg.webp);
    background-size: cover;
    background-position: center;
}


.about_banner .banner_mark h2 {
  color: #ffffff;
  font-size: 65px;
  position: relative;
  padding: 0 130px;
}

.about_banner .banner_mark h2::before {
  content: "";
  position: absolute;
  width: 165px;
  transform: translate(-50%, -120%);
  border: 3px solid rgb(217, 142, 4);
  top: 120%;
  left: 50%;
}

/* ------------------------------------------------------
--------- about_founder section Css Starts from here- ----
------------------------------------------------------ */

.about_founder {
  width: 100%;
}

.about_founder .content {
  padding: 150px 50px;
}

.about_founder .container p {
  font-size: 25px;
  text-align: center;
  padding: 25px 200px;
}

/*  ============================
        core team part start
   ===============================*/
#index-team {
  padding-top: 68px;
  padding-bottom: 100px;
}

#index-team .head h3 {
  padding-bottom: 50px;
  color: #616161;
  font-size: 60px;
}

#index-team .team-header p {
  padding:0 220px;
  padding-bottom: 68px;
  font-size:20px;
  text-align:center;
}

#index-team .team-member-slider .memberImages {
  margin: 0 auto;
  cursor: pointer;
  padding: 10px;
  transition: all linear 0.4s;
}

#index-team .team-member-slider .memberImages:hover {
  background: #f2f3f5;
  border-radius: 6px;
}

#index-team .team-member-slider .memberImages .member-img {
  position: relative;
  border-radius: 7px;
  text-align: center;
  /* margin: 100px 25px 0px 25px */
  padding: 50px 10px;
}

#index-team .team-member-slider .memberImages .member-img img {
  height: auto;
  width: 200px;
}

#index-team .team-member-slider .memberImages .member-img .memeber__content {
  height: 100%;
  width: 100%;
  padding: 10px 0px;
  white-space: nowrap;
  text-align: center;
  border-radius: 7px;
  transition: all linear 0.1s;
  color: #5a67b2;
}

#index-team .team-member-slider .memberImages .member-img .memeber__content h3 {
  color: #616161;
  padding-bottom: 20;
  font-style: normal;
  white-space: normal;
  font-size: 26px;
}

#index-team .team-member-slider .memberImages .member-img .memeber__content h4 {
  padding-bottom: 20px;
  color: #616161;
}

#index-team .team-member-slider .memberImages .member-img .memeber__content p {
  color: #000000;
  text-align: center;
  white-space: normal;
  font-size: 15px;
}

#index-team
  .team-member-slider
  .memberImages
  .member-img
  .memeber__content:hover {
  opacity: 1;
  transition: all linear 0.3s;
}

#index-team .team-member-slider .memberImages .member-img .memeber__content h4 {
  font-size: 21px;
  padding-top: 10px;
  font-weight: 500;
  font-style: normal;
}

#index-team
  .team-member-slider
  .memberImages
  .member-img
  .memeber__content:hover
  h3 {
  top: 38%;
  transition: all linear 0.3s;
}

#index-team
  .team-member-slider
  .memberImages
  .member-img
  .memeber__content:hover
  p {
  bottom: 20%;
  transition: all linear 0.3s;
}

#index-team .team-member-slider .memberImages img {
  height: 100%;
  margin: 0 auto;
}

#index-team .team-member-slider .membersDetails {
  text-align: center;
  padding-top: 27px;
}

#index-team .team-member-slider .membersDetails .memberItem {
  float: left;
  text-align: center;
}

#index-team .team-member-slider .membersDetails .memberItem h5 {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0px;
  text-align: center;
  color: #5a67b2;
  padding-bottom: 8px;
}

#index-team .team-member-slider .membersDetails .memberItem p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0px;
  text-align: center;
  color: #5a67b2;
  padding-bottom: 65px;
}

#index-team .m-btn {
  padding: 0px 13px 0 50px;
  position: relative;
  font-size: 18px;
  -webkit-transition: all linear 0.3s 0s;
  -moz-transition: all linear 0.3s 0s;
  -o-transition: all linear 0.3s 0s;
  transition: all linear 0.3s 0s;
  background-color: #5a67b2;
  padding: 10px 15px;
}

#index-team .m-btn span {
  padding-left: 35px;
  color: white;
}

#index-team .m-btn i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  font-size: 30px;
  display: inline-block;
  line-height: 40px;
  background-color: transparent;
  color: white;
  -webkit-transition: all linear 0.3s 0s;
  -moz-transition: all linear 0.3s 0s;
  -o-transition: all linear 0.3s 0s;
  transition: all linear 0.3s 0s;
}

#index-team .m-btn:hover {
  border-radius: 10px;
}

#index-team .modal-dialog {
  max-width: 70%;
}

#index-team .modal-dialog .modal-content {
  border-radius: 15px;
  padding: 0px 50px;
}

#index-team .modal {
  background: #00000036;
  z-index:9999;
}

#index-team .modal .modal-header {
  padding: 0;
  padding-top: 25px;
  border-bottom: 0px;
}

#index-team .modal .modal-body .team_user_avata {
  padding: 20px 0px 20px 120px;
  position: relative;
}

#index-team .modal .modal-body .team_user_avata img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0px;
}

#index-team .modal .modal-body .team_user_avata h3 {
  text-align: left;
  font-size: 27px;
  font-style: normal;
}

#index-team .modal .modal-body .team_user_avata h4 {
  text-align: left;
  font-size: 21px;
  font-weight: 500;
  font-style: normal;
}

#index-team .modal .modal-body p {
  padding-top: 25px;
  font-size: 15px;
}

#index-team .modal .modal-body p a{
    color:#616161;
}

#index-team .modal .modal-body i {
  background: #e9e9e9;
  padding: 10px;
  border-radius: 50%;
}

@media (max-width: 767px) {
    #index-team .team-header p {
    padding: 0px;
    padding-bottom: 0px;
    font-size: 17px;
}
    #index-team {
      padding-top: 60px;
      padding-bottom: 10px;
    }
    #index-team .head h3 {
    font-size: 30px;
        padding-bottom: 25px;
}

}

/*  ============================
          about page  css
  ============================ */

/*#contact-banner {*/
/*  text-align: center;*/
/*  background: #929dca;*/
/*}*/

.contact-section {
    position: relative;
    min-height: 800px;
    display: flex;
    align-items: center;
    color: white;
    overflow: hidden;
}

.contact-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images2/contact/contactus.webp);
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.contact-bg-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Dark overlay for better text readability */
    z-index: 2;
}

.contact-content {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 80px 0;
    text-align:center;
}

.contact-title {
    font-size: 65px;
    font-weight: 700;
    margin-bottom: 30px;
}

#contact-form {
  background: #fafafa;
  padding-bottom: 88px;
  padding-top: 53px;
}
#contact-form .main {
  display: flex;
  justify-content: center;
}
#contact-form .lert-success {
  position: absolute;
  left: 50%;
  top: 222px;
  transform: translateX(-50%);
  width: 272px;
  padding: 35px 22px 46px;
  border-radius: 12px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  background: white;
  text-align: center !important;
  z-index: 999;
}
#contact-form .lert-success p {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #8d97d7;
  text-align: left;
  margin-top: 19px;
}
#contact-form .lert-success i {
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  color: white;
  border-radius: 50%;
  background: #8d97d7;
}
#contact-form form {
  padding: 50px;
  border-radius: 70px;
  text-align: center;
  width: 80%;
}
#contact-form form h3 {
  padding-bottom: 40px;
  text-align: center;
  color: black;
  font-size: 24px;
  font-weight:300;
}
#contact-form form p {
  color: #616161;
}
#contact-form input {
  width: 100%;
  line-height: 19px;
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #a2a2a2;
  margin-bottom: 35px;
  border: 0;
  padding: 12px 10px;
  background-color: white;
  border:1px solid #616161;
}
#contact-form textarea {
  width: 100%;
  height: 100px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #a2a2a2;
  margin-bottom: 20px;
  border: 0;
  background-color: white;
  border:1px solid #616161;
}

#contact-form .contact_top{
    display:flex;
    gap: 25px
}

#contact-form button {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 42px;
  letter-spacing: normal;
  text-align: center;
  color: white;
  background: #616161;
  display: inline-block;
  border: 1px solid rgba(90, 103, 178, 0);
  padding: 0 50px;
  margin: 0 auto;
  -webkit-transition: all linear 0.3s 0s;
  -moz-transition: all linear 0.3s 0s;
  -o-transition: all linear 0.3s 0s;
  transition: all linear 0.3s 0s;
  margin-top: 30px;
}
#contact-form button:hover {
  color: rgba(90, 103, 178, 0.8);
  background: white;
  border: 1px solid #5a67b2;
}


@media (max-width: 767px) {
    .contact-title {
        font-size: 50px;
    }
    .contact-section {
        min-height: 600px;
    }

}

/*  ============================
      contact  info css
============================ */

.contact_info {
  background: #fafafa;
  text-align: center;
  padding-bottom: 50px;
  color: #5a6baf;
}
.contact_info h3 {
  color: #5463b7;
  font-style: italic;
  padding-bottom: 25px;
}
.contact_info p {
  padding: 20px 0;
  font-size: 24px;
}

/*  ============================
          core team part end
  ============================ */

/* responsive css ========================================================= */
@media (max-width: 575.98px) {
    
    #navbarSupportedContent{
        background:#d98f01;
    }
    .banner .content {
    height: 65vh;
}
.banner .content .inner {
    height: 75vh;
}
  .banner .content h2 {
    font-size: 19px;
  }

  .live .main .one span {
    font-size: 22px;
  }

  .live .main .title h6 {
    font-size: 20px;
    padding-top: 8px;
    font-weight: 300;
  }

  .live .main h2 {
    font-size: 60px;
  }

  .live {
    padding: 0;
  }

  .live .main h4 {
    font-size: 21px;
    padding: 10px 0;
    margin-top: 10px;
    line-height: 36px;
  }

  .live .main .one {
    margin-right: 0px;
  }

  .live .main h5 {
    font-size: 17px;
  }

  .touchable {
    padding: 10px;
  }

  .technology h3 {
    font-size: 22px;
    padding-bottom: 60px;
  }

  .technology .content span {
    padding-top: 20px;
    display: block;
    font-size:11px;
  }

  .technology .content {
    padding: 40px;
  }

  .usability_bottom .content .data_content h4 {
    font-size: 28px;
  }
  .usability .content ul li {
    font-size: 16px;
    line-height: 34px;
    padding-bottom: 10px;
      
  }
  .usability .content p {
    font-size: 14px;
}

  .usability_bottom .content .data .data_content .data_content_active {
    display: flex;
    gap: 8px;
    flex-direction: column;
  }
   .usability_bottom .mobile_rs{
       display:flex;
       flex-direction:column-reverse;
   }

  .technology .content img {
    width: 66%;
    padding-bottom: 10px;
  }

  .touchable .content .top_content h2 {
    text-align: center;
  }

  .touchable .content .top_content p {
    font-size: 23px;
    padding-bottom: 30px;
    text-align: center;
  }

  .touchable .touchable_bottom p {
    padding-bottom: 13px;
    font-size: 20px;
  }

  .usability .content h2 {
    font-size: 13px;
    padding: 15px 0;
    margin-top: 50px;
  }

  .usability {
    padding: 100px 10px;
  }

  .usability_bottom {
    padding-top: 0px;
  }

  .usability img {
    padding-top: 30px;
  }

  .commited .one h3 {
    font-size: 30px;
  }

  .commited .two p {
    font-size: 18px;
  }

  .commited .two h6 {
    padding: 14px 65px 0 65px;
    font-size: 15px;
  }

  .commited .two::after {
    content: "";
    height: 3px;
    top: 25%;
  }

  .partners {
        position: relative;
        top: 100px;
  }

  #recent_update h2 {
    font-size: 45px;
  }
  #recent_update .slick-next {
    top: 103%;
    right: 0%;
}

  .live .main p {
    font-size: 23px;
    padding: 30px 15px 36px 36px;
    text-align: left;
  }

  .partners .bottom_partner {
    gap: 20px;
  }

  .partners .bottom_partner img {
    width: 100%;
  }

  .footer h6 {
    font-size: 17px;
    margin-bottom: 30px;
  }

  .footer .mark2 {
    width: 94%;
  }

  .footer .links ul li {
    font-size: 13px;
  }

  .footer {
    padding: 70px 30px 70px 30px;
    background-color: #616161;
  }

  .footer .left,
  .right,
  .middle {
    width: 33%;
  }

  .footer .links ul li a {
    color: white;
    transition: all linear 0.4s;
    font-size: 13px;
  }

  .footer .links ul li .icon {
    margin-bottom: 20px;
  }

  .about_banner {
    height: 460px;
  }

  .about_banner .banner_mark h2 {
    font-size: 20px;
  }

  .about_founder .content {
    padding: 60px 10px;
  }

  .about_founder .container p {
    font-size: 20px;
    text-align: center;
    padding: 10px 30px;
  }

  #index-team .modal-dialog {
    max-width: 95%;
  }

  .modal-body {
    padding: 0rem;
  }
  #blog .mixitupItems {
    display: flex;
    flex-direction: column;
}
  #blog .mixitupItems .blog-item {
    width: 100% !important;
}
#blog ul {
    display: flex;
    justify-content: center;
}
#blog ul li button {
    font-size: 16px !important;
    padding: 10px 23px !important;
}
#blogDetails-banner h2 {
    font-size: 22px !important;
}
#blogDetails-banner .date-time {
    font-size: 13px !important;
}

#contact-form form{
    padding:20px;
    border-radius: 45px;
    width:95%;
}
#contact-form form h3 {
    font-size: 15px;
    text-align:left;
}


}

/* // small tablet devices (tablets, 768px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    
     #navbarSupportedContent{
        background:#d98f01;
    }
    
    .live .main h5 {
    font-size: 17px;
}
.usability_bottom .mobile_rs {
    display: flex;
    flex-direction: column-reverse;
}

  .banner .content h2 {
    font-size: 32px;
  }
  .live .main h2 {
    font-size: 90px;
}

  .live .main h4 {
    font-size: 34px;
    padding: 30px 0 0 0;
  }

  .live .main p {
    font-size: 29px;
    padding: 50px 0px 0 37px;
    text-align: left;
  }

  .touchable .content .top_content p {
    font-size: 24px;
    padding: 25px 0;
  }

  .touchable .touchable_bottom p {
    padding-bottom: 14px;
  }

  .usability .content h2 {
    font-size: 17px;
    padding: 15px 0;
    margin-top: 40px;
  }

  .usability_bottom {
    padding-top: 0px;
  }

  .usability img {
    padding-top: 35px;
  }

  .commited .one h3 {
    font-size: 26px;
  }

  .commited .two p {
    font-size: 25px;
  }

  .commited .two h6 {
    padding: 45px 70px 0 70px;
    font-size: 18px;
    margin-top: 12px;
  }

  .commited .two::after {
    height: 5px;
    top: 25%;
  }

  .partners .bottom_partner img {
    width: 100%;
  }

  .partners {
    padding: 50px 0;
  }

  .footer .left,
  .right,
  .middle {
    width: 33%;
  }

  .footer .links ul li {
    font-size: 19px;
  }

  .footer {
    padding: 70px 0px 85px 0;
  }

  .footer .links ul li a {
    color: white;
    transition: all linear 0.4s;
    font-size: 16px;
  }

  .footer .links ul li .icon {
    margin-bottom: 10px;
  }
  .footer h6 {
    font-size: 22px;
}

  .about_founder .content {
    padding: 100px 30px;
  }

  .about_founder .container p {
    font-size: 20px;
    text-align: center;
    padding: 25px 40px;
  }

  #index-team {
    padding-top: 8px;
    padding-bottom: 90px;
  }
    #blog .mixitupItems .blog-item {
    width: 48% !important;
}
  .about_banner .banner_mark h2 {
    font-size: 45px;
}
.p124 {
    padding: 0 0px;
}
#blogDetails-banner h2 {
    font-size: 23px !important;
}
.about_banner {
    height: 560px;
}
#contact-form form {
    padding: 38px;
    border-radius: 50px;
    width: 95%;
}
#contact-form form h3 {
    font-size: 30px;
}
.live {
    padding: 20px 0;
}
.technology .content img {
    width: 55%;
}
.technology .content span {
    font-size: 23px;
}

.usability_bottom .content .data_content h4 {
    font-size: 47px;
}
.usability_bottom .content h6 span {
    font-size: 20px;
}
.usability_bottom .content h6 {
    font-size: 15px;
}
.usability .content ul li {
    font-size: 14px;
    line-height: 42px;
}
.usability_bottom .content .data_content h5 {
    font-size: 15px;
}
.usability .content p {
    font-size: 14px;
}


}

/* // medium devices (desktops, 992px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    max-width: 750px;
  }
  .usability_bottom .mobile_rs {
    display: flex;
    flex-direction: column-reverse;
}
#navbarSupportedContent {
    background: #d98f01;
}
.live .main h5 {
    font-size: 17px;
}

  .live {
    padding: 55px 0;
  }

  .live .main h2 {
    font-size: 54px;
  }
  .live .main .title h6 {
    font-size: 22px;
    padding-top: 3px;
}
.live .main .one span {
    font-size: 24px;
}
.technology .content {
    padding: 21px;
}
.technology .content span {
    font-size: 18px;
    padding-top:20px;
}
  .live .main h4 {
    font-size: 22px;
    line-height: 45px;
  }

  .live .main p {
    font-size: 23px;
    padding: 51px 0px;
  }

  .touchable .touchable_bottom p {
    padding-bottom: 18px;
  }

  .usability .content h2 {
    margin-top: 45px;
  }

  .usability_bottom {
    padding-top: 0px;
  }

  .usability img {
    padding-top: 40px;
  }

  .commited .two p {
    font-size: 29px;
  }

  .commited .two h6 {
    padding: 45px 100px 0 100px;
    font-size: 23px;
    margin-top: 12px;
  }

  .commited .two::after {
    height: 6px;
    top: 29%;
  }

  .commited .one h3 {
    font-size: 31px;
  }

  .partners .bottom_partner img {
    width: 100%;
  }

  .partners .bottom_partner {
    gap: 50px;
  }

  .partners {
    padding: 80px 0;
  }

  .footer {
    padding: 70px 0px 80px 0;
  }

  .footer .links ul li {
    font-size: 20px;
  }

  .footer .links ul li a {
    color: white;
    transition: all linear 0.4s;
    font-size: 20px;
  }

  .about_banner {
    height: 650px;
  }

  .about_founder .container p {
    font-size: 22px;
    text-align: center;
    padding: 25px 70px;
  }

  .about_founder .content {
    padding: 100px 50px;
  }

  #index-team {
    padding-top: 8px;
    padding-bottom: 100px;
  }
  #blog .mixitupItems .blog-item {
    width: 48% !important;
}
  .about_banner .banner_mark h2 {
    font-size: 45px;
}
  
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .live .main h4 {
    font-weight: 400;
    line-height: 40px;
    font-size: 26px;
  }
  .usability_bottom .content .data_content h4 {
    font-size: 47px;
}
.usability_bottom .content h6 {
    font-size: 12px;
}

  .live .main h5 {
    font-size: 22px;
  }
  .technology .content span {
    font-size: 20px;
}
.technology .content {
    padding: 20px;
}
.technology .content img {
    width: 60%;
    padding-bottom: 50px;
}
#recent_update .recent_slide_item p {
    font-size: 19px;
}
.usability_bottom .content .data_content h5 {
    font-size: 15px;
}
  .live .main p {
    font-size: 25px;
    padding: 56px 0px;
  }

  .live .main h2 {
    font-size: 78px;
  }
  .live .main .title h6 {
    padding-top: 12px;
}

  .live {
    padding: 110px 0;
  }

  .touchable .content .top_content p {
    font-size: 17px;
  }

  .touchable .touchable_bottom p {
    padding-bottom: 15px;
  }

  .usability .content h2 {
    font-size: 20px;
  }

  .usability .content p {
    font-size: 15px;
    padding: 20px 0;
  }
  .live .main .title h6 {
    font-size: 23px;
}

  .usability .content ul li {
    font-size: 16px;
    padding: 0 10px;
    line-height: 34px;
  }

  .commited .one h3 {
    font-size: 31px;
  }

  .commited .two p {
    font-size: 28px;
  }

  .commited .two h6 {
    padding: 45px 200px 0 200px;
    font-size: 23px;
    margin-top: 5px;
  }

  .commited .two::after {
    height: 7px;
    top: 30%;
  }

  .partners .bottom_partner {
    gap: 60px;
  }

  .partners .bottom_partner img {
    width: 100%;
  }

  .about_founder .founder_img {
    width: 90%;
  }

  .about_founder .founder_logo img {
    width: 20%;
  }

  .about_founder .container p {
    font-size: 19px;
  }

  .about_founder .content {
    padding: 100px 50px;
  }

  #index-team {
    padding-top: 8px;
    padding-bottom: 100px;
  }

  #index-team
    .team-member-slider
    .memberImages
    .member-img
    .memeber__content
    p {
    font-size: 19px;
  }
}

/*  XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1200px) and (max-width: 1499.98px) {
  .touchable .touchable_bottom p {
    padding-bottom: 25px;
  }

.live .main h5 {
    font-size: 28px;
}
.technology .content {
    padding: 25px;
}
.technology .content img {
    width: 60%;
}
.technology .content span {
    font-size: 23px;
}
  .usability .content p {
    padding: 35px 0;
    font-size: 18px;
  }
  .usability_bottom .content h6 span {
    font-size: 22px;
}
.usability_bottom .content h6 {
    font-size: 16px;
}
  .usability .content ul li {
    font-size: 18px;
    line-height: 50px;

  }

  .partners {
    padding: 10px 0;
  }

  .about_founder .founder_img {
    width: 90%;
  }

  .about_founder .founder_logo img {
    width: 23%;
  }

  .about_founder .content {
    padding: 90px 50px;
  }

  #index-team {
    padding-top: 0px;
    padding-bottom: 100px;
  }
}

@media (min-width: 1500px) and (max-width: 1959.98px) {
  .container {
    max-width: 1230px;
  }

  .about_founder .founder_img {
    width: 90%;
  }

  .about_founder .founder_logo img {
    width: 20%;
  }
}

@media (min-width: 1960px) and (max-width: 2259.98px) {
  .container {
    max-width: 1450px;
  }

  .live .main p {
    font-size: 36px;
  }

  .live .main h4 {
    font-size: 40px;
  }

  .live .main h2 {
    font-size: 170px;
  }

  .live .main h5 {
    font-size: 32px;
  }

  .touchable .content .top_content p {
    font-size: 32px;
  }

  .touchable .touchable_image img {
    width: 84%;
  }

  .touchable .touchable_bottom p {
    padding-bottom: 30px;
    font-size: 28px;
  }

  .usability .content h2 {
    font-size: 31px;
  }

  .usability .content p {
    font-size: 25px;
  }

  .usability .content p {
    font-size: 24px;
  }

  .usability .content ul li {
    font-size: 21px;
  }

  .usability {
    padding: 120px 0;
  }

  .commited .two h6 {
    padding: 45px 260px 0 260px;
    font-size: 26px;
  }

  #recent_update .recent_slide_item p {
    font-size: 30px;
  }

  #recent_update .recent_slide_item hr {
    margin: 16px 0px;
  }

  .about_founder .container p {
    font-size: 27px;
  }

  .about_founder .founder_img {
    width: 90%;
  }

  .about_founder .founder_logo img {
    width: 35%;
  }

  #index-team
    .team-member-slider
    .memberImages
    .member-img
    .memeber__content
    p {
    font-size: 21px;
  }

  #index-team .modal .modal-body p {
    font-size: 21px;
  }
}

@media only screen and (min-width: 2260px) {
  .container {
    max-width: 1650px;
  }

  .live .main p {
    font-size: 41px;
  }

  .live .main h2 {
    font-size: 140px;
  }

  .live .main h5 {
    font-size: 34px;
  }

  .live .main .one span {
    font-size: 44px;
  }

  .live .main h4 {
    font-size: 44px;
    line-height: 62px;
  }

  .touchable .content .top_content p {
    font-size: 35px;
  }

  .touchable .content .top_content h2 {
    font-size: 50px;
  }

  .touchable .touchable_bottom p {
    padding-bottom: 21px;
    font-size: 31px;
  }

  .usability .content h2 {
    font-size: 32px;
  }

  .usability .content p {
    font-size: 26px;
  }

  .usability .content ul li {
    font-size: 24px;
    line-height: 43px;
  }

  .commited .two h6 {
    padding: 45px 300px 0 300px;
  }

  #recent_update .recent_slide_item p {
    font-size: 28px;
  }

  .about_founder .founder_img {
    width: 90%;
  }

  .about_founder .founder_logo img {
    width: 35%;
  }

  .about_founder .container p {
    font-size: 31px;
  }

  #index-team {
    padding-top: 0px;
    padding-bottom: 112px;
  }

  #index-team
    .team-member-slider
    .memberImages
    .member-img
    .memeber__content
    p {
    font-size: 25px;
  }

  #index-team .modal .modal-body p {
    font-size: 25px;
  }
}

#blog-banner {
    text-align: center;
    background: #f2f3f5; }
#blog-banner h2 {
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    font-style: italic;
    line-height: 98px;
    letter-spacing: 0px;
    text-align: center;
    color: #5a67b2; }

#blog ul {
    text-align: center; }
#blog ul li {
    display: inline-block; }
#blog ul li button {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 20px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    background: transparent;
    letter-spacing: -0.22px;
    color: #3b3b3b;
    border: none;
    padding: 0 36px;
    margin: 45px 0px; }
#blog ul li button {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 20px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    background: transparent;
    padding: 10px 15px;
    letter-spacing: -0.22px;
    color: #3b3b3b;
    border: none;
    padding: 15px 36px;
    margin: 45px 0px;
    border: 1px solid #5a67b200;
}
#blog ul li button.mixitup-control-active {
    color: #5a67b2;
    border: 1px solid  #5a67b2; }
#blog ul li button:focus {
    outline: 0; }
#blog .mixitupItems {
    padding-bottom: 27px; }
#blog .mixitupItems .blog-item {
    width: 33%;
    height: auto;
    display: inline-block;
    padding: 0px 20px;
    margin-bottom: 30px; }
#blog .mixitupItems .blog-item .blog-img {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-transition: all linear 0.3s 0s;
    -moz-transition: all linear 0.3s 0s;
    -o-transition: all linear 0.3s 0s;
    transition: all linear 0.3s 0s; }
#blog .mixitupItems .blog-item .blog-img img {
    width: 100%;
    height: 100%;
    border-radius: 17px; }
#blog .mixitupItems .blog-item .blog-img .blog-img-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    border-radius: 17px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 555;
    background-color: rgba(0, 0, 0, 0.596);
    -webkit-transition: all linear 0.2s 0s;
    -moz-transition: all linear 0.2s 0s;
    -o-transition: all linear 0.2s 0s;
    transition: all linear 0.2s 0s; }
#blog .mixitupItems .blog-item .blog-img .blog-img-overlay h4 {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.22px;
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: 0%;
    width: 100%;
    text-align: left;
    padding: 25px;
    transform: translateX(-50%);
    -webkit-transition: all linear 0.3s 0.2s;
    -moz-transition: all linear 0.3s 0.2s;
    -o-transition: all linear 0.3s 0.2s;
    transition: all linear 0.3s 0.2s; }
#blog .mixitupItems .blog-item .blog-img:hover .blog-img-overlay {
    background-color: rgba(0, 0, 0, 0.596); }
#blog .mixitupItems .blog-item .blog-img:hover h4 {
    bottom: 35%;
    transform: translate(-50%, -50%); }

@media only screen and (min-width: 1200px) {
    #blog .mixitupItems .blog-item {
        width: 33%;
        height: auto;
        display: inline-block;
        padding: 0px 20px;
        margin-bottom: 30px; } }
.p124 {
    padding: 0 24px;
    text-align: left;
    
}
.p124 a {
    color: #5a67b2;
    font-weight: 700; }
.p124 a:hover {
    text-decoration: underline; }

#blogDetails-banner {
    padding: 24px 0;
    text-align: center;
    background: #f2f3f5; }
#blogDetails-banner .pl124 {
    padding-left: 28px; }
#blogDetails-banner .pr124 {
    padding-right: 24px; }
#blogDetails-banner h2 {
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    padding-top: 5px;
    letter-spacing: 0px;
    text-align: left;
    color: #5a67b2; }
#blogDetails-banner h4 {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0px;
    text-align: left; }
#blogDetails-banner h4 a {
    color: #5a67b2; }
#blogDetails-banner h4 span {
    -webkit-transition: all linear 0.4s 0s;
    -moz-transition: all linear 0.4s 0s;
    -o-transition: all linear 0.4s 0s;
    transition: all linear 0.4s 0s; }
#blogDetails-banner h4:hover span {
    margin-left: -10px; }
#blogDetails-banner p {
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0px;
    color: #5a67b2;
    padding-top: 10px; }
#blogDetails-banner p img {
    height: 45px;
    width: 45px;
    border-radius: 100%;
    margin-right: 8px; }
#blogDetails-banner .date-time {
    font-size: 16px;
    text-align: left;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0px;
    color: #585a6a;
    padding-top: 20px; }
#blogDetails-banner .date-time a {
    color: #585a6a; }
#blogDetails-banner ul {
    float: right;
    padding-top: 20px; }
#blogDetails-banner ul li {
    display: inline-block;
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0px;
    color: #585a6a;
    padding-left: 3px; }
#blogDetails-banner ul li a span {
    font-size: 25px;
    height: 25px;
    width: 25px;
    color: #333333;
    -webkit-transition: all linear 0.4s 0s;
    -moz-transition: all linear 0.4s 0s;
    -o-transition: all linear 0.4s 0s;
    transition: all linear 0.4s 0s; }
#blogDetails-banner ul li a:hover span {
    transform: scale(1.4); }
#blogDetails-banner ul .shre-li {
    line-height: 25px; }

#blogDetails {
    padding-bottom: 40px;
    padding-top: 33px; }
#blogDetails img {
    width: 100%; }
#blogDetails p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0px;
    color: #585a6a; }
#blogDetails h2 {
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0px;
    color: #5a67b2;
    padding-top: 15px;
    padding-bottom: 15px; }
#blogDetails h3, #blogDetails h4 {
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0px;
    color: #585a6a;
    padding-bottom: 15px; }
#blogDetails .loopcontent {
    padding-top: 20px;
    text-align: left; }
#blogDetails .loopcontent h4 {
    font-size: 21px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0px;
    color: #585a6a;
    text-align: left;
    padding-top: 35px;
    padding-bottom: 11px; }
    
#privacy .privacy-content {
  padding: 25px 25px 60px 25px; }
  #privacy .privacy-content h2 {
    font-size: 34px;
    padding-top: 52px; 
    color: #616161;
  }
  #privacy .privacy-content h4 {
    font-size: 26px;
    text-align: left;
    padding-top: 35px;
    color:#585a6a;
  }
  #privacy .privacy-content p {
    color: #585a6a;
    padding-top: 17px;
    text-align: left; }
  #privacy .privacy-content ul {
    padding-top: 20px;
    padding-left: 35px; }
    #privacy .privacy-content ul li {
      padding: 4px 0px;
      font-size: 17px;
      color: #585a6a; }
  #privacy .privacy-content .table {
    margin-bottom: 0px; }
  #privacy .privacy-content .table-margin {
    margin-top: 55px;
    margin-bottom: 30px; }
    #privacy .privacy-content .table-margin tr th {
      border: 1.4px solid white;
      font-size: 18px;
      font-weight: 600;
      filter: blur(0.5px);
      text-align: center; }
    #privacy .privacy-content .table-margin tr td {
      padding: 20px 25px;
      font-size: 18px;
      border: 1.4px solid white; }
  #privacy .privacy-content .table-bordered td, #privacy .privacy-content .table-bordered th {
    border: 2px solid #dee2e6; }

#terms .terms-content {
  padding: 25px 25px 60px 25px; }
  #terms .terms-content h2 {
    font-size: 34px;
    padding-top: 52px;
    color: #616161;
  }
  #terms .terms-content p {
    color: #585a6a;
    padding-top: 17px;
    text-align: left; }
  #terms .terms-content ul {
    padding-top: 20px;
    padding-left: 35px; }
    #terms .terms-content ul li {
      padding: 4px 0px;
      font-size: 17px;
      color: #585a6a; }
      
      
      /* news page css */
      
.mainMix {
  padding: 50px 0;
}
.news_container {
  padding: 80px;
  border: 1px solid rgba(0, 0, 0, 0.609);
  text-align: left;
}
.news {
  padding: 50px 0;
}

.news .title{
    font-size:45px;
    margin-bottom:45px;
    text-align:center;
}
.news .item {
  margin-bottom: 30px;
}
.news .news_img {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 250px;
  -webkit-transition: all linear 0.3s 0s;
  -moz-transition: all linear 0.3s 0s;
  -o-transition: all linear 0.3s 0s;
  transition: all linear 0.3s 0s;
}
.news .news_img img {
  height: 100%;
  object-fit: cover;
  border-radius: 17px;
  width:100%;
}
.news .news-img-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  border-radius: 17px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 555;
  background-color: rgba(0, 0, 0, 0.596);
  -webkit-transition: all linear 0.2s 0s;
  -moz-transition: all linear 0.2s 0s;
  -o-transition: all linear 0.2s 0s;
  transition: all linear 0.2s 0s;
}
.news .news-img-overlay h4 {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.22px;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0%;
  width: 100%;
  text-align: left;
  padding: 25px;
  transform: translateX(-50%);
  -webkit-transition: all linear 0.3s 0.2s;
  -moz-transition: all linear 0.3s 0.2s;
  -o-transition: all linear 0.3s 0.2s;
  transition: all linear 0.3s 0.2s;
}
.news .news-img-overlay:hover h4 {
  bottom: 15%;
  transform: translate(-50%, -50%);
}
#recent_update .recent_slide_item {
  height: 390px;
}
#blogDetails p {
  font-size: 21px;
}


.banner2 img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  background-position: right;
}
.banner2 h2 {
  position: absolute;
  top: 50%;
  left: 20%;
  height: 100vh;
  color: aliceblue;
  font-size: 50px;
  font-weight: 700;
}

@media (max-width: 575.98px) {
  .banner2 h2 {
    font-size: 19px;
    left: 5%;
    top: 20%;
  }
  .banner2 img {
    height: 40vh;
    background-position: right;
  }
  
  .news_container {
    padding: 10px;
}
.about_banner .banner_mark h2 {
    padding: 0 20px;
}
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .banner2 h2 {
    font-size: 32px;
    left: 9%;
    top: 40%;
  }
  .banner2 img {
    height: 85vh;
  }
    .news_container {
    padding: 20px;
}
.about_banner .banner_mark h2 {
    padding: 0 90px;
    font-size:32px;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner2 h2 {
    font-size: 37px;
    left: 12%;
    top: 40%;
  }
  .banner2 img {
    height: 85vh;
  }
    .news_container {
    padding: 20px;
}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner2 h2 {
    font-size: 42px;
    left: 15%;
    top: 45%;
  }
  .banner2 img {
    height: 90vh;
  }
    .news_container {
    padding: 40px;
}
.about_banner .banner_mark h2 {
    padding: 0 100px;
    font-size: 46px;
}

}

@media (min-width: 1200px) and (max-width: 1499.98px) {
  .banner2 h2 {
    font-size: 46px;
    left: 16%;
    top: 45%;
  }
  .banner2 img {
    height: 90vh;
  }
}

/*news page navigation*/
.news_navigation{
    position:relative;
    padding:50px 0;
}
.news_navigation .right{
    text-align: center;
    position: absolute;
    top: 48%;
    line-height: 60px;
    right: 0%;
    background: #5a67b2;
    color: white;
    height: 60px;
    width: 60px;
    border: 0;
    border-radius: 50%;
}
.news_navigation .left{
    text-align: center;
    position: absolute;
    top: 48%;
    line-height: 60px;
    left: 0%;
    background: #5a67b2;
    color: white;
    height: 60px;
    width: 60px;
    border: 0;
    border-radius: 50%;
}

.news_small_title{
    font-size: 14px;
    color:gray;
}



@media (min-width: 1500px) and (max-width: 1959.98px) {
    .container {
        min-width: 1450px;
    }
}









