/* .bg_logo:before {
    content: "";
    background: #00000070;
    position: absolute;
    inset: 0;
    z-index: 0;
} */

.bg_logo {
    display: flex;
    flex-direction: column;
  
}

.bg_logo .botm-cont {
    width: 95%;
    margin: 0 auto;
}


.bg_logo .lft-content-card .card-wrap h2 {
    margin-bottom: 24px;
}

.bg_logo .page-center .main-wrap{
    display: flex;
    justify-content: space-between;
    width:100%;
padding-top:90px;
  padding-bottom:50px;
}

.bg_logo.content_with_bg .btn_txt a{
    background-color: #FF9800;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    padding: 10px 21px;
    text-decoration:none;
}

.bg_logo .lft-content-card {
    width: 100%;
}


.bg_logo .lft-side-logo.logo img {
    width: 180px;
    height: 50px;
}

.bg_logo .left-sec-logo img {
   width:600px;
  height:400px;
    vertical-align: top;
    object-fit: fill;
    margin: auto;
  border-radius:30px;

/* box-shadow:
  0 0 20px rgba(0, 255, 255, 0.55),
  0 0 45px rgba(0, 200, 255, 0.45),
  0 0 90px rgba(0, 140, 255, 0.28),
  0 40px 80px rgba(0, 0, 0, 0.95); */
}



/* left side card css start from here  */









/* .bg_logo .right-sec-logo:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
  z-index:-1;
  } */


.bg_logo.content_with_bg a.lft-lw-txt {
    font-size: 13px;
  color:white;
  text-decoration:none;
}
.bg_logo.bg_logo.content_with_bg {
 
border-top: 3px solid #ff9800;
}



.bg_logo.content_with_bg .card-wrap p {
    margin-bottom:5px;
 width:100%;
  max-width:70%;
/* font-size: 14px; */
}

.bg_logo.content_with_bg .card-wrap h5 {
    width: max-content;
font-size: 16px;
}

.bg_logo.content_with_bg {
    background-position: center;
    
}

/* .bg_logo.content_with_bg .lft-content-card {
    
    padding: 40px 0px 40px 50px;
border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
border-left: none;
  width:100%;
  max-width:60%;
background: #312d2d;
} */

.bg_logo .lft-content-card h5,.lft-content-card .card-wrap h2,.lft-content-card .card-wrap p,.lft-partner p {
    color: white;
}


.bg_logo.content_with_bg .logo.lft-lw-logo {
    height: 20px;
/*     width: 245px; */
margin-bottom: 35px;
}
 
/* .bg_logo.content_with_bg .lft-content-card .card-wrap h2 {
    color: #42E9FF;
   font-family: 'Riona Sans Extra Light';
margin-bottom: 30px;
  font-size:35px;
} */

/* .bg_logo .lft-side-logo.logo,.bg_logo .lft-partner {
    padding-left: 50px;
    margin-top:8%;
} */


.bg_logo.content_with_bg section.left-card-sec {
/*     position: absolute; */
    color: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    justify-content: space-between;
 gap:50px;
   width:100%;
}








/* @media (width<=1560px)
{
  .bg_logo.content_with_bg .lft-content-card .card-wrap h2 {
    margin-bottom: 30px;
    font-size: 30px;
}

.bg_logo.content_with_bg .lft-content-card {
    padding: 25px 0px 25px 30px;
    width: 100%;
    max-width: 60%;
    background: #312d2d;
}

}

@media (width<=1302) {
  
} */


/* end here  */












/* qr section css start form here  */
/* css for the btgn  */
.bg_logo .mid-lrg-txt {
    color: #ff9800;
    font-weight: 900;
font-size:18px;
font-family: 'Riona Sans Regular';
}

.bg_logo.content_with_bg .btn-wrap
{
  padding-top:0;
  margin-top:10px;
}

.bg_logo.content_with_bg .sec_title h2 {
 
  margin-bottom: 24px;
}

.bg_logo.content_with_bg .sec_title .lg-title
{
  font-size:24px;
  margin:0;
  text-transform:uppercase;
  text-align:center;
}
.up-sec-txt-logo {
    display: flex;
    align-items: center;
    justify-content:flex-start;
margin-bottom: 30px;
  gap:30px;
}


/* .cta_button{
            background: linear-gradient(
  90deg,
  #ff9800 0%,
  #3a1f00 100%,
  #020b18 100%,
  #000000 100%
);
            color: white;
            position: relative;
            overflow: hidden;
            transition:all 0.3s ease-in-out;
        }

        .cta_button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transition: left 0.7s ease;
        } */


.bg_logo.content_with_bg .btn-wrap a:hover {
          
            transform: scale(1.04);
    transition: all 0.3s ease-in-out;
        }

        .cta_button:hover::before {
            left: 100%;
            transform: scale(1.04);
    transition: all 0.3s
        }

/* end here  */











.bg_logo.widget_1778475059460.content_with_bg.full_width.style_dark.wht_txt {
    padding: 0;
}


.bg_logo.content_with_bg.full_width .sec_title {

    text-align: left;
}

.bg_logo .content-col {
    display: flex;
    flex-direction: column;
    gap:70px;
   align-items: flex-start;
  justify-content:space-between;
}


.bg_logo.content_with_bg .img-with-cont{
  padding:0;
}

.bg_logo .page-center {
    display: flex;
    justify-content: space-between;
    width:100%;
    flex-direction:column;
}

.bg_logo .right-sec-logo {
    width: 45%;
    display: flex;
    align-items: center;
flex-direction: column;
    justify-content: space-between;
 position:relative;
 z-index:1;
}

.bg_logo .left-sec-logo {
    width: 45%;
    display: flex;
    align-items: center;
  justify-content:center;
}

.bg_logo.content_with_bg .qr-img {
   
    flex-direction: column;
}

/* end here  //////////////////////////////////*************************************/

.bg_logo.content_with_bg p.lower-cntnt {
  color: white;
  margin: 0;
  font-size: 12px;
  padding-bottom:20px;
font-family: 'Riona Sans Regular';
  text-align:right;
}

.bg_logo.content_with_bg .sub-warp {
  display: flex;
  align-items:center;
  gap:0px 30px;
  justify-content:center;
/*   padding: 10px 15px; */
}


/* .bg_logo.content_with_bg .img-with-cont:nth-child(2) {
  border-left: 1px dashed #fff;
  border-right: 1px dashed #fff;
} */

/* .bg_logo.content_with_bg .img-with-cont:nth-child(2) .qr-img
{
  padding:0 30px;
} */

.bg_logo.content_with_bg .qr-img p {
  text-align: center;
  font-size:18px;
}

.bg_logo.content_with_bg.full_width .sec_title {
  color: white;
}

.bg_logo.content_with_bg .image-wrap {
  flex-direction: column;
  width:100%;
  border-radius: 10px;
  gap: 10px;
/*   margin: 50px 0 20px; */
  display: flex;
/*   border: 1px solid #ff9800; */
/*   align-items: center; */
  justify-content: center;
/*   background: linear-gradient(
    90deg,
    #6b3b00 0%,
    #3a1f00 35%,
    #000000 70%,
    #020b18 100%
  ); */


}

.bg_logo.content_with_bg.two_col_right .page-center {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}

.bg_logo.content_with_bg .cont-icon h3 {
  margin: 0;
  color:#ff9800;
  font-size: 30px;
  font-weight: 800;
}

.bg_logo.content_with_bg .cont-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bg_logo.content_with_bg .secondary.logo {
  margin-top: 50px;
}

.bg_logo.content_with_bg .primary.logo {
/*   width: 100%; */
  text-align: left;
border-left: 1px solid;
    padding-left: 30px;
/*   margin:20px 0 30px 0; */
}

.bg_logo.content_with_bg .primary img {
  /*     width: 200px; */
  height: 30px;
}

.bg_logo.content_with_bg .secondary img {
  /*     width: 200px; */
  height: 50px;
}


.bg_logo.content_with_bg .qr-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  background: #ff9800;
}

.bg_logo.content_with_bg .qr-img p {
  margin: 0;
  color:#fff;
}

.bg_logo.content_with_bg .qr-img img {
  filter: drop-shadow(2px 4px 6px black);
  max-width: 90px;
  height: 90px;
  object-fit: contain;
  width: max-content;
}

.bg_logo.content_with_bg .qr-img {
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding:10px; */
  gap:30px;
  background:none;
}

.bg_logo.content_with_bg .qr-content a {
  text-decoration: none;
  width: max-content;
  color:black;
}

.bg_logo.content_with_bg .img-with-cont {
  /*     background: #fff; */
  display: flex;
  /*     align-items: center; */
  justify-content:center;
/*   margin: 20px 0; */
  flex:0 0 30%;

}


@media (768px <= width <=1024px)
{
  .bg_logo.content_with_bg .image-wrap,
  .bg_logo.content_with_bg .sub-warp
  {
    gap:15px;
  }
  .bg_logo.content_with_bg .qr-img
  {
    gap:5px;
  }


  .bg_logo.content_with_bg .cont-icon h3 {
    font-size:18px;
  }

  .bg_logo.content_with_bg .qr-img img {

    width: 80px;
  }

  .bg_logo.content_with_bg.full_width .content-col
  {
    padding:0;
  }

}

@media (width<=767px){

.bg_logo .page-center .main-wrap {
        
        padding: 64px 30px 30px 30px;
    }


  .bg_logo.content_with_bg .qr-img img {
    width:100%;
max-width: 100px;
    height: 100px;
  }

  .bg_logo.content_with_bg .sub-warp {
    flex-direction: column;
    align-items:center;
    padding: 0;
    margin-bottom:0px
  }


  .bg_logo.content_with_bg .qr-img {
    gap: 15px;
  }


  .bg_logo.content_with_bg .logo {
    text-align: left;

  }

  .bg_logo.content_with_bg.full_width {
    padding: 64px 30px;
  }
  .bg_logo.content_with_bg.full_width .content-col
  {
gap:10px;
    padding:0;
    width:100%;
  }

  .bg_logo.content_with_bg .image-wrap {
    border: none;
    background:none;
    flex-direction:column;
    align-items:normal;
    padding: 0;
/*     margin: 30px 0; */
  }

  .bg_logo.content_with_bg .img-with-cont {

    padding:15px 0; 
    margin:0;
    border-radius:10px;
    justify-content: flex-start;
  }

  .bg_logo.content_with_bg .secondary.logo {
    margin-bottom: 0;
    margin-top: 30px;
  }  

}

@media (width<=375px)
{
  .bg_logo.content_with_bg .cont-icon h3 {

    font-size: 20px;
  }

  .bg_logo.content_with_bg .qr-img img {
    width: 80px;
  }
}



/* end here  */



.content_with_bg {
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_border_cont_with_bg {
  background-color: #FF9800;
  padding-top: 60px;
  position: relative;
}


.content_with_bg.image_overlay .page-center {
  position: relative;
}

.content_with_bg.image_overlay > *:last-child{
  margin-bottom:0;
}


/* Section light mode style */

.content_with_bg.style_light .sec_title h2 {
  color: #000;
}

.content_with_bg.style_light .sec_title  p {
  color: #000;
}



.content_with_bg .sec_title {
  text-align: center;
}
.content_with_bg .sec_title h2 {
  color: #fff;
  font-family: Riona Sans Light, sans-serif;
  margin-bottom: 40px;
}
.content_with_bg  .btn-wrap {
  text-align: center;
  padding-top: 40px;
}
.content_with_bg .btn-wrap a:first-letter {
  text-transform: capitalize;
}
.content_with_bg .btn-wrap a {
  background-color: #FF9800;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  padding: 10px 21px;
  text-decoration: none;
}
.content_with_bg .sec_title p {
  color: #fff;
  margin-bottom:24px;
  margin-left:auto;
  margin-right:auto;
  font-family: Riona Sans Light, sans-serif;
}


/* Two column right */

.content_with_bg.two_col_right .page-center {
  display: flex;
  flex-wrap: wrap;
}


.content_with_bg.two_col_right .page-center .left_space,
.content_with_bg.two_col_left .page-center .left_space {
  flex: 0 0 45%;
  max-width: 45%;
}

.content_with_bg.two_col_right .page-center .blank_space,
.content_with_bg.two_col_left .page-center .blank_space{
  flex: 0 0 10%;
  max-width: 10%;
}

.content_with_bg.two_col_right .page-center .content-col,
.content_with_bg.two_col_left .page-center .content-col{
  flex: 0 0 45%;
  max-width: 45%;
  padding: 0 15px;
}

.content_with_bg.two_col_right .sec_title,
.content_with_bg.two_col_left .sec_title{
  text-align: left;
}

.content_with_bg.two_col_right .sec_title p,
.content_with_bg.two_col_left .sec_title p{
  margin-left: 0;
  margin-right: 0;
}

.content_with_bg.two_col_right .sec_title h2,
.content_with_bg.two_col_left .sec_title h2{
  margin-bottom: 24px;
}

.content_with_bg.style_dark .sec_title h2{
  font-family: Riona Sans Light,sans-serif;
  font-weight:300;
}

.content_with_bg.style_light .sec_title h2 {
  font-family: Riona Sans Regular,sans-serif;
}

.content_with_bg.two_col_right .btn-wrap,
.content_with_bg.two_col_left .btn-wrap{
  text-align: left;
  padding-top: 24px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  flex-direction: column;
}
.content_with_bg.black_txt .sec_title p,
.content_with_bg.black_txt .sec_title h2 {
  color: #000;
}
.content_with_bg.style_dark .sec_title h4{
  color: #ff9800;
  text-transform:uppercase;
}
.content_with_bg.black_txt .sec_title p{
  font-size: 16px;
  font-weight: 200;
  font-family: Riona Sans Extra Light;
}

.content_with_bg .sec_title >* {
  color: #fff;
}
.content_with_bg.black_txt .sec_title >* {
  color: #000;
}
.content_with_bg .sec_title>*:last-child {
  margin-bottom: 0px;
}
.content_with_bg .sec_title ul {
  text-align: left;
  padding-left: 20px;
  margin-bottom: 16px;
}



/* Full width style */

.content_with_bg.full_width .sec_title{
  margin-left:auto;
  margin-right:auto;
  max-width: 56.25rem;
}

.content_with_bg .hs-responsive-embed-wrapper {
  border-radius: 25px;
  margin-top: 64px !important;
}

.content_with_bg .btn-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.com_bg .top_logo {
  max-width: 410px;
  display: inline-block;
  margin-bottom: 40px;
}


.content_with_bg .content-col .nav-cnt .hs-menu-wrapper>ul>li>ul {
  max-height: 0;
  border-radius:20px;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  background: #e4e5e6;
  min-width: 250px;
  flex-direction: column;
  flex-wrap: nowrap;
  position:absolute;
  top:50px;
  left:0;
  border-radius:10px;
}

.content_with_bg .content-col .nav-cnt .hs-menu-wrapper>ul>li>a {
  color: #fff;
  display: flex;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 10px 20px;
  border-radius: 50px;
  width:max-content;
}

.content_with_bg .content-col .nav-cnt .hs-menu-wrapper>ul>li {
  position: relative;
}

.content_with_bg .content-col .nav-cnt .hs-menu-wrapper>ul>li>ul>li:not(:last-child) {
  margin-bottom: 10px;
}

.content_with_bg .content-col .nav-cnt .hs-menu-wrapper>ul>li>ul>li:first-child{
  padding-top:10px;
}

.content_with_bg .content-col .nav-cnt .hs-menu-wrapper>ul>li>ul>li:last-child{
  padding-bottom:20px;
}

.content_with_bg .content-col .nav-cnt .hs-menu-wrapper>ul>li>ul>li {
  padding-left: 20px;
  padding-right: 20px;
}

.content_with_bg .content-col .nav-cnt .hs-menu-wrapper>ul>li>ul>li>a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  position: relative;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.content_with_bg .content-col .nav-cnt .hs-menu-wrapper>ul>li>ul>li>a:hover{
  color:#ff9800;
}

.content_with_bg .content-col .nav-cnt .hs-menu-wrapper>ul>li>a .chevron-icon svg {
  display: block;
  fill: #fff;
  height: 20px;
  margin-left: 5px;
  transition: all .3s ease;
  width: 20px;
}

.content_with_bg .content-col .nav-cnt .hs-menu-wrapper>ul>li.hs-item-has-children.active-menu>ul {
  max-height: 300px;
}

.content_with_bg .content-col .nav-cnt .hs-menu-wrapper>ul>li.active-menu>a .chevron-icon svg {
  transform: rotate(180deg);
}

.bg_logo.content_with_bg .img-with-cont.vid_type video {
  max-width: 90px;
}



/* Media queries style */


@media screen and (min-width:768px){
  .content_with_bg .mobile_bg_img,
  .content_with_bg .btn-wrap a i{
    display: none;
  }
}


@media screen and (max-width:1366px) and (min-width:1025px){
  .content_with_bg.asic_bg_banner {
    background-position: 65% center;
  }

  .asic_solutions.content_with_img {
    background-position: 70% center;
  }
}

@media screen and (max-width: 1351px) {
  /*  Content-Top: Image Bottom  */

.bg_logo .lft-content-card .card-wrap h2
  {
    font-size:30px;
  }

  .com_bg.content_with_bg.two_col_left .page-center .content-col {
    max-width: 60%;
  }
  .com_bg.content_with_bg .sec_title h2 br {
    display: none;
  }
  .com_bg..content_with_bg {
    background-position: 100%;
  }
}




@media screen and (max-width:1100px) and (min-width:768px){
  .content_with_bg:before{
    background: rgba(0, 0, 0, 0.4) !important;
  }
}






@media screen and (max-width: 1024px){

.bg_logo.content_with_bg section.left-card-sec
  {
        align-items: center;
       gap:24px;
  }

.bg_logo .lft-content-card {
    text-align: center;
}



.bg_logo.content_with_bg .card-wrap p {
    width: 100%;
    max-width: 100%;

}
  
.bg_logo.content_with_bg p.lower-cntnt {
    text-align:center;
/*     padding-left:10px; */
}
  
  .bg_logo .page-center .main-wrap {
    flex-direction: column;
     gap: 50px;

}

  .bg_logo .left-sec-logo {
    width: 100%;
}
  
.bg_logo .right-sec-logo {
    width: 100%;
    align-items:center;
}


  
  
/*  ***********************************************  */
  
  .content_with_bg {
    min-height: auto !important;
  }
  .content_with_bg.two_col_left {
    background-position:center center;
  }
  .content_with_bg.two_col_left .page-center .left_space,
  .content_with_bg.two_col_right .page-center .left_space, 
  .content_with_bg.two_col_left .page-center .content-col, 
  .content_with_bg.two_col_right .page-center .content-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cam_9400.content_with_bg.two_col_right.style_dark:before {
    background-color: rgba(0,0,0,0.8) !important;
  }
}

@media screen and (max-width: 952px) {
  /*  Content-Top: Image Bottom  */
  .com_bg.content_with_bg.two_col_left .sec_title {
    text-align: left;
  }
}

@media screen and (max-width:800px){
  .content_with_bg.two_col_right {
    padding: 70px 0;
    position: relative;
  }

  .content_with_bg.full_width .content-col{
    padding:0 40px;
  }
  .content_with_bg.two_col_right .page-center .left_space {
    display: none;
  }

  .content_with_bg.two_col_right .page-center .content-col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /*   .content_with_bg.two_col_left .btn-wrap, .content_with_bg.two_col_right .btn-wrap {
  justify-content: center;
  align-items: center;
}

  .content_with_bg.two_col_left .sec_title, .content_with_bg.two_col_right .sec_title {
  text-align: center;
} */
  .content_with_bg.two_col_left{
    position:relative;
  }
  .content_with_bg.two_col_left:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0,0,0.5);
  }

  .content_with_bg.two_col_right .page-center {
    position: relative;
  }

}


@media screen and (max-width:767px){

.bg_logo .lft-content-card .card-wrap h2
  {
    font-size:28px;
  }

  .content_with_bg.two_col_left.style_dark.black_txt.mobile_img .sec_title h2,
  .content_with_bg.two_col_left.style_dark.black_txt.mobile_img .sec_title p {
    color: #fff;
  }
  .content_with_bg .hs-responsive-embed-wrapper {
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .content_with_bg.two_col_left .sec_title,
  .content_with_bg.two_col_right .sec_title {
    text-align: left;
  }
  .content_with_bg.full_width{
    padding-top:64px;
    padding-bottom:64px;
  }
  .content_with_bg.two_col_right .page-center .content-col{
    padding-left:30px;
    padding-right:30px;
  }
  .content_with_bg.two_col_right.style_dark:before {
    content: "";
    background-color: rgba( 0, 0, 0 , 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .content_with_bg.two_col_left .page-center .content-col, 
  .content_with_bg.two_col_right .page-center .content-col {
    max-width: 100% !important;
  }

  .content_with_bg.two_col_left {
    padding: 64px 30px;
  }

  .content_with_bg.two_col_left.style_dark.wht_txt .page-center {
    position: relative;
  }

  .content_with_bg.mobile_img {
    background: none !important;
  }

  .content_with_bg.mobile_img .mobile_bg_img {
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .content_with_bg.mobile_img .mobile_bg_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .content_with_bg.two_col_right.mobile_img{
    padding: 64px 30px;
  }
  .content_with_bg.full_width .content-col{
    padding: 0px 30px;
  }
  .content_with_bg .sec_title h2{
    margin-bottom: 24px;
  }
  .content_with_bg.two_col_left .btn-wrap,
  .content_with_bg.two_col_right .btn-wrap {
    justify-content: flex-start;
  }
  .content_with_bg.two_col_left .page-center .content-col,
  .content_with_bg.two_col_right .page-center .content-col {
    padding: 0;
  }
  .content_with_bg.two_col_left .btn-wrap,
  .content_with_bg.two_col_right .btn-wrap {
    padding-top: 24px;
  }
  .content_with_bg.two_col_right{
    padding: 64px 30px;
  }
  .content_with_bg .sec_title,
  .content_with_bg .btn-wrap{
    text-align: left;
  }

  /*  Content-Top: Image Bottom  */

  .com_bg .top_logo {
    margin-bottom: 24px;
  }
  .com_bg.content_with_bg .sec_title > *:last-child {
    margin-bottom: 0px;
  }
  .com_bg.content_with_bg.mobile_img .mobile_bg_img {
    position: static;
  }
  .com_bg.content_with_bg:before {
    background-color: rgba(0,0,0,0) !important;
  }
  .com_bg.content_with_bg .page-center .content-col {
    background-color: #000;
    padding: 40px 30px;
  }
  .com_bg .top_logo {
    max-width: 280px;
  }
}
