/**
Theme Name:Astra Child
Theme URL:https://qilegal.com/
Description:Twenty Seventeen Theme
Author:BY Developer
Author URL:http://example.com
Template: astra
Version:1.0.0
License:GNU General Public License v2 or later
License URL:http://www.gnu.org/licenses/gpl-2.0.html
Tags:light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:astra-child
*/

/* Add Custom Font */

@font-face {
    font-family: 'SF Pro Display';
    src: url('assets/fonts/SFProDisplay/SFProDisplay-Medium.woff2') format('woff2'),
        url('assets/fonts/SFProDisplay/SFProDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('assets/fonts/SFProDisplay/SFProDisplay-Bold.woff2') format('woff2'),
        url('assets/fonts/SFProDisplay/SFProDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('assets/fonts/SFProDisplay/SFProDisplay-Regular.woff2') format('woff2'),
        url('assets/fonts/SFProDisplay/SFProDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Md BT';
    src: url('assets/fonts/futuram/FuturaBT-Medium.woff2') format('woff2'),
        url('assets/fonts/futuram/FuturaBT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* ============================ */
:root {
    --primary-color: #E9BB4D;
    --secondary-color: #111827;
    --secondary-light-color:#CFD1D4;
    --black-color:#000000;
    --white-color:#ffffff;
    --primary-dark-color:#585D68;
/*    --secondary-dark-color:#70747D;*/
    --secondary-dark-color:#0D121E;
    --font-weight:400;
    --yellow-gredient-color:linear-gradient(to right, var(--primary-color) , var(--white-color));

    --primary-heading-font-family:'Futura Md BT';
    --secondary-sub-heading-font-family:'SF Pro Display';
    --body-font-family:'SF Pro Display';

    --paragraph-font-size:18px;
    --paragraph-small-font-size:14px;
    --paragraph-extra-small-font-size:12px;

    --paragraph-line-height:25px;
    --paragraph-small-line-height:25px;
    --paragraph-line-height:22px;

    --primary-heading-size-h1:65px;
    --primary-heading-size-h2:55px;
    --primary-heading-size-h3:44px;
    --primary-heading-size-h4:35px;
    --primary-heading-size-h5:28px;
    --primary-heading-size-h6:23px;
    --primary-heading-size-base:18px;
    --primary-heading-size-small:14px;
    --primary-heading-size-extra-small:12px;

    --secondary-heading-size-h1:65px;
    --secondary-heading-size-h2:55px;
    --secondary-heading-size-h3:44px;
    --secondary-heading-size-h4:35px;
    --secondary-heading-size-h5:28px;
    --secondary-heading-size-h6:23px;
    --secondary-heading-size-base:18px;
    --secondary-heading-size-small:14px;
    --secondary-heading-size-extra-small:12px;

    --primary-heading-line-height-h1:70px;
    --primary-heading-line-height-h2:70px;
    --primary-heading-line-height-h3:70px;
    --primary-heading-line-height-h4:45px;
    --primary-heading-line-height-h5:35px;
    --primary-heading-line-height-h6:28px;
    --primary-heading-line-height-base:28px;
    --primary-heading-line-height-small:28px;
    --primary-heading-line-height-extra-small:28px;

    --secondary-heading-line-height-h1:70px;
    --secondary-heading-line-height-h2:70px;
    --secondary-heading-line-height-h3:70px;
    --secondary-heading-line-height-h4:45px;
    --secondary-heading-line-height-h5:35px;
    --secondary-heading-line-height-h6:28px;
    --secondary-heading-line-height-base:28px;
    --secondary-heading-line-height-small:22px;
    --secondary-heading-line-height-extra-small:18px;
}
body{
    background-color:#090C14 !important;
}
body, p{
    font-family: var(--body-font-family);
    line-height: var(--primary-heading-size-base);
    font-size: var(--secondary-heading-size-base);
    font-weight: var(--font-weight);
    /* background-color:#090C14 !important; */
}

h1, h2, h3, h4, h5, h6{
    font-family: var(--primary-heading-font-family);
    font-weight: var(--font-weight);
}

::selection {
        background-color: var(--primary-color); /* Yellow background color */
        color: var(--black-color); /* White text color */
    }
.dark-gray-color{
    color: var(--secondary-dark-color);
    line-height: var(--secondary-heading-size-base);
    font-weight: var(--font-weight);
}

.qilegalText{
    font-family: 'Futura Md BT' !important;
    letter-spacing: 0px !important;
}
.white-color{
    color: var(--white-color);
}

.gredient-bg{
    background-image: var(--yellow-gredient-color);
}

.black-color{
    color:var(--black-color);
}

.hr-horizontal-line{
    border-top:1px solid var(--secondary-color);
}
.border-right-bottom-yellow{
    border-right: 1px solid #5D4B1F;
    border-bottom: 1px solid #5D4B1F;
}
.border-bottom-yellow{
    border-bottom: 1px solid #5D4B1F;
}
.border-right-yellow{
        border-right: 1px solid #5D4B1F;
}
/* ================ button =============== */
/* .request-demo{
    padding-left: 30px;
    position: relative;
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    max-height: 52px;
    gap: 30px;
} */
.request-demo{
    padding-left: 100px;
    position: relative;
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    max-height: 52px;
    gap: 30px;
}
.request-demo .white-button {
    position: relative;
    padding: 12px 30px;
    overflow: hidden;
    z-index: 1;
}
.request-demo .white-button::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background-color: #E9BB4D;
    border-radius: 50%;
    z-index: -1;
    right: -115px; 
    bottom: -150px; 
    transform: scale(0);
    transition: transform 0.25s ease-out;
}
.request-demo .white-button:hover::before {
    transform: scale(1);
}

.section-1 .cta-btn-button-transparent:active,
.section-1 .cta-btn-button-transparent:focus{
    background-color: var(--primary-color);
    background: var(--primary-color);
}
.section-1 {
       background-position: top;
       background-size: cover;
/*       background-image: url('https://lnu.653.myftpupload.com/wp-content/uploads/2024/07/bannernew.jpg');*/
       padding: 110px 0px;
   }

.smallTitle{
    font-size: clamp(18px, 4vw, 23px) !important;
}
.white-button{
    padding: 7px 30px 7px 30px;
    border-radius: 40px;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    background-color: var(--white-color);
    color: var(--black-color);
    gap: 10px;
    font-weight: 600;
    font-family: var(--body-font-family);
}
.white-button:hover{
    background-color: var(--primary-color);
    transition: 0.5s;
    color: var(--black-color);
}

.yellow-button{
    padding: 7px 30px 7px 30px;
    border: 1px solid #E9BB4D;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    background-color: #ffffff00;
    color: var(--primary-color);
    gap: 10px;
    font-weight: 600;
    font-family: var(--body-font-family);
    border-radius: 40px; 
}

.yellow-button-custom{
    padding: 5px !important;
    font-size: 10px !important;
    line-height: 1 !important;
    margin-left: 4px !important;
}

.yellow-button:hover{
    background-color: var(--primary-color);
    transition: 0.5s;
    color: #000;
}


.yellow-button:active,
.yellow-button:focus{
    background-color: var(--primary-color) !important;
    transition: 0.5s !important;
}

.cta-btn-button-transparent:active,
.cta-btn-button-transparent:focus{
    background-color: var(--primary-color) !important;
    transition: 0.5s !important;
}

.section-1 .div-cta-button a{
    text-decoration: none;
}

.cta-btn-button{
    border-radius: 40px;
    color: var(--black-color);
    background-color: var(--white-color);
    font-family: var(--body-font-family);
    font-weight: 600;
    line-height: 28px;
    padding: 7px 30px 7px 30px;
/*    margin-right: 10px;*/
    min-width: 180px;
}
.cta-btn-button:hover,
.cta-btn-button:active,
.cta-btn-button:focus{
    background-color: var(--primary-color);
    transition: 0.5ms;
    color: var(--black-color);

}
.div-cta-button{
    margin-bottom: 30px;
}
.cta-btn-button-transparent{
    border-radius: 40px ;
    color: var(--primary-color) ;
    background-color: transparent ;
    font-family: var(--body-font-family);
    font-weight: 600;
    line-height: 28px;
    border: 1px solid var(--primary-color) ;
    padding: 8px 20px 8px 20px;
    min-width: 180px;
}

.cta-btn-button-transparent:hover, .cta-btn-button-transparent:hover{
    border-color: 1px solid var(--white-color);
    color: var(--black-color);
    background-color: var(--primary-color);
    transition: 0.5ms;
}

/* =============== End CTA Button ==============*/

.position-unset{
    position: unset !important;
}
.position-relative{
    position: relative;
}
/* ================ menu =============== */
.header-section{
    background-color: var(--black-color);
    height: 11 0px;
}
.desktop-navbar{
    background-color: var(--black-color);   
}
.desktop-navbar .navbar{
    background-color: var(--black-color);
/*    margin: 1rem 0.2rem;*/
    /*border: 1px solid #8C702E;
    padding: 0px 40px 0px 20px;
    border-radius: 60px;*/
    font-family: var(--secondary-sub-heading-font-family) !important;
    height: 98px;
}
.desktop-navbar .dropdown-menu {position: absolute;
    top: calc(50% + 89px);
/*     left: 20%; */
/*     transform: translateX(-50%);*/
    background: #111827;
    padding: 20px 10px 20px 20px;
}
.desktop-navbar .nav-link {
    color: var(--secondary-light-color) !important; 
    padding-left: 10px;
    padding-right: 10px;
}
.desktop-navbar .firstRow{
    background-color: var(--black-color);
/*    height: 140px;*/
}

.fixedColHeader{
    width: 220px !important;
    max-width: 220px !important;
}

.prodSolutionsMenu{
    left: 20%;
}
.resourceAboutMenu{
    left: 0 !important;   
}
.left-menu{
    align-items: center;
    margin-left: 1px !important;
}
.menu-item-left{
    display: flex;
    justify-content: start;
}
.menu-item-right{
    display: flex;
    justify-content: end;
}
.desktop-navbar .custom-logo-link img{
    width:80%;
}
.desktop-navbar .dropdown-item ,h6 {
    font-family: var(--secondary-sub-heading-font-family);
}
.desktop-navbar .menu-child-col{
    background: #292F3D;
    padding-top: 2rem;
    padding-bottom: 1rem;
    text-align: center;   
}
.desktop-navbar .menu-child-col img{
    margin-top: 4rem;
}
.desktop-navbar .menu-active .dropdown-item{
    background-color: transparent; 
    color: var(--white-color);
    padding: 10px 0px 10px 0px;
    border-radius: 5px;
}

.mainSubMenu{
    font-size: 18px;
}
.mainSubMenu.item-active {
      background-color: #090C14 !important;
      color: var(--primary-color);
  }

.mainSubMenu:hover {
    background-color: #090C14 !important; 
    color: var(--primary-color);
}



.mainSubMenu:hover .menu-active.p-submenu .right-icon i {
    font-size: 16px; /* Adjust size as needed */
    color: var(--primary-color);
}

.desktop-navbar .menu-list{
/*    padding: 5px 10px 5px 10px;*/
    padding: 10px 10px; 
    border-radius: 5px;
}
.desktop-navbar .dropdown-menu .main-nav-item{
    color: #CFD1D4;
    padding-left: 0px;
    font-size: 16px;
    
}

.dropdown-toggle::after {
content: unset !important;
}

.bi-chevron-down::before {
    content: "\f282";
    font-size: 12px;
    color: var(--primary-color);
}

.desktop-navbar .menu-list p, .desktop-navbar .menu-list h6{
    font-size: var(--primary-heading-size-small);
    
}
.desktop-navbar a:focus,.desktop-navbar a:active {
    outline: none;
}
/* .desktop-navbar .dropdown-menu .main-nav-item:hover,.desktop-navbar .dropdown-menu .main-nav-item:focus{
    color: var(--primary-color);
} */
.desktop-navbar .menu-list:hover .main-nav-item, .desktop-navbar .menu-list:focus .main-nav-item{
    background-color: #090C14 !important;
    color: var(--primary-color);
}
.desktop-navbar .menu-list:hover, .desktop-navbar .menu-list:hover{
    background-color: #090C14 !important; 
}
.desktop-navbar .menu-list p, .desktop-navbar .menu-list h6, .menu-child-col p{
    color: #CFD1D4;
    padding: 5px 20px;
}

.menu-child-col .menuQuote{
    color: #CFD1D4;
    padding: 5px 10px;
}
.desktop-navbar .menu-list h6{
    font-style: italic;
    color: #585D68 !important;
}
.desktop-navbar .nav-item a:hover{
    color: var(--primary-color) !important;
    padding:   0px 20px !important;
}
.desktop-navbar .nav-item a{
/*    color: var(--primary-color) !important;*/
    font-size: 20px;
    padding: 0px 20px !important;
}
.desktop-navbar .menu-list:hover h6{
    color: var(--white-color) !important;
}
.custom-label{
    color:#70747D
}
.hr-line{
    border-right: 1px solid #292F3D;
}

.product-dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 1em;
    position: relative;
    text-decoration: none; /* Remove underline */
    color: inherit; /* Inherit text color */
}

.product-dropdown-menu .left-icon {
    margin-right: 0.5em;
}

.product-dropdown-menu .right-icon {
    margin-left: auto;
    margin-right: 0;
}

.product-dropdown-menu img {
/*    width: 28px;  Adjust the size of the images */
/*    height: auto;*/
/*    padding: 0.5em 0em;*/
    padding:2px 0px 0px 0px;
}

.product-dropdown-menu .menu-child-col img {
    width: 150px; /* Adjust the size of the images */
    height: auto;
    padding: 0.5em 0em;
    bottom: 0;
}

.product-dropdown-menu .bi-chevron-right::before {
    content: "\f285";
    font-size: 11px;
}

.bi-chevron-up::before {
    font-size: 12px;
    color: var(--primary-color);
}

.menu-list:hover .menu-content-item p {
    display: block !important;
}


/* Flex container for the list item */
.menu-active.p-submenu a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Ensures text and icon align correctly */
.menu-active.p-submenu .menu-text {
    flex-grow: 1;
}

.menu-active.p-submenu .right-icon {
    margin-left: auto; /* Pushes the icon to the extreme right */
}

/* Additional styling for the icon if needed */
.menu-active.p-submenu .right-icon i {
    font-size: 16px; /* Adjust size as needed */
    color: var(--white-color);
}

/* ======== product list ========= */
.p-submenu{
    width:100%;
    max-width: 252.36px;
    padding: 10px 0px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.p-conatiner{
    max-width:928.36px;
    width: 100%;
    gap: 20px;
}
/*  */
.menu-list {
   display: flex;
      align-items: flex-start;
/*      overflow: hidden;*/
      padding: 10px;
      cursor: pointer;
  }
  .menu-list img {
    max-width: 24px;
    height: auto;
/*    margin-right: 12px;*/
    vertical-align: middle;
  }
  .menu-list .menu-content-item {
    flex-grow: 1;
    width: 340px;
  }

  .menu-list .menu-content-item a{
    white-space: unset;
  }
  .menu-list div {
    flex-grow: 1; 
  }
  .jf-sb {
      justify-content: space-between;
  }

/*  */

/* ================ Home ================== */

.tagline-btn .btn{
    padding: 15px 20px 15px 20px;
    /* margin: 0 auto;
    display: block; */
    color:var(--black-color);
    gap: 10px;
    border-radius: 40px;
    background: linear-gradient(to right, var(--primary-color) , var(--white-color));
}

.tagline-btn p{
    color: var(--white-color);
}
.banner-title{
    width: 100% !important;
    max-width: 1151px !important;
}
.banner-title h1{
    font-size: clamp(32px, 4vw, 65px) !important;
    line-height: 75px;
    text-align: center;
    font-weight: var(--font-weight);
    color: var(--white-color) !important;
    margin-top: 45px;
    margin-bottom: 20px;   
}

.banner-title p{
    color: var(--white-color);
    font-size: clamp(18px, 4vw, 23px) !important;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 35px;
    font-family: var(--body-font-family);
}

.banner-title h1 span{
   /* background: -webkit-linear-gradient(var(--primary-color), var(--white-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}

.banner-title .yellow-text{
    color: var(--primary-color);
}

/* ============ Section 2 =============== */
.laptop-bg{
    margin-bottom: -11rem;
}
.section-2{
    padding-top: 70px;
    padding-bottom: 90px;
    background-color:#090c14;
}
.section-2 .col-12 img{
    padding: 0px 116px 0px 20px;
}
.heading-yellow h4{
/*    font-size: clamp(24px, 4vw, var(--primary-heading-size-h4));*/
    line-height: 45px;
    font-weight: var(--font-weight);
    color: var(--primary-color) !important;
}
.subheading-content h6{
    font-size: clamp(16px, 4vw, var(--primary-heading-size-h6));
    line-height: 28px;
    font-family: var(--body-font-family);
    color: var(--secondary-light-color);
}
.para-content p{
    font-size: clamp(14px, 4vw, 16px) !important;
    line-height: 25px;
    font-weight: var(--font-weight);
    color: #70747D;
}  

.para-content p:hover{
    color: var(--white-color);

}   

.para-content-functionality p {
    font-size: clamp(16px, 4vw, 30px) !important;
    line-height: 45px;
    font-weight: var(--font-weight);
    color: #70747D;
}

.para-content-functionality p:hover{
    color: var(--white-color);
}
.readMoreText{
    color: var(--primary-color);
    font-weight: 500;
}

.non-clickable {
    pointer-events: none;
}

.non-clickable button {
    cursor: default;
}
/* ================= Section 3 =================== */


.section-3{
    padding-bottom: 90px;
    padding-top: 90px;
/*    background-color: var(--secondary-color);*/
        background-color: #090C14;
}
.content-wcq h3{
    font-size: clamp(26px, 4vw, var(--primary-heading-size-h3));
    color: var(--primary-color);
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 3px;
    text-align: center;
    line-height: 70px;
    padding-bottom: 40px;
    font-family: 'Futura Md BT';
}
.wchq-icon img{
    width: 80px;
    height: 80px;
}
.wchq-content h6{
    font-size: clamp(16px, 4vw, var(--primary-heading-size-base));
    font-weight: 700;
    line-height: 28px;
    color: var(--secondary-light-color);
    font-family: var(--body-font-family);
}
.wchq-content p{
    font-weight: var(--body-font-family);
    font-weight: 400;
    font-size: var(--primary-heading-size-small);
    color: #888C93;
    line-height: 22px;
}
.wcq-col-6{
    padding: 100px 50px 100px 50px !important;
}

.wchq-content{
/*    position: relative;*/
}
.wchq-content:hover {
    position: relative;
    margin-top: -2rem;
    transition: 0.5s;
}
.wchq-content .hidden-content {
    display: none; 
}
.wchq-content:hover .hidden-content {
    display: block; 
    animation: fade_in_show 0.5s;
    transition: 0.5s;
    transform: translateY(-2.1rem);
/*    position:absolute;*/

}
.home-call p {
    color: #ffffff !important;
    text-decoration: none !important;
    -webkit-text-fill-color: var(--white-color);
    -webkit-text-decoration: none;     
}
.wchq-content:hover h6{
    transition: 0.5s;
    transform: translateY(-2.1rem);
/*    position:relative;*/
}
.wchq-icon img:hover{
    transition: 0.5s;
    transform: translateY(-0.2rem);
}

/* ============ Section - 4 Qilegal module slider ============ */
.section-4{
     background-color: var(--secondary-dark-color); 
    padding-top:90px;
    padding-bottom: 90px;
    border-top: 1px solid #3e3e3e;
}

.section-about{
    background-color: var(--secondary-dark-color);
    padding-top:90px;
    padding-bottom: 90px;
}
.section-4 .owl-carousel .qi_module_item {
    border: 1px solid #8C702E;
    padding: 32px 25px 32px 25px !important;
    border-radius: 10px;
    max-height: 100%;
    max-width: 100%;
    width: 310px;
    margin: 15px;
    height: 340px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.wchq-content:hover h6 {
    padding-top: 60px !important;
}

.section-4 .owl-carousel .owl-item {
    display: flex;
   
}
.module-slide-row .owl-stage{
    margin-bottom: 30px !important;
}
.qi-module-title h3{
    font-size: clamp(26px, 4vw, var(--primary-heading-size-h3));
    color: var(--primary-color);
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 3px;
    text-align: left;
    line-height: 70px;
    margin-bottom: 60px;
    font-family: 'Futura Md BT';
}

.qi-module-img {
    height: 184px;
    width: 184px;
}

.qi-module-title h5{
    font-size: clamp(22px,4vh,28px);
    font-family: var(--primary-heading-font-family);
    line-height: 35px;
    font-weight: 400;
    color: var(--secondary-light-color);
}

.hm-abt-container{
    margin-top: 30px !important;
    padding: 60px 40px;
    background-color: var(--secondary-color);
}

.hm-abt-title h3{
    font-size: clamp(26px, 4vw, var(--primary-heading-size-h3));
    color: var(--primary-color);
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 3px;
    text-align: left;
    line-height: 70px;
}
.hm-abt-title p{
  color: var(--secondary-light-color);
  font-weight: 400;
  line-height: 28px;
  font-family: var(--body-font-family);
  font-size: clamp(18px,4vw, var(--primary-heading-size-h6));
}


.hm-abt-white-button{
    padding: 7px 30px 7px 30px;
    border-radius: 40px;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    background-color: var(--white-color);
    color: var(--black-color);
    gap: 10px;
    font-weight: 600 !important;
    font-family: var(--body-font-family);
}

.hm-abt-request-demo .hm-abt-white-button{
    padding: 7px 30px 7px 30px !important;
    border-radius: 40px !important;
    font-size: 18px !important;
    line-height: 28px !important;
    text-align: left !important;
    background-color: var(--white-color) !important;
    color: var(--black-color) !important;
    gap: 10px !important;
    font-weight: 600 !important;
    font-family: var(--body-font-family) !important;
    left: 0 !important;
}

.hm-abt-white-button:hover,
.hm-abt-white-button:active
.hm-abt-white-button:focus{
    background-color: var(--primary-color) !important;
    transition: 0.5s !important;
    color: var(--black-color);
}

.hm-abt-img img{
/*    padding-top: 60px;*/
    margin: 0 auto;
    display: block;
    border-radius: 20px;
    width: 100%;
}


.brands_nav {
    position: absolute;
    top: -120px;
    cursor: pointer;
    z-index: 1000;
    font-size: 32px;
    color:var(--primary-color);
}

.brands_prev {
    right: 60px; /* Adjust this value to move the left icon to the desired position */
}

.brands_next {
    right: 10px;
}

.nav-section{
    margin-left: -9%;
    position: absolute;
}
.hm-abt-content p{
    font-size: clamp(18px,4vw, var(--primary-heading-size-h6));
    color: #888C93;
    font-style: 400;
    line-height: 28px;
}



/* ============= bg-section ==================== */

.bg-section {
  background-size: cover;
  background-position: center;
  padding: 50px 0;
  color: #fff; /* Set text color to white or any color that suits your design */
  op
}

.bg-section .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bg-section .text-content {
  padding: 70px 10px;
}

.bg-section .para-content{
    line-height: 35px;
}

.bg-section .button-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-section .gradient-text-para{
    background: linear-gradient(to right, var(--primary-color) 0%, #70747D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.demo-button {
  padding: 15px 30px;
  background-color: #007bff; /* Change to your desired button color */
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.demo-button:hover {
  background-color: #0056b3; /* Change to your desired hover color */
}

/* ============= section 5 ==================== */
.section-5{
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #090C14;
}
.power-of-qilegal-row .epq-grid-col{
    margin-top: 65px !important;
}
.title-center h3{
    font-size: clamp(26px, 4vw, var(--primary-heading-size-h3));
    color: var(--primary-color);
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 3px;
    text-align: center;
    line-height: 70px;
    font-family: 'Futura Md BT';
}
.title-center p{
    color: var(--secondary-light-color);
    font-weight: 400;
    line-height: 28px;
    font-family: var(--body-font-family);
    font-size: clamp(18px,4vw, var(--primary-heading-size-h6));
    text-align: center;
}
.epq-icon img{
    padding: 0px 10px;
    height: 50px;
    width: 65px;
}
.epq-title h6{
    color: var(--secondary-light-color);
    font-weight: 400;
    line-height: 28px;
    font-family: var(--body-font-family);
    font-size: clamp(18px,4vw, var(--primary-heading-size-h6));
    text-align: left;
    padding: 10px;
}
.epq-list ul{
    padding-left: 10px !important;
    margin: 0rem 1rem !important;
}
.epq-list ul{
    transition: all 0.5s ease; 
}
.epq-list ul:hover li, .epq-list ul:focus li{
    color: var(--secondary-light-color);
    transition: all 0.3s ease;
}
.epq-grid hr{
    margin: 0.5rem 0 !important;
    /* border-color: #8C702E !important; */
    background-color: #8C702E !important;
    opacity: 1;
}
.epq-list li{
    color: var(--primary-dark-color);
    font-weight: 400;
    line-height: 28px;
    font-family: var(--body-font-family);
    font-size: clamp(16px,4vw, var(--primary-heading-size-base));
    text-align: left;
    /* padding: 10px; */
}


/* ===============   Functionality of QiLegal section-6 ================= */
.section-6{
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #0D121E;
}
.section-6 .owl-carousel .qi_qf_item {
    border:1px solid #8C702E;
    padding: 15px 15px 15px 15px !important;
    border-radius: 10px;
    /* display: flex;
    flex-direction: column;
    justify-content: space-between; */
    max-height: 100%;
    max-width: 100%;
    width:440px;
    /* margin: 8px; */
    height: 480px;
    box-sizing: border-box; /* Ensure padding doesn't affect height */
}

/*.section-6 .owl-carousel .owl-item {
    display: flex;
   width: 440px !important;
}*/
.section-6 .owl-nav {
    display: none !important;
}
/*.qilegal_functionality_slider .owl-item{
    width: 325px !important;
}*/

.title-left-align h3{
    font-size: clamp(26px, 4vw, var(--primary-heading-size-h3));
    color: var(--primary-color);
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 3px;
    text-align: left;
    line-height: 70px;
    margin-bottom: 60px;
    font-family: 'Futura Md BT';
}
.qi-qf-title-content h6{
    color: var(--secondary-light-color);
    font-weight: bold;
    line-height: 28px;
    font-family: var(--body-font-family);
    font-size: clamp(18px,4vw, var(--primary-heading-size-h6));
    text-align: left;
    margin-top: 28px;
}
.qi-qf-title-content p{
    color: var(--primary-dark-color);
    font-weight: 400;
    line-height: 28px;
    font-family: var(--body-font-family);
    font-size: clamp(16px,4vw, var(--primary-heading-size-base));
    text-align: left;
    margin-top: 10px;
}
/*.qi-qf-title-content p:hover{
    color: var(--white-color);
}*/

/* ============ Section 7 =============== */

.section-7{
        padding: 90px 0px 30px 0px;
        background-color: #090C14;
}

.section-7 .owl-carousel .qi_qf_item {
    border:1px solid #8C702E;
    padding: 15px 15px 15px 15px !important;
    border-radius: 10px;
    /* display: flex;
    flex-direction: column;
    justify-content: space-between; */
    max-height: 100%;
    max-width: 100%;
    width:310px;
    /* margin: 8px; */
    height: 440px;
    box-sizing: border-box; /* Ensure padding doesn't affect height */
}

/*.section-6 .owl-carousel .owl-item {
    display: flex;
   
}*/
#leaders-sliders-row .owl-nav {
    display: none !important;
}
#leaders-sliders-row .owl-dot span{
    display: none !important;
}
#leaders-sliders-row{
    margin-top: 60px !important;
    margin-bottom: 90px;
}

#leaders-sliders-row .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

#leaders-sliders-row .owl-nav button {
    background: none;
    border: none;
    font-size: 2rem;
    color: #333;
    cursor: pointer;
}

#leaders-sliders-row .owl-nav button:hover {
    color: #000;
}

#leaders-sliders-row .owl-dots {
    text-align: center;
    margin-top: 20px;
}

#leaders-sliders-row .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ddd;
    border-radius: 50%;
    margin: 5px;
    cursor: pointer;
}

#leaders-sliders-row .owl-dot.active {
    /* background: #333; */
    background: var(--primary-color);
}

.legaltech_item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border:1px solid #70747D;
    padding: 20px;
    box-sizing: border-box;
    /* gap:10px; */
    margin: 10px;
    border-radius: 10px; 
}
.legaltech-title-content{
    flex: 1;
}
.profile-name {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
}
.legaltech-title-content p{
    color: #A0A3A9;
    font-weight: 600;
    font-style: italic;
    font-size: clamp(16px,4vw, var(--primary-heading-size-base));
    line-height: 28px;
    font-family: var(--body-font-family);

}

.name-pic {
    display: flex;
    align-items: center; /* Aligns items vertically in the center */
    margin-left: 10px !important;
    width: 100%;
}
.name-pic h6{
    margin-top: 18px !important;
    color: var(--primary-color);
    font-weight: 400;
    font-size: 14px;
    font-family: var(--primary-heading-font-family);
}
.name-pic p{
    font-size: 11px;
    color: var(--primary-dark-color);
    font-family: var(--body-font-family);
}


.name-pic li {
    margin-right: -30px; /* Adds space between the image and the text */
}

.name-pic li:last-child {
    margin-right: 0; /* Removes margin on the last item */
}

.hideOnMobile{
    display:none;
}

.hideOnDesktop{
    display:none !important;
}


/*.showOnMobile{
    display:block;
}

.showOnDesktop{
    display:block;
}
*/



.name-pic img {
    max-height: 100px; 
    width: 50% !important; /* Maintain aspect ratio */
}
/* Owl carousel adjustments */
#leaders-sliders-row .owl-carousel .owl-item {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}
#leaders-sliders-row .owl-carousel .owl-stage-outer {
    display: flex !important;
}

#leaders-sliders-row .owl-carousel .owl-stage {
    display: flex !important;
    align-items: stretch !important;
}

#leaders-sliders-row .owl-carousel .owl-item {
    display: flex !important;
    align-items: stretch !important;
}

#leaders-sliders-row .owl-carousel .legaltech_item {
    /* width: 100% !important; */
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

/*=========  home cta row ===========*/
.hm-cta-row{
    margin-bottom: 90px;
}
.hm-cta-row-child{
    background-color: var(--secondary-color);
    padding: 90px 10px 90px 10px;
    border-radius: 20px;
}
.hm-cta-block h5{
    font-size: clamp(22px,4vw, var(--primary-heading-size-h5));
    font-family: var(--body-font-family);
    line-height: 35px;
    font-weight: 400;
    color: #A0A3A9;
}
.hm-cta-block h5 span{
    background: linear-gradient(to right, #E9BB4D, #FFFFFF); /* Define your gradient colors */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ============ home Word leading technology provider =============== */

.hm-wtp-row{
    margin-bottom: 90px;
}
/* for equal height */
.technology-provider-block-row{
    margin-top: 60px !important;
    display: flex;
    flex-wrap: wrap;
}

/* Ensure each column takes up the correct amount of space and flexes */
.technology-provider-block-row .block-space {
    display: flex;
    flex-wrap: wrap;
    
}

.technology-provider-block {
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Ensure the image and content areas take up appropriate space */
.tpb-img {
    flex-shrink: 0;
}

.tpb-title-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    /* justify-content: center;  */
}

.tpb-title-content p:hover{
    color: var(--white-color);
}
/* end add equal height */

.block-space{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.tpb-img img{
/*    width: 150px;*/
    height: 150px;
    display: block;
    margin: 0 auto;
}
.technology-provider-block{
    background-color: var(--secondary-color);
    border: 1px solid #70747D;
    padding: 50px;
    border-radius: 10px;
    margin: 15px;
}
.technology-provider-block:hover,.technology-provider-block:focus{
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    transition: 0.3s;
}
.white-title h3{
    color: var(--secondary-light-color);
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    /* letter-spacing: 0.2em; */
    font-size: 30px;
}
.tpb-title-content h6{
    font-family: var(--body-font-family);
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    color: var(--secondary-light-color);
    font-size: clamp(18px,4vw, var(--primary-heading-size-h6));
    margin-top: 20px;
    margin-bottom: 10px;
}   

.tpb-title-content p{
    font-family: var(--body-font-family);
    line-height: 28px;
    font-size: clamp(16px, 4vw, var(--primary-heading-size-base));
    color: var(--primary-dark-color);
    text-align: center;
    font-weight: 400;
    margin-top: 10px;
}

/* ============ Client Logo =============== */
.section-8{
    margin-top: 90px;
    margin-bottom: 90px;
}
.client-logo-slider .item{
    padding: 10px 20px;
    border-radius: 10px;
    background-color: var(--secondary-color);
    margin: 5px;
}
.client-logo-slider .item img{
    height: 50px;
    width: 140px !important;
    /* width: 130px;
    aspect-ratio: 3/2;
    object-fit: content; */
}


/*  */
.client-logo-slider .item {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}



/* Optional: adjust the transition effect */
.client-logo-slide .owl-stage {
    transition: transform 0.5s linear;
}


/* =========== Home Page counter ============= */
.section-9{
    padding-top: 100px;
    padding-bottom: 100px;
}
.counter-block{
    text-align: center;
}
.counter-block h2{
    text-align: center;
    font-size: clamp(44px, 4vw, var(--primary-heading-size-h2));
    font-family: var(--primary-heading-font-family);
    font-weight: 400;
    /* text-align: center; */
    color: var(--primary-color);
    margin-bottom: 10px;
}
.counter-block h6{
    font-size: clamp(18px,4vw, var(--primary-heading-size-h6));
    font-family: var(--body-font-family);
    font-weight: 400;
    /* text-align: center; */
    line-height: 28px;
    color: #B8BABE;
    margin-top: 10px;
}


/* ============ Section 10 ============= */
.section-10{
    margin-top: 90px;
    margin-bottom: 90px;
}
.gray-client-logo .item{
    margin-top: 15px;
    margin-bottom: 15px;
}
.gray-client-logo .item img{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%); /* For older versions of Safari */
}

.gray-client-logo .item img:hover{
    filter: grayscale(0%);
    transition: 0.5s;
    -webkit-filter: grayscale(0%);
}

/* =========== Section 11 ============ */
.section-11{
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: var(--secondary-color);
}

#contactFormSection .container {
    max-width: 100% !important;
}
.contact-us-formGroup{
    display: flex;
    align-items: center;
    position: relative;
}

.wpcf7-response-output{
    color: var(--primary-color);
}
.disclaimer{
    font-size: 11px !important;
    line-height: 17px !important;
}
.section-11 .contact-form .contactTitle{
    color: var(--primary-color) !important;
    font-size: 21px !important;
}
.home-address h3{
    font-family: var(--primary-heading-font-family);
    font-weight: 400;
    font-size: 43px;
    letter-spacing: 3px;
    line-height: 50px;
    color: var(--primary-color);
    margin-bottom: 40px;
}

.home-address h6, .home-call h6, .home-email h6{
    font-weight: 700;
    font-family: var(--body-font-family);
    font-size: clamp(18px,4vw, var(--primary-heading-size-h6));
    color: var(--primary-color);
    line-height: 28px;
    margin-bottom: 10px;
}
.home-address p, .home-call p, .home-email p{
    font-weight: 400;
    font-family: var(--body-font-family);
    font-size: clamp(16px,4vw, var(--primary-heading-size-base));
    color: var(--secondary-light-color);
    line-height: 28px;
}

.custom-dropdown-contactus {
  position: relative;
}

.custom-dropdown-contactus select {
  appearance: none !important;
  -webkit-appearance: none  !important;
  -moz-appearance: none  !important;
}

.custom-dropdown-contactus .bi-chevron-down,
.custom-dropdown-contactus .bi-chevron-up {
  position: absolute;
  top: 25%;
  right: 10px;
  transform: translateY(-75%);
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.custom-dropdown-contactus .bi-chevron-up {
  opacity: 0;
}

.custom-dropdown-contactus select:focus + .down-arrow {
  opacity: 0;
}

.custom-dropdown-contactus select:focus + .down-arrow + .up-arrow {
  opacity: 1;
}

.hide-before::before {
    display: none;
}

.ast-plain-container.ast-no-sidebar #primary {
    margin-top: 0px !important;
    margin-bottom: 60px;
}


/* ============= Lets Talk ================ */

.contact-form{
    padding: 60px 60px 60px 60px;
    border-radius: 20px;
    background: #292F3D;
   
}
.contact-form .form-group .form-control{
    padding:0;
}
.contact-form h5{
    font-size: clamp(20px, 4vw, var(--primary-heading-size-h3));
    color: var(--primary-color);
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0.2em;
    text-align: left;
    line-height: 70px;
    margin-bottom: 30px;
    font-family: var(--primary-heading-font-family);
}

.contact-form .input-group-prepend{
    margin-top: 2px;
    margin-right: 15px;
}

#wpcf7-f2364-o1 .wpcf7-form label {
    font-weight: 400;
    font-family: var(--body-font-family);
    font-size: clamp(16px,4vw, var(--primary-heading-size-base));
    color: var(--secondary-light-color);
    line-height: 28px;
    margin-top: 10px;

}
#wpcf7-f2364-o1 .wpcf7-form .input-group-text{
    font-weight: 400;
    font-family: var(--body-font-family);
    font-size: clamp(16px,4vw, var(--primary-heading-size-base));
    color: var(--secondary-light-color);
/*    line-height: 28px;*/
    margin-top: -2.5px;
 
}
#wpcf7-f2364-o1 .wpcf7-form  .form-control,#wpcf7-f2364-o1 .wpcf7-form .input-group-text{
    background: transparent !important;
    border: none !important; /* Remove all borders */
    border-bottom: 1px solid var(--primary-dark-color) !important; /* Add bottom border only */
    border-radius: 0px; 
    overflow: hidden;
}
#wpcf7-f2364-o1 .wpcf7-form .form-control::placeholder {
    color: #585D68 !important;
    font-family: var(--body-font-family);
    font-size: clamp(16px,4vw, var(--primary-heading-size-base));
    color: var(--secondary-light-color);
    line-height: 28px;
}

.wpcf7 .form-group .wpcf7-not-valid-tip {
    position: absolute;
	white-space: nowrap;
}

.wpcf7 .form-group span.wpcf7-list-item {
    margin: 0;
}

.wpcf7 .form-group {
    color: var(--secondary-light-color);
}

.wpcf7 .form-group a {
    color: var(--primary-color);
}

.form-submit-btn .submit-btn{
    padding: 7px 60px 7px 60px;
    border-radius: 40px;
    font-size: 18px;
    line-height: 28px;
    background-color: var(--white-color);
    color: var(--black-color);
    gap: 10px;
    font-weight: 600;
    font-family: var(--body-font-family);
}

.form-submit-btn .submit-btn:hover{
    background-color: var(--primary-color);
    transition: 0.5s;
}
.home-call, .home-email{
    margin-top: 3rem;
}

#wpcf7-f2364-o1 .wpcf7-form .submit-btn{
    color:var(--black-color);
}

#wpcf7-f2364-o1 .wpcf7-form input, #wpcf7-f2364-o1 .wpcf7-form select, #wpcf7-f2364-o1 .wpcf7-form textarea{
    color: var(--secondary-light-color);
}



#wpcf7-f2364-o1 .wpcf7-form .form-control option {
    color: var(--white-color);
    background: #111827 !important;
    padding: 10px;
    border: 1px solid #fff;
    line-height: 25px;
}

#wpcf7-f2364-o1 .wpcf7-form .contact91{
    padding-left: 0;
    padding-right: 0;
}



#wpcf7-f2364-o1 .wpcf7-form select option:hover,
#wpcf7-f2364-o1 .wpcf7-form select option:focus,
#wpcf7-f2364-o1 .wpcf7-form select option:active {
    color: var(--primary-color) !important;
    background-color: var(--black-color);
}


/*
#wpcf7-f2364-o1 .wpcf7-form .form-control textarea {
    overflow: hidden;
}*/



/* Need to remove */
.elementor-kit-1759 h6 {
   /* font-style: italic;
    color: #585D68 !important;
/*    font-size: var(--primary-heading-size-small);*/
    font-family: var(--secondary-sub-heading-font-family) !important;
    letter-spacing: 0 !important;
/*    line-height: 1.2;*/
/*    font-weight: 500;*/*/
}
/* Need to remove */






.SelectSolutionDropdown option:checked {
    color: var(--primary-color);
    background-color: #f1f1f1;
}
/* ============ footer ============ */
    .foo-cta{
        padding-top: 95px;
        padding-bottom: 68px;
    }
    .foo-cta-text h5{
       color: var(--secondary-light-color);
       font-family: var(--body-font-family);
       line-height: 28px;
       font-weight: 400;
       font-size: clamp(22px,4vw, var(--primary-heading-size-h5)); 
    }
    .primary-highlight{
        color: var(--primary-color) !important;
        text-decoration: none;
        -webkit-text-decoration: none;
        -webkit-text-fill-color: var(--primary-color);
    }
    .foo-cta-text h6{
        color: var(--secondary-light-color);
        font-family: var(--body-font-family);
        line-height: 28px;
        font-weight: 400;
        font-size: clamp(18px,4vw, var(--primary-heading-size-h6)); 
     }

    .foo-social-media ul{
        display: flex;
        list-style-type: none;
        margin-left: 0px !important;
        padding-left: 0px !important;
    } 
    .foo-social-media ul li{
        display: inline-flex;
        list-style-type: none;
        padding: 13px !important;
    }
 
    .foo-social-media .social-icon img {
        transition: filter 0.3s ease;
    }
    .foo-social-media .social-icon:hover img {
        filter: sepia(100%) saturate(1000%) hue-rotate(-45deg) brightness(0.9);
    }
    .footer-section-2{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .footer-log img{
        width: 300px;
        height: 120px;
        margin-bottom: 15px;
    }
    .footer-desc p{
        margin-top: 15px;
        line-height: 27px;
        font-weight: 400;
        color: var(--secondary-light-color);
        font-size: 18px;
    }
    .widget-2 ul, .widget-3 ul, .widget-4 ul, .widget-5 ul{
        margin-left: 0px;
        padding-left: 0px;
        list-style-type: none;
    }
    .widget-2 h6, .widget-3 h6,.widget-4 h6,.widget-5 h6{
        font-family: var(--primary-heading-font-family);
        color: var(--secondary-light-color);
        line-height: 28px;
        font-weight: 400;
        font-size: clamp(18px,4vw, var(--primary-heading-size-h6));
    }
    .widget-2 ul li, .widget-3 ul li, .widget-4 ul li{
        margin-bottom: 10px;
    }
    .widget-2 ul li a, .widget-3 ul li a, .widget-4 ul li a, .widget-5 p{
        font-family: var(--body-font-family);
        font-weight: 400;
        line-height: 28px;
        font-size: clamp(16px,4vw, var(--primary-heading-size-base));
        color: var(--primary-dark-color);
        outline: none;
        text-decoration: none;
    }
    .widget-2 ul li a:hover, .widget-2 ul li a:focus, .widget-3 ul li a:hover, .widget-3 ul li a:focus,
    .widget-4 ul li a:hover, .widget-4 ul li a:focus{
        color: var(--primary-color);
        transition: 0.3s;
    }
    .footer-copyrights{
        padding-top: 33px;
        padding-bottom: 33px;
    }
    .copyright-col1 p{
        color: #70747D;
        font-size: 14px;
        line-height: 22px;
        font-weight: 400;
        font-family: var(--body-font-family);
    }
    .copyright-col2 p{
        color: #70747D;
        font-size: 14px;
        line-height: 22px;
        font-weight: 400;
        font-family: var(--body-font-family);
        text-align: right;
    }
    
      .newsletter-form {
         width: 100%;
/*        max-width: 400px; /* Adjust the max-width as needed */*/
        margin: auto;
    }

     .newsletter-form img {
        position: absolute;
        left: 10px;
        top: 10%;
        transform: translateY(-50%);
        width: 21px;
        height: auto;
    }

     .newsletter-form .form-control {
        padding-left: 50px; /* Adjust padding to make room for the image */
        height: 42px; /* Adjust height as needed */
        box-sizing: border-box;
        margin-bottom: 10px; /* Space between input and button */
    }

      .newsletter-form .form-group {
         position: relative;
        margin-bottom: 20px; /* Space between input and other elements */
    }

    .newsletter-form h3{
/*        font-weight: 900;*/
        font-family: 'Futura Md BT' !important;
        color: #585D68 !important;
        font-size: 23px !important;
    }

    .newsletter-form h3 span{
/*        font-weight: 900;*/
        font-family: 'Futura Md BT';
        color: var(--primary-color);
    }

    .newsletter-form .inputText{
    background: transparent;
    border: 1px solid #B3B3B3;
    border-radius: 45px;
    padding: 20px;
     width: 100%;
    }

    .wpcf7 input.wpcf7-form-control:not([type=submit]), .wpcf7 textarea.wpcf7-form-control 
    {
        padding: 12px 12px 12px 41px;
    }

    #wpcf7-f7977-o2 .submit-btn{
        padding: 7px 60px 7px 60px;
        border-radius: 40px;
        font-size: 18px;
        line-height: 28px;
        background-color: var(--white-color);
        color: var(--black-color);
        gap: 10px;
        font-weight: var(--font-weight);
        font-family: var(--body-font-family);
    }

    .newsletter-form .newsletterEmail::placeholder{
        color: #585D68;
/*        padding-left: 20px;*/
    }
    .newsletter-form button:hover{
        background-color: var(--primary-color);
    }

    .newsletter-form .inputText:focus,
    .newsletter-form .inputText:active {
        color: var(--primary-color);
        background: transparent !important;
        background-color: transparent !important;
        border: 1px solid #B3B3B3 !important;
        padding-left: 50px;
        
    }
    
      .newsletter-form .hm-abt-request-demo {
/*        text-align: center;*/
    }
     .newsletter-form .hm-abt-request-demo button {
        width: 100%;
        text-align: center;
        padding: 5px 20px;
        box-sizing: border-box;
    }

    .newsletterEmail{
        background: transparent !important;
        border: none !important;
        border-bottom: 1px solid var(--primary-dark-color) !important;
        border-radius: 0px;
        overflow: hidden;
    }
    
/* ========= Footer end ========== */

/* Mobile Responsive menu */

.qilegal-mobile-menu {
  display: none;
}


/*Responsive css for tablet*/



/*.hamburger-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  cursor: pointer;
  z-index: 9998;
  background: #090c14;
  -webkit-tap-highlight-color: rgb(75 75 75 / 0%);
  padding: 20px;
}*/
.hamburger-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    cursor: pointer;
    z-index: 9998;
    background: #090c14;
    -webkit-tap-highlight-color: rgb(75 75 75 / 0%);
    /* padding: 20px; */
}

.hamburger-menu .site-logo{
    padding: 8px 0px 0px 8px !important;
    width: 150px;
}

.bar,
.bar:after,
.bar:before {
  width: 30px;
  height: 3px;
}
/*
.bar {
  position: relative;
  transform: translateY(10px);
  background: #dcab2f;
  transition: all 0ms 300ms;
}*/
.bar {
    position: absolute;
    transform: translateX(-50%);
    background: #dcab2f;
    transition: all 0ms 300ms;
    top: 50%;
    right: 0;
}

.bar.animate {
  background: rgba(255, 255, 255, 0);
}

.bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: #dcab2f;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #dcab2f;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/*.mobile-menu li .subsubmenu-tag{
    font-size: 12px;
}*/

/*---------------------
Mobiles Menu 
----------------------*/
    /*---------------------
    Mobiles Menu - Design 
    ----------------------*/

.mobile-menu ul {
  margin: 0;
  padding: 0;
}

.mobile-menu li {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  overflow: hidden;
  padding: 5px;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  padding-left:15px;
  color: #dcab2f;
}

.subsubmenu-tag {
    display: block;
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

.submenu-tag {
    display: block;
    font-size: 12px;
    color: #666;
}

.mobile-menu li:first-child {
  margin-top: 70px;
}

.mobile-menu li:hover {
  background: #090c14;
}

.mobile-menu li a {
  text-decoration: none;
  color: #dcab2f;
}

    /*---------------------
    Mobiles Menu - Slide IN 
    ----------------------*/

.mobile-menu {
  top: 0;
  max-width: 250px;
  left: -100%;
  width: 100%;
  background: #090c14;
  color: #dcab2f;
  height: 100%;
  position: fixed;
  z-index: 9997;
  overflow-y: auto;
  -webkit-transform: translate3d(0, 0, 205px);
  -moz-transform: translate3d(0, 0, 205px);
  transform: translate3d(0, 0, 205px);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.mobile-menu.active {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

    /*---------------------
    Mobiles Menu - Dropdown Submenu
    ----------------------*/

.has-children:hover{
    cursor:hand;
}

.children {
    display:none;   
}

.mobile-menu .children li:first-child {
  margin-top: 0px;
}

.icon-arrow {
    position: absolute;
    display: block;
    font-size: 0.7em;
    color: #dcab2f;
    top: 5px;
    right: 10px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s;
}
  
.icon-arrow:after {
    content: "\25BC";
}

.icon-arrow.open {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg); 
  transition: .6s;
  -webkit-transition: .6s;
  -moz-transition: .6s;         
}

.wchq-arrow {
    opacity: 0;
    cursor: pointer;
}

/* End Mobile menu  */

.grecaptcha-badge {
    z-index: 1;
}

/*Responsive*/


/* Responsive adjustments For mobile */
@media (max-width: 768px) {
    .section-1{
        padding: 110px 0px 10px 4px;
    }
    #bannerSection .mobileBannerSection {
           padding-top: 0px !important;
       }
    .smallTitle {
        /*font-size: 25px !important;
        line-height: 31px;
        text-align: left;*/
        display: none;
    }
    .banner-title p {
        text-align: left;
        font-size: 16px !important;
        line-height: 24px;
        margin-bottom: 40px;
    }
    .section-1 .cta-btn-button-transparent{
        min-width: 180px;
    }

    .section-4 .hm-abt-request-demo{
        text-align: center;
    }
    .section-4 .hm-abt-request-demo a{
        display: inline-block;
    }

    .hideOnDesktop{
        display: block !important;
    }
    .hideOnMobile{
        display: none !important;
    }

    .wchq-arrow {
        opacity: 1;
    }

    .heading-yellow h4 {
        font-size: 27px;
    }
    .subheading-content h6 {
        font-size: 22px;
        line-height: 33px;
    }
    .section-4 h3{
        font-size: 37px;
        margin-bottom: 20px;
    }
    .hm-abt-content p{
        font-size: 20px;
        color: #888C93;
    }
    .para-content p{
        font-size: 20px !important;
        line-height: 28px;
        color: #888C93 !important;
    }
    .hm-abt-title p {
        font-size: 20px;
    }
    .epq-list li{
        font-size: 17px;
        color: #888C93;
    }
    .title-center h3, .qi-module-title h3, .content-wcq h3, .title-left-align h3,.contact-form home-address h3{
        font-size: 37px;
        line-height: 46px !important;
        text-align: left;
    }
    .title-center p {
        font-size: 20px;
        text-align: left;
        margin-top: 30px;
    }
    .epq-title h6 {
        white-space: nowrap;
    }

    .epq-title h6 br{
        display: none;
    }
    .power-of-qilegal-row .epq-grid-col {
        margin-top: 50px !important;
    }
    .qi-module-title h5 {
        font-size: 20px;
    }
    .module-slide-row{
        margin-top: 55px !important;
    }
    .wcq-col-6{
        padding: 20px 15px 20px 15px !important;
    }
    .qi-qf-title-content h6{
        font-size: 20px;
    }
    .qi-qf-title-content p {
        font-size: 18px;
        color: #888C93;
    }
    .para-content-functionality p {
        font-size: 24px !important;
    }
    .tpb-title-content h6{
        font-size: 22px;
    }
    .tpb-title-content p{
        font-size: 20px;
        color: #888C93;
    }
    .contact-form {
        padding: 60px 20px;
    }
    .home-address h6, .home-call h6, .home-email h6
    {
        font-size: 27px;
    }
    .home-address p, .home-call p, .home-email p{
        font-size: 18px;
    }
    #wpcf7-f2364-o1 .wpcf7-form label{
        font-size:21px;
    }
    .copyright-col1 p{
        text-align: left;
    }
    .copyright-col2 p{
        text-align: left;
    }
    .widget-5{
        margin:0px 0px !important;
    }
    .qilegal-footer .foo-cta .justify-content-end{
        justify-content: flex-start !important;
    }
    #ast-scroll-top {
        background-color: var(--primary-color) !important;
        font-size: 15px !important;
    }
    #ast-scroll-top .icon-arrow:after {
        content: unset;
    }
    #ast-scroll-top .ast-icon.icon-arrow svg{
        color: var(--black-color) !important;
    }
    .thirdBlock{
        margin-top: 20px !important;
    }

    #mobileBannerSection .cta-btn-button{
        margin-right: 0px !important;
        padding: 8px 20px;
        min-width: 180px;
    }
    .qi-module-img {
        height: auto;
        width: auto;
    }
    .section-4 .owl-carousel .qi_module_item{
        padding: 10px;
        height: 270px;
        width: auto;
    }
  /*  .hideOnMobile{
        display: none;
    }
    .showOnMobile{
        display: block;
    }

*/


    .wchq-content p{
        color: #888C93;
    }


    .wchq-content h6 {
        text-align: left;
    }

    .hidden-content {
        text-align: left;
    }

    .section-11 .form-submit-btn {
           text-align: center;
    }

    .section-11 .form-submit-btn p {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 60px;
    }

    .name-pic {
         flex-direction: column !important;
         align-items: flex-start !important;
    }
    .name-pic li {
         margin-right: 0;
         margin-bottom: 10px;
    }

    .product-dropdown-menu .dropdown-item {
         padding: 0.4em 0.8em;
    }
     .product-dropdown-menu img {
         width: 16px;
         height: auto;
    }
     .newsletter-form img {
         width: 20px;
        /* Adjust the width for smaller screens */
         top: 13% !important;
    }
     .newsletter-form .form-control {
         height: 40px;
    }
     .newsletter-form .hm-abt-request-demo button {
         padding: 8px 16px;
    }

    .hm-abt-request-demo .hm-abt-white-button{
        text-align: center !important;
        width: 100%;
    }
     .section-2 .col-12 img{
        padding: 0px;
    }
     .banner-title h1 {
        font-size: 40px !important;
         line-height: 48px !important;
         text-align: left !important;
         margin-top: 0 !important;
    }
     .field91{
         margin-right: 0 !important;
         margin-top: 7px !important;
    }
     .newsletter-form img {
         top: 16%;
    }
  
   /*  .home-address p, .home-call p, .home-email p {
         font-size: 11px !important;
    }*/
     .section-7 .white-title h3{
         font-size: 24px;
         line-height: 40px;
    }
}
 
@media (max-width: 1000px) {
    #ast-desktop-header {
        display:none;
    }
    .qilegal-mobile-menu {
      display: block;
    }
}




@media (min-width: 1000px) {
    .ast-container, .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1180px ;
    }
}
@media (min-width: 1200px) {
    .ast-container, .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1480px ;
    }
  
/*@media (min-width: 1400px) {
    .ast-container, .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1980px !important;
    }
}*/
@media (min-width: 1400px) {
    .ast-container, .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1980px ;
    }
}

#ast-scroll-top {
    background-color: var(--primary-color) !important;
	right: 20px;
    bottom: 80px;
}
#ast-scroll-top .icon-arrow:after {
    content: '' !important;
}

.ast-icon.icon-arrow svg {
    height: 10px !important;
    width: 10px !important;
    color: var(--black-color);
}

@media (min-width: 992px) {
    
    .request-demo {
        padding-left: 16px;
    }

    .mainSubMenu .dropdown-item .menu-text {
        font-size: 18px ;
    }

    .newsletter-form img {
        position: absolute;
        left: 10px;
        top: 38%;
        transform: translateY(-32%);
        width: 21px;
        height: auto;

    }
    .news-letter-input {
        position: relative;
    }
  /*  .desktop-navbar .nav-item a {
        font-size: 18px;
    }*/
}


/*for 1920 */
@media (min-width: 1920px) {
    .smallTitle {
        font-size: clamp(18px, 4vw, 23px) !important
    }
}


/*Reponsive started*/
/* For screens between 1200px and 1400px */
@media (min-width: 1200px) and (max-width: 1400px) {
    .smallTitle {font-size: clamp(18px, 4vw, 23px) !important;}
    .banner-title h1 {font-size: 48px !important;    margin-top: 40px;}
    .banner-title p {font-size: 21px !important; line-height: 32px;}
    .desktop-navbar .nav-item a {font-size: 17px;}
    .white-button {font-size: 15px;}
    .left-menu {align-items: center;margin-left: 22px !important;}
    .hm-abt-title h3 {font-size: 43px;}
    .title-center h3 {font-size: 43px;}
    .qi-module-title h3 {font-size: 43px;}
    .content-wcq h3 {font-size: 43px;}
    .title-left-align h3 {font-size: 43px;}
    .section-2 .col-12 img{padding: 0px 91px;}
    .title-center p {font-size: 22px;}
    .para-content-functionality p {font-size: 25px;line-height: 42px;}
    .white-title h3 {font-size: 26px;line-height: 49px;}
    .section-7 {padding: 45px 0px 30px 0px;background-color: #090C14;}
/*    .tpb-title-content p {line-height: 18px;font-size: 16px;}*/
    .widget-2 ul li a, .widget-3 ul li a, .widget-4 ul li a, .widget-5 p {font-size: 15px;}
    .disclaimer{font-size: 11px !important;line-height: 17px !important;}
    .home-address p, .home-call p, .home-email p {font-size: 16px;}
    .desktop-navbar .dropdown-menu {position: absolute;top: calc(50% + 46px) !important;}
    .prodSolutionsMenu{
        left: 20% !important;
    }

    


}


/* For screens between 700px and 1000px */
@media (min-width: 700px) and (max-width: 1000px) {
    .home-address h3 {
        font-size: 30px !important;
        line-height: 50px !important;
    }
    .foo-cta {
        padding-top: 60px;
        padding-bottom: 20px;
    }

    .home-address p, .home-call p, .home-email p {
        font-size: 11px !important;
        text-decoration: none;
    }
    .wcq-col-6{
        padding: 100px 30px 100px 30px !important;
    }
    #wpcf7-f2364-o1 .wpcf7-form label {
        font-size: 15px;
    }
    #wpcf7-f2364-o1 .wpcf7-form .form-control::placeholder {
        font-size: 15px;
    }
    .contact-form .input-group-prepend {
        margin-right: 0 !important;
    }
    .contact-form {
        padding: 40px 20px !important;
    }
}


/* For screens between 1000px and 1200px */
@media (min-width: 1000px) and (max-width: 1200px) {
    .desktop-navbar .dropdown-menu {
       /*position: absolute ;
       top: calc(50% + 47px) !important;*/
       top: calc(50% + 47px) !important;
    }
}

/* For screens larger than 1200px */
@media (min-width: 1200px) {
    .desktop-navbar .dropdown-menu .main-nav-item {font-size: 18px;}
}
