@font-face {
  font-family: 'MyriadPro';
    src: url('../fonts/MyriadPro-Light.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/MyriadPro-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/MyriadPro-Light.otf') format('otf'),
    font-style: normal;
}
@font-face {
  font-family: 'MyriadPro Regular';
    src: url('../fonts/MyriadPro-Regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/MyriadPro-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/MyriadPro-Regular.otf') format('otf'),
    font-style: normal;
}
@font-face {
  font-family: 'MyriadPro Light';
    src: url('../fonts/MyriadPro-Light.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/MyriadPro-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/MyriadPro-Light.otf') format('otf'),
    font-style: normal;
}
@font-face {
  font-family: 'MyriadPro Bold';
    src: url('../fonts/MyriadPro-Bold.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/MyriadPro-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/MyriadPro-Bold.otf') format('otf'),
    font-style: normal;
}
@font-face {
  font-family: 'MyriadPro Semibold';
    src: url('../fonts/MyriadPro-Semibold.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/MyriadPro-Semibold.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/MyriadPro-Semibold.otf') format('otf'),
    font-style: normal;
}


/*Montserrat Font Started*/
@font-face {
  font-family: 'Montserrat';
    src: url('../extra-fonts/Montserrat/static/Montserrat-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
    font-style: normal;
}
@font-face {
  font-family: 'Montserrat Regular';
    src: url('../extra-fonts/Montserrat/static/Montserrat-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
    font-style: normal;
}
@font-face {
  font-family: 'Montserrat Light';
    src: url('../extra-fonts/Montserrat/static/Montserrat-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
    font-style: normal;
}
@font-face {
  font-family: 'Montserrat Bold';
    src: url('../extra-fonts/Montserrat/static/Montserrat-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
    font-style: normal;
}
@font-face {
  font-family: 'Montserrat Semibold';
    src: url('../extra-fonts/Montserrat/static/Montserrat-SemiBold.ttf')  format('truetype'), /* Safari, Android, iOS */
    font-style: normal;
}

#main_blog_section p.montserrat-regular-font{
  font-family:'Montserrat Regular' !important; 
}
#main_blog_section p.montserrat-light-font{
  font-family:'Montserrat Light' !important;
}
#main_blog_section h5.montserrat-bold-font{
  font-family:'Montserrat Bold' !important;
}
#main_blog_section p.montserrat-semibold-font{
  font-family:'Montserrat Semibold' !important;
}

/*Montserrat Font Ends*/

.header-top {
  height: 100px;
  width: 100%;
}
.header-background {
  background-color: #000;
}


.terms-and-conditions ul.wp-block-list,
.privacy-policy ul.wp-block-list
 {
    margin: 18px 0px;
}

.terms-and-conditions ul.wp-block-list li, 
.privacy-policy ul.wp-block-list li {
    margin: 18px 0px;
}

.terms-and-conditions h4{
    margin-top: 35px;
}

/* Magnific popup */
#brochure-popup,
#guideline-popup {
    max-width: 600px;
    border-radius: 0px;
    position: relative;
    background-color: #fff;
}

#brochure-popup .wpcf7 input:not([type=submit]), #brochure-popup .wpcf7 select, #brochure-popup .wpcf7 textarea, #brochure-popup input[type="submit"],
#guideline-popup .wpcf7 input:not([type=submit]), #guideline-popup .wpcf7 select, #guideline-popup .wpcf7 textarea, #guideline-popup input[type="submit"] {
    border-radius: 0px !important;
}

#brochure-popup label,
#guideline-popup label {
    font-family: 'MyriadPro Bold';
}

.page-id-20881 .elementor-element-55078db
{
    padding: 25px 0px 50px 0px !important;
}

#brochure-popup button.mfp-close,
#guideline-popup button.mfp-close {
    background: transparent;
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
    font-family: 'MyriadPro Bold';
}
/* end magnific popup */

/* Container fix */
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1780px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}

/* Loader style */
.loader {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #fff9;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    position: absolute;
    right: 30px;
    top: 7px;
    display: none;
}


@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Social media share button */
.social-share{
    padding: 5px;
}
.social-share .share-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 10px;
}
  
.social-share .share-list a {
  border-radius: 100px;
  width: 35px;
  height: 35px;
  padding: 9px;
  margin: 5px 5px;
  cursor: pointer;
  overflow: hidden;
 
}
.social-share img {
  width: 100%;
  height: 100%;
  filter: invert(100%);

}

a.fb-h { background: #3B5998; }
a.tw-h { background: #00acee; }
a.li-h { background: #0077B5; }
a.re-h { background: #FF5700; }
a.pi-h { background: #c8232c; }


/* Footer CSS */
.ekit-template-content-footer .elementor-widget .elementor-icon-list-icon i {
    color: #000;
}

.ast-blog-listing-wrap a {
    color: #000;
}

.ast-blog-listing-wrap a:hover, .ast-blog-listing-wrap a:focus {
    color: #000;
}

.footer-cta {
    padding: 100px 60px 60px 60px;
    text-align: center;
    z-index: 99;
    position: relative;
    margin-bottom: -110px;
    border-radius: 12px 12px 12px 12px;
    background-position: center center;
    background-repeat: repeat-y !important;
    background-size: contain;
}

body .footer-cta h3 {
    color: var(--e-global-color-primary);
    margin: 0px 0px 0px 0px;
    font-family: "MyriadPro", sans-serif;
    font-weight: 600;
}

.footer-cta p {
    color: var(--e-global-color-text);
    font-family: "MyriadPro", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

.cta-button {
    margin: 40px 0 0 0;
}

.cta-button-link {
    font-family: "MyriadPro", sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    fill: var(--e-global-color-astglobalcolor5);
    color: var(--e-global-color-astglobalcolor5);
    background-color: var(--e-global-color-astglobalcolor1);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-astglobalcolor1);
    border-radius: 10px 10px 10px 10px;
    padding: 10px 10px 8px 10px;
}

.cta-button-link:hover {
    color: #000;
}

/* Header search style */
.search-wrap {
    display: flex;
    position: relative;
}

input.sats-search-input {
    height: 35px;
    background: none;
    border-radius: 10px;
    color: #fff !important;
    font-size: 12px;
    border: 1px solid #fff;
    width: 100%;
}

input.sats-search-input::placeholder {
  color: #fff;
}

input.sats-search-input::-ms-input-placeholder {
  color: #fff;
}

input.sats-search-input:focus {
    background: none;
    border: 1px solid #fff;
}

i.icon.icon-search {
    position: absolute;
    color: #fff;
    right: 10px;
    top: 8px;
}

.search-result {
    position: absolute;
    width: 130%;
    max-height: 400px;
    overflow: scroll;
    overflow-x: hidden;
    /*border: 1px solid #f5f5f7;*/
    border-radius: 8px 0px 0px 8px;
    margin-top: 10px;
    scrollbar-width: thin;
    scrollbar-color: rgb(193 193 193) #0000004f;
    display: none;
}

.search-list {
    padding: 5px;
    border-bottom: 1px solid #f5f5f7;
    background: #fff;
}

.list-desc {
    font-size: 13px;
    line-height: 17px;
}

.list-img {
    display: flex;
}

.list-img span {
    padding-left: 5px;
    color: #4169e1;
    font-size: 13px;
    line-height: 17px;
}

.search-list a {
    display: flex;
    flex-direction: column;
}

.search-list a:hover {
    color: #000;
}

.list-img img {
    height: 100%;
}

/* Override theme CSS */
.site-content,
.hfeed.site {
    background-color: #fff;
}
.site-content .ast-container{
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    padding: 0 !important;
}



/*Newsletter starts*/

.newsletter-wrapper {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin-bottom: 0px !important;
}

.newsletter-wrapper input[type="email"] {
  width: 100%;
  padding-right: 50px;
  height: 40px;
  margin-bottom: 25px !important;
}

.newsletterSubmitButton {
/*  position: absolute;*/
  right: 0;
  top: 0;
/*  height: 21% !important;*/
  border: none;
  background-color: #333 !important;
  color: #fff !important;
  padding: 0 15px;
  cursor: pointer;
  font-size: 16px;
  line-height: 40px;
  border-radius: 5px;
}

.newsletterSubmitButton:hover {
  background-color: #555;
}

.newsletter-wrapper p{
    margin-bottom: 0px !important;
}

.newsletter-wrapper2  .aiowps-captcha{
    display:none;
}

.newsletter-wrapper2  .aiowps-captcha-equation{
    display:none;
}
/*input.wpcf7-form-control {
  height: 40px;
  box-sizing: border-box;
  font-size: 16px;
}*/
/*Newsletter Ends*/




/*Newsletter2 starts*/

.newsletter-wrapper2 {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin-bottom: 0px !important;
}

.newsletter-wrapper2 #messageContainer{
    font-size: 17px;
    color: red;
/*    margin-top: 10px;*/
    font-weight: 600;
    position: relative;
    top: -6px;
    }
}

div.newsletter-wrapper2 br {
    display: none !important;
}

/*.newsletter-wrapper2 span {
    display: inline-block;
    margin-bottom: -50px; /* Optional: remove space between the elements */
}*/

.newsletter-wrapper2 input[type="email"] {
  width: 100%;
  padding-right: 50px;
  height: 40px;
/*  margin-bottom: 25px !important;*/
}

.newsletter-wrapper2 .newsletterSubmitButton {
/*  position: absolute;*/
  right: 0;
  top: 75px;
/*  height: 21% !important;*/
  border: none;
  background-color: #333 !important;
  color: #fff !important;
  padding: 0 15px;
  cursor: pointer;
  font-size: 16px;
  line-height: 40px;
  border-radius: 5px;
  width: 100%;
  margin-top: 10px;
}

.newsletter-wrapper2 #otpInput{
    position: relative;
    bottom: 20px;
}

.newsletter-wrapper2 .newsletterSubmitButton:hover {
  background-color: #555;
}

.newsletter-wrapper2 p{
    margin-bottom: 0px !important;
}
/*input.wpcf7-form-control {
  height: 40px;
  box-sizing: border-box;
  font-size: 16px;
}*/
/*Newsletter2 Ends*/



@media (min-width: 922px) {
    .ast-container {
        max-width:100% !important;
    }
}

a.down-link {
    color: #000 !important;
    padding: 10px !important;
    border: 1px solid gray !important;
    border-radius: 8px !important;
}
a.down-link:hover {
    color: #000 !important;
}

/* Blog category page */
/*#main_blog_section .blog-post-content-section{
    text-align: justify;
}*/

.blog-cat {
    background-color: #ffffff;
}
.blog-cat .ast-container {
    max-width: 100%;
    padding: 0px;
}
.blog-cat .ast-container #primary {
    width: 100%;
    border: none;
    margin-top: 0;
}
.blog-cat .ast-archive-banner {
    width: 100%;
    max-width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
} 

.blog-cat .ast-banner-container {
    padding-top: 120px;
}

.blog-cat .ast-title-wrap {
    display: flex;
    position: absolute;
    top: 10%;
}

.blog-cat .ast-title-wrap h1 {
    color: #fff;
    padding: 30px 30px 30px 30px;
    font-family: "MyriadPro", sans-serif;
    font-size: 60px;
    font-weight: 600;
}

.blog-cat .site-main {
    width: 1349px;
    background-color: #fff;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    margin-top: 0;
    margin-bottom: 0;
    padding: 60px 0;
}

.blog-cat .site-main .ast-row {
    max-width: 1140px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.blog-cat .ast-blog-list {
    display: inline-block;
    margin: 0px auto;
    padding: 80px 0;
    width: 100%;
}

.blog-cat .blog-cards {
    width: 31%;
    float: left;
    margin: 10px;
    height: 531px;
}

.blog-cat .blog-cards img {
    width: 100%;
    height: auto;
    transition-duration: 0.3s;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 10px 10px 10px 10px;
}

/*.blog-cat .blog-content {
    background-color: #F5F5F7;
    padding: 20px 20px 20px 20px;
    border-radius: 10px 10px 10px 10px;
}
*/
.blog-cat .blog-content {
    background-color: #F5F5F7;
    padding: 20px 20px 20px 20px;
    border-radius: 10px 10px 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-items: center;
    justify-content: space-between;
    height: 250px;
}



.blog-cat .blog-content p {
    margin: 0;
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 10px;
}

.blog-cat .blog-content a:hover {
    color: #000;
}

.blog-cat .blog-content h2 {
    line-height: 12px;
    padding-bottom: 20px;
}

.franchise-page .btn-wrap {
    text-align: center;
}

.franchise-page .btn-wrap .more-faq {
    padding: 10px;
    margin: 10px auto;
    border: 2px solid #000000;
    font-size: 18px;
    color: #000;
}

/* feature page news section CSS */
.news-sec .e-con>.e-con-inner {
    justify-content: space-between !important;
}


/* Custom Blog style */
.ast-separate-container .ast-comment-list li.depth-1, .ast-narrow-container .ast-comment-list li.depth-1 {
    padding: 0 !important;
}

/* header scroll css */
@media (min-width:768px){

    #productmenu_section{
        overflow: auto;
/*        height: 80vh;*/
    }
}

/* Event page css */
.city-long-title .elementor-image-box-title{
	word-wrap: break-word;
}

/* Media query screens */

@media only screen and (min-width : 320px) {
    .blog-cat .blog-cards {
        width: 94%;
    }

    .footer-cta {
        padding: 40px;
        background-repeat: repeat-y;
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 480px) {
    .blog-cat .blog-cards {
        width: 94%;
    }

    .footer-cta {
        padding: 40px;
        background-repeat: repeat-y;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .blog-cat .blog-cards {
        width: 47%;
    }

    .footer-cta {
        padding: 40px;
        background-repeat: repeat-y;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .blog-cat .blog-cards {
        width: 31%;
    }
    .footer-cta {
        padding: 100px 60px 60px 60px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .blog-cat .blog-cards {
        width: 31%;
    }
    .footer-cta {
        padding: 100px 60px 60px 60px;
    }
}



/*css for page-id-21005(Schedule a meeting at Cybersec India Expo 2025) started */

.page-id-21005 #by-contact-form label{
    font-weight:600 !important;
}

.page-id-21005 h1{
    width: 60%;
}

@media (max-width: 768px) {
  .page-id-21005 h1{
    font-size: 30px !important;
    width: 60%;
  }
}

@media (min-width: 1200px) {
 .page-id-21005 h1{
     width: 42%;
 }
}
/*css for page-id-21005(Schedule a meeting at Cybersec India Expo 2025) Ended */




/* contact form 7 css */
@media (min-width:768px) {
    #cf-row{
        display: flex;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        flex-direction: row;
    }
    .cf-col-6{
        width:50%;
        padding:8px;    
    }
    .cf-col-12{
        width:100%;
        padding:8px;    
    }
}
#by-contact-form label{
    font-weight:500 !important;
}


#by-contact-form p{
    margin-bottom:0px;
}
.cf-button-col{
    display:block;
    text-align:center;
    margin:0 auto;
}
#cf-row1 .wpcf7-submit{
    background: #023f88 !important;
    color: #fff !important; 
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, color 0.3s ease;
    margin-top: 10px;
}
#cf-row1 .wpcf7-submit:hover{
    transform: translateY(-0.25em) !important;
    border-color: #979695 !important;
    color: #fff !important;
}
.getintouch_col #Layer_1, .getintouch_col #location{
    background:#fff;
    padding:8px;
    width:40px;
    height:40px;
    border-radius:10px;
}
/* end 
/*chatbot disabled*/
#__next{
 display:none !important;   
}

/*Custom Css from Plugin started*/
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
html,
body{
  width:100%;
  overflow-x:hidden;
}
/* Banner logo */
/* Portrait and Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
      #product_brand_banner_logo img{
              width:50% !important;
      }
}
@media screen and (min-width: 1900px) {
      #product_brand_banner_logo img{
              width:22% !important;
      }
}
@media screen and (min-width: 2200px) {
     .elementor-686 .elementor-element.elementor-element-c5f5a18 .elementskit-section-title-wraper .elementskit-border-divider.elementskit-style-long {
    width: 700px !important;
    }
    .elementor-686 .elementor-element.elementor-element-4fb4049 .elementskit-section-title-wraper .elementskit-border-divider.elementskit-style-long{
         width: 850px !important;
    }
}

/* Customise Code in html */
/* header */

 #header_section_style:hover {
    background:#000 !important;
    transition-duration: 0s !important;
     transition-delay: 0s !important;
}
.elementor-6331 .elementor-element.elementor-element-648046b .elementskit-navbar-nav > li.current-menu-item > a{
    color:#fff !important;
}
/* Search */
.is-form-style.is-form-style-3 input.is-search-input {
    border-right: 0!important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.is-form-id-6366 .is-search-icon {
   
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
/* Menu logo on scroll transition */


.header_menu_partners_logo img{
     -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
@media screen and (min-width:1900px){
    .elementor-7108 .elementor-element.elementor-element-3fb1d56 img{
        width:50% !important;
    }
}
/* Products section  */

#product_collumn .psac-slider-and-carousel .owl-nav{
      right: -25%;
    top: 100% !important;
}
#product_collumn .psac-slider-and-carousel .owl-prev{
    position:initial !important;
        margin-right: 1rem;
}
#product_collumn .psac-slider-and-carousel .owl-next{
    position:initial !important;
}
#product_collumn .psac-slider-and-carousel .owl-nav .owl-next, #product_collumn .psac-slider-and-carousel .owl-nav .owl-prev{
    padding: 0px 10px 5px 10px !important;
    border-radius: 10px;
    font-size: 36px !important;
    border: 1px solid #000 !important;
    line-height: 1.6rem !important;
}
.psac-slider-and-carousel .owl-nav .owl-next:hover, .psac-slider-and-carousel .owl-nav .owl-prev:hover, .psac-slider-and-carousel .owl-nav .owl-next:focus, .psac-slider-and-carousel .owl-nav .owl-prev:focus{
        background: #fff !important;
    color: #000;
    border-color: #000 !important;
}
#product_collumn .psac-readmorebtn{

    border:1px solid #000;
    border-radius:8px !important;
    padding:6px 15px !important;
}
.psac-post-slider.psac-design-2 .psac-post-image-bg{
    
    border-radius: 12px;
}
.psac-post-short-content{
    margin-bottom:85px !important;
}
/* .elementor-kit-9 a{
    font-size:16px !important;
} */
.psac-post-slider.psac-design-2 .psac-post-left .psac-post-overlay {
    padding: 15px 20px 30px 20px !important;
}

@media screen and (min-width:768px){
    .psac-post-slider.psac-design-2 .psac-post-right{
        width: 65% !important;

}
    .product_collumn_reverse .psac-slider-and-carousel .owl-nav {
    left: 93% !important;
    top: 100% !important;
}
    .psac-post-slider.psac-design-2 .psac-post-image-bg{
    height: 25rem !important;
    border-radius: 12px;
}
}
/* menu border line hide  */
@media screen and (max-width:768px){
    #surface_menu_item .ekit-heading__title-has-border::before,
#services_menu_item .ekit-heading__title-has-border::before,#product_menu_item .ekit-heading__title-has-border::before,#partners_menu_section .ekit-heading__title-has-border::before,#resources_menu_section .ekit-heading__title-has-border::before,#aboutus_menu_section .ekit-heading__title-has-border::before{
        display:none !important;
    }
/* Search Bar    */
    .is-form-style input.is-search-input, .is-form-style input.is-search-submit, .is-search-icon{
        height:33px !important;
    }
}
/* menu border line hide  */
@media screen and (max-width:400px){
    #surface_menu_item .ekit-heading__title-has-border::before,
#services_menu_item .ekit-heading__title-has-border::before,#product_menu_item .ekit-heading__title-has-border::before,#partners_menu_section .ekit-heading__title-has-border::before,#resources_menu_section .ekit-heading__title-has-border::before,#aboutus_menu_section .ekit-heading__title-has-border::before{
        display:none !important;
    }
}
@media only screen and (min-width: 40.0625em){
.psac-col-2 {
    width: 35% !important;
}
    }
.product_collumn_reverse .psac-post-slider.psac-design-2 .psac-post-slides{
    flex-direction: row-reverse;
}

.psac-post-title a {
    font-size:32px !important;
        font-weight: 300;
    font-family: "MyriadPro", Sans-serif;
}
.psac-post-title sup{
font-size:12px; 
    top:-20px; 
/*  font-size: 9px;
    top: -11px;
    left: -5px; */
}
sup{
/*  font-size:12px;
    top:-13px; */
    font-size: 9px;
    top: -11px;
    left: -5px;
}
.psac-alignmiddle{
    align-self: baseline;
}
.psac-post-slider.psac-design-2 .psac-post-left{
    background-image:none !important;
    padding-right: 0px;
}

.psac-post-short-content{
    font-family: "MyriadPro", Sans-serif !important;
    font-size:16px !important;
    font-weight:300 !important;
}
/* end product section */
#services_button .btn-wraper{
    margin: 0 auto;
    display: block;
    text-align: center;
}
.psac-post-slider.psac-design-2 .psac-post-left .psac-post-overlay {
padding: 44px 20px 30px 40px;
}

.psac-post-short-content {
    margin-bottom: 15px;
    font-size: 15px;
   
    line-height: 22px;
    color: #000;
}
#menu_tm .elementskit-section-title span{
    margin-top:-2px;
    position:absolute;
}
.elementskit-dropdown-menu-full_width:hover,.elementskit-dropdown-menu-full_width:focus{
 transition:height 1s ease-in-out !important;
}
/* Menu Hover effect */
.ekit_page_list_title_title::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
   background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(0,0,0,1) 100%);
    transition: width .3s;
}
.ekit_page_list_title_title:hover::after {
    width: 100%;
    //transition: width .3s;
}
/*End  */
/* icon box font .elementor-kit-9 h3  */
@media screen and (min-width:768px){
    .ekit-wid-con .elementskit-info-box-title h3{
    font-family: "MyriadPro", sans-serif !important;
    font-size: 32px !important;
    font-weight: 400 !important;
        }
/* Client logo   */
    #client_logo img{
        width:80px !important;  
    }
/* menu border line  */
    #surface .ekit-heading__title-has-border::before{
    top: -2em;
    }
    #services_menu_heading .ekit-heading__title-has-border::before{
         top: -5em;
    }
        #services_menu_heading .ekit-wid-con .ekit-heading__title-has-border.end::before {
    right: 45px;
}
    #product_menu_heading .ekit-heading__title-has-border::before{
        top: -7em;
    }
        #product_menu_heading .ekit-wid-con .ekit-heading__title-has-border.end::before {
    right: 45px;
}
 .wpr-page-list li{
        text-align:center !important;
            display:block !important;
    }
    #partners_menu_section .ekit-heading__title-has-border::before{
        top: -1.2em;
    }
            #partners_menu_section .ekit-wid-con .ekit-heading__title-has-border.end::before {
    right: 45px;
}
    #resources_menu_section .ekit-heading__title-has-border::before{
        top: -3em;
    }
        #resources_menu_section .ekit-wid-con .ekit-heading__title-has-border.end::before {
    right: 45px;
}
    #aboutus_menu_section .ekit-wid-con .ekit-heading__title-has-border.end::before {
    right: 45px;
}
        #aboutus_menu_section .ekit-heading__title-has-border::before{
        top: -4em;
    }
    .Franchise_section_menu .ekit-heading__title-has-border::before{
        top: -2.5em !important;
    }
}
/* Footer */
.cta_footer{
    margin-bottom:-130px !important;
z-index:99;     
}
.cta_footer_franchise{
    z-index:9 !important;   
}
/* Feature section */
@media screen and (min-width:768px){
.upk-position-top-right{
        top: -100px;
    right: 15px;
}
    .upk-title h3{
        font-size:28px !important;  
    }
}
/*Services section  */
#services_section .e-con .elementor-widget.elementor-widget{
margin-block-end: 20px !important;
}
/* home cta video bg */
#cta-video-bg .elementor-background-video-container{
    border-radius:12px !important;
}
/* big screen product section */
@media screen and (min-width:1900px){
    .elementor-section.elementor-section-boxed > .elementor-container, .e-con-inner{
/*      max-width:1620px !important; */
        max-width:2200px !important;
        padding-left:3rem !important;
            padding-right:3rem !important;
    }
/* .psac-post-slider.psac-design-2 .psac-post-right {
    width: 66% !important;
}
    .psac-col-2 {
    width: 34% !important;
} */
/*  Footer */
#footer_title{
        padding-left:3rem !important;
            padding-right:3rem !important;
    }
/*  home_video_section */
    #home_video_section{
        padding-left:3.5rem !important;
        padding-right:3.5rem !important;
    }
    .services_section.elementor-section.elementor-section-boxed > .elementor-container, .e-con-inner {
        padding-left:6px !important;
            padding-right:6px !important;
    }
    .psac-post-slider.psac-design-2 .psac-post-image-bg{
    height: 38rem !important;
        border-radius: 12px;
}
}
/* End Customise Code  */

/* menu */
#menu-item-676,#menu-item-679{
display:none !important;    
}
/* platform section  */
@media screen and (max-width:768px){
.platform-box .elementskit-info-box-title{
    font-weight:700 !important;
}

/* Product Section */
    #product_collumn .psac-slider-and-carousel .owl-nav{
            margin-left: 20px;
            margin-top: -20px;
        position: relative;
    }
    .product_collumn_reverse .psac-slider-and-carousel .owl-nav {
        left: 65% !important;
    }
    .psac-post-slider.psac-design-2 .psac-post-right{
        width: 100% !important;
    padding: 15px;
    }
    #product_collumn .psac-post-slides{
    display: flex;
    flex-direction: column-reverse;
    }
    #product_collumn .psac-post-short-content{
        margin-bottom: 30px !important;
    }
    .cta_getintouch{
            background-size:100% 100% !important;
    }
/* Menu  */
    .surface_menu_icon .elementor-icon-list-icon{
        display:none !important;
    }
            .surface_menu_icon .elementor-icon-list-item a{
            padding: 0px 5px !important;
        
            }
        .surface_menu_icon  .elementor-icon-list-text{
            margin: 6px 0px 6px 0px !important;}
    .hamberger_col{
        order:3 !important; 
    }
    #header_section_style .elementor-element.elementor-element-648046b .elementskit-menu-hamburger {
    padding: 5px 8px 5px 8px;
    border-radius: 10px;
        }
    #header_section_style .elementor-icon-list-item:focus,
    #header_section_style .elementor-icon-list-item:hover,
    #header_section_style .elementor-icon-list-item:active{
        background:#181818;
    } 
    
/*  footer */
    .footer_col h4{
        font-weight:700 !important; 
    }
    
}
@media screen and (max-width:600px){
    .elementor-4394 .elementor-element.elementor-element-15d10b6 .owl-nav .owl-prev {
    left: 15rem !important;
}
}

@media screen and (min-width:768px){
    .elementor-456 .elementor-element.elementor-element-209c37e9{
        margin-top:-50px; 
    }
/*   .elementor-4394 .elementor-element.elementor-element-15d10b6 .owl-nav .owl-prev {
    left: 102rem !important;
} */
}
    .elementor-icon-list-text{
            padding:0 5px 5px 5px;  
    }
/* features */
 .elementor-10 .elementor-element.elementor-element-46bf85b .upk-navigation-prev, .elementor-10 .elementor-element.elementor-element-46bf85b .upk-navigation-next {
        border-radius: 10px 10px 10px 10px;
    padding: 6px 6px 2px 6px;
    font-size: 16px;
}
/* Contact page */

.wpcf7-submit{
    background:#f7f7f7 !important;
    color:#000 !important;
        border:1px solid #00000047 !important;
}

@media screen and (max-width:768px){
/* endpoint  */
/*  .elementor-4394 .elementor-element.elementor-element-15d10b6 .owl-nav .owl-prev {
    left: 50rem !important;
} */
    
.upk-slidenav-container {
    display: flex;
    margin-top: -5.5rem;
}
    .upk-alter-carousel .upk-text-wrap .upk-text p {
    margin: 0;
    font-family: "MyriadPro", sans-serif !important;
    font-size: 16px !important;
        font-weight:300 !important;
}
    }
.upk-alter-carousel .upk-text-wrap .upk-text p{
    font-family: "MyriadPro", sans-serif !important;
    font-size: 16px !important;
    font-weight:300 !important;
}
/* Endpoint feature arrow */
 .elementor-4394 .elementor-element.elementor-element-15d10b6 .owl-nav .owl-next {
    right: 12px !important;
}

.elementor-4394 .elementor-element.elementor-element-15d10b6 .owl-carousel .owl-nav .owl-next, .elementor-4394 .elementor-element.elementor-element-15d10b6 .owl-carousel .owl-nav .owl-prev{
    top: -3rem !important;
    border-radius: 8px !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 20px !important;
    border:1px solid #000;
}
@media screen and (min-width:2200px){
    #home_services_col .elementor-element.elementor-element-e98c34a .elementskit-infobox{
    padding-top:170px !important;
    padding-bottom:170px !important;
    }
}
@media screen and (max-width: 768px){
#product_section_h .psac-post-slider.psac-design-2 .psac-post-right {
   
    padding: 0px !important;
}
    #product_section_h .psac-post-slider.psac-design-2 .psac-post-left .psac-post-overlay {
    padding: 25px 0px 0px 0px !important;
}
    #product_section_h .psac-post-grid, .psac-post-slider {
    margin-bottom: 0px !important;
}
    .pr_img_mobile a{
        display:block !important;
    }
}
/* Product Page CSS */
.product_page_white_section .psac-post-overlay{
    background:#fff !important;
} 

/* Media query for 1366x768  */
@media only screen and (min-width: 1366px) and (max-width: 1366px) and (min-height: 768px) and (max-height: 768px) {
  /* Your styles for 1366x768 resolution */
/*  .elementor-7108 .elementor-element.elementor-element-113f80e{
        width: 14% !important;
    } */
    .elementor-7108 .elementor-element.elementor-element-3a06afd {
/*     width: 14% !important; */
/*      width:fit-content !important; */
}
    .elementor-7108 .elementor-element.elementor-element-113f80e {
/*     width: 22%; */
/*      width:fit-content !important; */
/*      width: 20%; */
}
}
/* @media (min-width: 768px){
.elementor-7108 .elementor-element.elementor-element-113f80e {
    width: 18% !important;
}
} */
/* (1366x768) WXGA Display */
@media  screen and (max-width: 1366px) {
  
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  /* insert styles here */
    .elementor-7108 .elementor-element.elementor-element-113f80e {

        width:12% !important;
}
}
/* scroll top */
.ast-scroll-to-top-right {
    right: 30px;
    bottom: 85px !important;
 
}
/* google captcha badge */
 /* Move reCAPTCHA v3 badge to the left */
 
 .grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 0px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}
 #search_input .is-form-style-3.is-form-id-6366, #search_input .is-search-input,#search_input .is-form-id-6366, #search_input .is-search-input,#search_input .is-form-id-6366, #search_input .is-search-icon, #search_input .is-form-id-6366, #search_input .is-search-submit{
background-color: #00000000 !important;
}
/* header search bar */
 div.asl_w .probox .promagnifier,  div.asl_w .probox div.prosettings{
background-color: #be4c4600 !important;
background-image:none !important;   
}
 div.asl_w{
        background: #d1eaff00 !important;
}
.promagnifier{
pointer-events: none !important;
    }
#ajaxsearchlite1 .probox, div.asl_w .probox{
    background-color: #e1635c00 !important; 
    border-radius: 8px !important;
    border:1px solid #fff !important;
    background-image:none !important;
}
/* news pages */
/* .news_sidebarsection img{
width:100%;
    height: 250px;
} */
#featured_block .elementor-widget-image a{
    width:100% !important;  
}
@media screen and (min-width:2500px){
    #featured_blockcol2 .e-con-inner{
    padding-top: 2rem;
    padding-bottom: 2rem;
    }
    
}
@media only screen and (max-width:768px){
    .elementor-7315 .elementor-element.elementor-element-67b1217,.elementor-7315 .elementor-element.elementor-element-e199a2b,.elementor-7315 .elementor-element.elementor-element-1706a07{
        width:100% !important;
    }
}
/* @media screen and (max-width:1600px) */
@media screen and (min-width: 769px) and (max-width: 1600px){
    
    #allfeatured_button{
        margin-top:1rem;    
    }
    .elementor-7315 .elementor-element.elementor-element-89aee29 .elementor-button{
        margin-top:3.4rem !important;
    }
.news_sidebarsection .elementor-widget-image a{
/*      width:100% !important; */
    width:100%;
height: 100%;
}
    .news_sidebarsection p{
        margin-bottom: 2em !important;
    }
    .elementor-7315 .elementor-element.elementor-element-67b1217,.elementor-7315 .elementor-element.elementor-element-e199a2b,.elementor-7315 .elementor-element.elementor-element-1706a07{
/*      width:43.1% !important; */
    }
    .features_img_side_col {
        width: 43.1% !important;
    }
    .content_features_img_side_col{
        width: 58.595% !important; 
    }
    .elementor-7315 .elementor-element.elementor-element-fdc35f4{
        margin-bottom:0px !important;
    }
    
    .elementor-7315 .elementor-element.elementor-element-64ff475 .elementor-heading-title,.elementor-7315 .elementor-element.elementor-element-dc6d3a6 .elementor-heading-title,.elementor-7315 .elementor-element.elementor-element-dc6d3a6 .elementor-heading-title,.elementor-7315 .elementor-element.elementor-element-3758d1f .elementor-heading-title{
        font-size:16px !important;
    }
    .elementor-7315 .elementor-element.elementor-element-2d3dad2 .elementor-heading-title{
        font-size:29px !important;
    }
    .elementor-7315 .elementor-element.elementor-element-4f61cff .elementor-button{
        padding-bottom:2em !important;
    }
    .elementor-7315 .elementor-element.elementor-element-2d3dad2 .elementor-heading-title{
        padding-top:0.7rem !important
    }
    .elementor-7315 .elementor-element.elementor-element-39306db .elementor-heading-title{
        font-size:18px !important;  
    }
}
@media screen and (min-width:1900px){
    #allfeatured_button{
        margin-top:1rem;    
    }
    .2linebutton_newsbtn{
        margin-top:1rem !important;
    }
    .news_sidebarsection .elementor-widget-image a{
width:94%;

}
    .elementor-7315 .elementor-element.elementor-element-89aee29 .elementor-button{
        margin-top:2rem !important;
    }
    .news_sidebarsection h5{
        font-size:25px;
    }
    .news_sidebarsection .elementor-7315 .elementor-element.elementor-element-1726d66 .elementor-button{
        margin-top:2rem;
    }
}

/* CSS for screens with a width of 1440px and a height of 900px  franchise page*/
@media screen and (width: 1440px) and (height: 900px) {
  /* Your CSS styles specific to this screen size */
.wpr-flip-box-description{
        margin-top:45px !important
    }
}
/* News PR CSS */
.pr_sup sup{
    font-size: 18px;
    top: -28px;
    left: 0px;
}
.pr_ulli{
    margin-left:20px !important;    
}
.prlink{
    font-size:15px !important;  
}
.prlink:hover{
    color: #7a4bdd !important;
}

/*Custom Css from Plugin Ended*/










/* Deepfake Css Starts */

/* Parent wrapper to ensure styles don't affect other elements */
.deepfake-wrapper {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
/*    background: #0a0a0a;*/
    color: #ffffff;
    font-family: 'Arial', sans-serif;
    border-radius: 10px;
    text-align: center;
}

/* Headings */
.deepfake-title {
    font-size: 28px;
    font-weight: bold;
    color: #42a5f5;
}

.deepfake-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
}

/* Form Container */
.deepfake-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Grid system */
.deepfake-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.deepfake-col-6 {
    width: calc(50% - 7.5px);
}

.deepfake-col-12 {
    width: 100%;
}

/* Labels */
.deepfake-form label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    text-align: left;
    color: #ffffff;
}

/* Input Fields */
.deepfake-input {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #333;
    background: #1a1a1a;
    color: #fff;
    font-size: 14px;
}

/* Email Input with Verify Button */
.deepfake-email-container {
/*    display: flex;*/
    align-items: center;
    gap: 10px;
}

.deepfake-verify-btn {
    background: #42a5f5;
    color: white;
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
}

/* File Upload */
.deepfake-file-upload {
    width: 100%;
    padding: 15px;
    border: 2px dashed #42a5f5;
    text-align: center;
    cursor: pointer;
    background: #121212;
    color: #aaa;
    font-size: 14px;
    border-radius: 5px;
}

.deepfake-file-upload strong {
    color: #42a5f5;
    cursor: pointer;
}

.deepfake-file-input {
/*    display: none;*/
}

/* Submit Button */
.deepfake-submit-btn {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    background: #666;
    border: none;
    color: white;
    border-radius: 5px;
    cursor: not-allowed;
}

.deepfake-unlock-text {
    font-size: 12px;
    color: #bbb;
    text-align: center;
}

.deepfakeEmailVerifyButton, .deepfakeOtpVerifyButton{
    color: black;
    border-radius: 5px;
}

.emailFormId{
    margin-bottom: 10px;
}

.deepfakeOtpVerifyButton{
    display: none;
}


.deepfake-wrapper input#nameFormId::placeholder {
    color: #353535 !important;
}

.deepfake-col-6 p{
    margin-bottom: 0px !important;
}

.deepfakeEmailVerifyButton:hover, 
.deepfake-submit-btn:hover, 
.deepfakeOtpVerifyButton:hover, 
.deepfakeEmailVerifyButton:focus, 
.deepfake-submit-btn:focus,
.deepfakeOtpVerifyButton:focus
{
    background-color: #273F8E;
    color: #fff;
    border-radius: 5px;
/*    border: 1px solid #273F8E;*/
}

.deepfake-submit-btn:disabled {
    background-color: grey !important;
/*    color: white !important;*/
    cursor: not-allowed;
}

/* Deepfake Css Ends */
