 @import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700&family=Sora:wght@300;400;500;600;700;800&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
    header{
        display: none;
    }
    section.hero:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgb(0 0 0 / 85%) 0%, rgba(0, 0, 0, 0) 100%);
}
body .container {
    max-width: 1200px;
    margin: 0 auto;
}
section.hero .hero-content {
    max-width: 600px;
    position: relative;
    z-index: 1;
}

section.hero .hero-content h1 {
    color: #fff;
    font-weight: 900;
    font-size: 60px;
    font-family: 'Sora';
    line-height: 1.1;
}

section.hero .hero-content h1 span.red {
    color: #CC0000;
    filter: drop-shadow(2px 4px 6px black);
}
.hero-badge {
    background-color: rgb(204,0,0,0.25);
    color: #fff;
    border: 1px solid rgb(204,0,0,0.75);
    border-radius: 50px;
    display: inline-block;
    font-size: 12px;
    font-family: 'DM Sans';
    font-weight: 600;
    padding: 8px 10px;
    line-height: 1;
    margin-bottom: 25px;
}

span.sparkle-crc {
    width: 8px;
    height: 8px;
    background-color: #CC0000;
    display: inline-block;
    border-radius: 100%;
    margin-right: 8px;
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
section.hero .hero-content p {
    color: #d3d3d5;
    font-size: 18px;
    max-width: 530px;
    font-family: 'DM Sans';
}
section.hero .hero-buttons a.btn.btn-red {
    background-color: #CC0000;
    color: #fff;
    font-family: 'DM Sans';
    font-size: 14px;
    text-decoration: none;
    padding: 13px 30px;
    display: inline-block;
    font-weight: 700;
    border: 1px solid #CC0000;
    transition: all 0.5s;
    border-radius: 12px;
}

section.hero a.btn.btn-red svg {
    width: 17px;
    height: 17px;
    margin-left: 5px;
}

section.hero .hero-buttons a.btn.btn-dark-custom {
    background: color-mix(in oklab, #fff 10%, transparent);
    color: #fff;
    font-family: 'DM Sans';
    font-size: 14px;
    text-decoration: none;
    margin-left: 10px;
    padding: 13px 30px;
    display: inline-block;
    font-weight: 700;
    border: 1px solid color-mix(in oklab, #fff 30%, transparent);
    backdrop-filter: blur(8px);
    transition: all 0.5s;
    border-radius: 12px;
}
section.hero .hero-buttons a.btn.btn-dark-custom:hover {
    backdrop-filter: none;
    background-color: #fff;
    color: #CC0000;
}
section.hero .hero-buttons a.btn.btn-red:hover {
    background-color: #fff;
    color: #CC0000;
}
section.hero .hero-buttons a.btn.btn-dark-custom svg {
    width: 15px;
    height: 15px;
    position: relative;
    top: -1.5px;
    margin-right: 5px;
}
.trustedsec svg {
    stroke: #CC0000;
    fill: #CC0000;
    width: 14px;
    height: 14px;
}
.trustedsecflex {
    line-height: 1;
}
span.text-smtpl {
    color: #d3d3d5;
    font-size: 14px;
    max-width: 450px;
    font-family: 'DM Sans';
}

.trustedsec {
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.section-bagdelbl {
    background-color: rgb(204, 0, 0, 0.1);
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    font-size: 13px;
    font-family: 'DM Sans';
    font-weight: 500;
    padding: 8px 15px;
    line-height: 1;
    margin-bottom: 25px;
    color: #CC0000;
}
h2{
    font-size: 50px;
    line-height: 1.1;
    font-weight: 700;
    color:#212121;
    font-family: 'Sora';
}
.txtsubhead{
    font-size: 17px;
    font-family: 'DM Sans';
}
 p.smlltxt {
    font-size: 15px;
    font-family: 'DM Sans';
}
body .service-iconcontent h4 {
    color: #212121;
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 600;
}
.bg-graylight{
    background-color: #f8f8f8;
}
.service-icon {
    background-color: rgb(204, 0, 0, 0.1);
    border-radius: 10px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin-bottom: 20px;
}

.service-icon svg {
    width: 25px;
    height: 25px;
}
.service-icon {
    background-color: rgb(204, 0, 0, 0.1);
    border-radius: 10px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin-bottom: 20px;
}

.service-icon svg {
    width: 25px;
    height: 25px;
}
.pricing-card {
    border-color: oklch(0.18 0.01 30 / 0.08) !important;
}
.service-iconimg:before {
    background: linear-gradient(to top,  rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 120px;
    left: 0;
    transition: all 0.5s;
}
body .service-iconcontent h4 a {
    color: #212121;
}
body .service-iconcontent h4 a:hover, body .service-card:hover h4 a {
    color: #cc0000;
    text-decoration: none;
}
.service-card:hover .service-iconimg:before {
    height: 100%;
}
.service-iconimg {
    position: relative;
}
.service-card img {
    height: 220px;
    object-fit: cover;
    object-position: center;
}
body .stats-box h4 {
    font-weight: 600;
    font-size: 35px;
    color: #CC0000;
    font-family: 'Sora';
    margin-top: 10px;
}
.stats-box svg {
    width: 25px;
    height: 25px;
}
.txtred{
    color: #CC0000;
}
.feature-list li {
    list-style: none;
    display: flex;
    font-size: 16px;
    font-family: 'DM Sans';
    color: #000;
    line-height: 1.1;
    margin-bottom: 20px;
}

.feature-list li svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

ul.feature-list {
    padding: 0;
    margin: 40px 0 0 0;
}

.feature-list li:last-child {
    margin-bottom: 0;
}
.about-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.nbrsec {
    background-color: rgb(204, 0, 0);
    border-radius: 10px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    color: #fff;
    font-family: 'Sora';
    font-weight: 700;
    font-size: 13px;
    line-height: 35px;
    margin-right: 15px;
}

.contensec h6 {
    color: #212121;
    font-size: 15px;
    font-family: 'Inter';
    font-weight: 600;
    margin-bottom: 2px;
    line-height: 1.1;
}

.contensec p {
    font-size: 13px;
    font-family: 'DM Sans';
}

.contensec {
    text-align: left;
}
.stepsaboutaser.row {
    margin: 0 -0.5rem;
}

.stepsaboutaser .colmainblck {
    padding: 0 0.5rem;
}
.bgsec-fdfdfd{
    background-color: #fdfdfd;
}
body .pricing-card h4 {
    color: #212121;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Sora';
}
body .pricing-card h4 {
    color: #212121;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Sora';
}

body .pricing-card .txtsubhead {
    font-size: 15px;
}

.pricing-card .price {
    font-family: 'Sora';
    color: #000;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 700;
}
.pricing-card .feature-list li {
    margin-bottom: 7px;
    font-size: 14px;
}
.pricing-card .feature-list li svg {
    width: 15px;
    height: 15px;
}
.pricing-card ul.feature-list {
    margin-top: 25px;
    min-height: 145px;
}
.pricingsecmain .container {
    max-width: 1000px;
}
span.badgecstm {
    background-color: rgb(204, 0, 0);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    font-family: 'DM Sans';
    display: inline-block;
    line-height: 1;
    padding: 5px 15px;
    border-radius: 15px;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%,0);
}

.pricing-card.active {
    background-color: #212121;
}

body .pricing-card.active h4 {
    color: #fff;
}

body .pricing-card.active p {
    color: #fff !important;
}

body .pricing-card.active .price {
    color: #fff !important;
}

body .pricing-card.active .feature-list li {
    color: #fff;
}
.pricing-card .btn {
    background-color: #CC0000;
    color: #fff;
    font-family: 'DM Sans';
    font-size: 15px;
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
    font-weight: 700;
    border: 1px solid #CC0000;
    transition: all 0.5s;
    border-radius: 10px;
}

.pricing-card .btn.btn-light {
    background-color: #ebebeb;
    color: #212121;
    border-color: #ebebeb;
}

.pricing-card .btn.btn-light:hover {
    background-color: #CC0000;
    color: #fff;
    border-color: #CC0000;
}

.pricing-card .btn:hover {
    background-color: #fff;
    border-color: #fff;
    color: #CC0000;
}
.pricing-card .price span.txtsubhead {
    font-weight: 400;
}

.pricing-card.active .price span.txtsubhead {
    color: #fff !important;
}
.mainwrapper a {
    color: #cc0000;
}
a{
    outline: 0;
}
.contact-box .nbrsec {
    background-color: rgb(204, 0, 0, 0.1);
    width: 45px;
    height: 45px;
}
.contact-box .nbrsec svg {
    width: 22px;
    height: 22px;
}
.contact-box .nbrsec .contensec {
    padding-left: 70px;
}
.contact-box .contensec {
    width: 80%;
}
.contact-box p {
    margin-bottom: 0;
}
.contact-box h6 {
    margin-bottom: 7px;
}
.gfcontact-form .gform_wrapper .gform-body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    background-color: #f9f9f9;
    border-color: #e5e5e5;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 14px;
    font-family: 'DM Sans';
    font-weight: 600;
    color: #928fa2;
    height: 45px;
}

.gfcontact-form .gform_wrapper .gform-body input::placeholder {
    color: #928fa2;
}

.gfcontact-form .gform_wrapper .gform-body textarea.large {
    background-color: #f9f9f9;
    border-color: #e5e5e5;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 14px;
    font-family: 'DM Sans';
    font-weight: 600;
    color: #928fa2;
    height: 100px;
    display: block;
}

.gfcontact-form .gform_wrapper .gform-body textarea::placeholder {
    color: #928fa2;
}

.gfcontact-form .gform_wrapper.gravity-theme .gform_footer {
    padding-top: 16px;
    margin-top: 0;
    padding-bottom: 0;
}
.gfcontact-form .gform_wrapper .gform_footer.top_label input[type="submit"] {
    background: linear-gradient(to right, rgba(185, 25, 25, 1) 0%, rgba(204, 0, 0, 1) 50%, rgba(204, 0, 0, 1) 51%, rgba(204, 0, 0, 1) 100%);
    color: #fff;
    font-size: 15px;
    font-family: 'Inter';
    font-weight: 600;
    text-shadow: none;
    width: 100%;
    padding: 15px 10px;
    border: 1px solid #cc0000;
}
.gfcontact-form .gform_wrapper.gravity-theme .gform_validation_errors {
    display: none;
}

.gfcontact-form .gform_wrapper.gravity-theme .validation_message {
    background-color: transparent;
    border: 0;
    padding: 0;
    font-size: 13px;
    margin: 0;
}

.gfcontact-form .gform_wrapper .gform_footer.top_label input[type="submit"]:hover {
    background: linear-gradient(to left, rgba(185, 25, 25, 1) 0%, rgba(204, 0, 0, 1) 50%, rgba(204, 0, 0, 1) 51%, rgba(204, 0, 0, 1) 100%);
    color: #fff;
}
.wrpfooter {
    background-color: #212121;
}
footer#footer {
    display: none;
}
.wrpfooter p.txtsubhead {
    font-size: 14px;
    color: #b5b5b5;
    max-width: 400px;
}
.wrpfooter img.logofooter {
    max-width: 250px;
    width: 100%;
}
#contactus .container {
    max-width: 1100px;
}

.footmenuwp h6 {
    font-family: 'Inter';
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
}

.footmenuwp ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.footmenuwp ul.menu li a {
    color: #b5b5b5;
    font-size: 14px;
    font-family: 'DM Sans';
    line-height: 1.1;
}

.footmenuwp ul.menu li {
    line-height: 1;
    margin: 0 0 10px 0;
}
.footmenuwp ul.menu li:last-child {
    margin-bottom: 0;
}
.footmenuwp ul.menu li a:hover {
    text-decoration: none;
    color: #c20000;
}
.pricing-card:hover {
    box-shadow: 0 0 #0000, 0 0 #0000,0 0 #0000,0 0 #0000,0 25px 50px -12px var(--tw-shadow-color,#00000040) !important;
}

.pricing-card {
    transition: all 0.5s;
}
.btmcopy {
    border-color: #4a4a4a !important;
}
.btmcopy a {
    color: #c00;
    text-decoration: none;
    font-size: 14px;
}

.btmcopy a:hover {
    text-decoration: underline;
}
.headerwrap li.menu-item.menu-wicon-item {
    display: none;
}
.headerwrap li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children:hover ul.sub-menu {
    display: block;
}
.headerwrap li.menu-item ul.sub-menu {
    display: none;
    position: absolute;
    list-style: none;
    background: color-mix(in oklab, #fff 10%, transparent);
    backdrop-filter: blur(8px);
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
}
.headerwrap ul.nav-links li.menu-item ul.sub-menu a {
    padding: 8px 15px;
    display: block;
    font-size: 15px;
    line-height: 1.1;
}

.headerwrap ul.nav-links li.menu-item ul.sub-menu li:last-child a {
    border-bottom: 0;
}

.headerwrap ul.nav-links li.menu-item ul.sub-menu a:hover {
    background-color: #fff;
    color: #cc0000;
}
.headerwrap ul.nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 25px;
}

.headerwrap ul.nav-links li.menu-item a {
    font-family: 'DM Sans';
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    transition: all 0.15s;
    position: relative;
    outline: 0;
}

.headerwrap {
    position: absolute;
    z-index: 11;
    width: 100%;
    background: linear-gradient(to bottom,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
    padding-top: 60px;
    padding-bottom: 20px;
}
img.headfooter {
    max-width: 200px;
}
.headbtnsec a {
    background-color: #CC0000;
    color: #fff;
    font-family: 'DM Sans';
    font-size: 14px;
    text-decoration: none;
    padding: 6px 20px 8px 20px;
    display: inline-block;
    font-weight: 700;
    border: 1px solid #CC0000;
    transition: all 0.5s;
    border-radius: 12px;
}
.headbtnsec a:hover{
    background-color: #fff;
    color: #CC0000;
}
.headerwrap ul.nav-links>li.menu-item:not(.menu-item-has-children)>a:after{
    content: '';
    width: 0;
    position: absolute;
    height: 3px;
    background-color: #CC0000;
    bottom: -5px;
    left: 0;
    transition: all 0.5s;
}

.headerwrap ul.nav-links li.menu-item a:hover:after {
    width: 100%;
}
#wpsite-header.is-sticky img.headfooter {
    max-width: 140px;
}

#wpsite-header.is-sticky ul.nav-links>li.menu-item>a{
    color: #c00;
    padding: 20px 0;
}

#wpsite-header.is-sticky li.menu-item ul.sub-menu {
    top: 60px;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    z-index: 1;
}

#wpsite-header.is-sticky li.menu-item ul.sub-menu li a:hover {
    background-color: #c00;
    color: #fff;
}

#wpsite-header.is-sticky li.menu-item ul.sub-menu li a {
    color: #c00;
}

#wpsite-header.is-sticky ul.nav-links>li.menu-item>a:after {
    bottom: 0;
}



#wpsite-header.is-sticky {
    position: fixed;
    top: 0; left: 0; right: 0;
    animation: slideDown 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    z-index: 100;
    padding-top: 10px;
    background: color-mix(in oklab, lab(100 0 0) 85%, transparent);
    padding-bottom: 10px;
    backdrop-filter: blur(8px);
}
.service-taxnmes {
    color: #cc0000;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Inter';
    line-height: 1.5;
    margin-bottom: 15px;
}
.protsecwrap .service-card img {
    height: 300px;
}
section.hero.inner-page {
    max-height: 300px;
    margin-bottom: 50px;
}

section.hero.inner-page:before {
    background: linear-gradient(to right, rgb(0 0 0 / 70%) 0%, rgba(0, 0, 0, 0) 500%);
}

section.hero.inner-page .container {
    padding: 180px 40px 40px 40px;
    z-index: 1;
}

section.hero.inner-page .container h1 {
    text-align: center;
    margin: 0;
    color: #fff;
    font-family: 'Inter';
}
.ind-filter-buttons button {
    background-color: #ebebeb;
    color: #212121;
    border-color: #ebebeb;
    font-size: 12px;
    border: 0;
    display: inline-block;
    padding: 6px 12px;
    line-height: 1;
    font-family: 'DM Sans';
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
    transition: all 0.2s;
}

.ind-filter-buttons button:hover {
    background-color: #cc0000;
    color: #fff;
}

.ind-filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.colsearchbartp input.form-control {
    border: 0;
    padding: 5px 10px 5px 35px;
    font-size: 13px;
    font-family: 'Inter';
}
.colsearchbartpbar {
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    border: 1px solid #b3b3b3;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.colsearchbartpbar svg {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: 5px;
}
.colsearchbartp {
    margin-bottom: 30px;
}
@keyframes slideDown {
  from { transform: translateY(-100%); opacity: 0; }
  to   { transform: translateY(0);     opacity: 1; }
}

#site-header.is-sticky .logo,
#site-header.is-sticky nav a {
  animation: fadeUp 0.4s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0);   }
}
a.lnkbtn {
    font-size: 13px;
    font-family: 'Sora';
    font-weight: 600;
    transition: all 0.5s;
}

a.lnkbtn svg {
    width: 15px;
    height: 15px;
    margin-left: 3px;
    transition: all 0.2s;
}

a.lnkbtn:hover {
    text-decoration: none;
}

a.lnkbtn:hover svg {
    margin-left: 5px;
}
nav.ind-pagination {
    margin: 30px 0;
}
nav.ind-pagination ul.pagination {
    justify-content: center;
    margin: 0;
}
nav.ind-pagination ul.pagination button.page-link {
    font-size: 14px;
    line-height: 1;
    box-shadow: none;
    color: #000;
}
nav.ind-pagination ul.pagination li.page-item.active button.page-link {
    background-color: #cc0000;
    border-color: #cc0000;
    box-shadow: none;
    font-family: 'Inter';
    font-weight: 600;
    color: #fff;
}
nav.ind-pagination ul.pagination li.disabled button.page-link {
    color: #858585;
}
@media screen and (max-width: 575px) {
    body .nbrsec{
        margin-right: 10px;
    }
    body .contensec p {
        font-size: 10px;
    }
    html body section.hero .hero-content h1 {
        font-size: 20px;
    }
    html body section.hero .hero-buttons a.btn.btn-red, html body section.hero .hero-buttons a.btn.btn-dark-custom {
        padding: 8px 12px;
        font-size: 13px;
    }
}
@media screen and (max-width: 767px) {
    html body .stats-box h4 {
        font-size: 25px;
    }
    html body .stats-box p.smlltxt {
        font-size: 14px;
    }
    
}
@media screen and (max-width: 640px) {
    .gfcontact-form form .gfield.gfield--type-name.gfield--input-type-name span.name_first {
        margin-bottom: 16px;
    }

    .gfcontact-form form .gfield.gfield--type-name.gfield--input-type-name span.name_last {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 991px) {
    body header.sticky nav .container .mainwrap-cls a img{
        width: 100%;
        max-width: 165px;
    }
    header{
        display: block;
        position: absolute;
        background-color: transparent;
    }
    .mainwrap-cls .navbar-brand{
        background-color: transparent;
        box-shadow: none;
    }
    .container.navbar-mainwrap-cls{
        padding: 10px 15px;
    }
    h2 {
        font-size: 30px;
    }
    section.hero .hero-content{
        text-align: center;
    }
    body section.hero .hero-content h1{
        font-size: 29px;
        text-align: center;
    }
    .hero-buttons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    body .trustedsec {
        margin-top: 20px;
        justify-content: center;
    }
    body section.hero:before {
        background: rgba(0, 0, 0, 0.6);
    }
    body section.hero{
        height: auto;
        padding: 0;
    }
    .headerwrap{
        display: none;
    }
    section.hero .hero-content {
        width: 100%;
        margin: 0 auto;
        padding: 100px 15px 40px 15px;
    }
    section.hero .hero-content p {
        width: 100%;
        margin: 0 auto;
    }
    section.hero .hero-buttons a.btn.btn-red, section.hero .hero-buttons a.btn.btn-dark-custom{
        padding: 10px 15px;
    }
    body .feature-list li {
        margin-bottom: 10px;
    }
    body div#wrapper {
        margin-top: 0;
        overflow: hidden;
    }
}

@media screen and (min-width: 992px) {
    .service-card {
        height: 100%;
    }
    body section.hero .hero-content h1{
        font-size: 50px;
    }
    body section.hero .container {
        padding-top: 30vh;
    }
}
@media screen and (min-width: 1300px) {
    html body section.hero .hero-content h1 {
        font-size: 70px;
    }
    body section.hero .hero-content {
        max-width: 800px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
    body .headbtnsec a{
        padding: 5px 11px;
    }
    body #wpsite-header.is-sticky li.menu-item ul.sub-menu{
        top: 56px;
    }
}