/*
    Theme Name: MyFMS Child
    Theme URI: https://royal-elementor-addons.com/royal-elementor-kit/
    Template: royal-elementor-kit
    Author: WP Royal
    Author URI: https://royal-elementor-addons.com/
    Description: Truly all in one Solution For Elementor Lovers. 140+ Elementor Templates KIT, 100+ Professional Elementor Widgets, Elementor theme builder, Elementor Popup Builder, Elementor Premade blocks and many other cool features like Sticky Header, Particle effects, parallax backgrounds and many other elementor addons. Simple Install the theme, click on - Get Started with Templates Kit button and that's it. Very easy to use even for WordPress beginners or professionals. All In one Elementor Solution which outranks all other Elementor themes and Elementor addons. ########### TEMPLATES INCLUDED: Elementor Blog Template, Elementor Magazine Blog Template, Elementor Food Blog Template, Elementor Travel Blog Template, Elementor Portfolio Template, Elementor NFT Template, Elementor Pizza Restaurant Template, Elementor Travel Blogger & Influencer Template, Elementor Cybersecurity Template, Elementor Photographer Portfolio Template, Elementor Crypto Currency Template, Elementor Skin Care Template, Elementor Lawyer Template, Elementor Medical Template, Elementor Digital Agency Template, Elementor Drone Template, Elementro Architecture Template, Elementor Food Delivery Template, Elementor Construction Template, Elementor IT Technology Template, Elementor Real Estate Template, Elementor Restaurant Template, Elementor Wine Bar & Restaurant Template, Elementor Wedding Template & other beautiful elementor business templates. All these templates are created with elementor page builder. Theme Demo Page: https://royal-elementor-addons.com/royal-elementor-kit/
    Tags: blog, e-commerce, one-column, custom-background, custom-colors, full-width-template, custom-menu, custom-logo, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
    Version: 1.0.143
*/

:root {
    --color-primary: #BF0F00;
    --color-secondary: #1F2933;
    --color-text: #666666;
    --color-000: #000000;
    --color-fff: #FFFFFF;
}
body {
    margin: 0;
}
.elementor-widget-button .elementor-button-content-wrapper .elementor-button-icon svg {
    width: auto;
}
.text-primary {
	color: var(--color-primary);
}
p {
    margin-block-start: 0;
}
:focus-visible {
    outline: none;
}
.elementor-widget-image a img[src$=".svg"] {
    width: auto !important;
}
.mt-auto {
    margin-top: auto !important;
}
.h-100 {
    height: 100% !important;
}
.w-fit {
    width: fit-content;
}
.last-pmb-0 p:last-child {
    margin-block-end: 0 !important;
}
.menu-dot .elementor-nav-menu--main .menu-item {
    padding-left: 15px;
}
.menu-dot .elementor-nav-menu--main .menu-item:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    border: 1.5px solid var(--color-primary);
}
.menu-dot .elementor-nav-menu--main .menu-item:hover:before {
	border-color: var(--color-secondary);
}
.menu-item-wrap .elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-item,
.main-menu-wrap .elementor-nav-menu--dropdown .elementor-sub-item {
    padding-left: 14px !important;
}
.menu-item-wrap .elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-item:before,
.main-menu-wrap .elementor-nav-menu--dropdown .elementor-sub-item:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    border: 1.5px solid var(--color-primary);
}
header {
    transition: all 0.4s ease;
}
header .elementor-widget-theme-site-logo img {
    transition: all 0.4s ease;
}
header .elementor-sticky--effects {
    box-shadow: 0px 3px 14px rgb(31 41 51 / 18%);
}
header .elementor-sticky--effects .elementor-widget-theme-site-logo img {
    max-width: 130px;
}
.main-menu-wrap .elementor-nav-menu .sub-arrow {
    padding: 0 0 0 6px;
}
.main-menu-wrap .elementor-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down {
    width: 12px;
    height: auto;
    fill: currentcolor;
}
.main-menu-wrap .elementor-nav-menu--main .elementor-nav-menu ul {
    min-width: 200px !important;
    padding: 15px;
}
.main-menu-wrap .elementor-nav-menu--dropdown .elementor-item,
.main-menu-wrap .elementor-nav-menu--dropdown .elementor-sub-item {
    border-inline-start: 0;
}
.main-menu-wrap .elementor-nav-menu .sub-menu .menu-item:not(:last-child) {
    margin-bottom: 10px;
}
.main-menu-wrap .elementor-nav-menu--dropdown .elementor-sub-item:before {
    top: 6px;
}
.cf7-email-box {
	display: flex;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    border: 1px solid rgba(204, 209, 221, 1);
    max-width: 300px;
}
.cf7-icon {
    padding: 0 10px 0 15px;
	line-height: 0;
}
.cf7-input {
    border: none;
    outline: none;
    padding: 9px 10px 9px 0;
    font-size: 13px;
    font-weight: 500;
    width: 100%;
    color: #636f8c;
	font-family: "Poppins", Sans-serif;
}
.cf7-input:-webkit-autofill,
.cf7-input:-webkit-autofill:hover,
.cf7-input:-webkit-autofill:focus,
.cf7-input:-webkit-autofill:active {
    appearance: menulist-button;
    background-image: none !important;
    background-color:
    light-dark(rgb(232, 240, 254), rgba(70, 90, 126, 0.4)) !important;
    color: fieldtext !important;
}
.cf7-input::placeholder {
    font-size: 13px;
    font-weight: 500;
    color: #636f8c;
}
.cf7-input::-webkit-input-placeholder {
    font-size: 13px;
    font-weight: 500;
    color: #636f8c;
}
.cf7-input:-ms-input-placeholder {
    font-size: 13px;
    font-weight: 500;
    color: #636f8c;
}
.cf7-submit-btn {
    background: var(--color-primary);
    border: none;
    min-width: 30px;
    min-height: 30px;
    border-radius: 50% !important;
    cursor: pointer;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.cf7-submit-btn:is(:hover, :focus) {
    background-color: var(--color-secondary) !important;
}
.cf7-email-box .cf7-submit .wpcf7-spinner {
    top: 3px;
    right: -11px;
}
.newsltr-wrap .wpcf7-not-valid-tip {
    font-size: 14px;
    position: absolute;
    left: -40px;
}
.newsltr-wrap .wpcf7 form .wpcf7-response-output {
    max-width: 300px;
}
.newsltr-wrap .wpcf7 form .wpcf7-response-output:empty {
    display: none;
}
.wpcf7 form .wpcf7-response-output {
    padding: 5px 7px;
    border: 1px solid #00a0d2;
    margin: 13px 0 0;
    font-size: 14px;
    line-height: 16px;
    border-radius: 5px;
}
.sub-title .elementor-heading-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    padding: 10px 27px;
    color: rgba(191, 15, 0, 1);
    background: linear-gradient(90deg, #bf0f0000 0%, #bf0f0026 100%);
    border-radius: 50px;
    text-transform: uppercase;
    display: inline-block;
}
.sub-title.bg-dark .elementor-heading-title { 
    background: linear-gradient(90deg, #ffffff00 0%, #ffffff26 100%);
	color: #fff;
}
.bg-gradient { 
	background: linear-gradient(204deg, #FFF3F2 12.77%, #FFFFFF 72.03%);
	background: linear-gradient(180deg, #FFF3F2 12.77%, #FFFFFF 72.03%);
}
.bg-gradient-dark {
    background: linear-gradient(100.09deg, #1F2933 0.28%, #314252 100%);
}
.cf7-row.two-col {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 30px;
}
.cf7-row .cf7-col {
    width: calc(50% - 10px);
}
.cf7-col-full {
    width: 100%;
}
.from-grp label {
	font-weight: 600;
	color: #000;
}
.from-grp label .req {
	color: var(--color-primary);
}
.from-grp :is(input, textarea) {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #CCD1DD;
    border-radius: 8px;
    color: #636F8C;
    position: relative;
    background-color: #fff;
	font-family: "Poppins", Sans-serif;
	font-weight: 500;
}
.from-grp input::placeholder,
.from-grp textarea::placeholder {
    color: #636F8C;
    font-weight: 500;
}
.from-grp textarea {
    max-height: 100px;
    resize: none;
}
.cf7-submit {
    position: relative;
    width: fit-content;
}
.cf7-submit input[type="submit"] {
    background: var(--color-primary);
    box-shadow: 0px 2px 4px rgba(191, 15, 0, 0.21);
    border: none;
    font-family: "Poppins", Sans-serif;
    padding: 12px 37px !important;
    transition: 0.5s ease-out;
    cursor: pointer;
}
.cf7-submit input[type="submit"]:hover,
.cf7-submit input[type="submit"]:focus {
    background-color: #f3cdca !important;
}
.cf7-submit .wpcf7-submit {
    background: var(--color-primary);
    box-shadow: 0px 2px 4px rgba(191, 15, 0, 0.21);
    border: none;
    font-family: "Poppins", Sans-serif;
    padding: 12px 37px !important;
    transition: 0.5s ease-out;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.cf7-submit .wpcf7-submit:hover,
.cf7-submit .wpcf7-submit:focus {
    background-color: #f3cdca !important;
}
.cf7-submit .wpcf7-submit::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f3cdca;
    border-radius: 100px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease-out;
    z-index: -1;
}
.cf7-submit .wpcf7-submit:hover::before {
    transform: scaleX(1);
}
.cf7-submit .wpcf7-spinner {
    position: absolute;
    top: 10px;
}
.wpcf7-not-valid-tip {
    font-style: italic;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    background-color: #ffb90047;
}
.wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b45030;
}
.elementor-widget-button {
    line-height: 0;
}
.elementor-widget-button:not(.btn-transparent) .elementor-button {
    z-index: 1;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 2px 4px rgba(191, 15, 0, 0.21);
}
.btn-dark.elementor-widget-button .elementor-button {
    box-shadow: 0px 2px 4px rgba(31, 41, 51, 0.21);
}
.btn-dark.elementor-widget-button .elementor-button:hover {
    color: #fff;
}
.elementor-button .elementor-button-content-wrapper {
    position: relative;
    z-index: 2;
}
.elementor-widget-button:not(.btn-transparent) .elementor-button::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
    background-color: #f3cdca;
    border-radius: 100px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease-out;
    z-index: 1;
}
.btn-dark.elementor-widget-button .elementor-button::before {
    background-color: var(--color-primary);
}
.elementor-widget-button:not(.btn-transparent) .elementor-button:hover::before {
    transform: scaleX(1);
}
.elementor-widget-button:not(.btn-transparent) .elementor-button:hover {
    /*transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(191, 15, 0, 0.21);*/
}
.elementor-widget-button:not(.btn-transparent) .elementor-button:focus {
    background-color: #f3cdca !important;
}
.elementor-widget-button.btn-transparent .elementor-button-text::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: var(--color-secondary);
    transition: width 0.3s;
}
.elementor-widget-button.btn-transparent .elementor-button:hover .elementor-button-text::after {
    width: 100%;
}
.elementor-widget-button.btn-transparent .elementor-button-icon {
    transition: transform 0.3s ease-out;
}
.elementor-widget-button.btn-transparent .elementor-button:hover .elementor-button-icon {
    transform: translateX(5px);
}
.deensimc-img-wrapper .deensimc-img {
    /*width: auto !important;
    max-width: 100% !important;*/
}
.img-hover-effect .img-wrap img {
    transition: all 0.3s ease-out;
}
.img-hover-effect:hover .img-wrap img {
    transform: scale(1.05);
}
.header-btn.hidden {
    display: none !important;
}
#software-slider .swiper-pagination-bullet {
    width: 50px;
    height: 8px;
    border-radius: 15px;
    overflow: hidden;
    opacity: 1;
}
#software-slider {
    --pagination-loading-thickness: 8px;
    --pagination-loading-active-color: #BF0F00;
    --pagination-fadeup-duration: 1000ms;
    --pagination-loading-duration: 9000ms;
}
#software-slider .swiper-pagination-bullet-active::before {
    position: relative;
    bottom: calc(-1 * var(--pagination-loading-thickness));
}
#software-slider .swiper-pagination-bullet-active::after {
    content: "";
    display: block;
    visibility: visible;
    position: relative;
    width: 0%;
    border-radius: 15px;
    border-bottom: solid var(--pagination-loading-thickness) var(--pagination-loading-active-color);
    -webkit-animation-name: pageLoader;
    animation-name: pageLoader;
    -webkit-animation-duration: calc(var(--pagination-loading-duration) - 100ms);
    animation-duration: calc(var(--pagination-loading-duration) - 100ms);
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
/* Animations */
@-webkit-keyframes pageLoader {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}
@keyframes pageLoader {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}
@-webkit-keyframes fadeInUpPag {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUpPag {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
#backto-top {
    position: fixed;
    bottom: -20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    background: var(--color-primary);
    color: #fff;
    text-align: center;
    text-decoration: none;
    opacity: 0;
    transform: scale(0.3);
    box-shadow: 0 0 8px 0 #ffffff;
    z-index: 9;
    transition: all .3s;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
#backto-top.show {
    bottom: 20px;
    opacity: 1;
    transform: scale(1);
}
.back-to-top {
    position: fixed;
    bottom: 35px;
    right: 30px;
    width: 50px;
    height: 50px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1000;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15) !important;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}
.back-to-top.show {
    opacity: 1;
    pointer-events: auto;
}
.progress-circle {
    transform: rotate(-90deg);
    position: absolute;
}
.arrow-up {
    position: absolute;
    line-height: 0;
}
.contact-info-icon .elementor-icon-box-title {
    margin: 0;
}
.contact-info-icon .elementor-icon-box-icon {
    min-width: 45px;
}
.contact-info-icon .elementor-icon {
    width: 45px;
    height: 45px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.iconlist-w-50 .elementor-icon-list-item {
    width: 50%;
    height: 100%;
}
.iconlist-w-50 .elementor-inline-items {
    gap: 5px 0;
}
.box-blur {
    backdrop-filter: blur(3px);
}
.breadcrumb-wrap .breadcrumb_last {
    font-weight: 500;
}
.breadcrumb-wrap #breadcrumbs > span {
    display: flex;
    align-items: center;
    gap: 5px 10px;
    flex-wrap: wrap;
}
.breadcrumb-wrap #breadcrumbs .bread-home {
    display: flex;
    gap: 10px;
}
.rt-reading-time:before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background-image: url('data:image/svg+xml,<svg fill="%23444444" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z" fill="%23444444"></path></svg>');
    position: relative;
    top: -1px;
    margin-right: 2px;
}
.elementor-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.elementor-pagination .page-numbers {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #E2E2E2;
    background-color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.4;
}
.elementor-pagination a.page-numbers,
.elementor-pagination .page-numbers.current {
    opacity: 1;
}
.elementor-pagination a.page-numbers:hover,
.elementor-pagination .page-numbers.current {
    background-color: var(--color-primary);
    color: #fff;
}
.cat-filter-grid {
    position: relative;
}
/*.cat-filter-grid::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 41px;
    background: linear-gradient(to left, #f8f8f8, transparent);
    pointer-events: none;
    z-index: 2;
}*/
.cat-filter-grid::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 41px;
    background: linear-gradient(to left, #f8f8f8, transparent);
    pointer-events: none;
    z-index: 2;
}
.hide-left::before { opacity: 0; }
.hide-right::after { opacity: 0; }
.cat-filter-grid .category-filter {
    display: flex;
    flex-wrap: nowrap;
    gap: 7px;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px;
    scroll-behavior: smooth;
}
.category-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}
/* Chrome, Edge, Safari */
.cat-filter-grid .category-filter::-webkit-scrollbar {
    height: 6px;
}
.cat-filter-grid .category-filter::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}
/* Firefox */
.cat-filter-grid .category-filter {
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
}
.cat-filter-grid .cat-btn {
    padding: 7px 20px
}
.cat-btn {
    flex: 0 0 auto;
    padding: 7px 15px;
    border-radius: 50px;
    background-color: #fff;
    color: #333333 !important;
    transition: 0.3s;
    font-weight: 600;
    border: 1px solid #dddddd;
}
.cat-btn:hover,
.cat-btn.active-cat {
    background: var(--color-primary);
    color: #fff !important;
}
.cat-filter-detail .cat-btn {
    font-size: 13px;
    line-height: 18px;
    padding: 6.5px 15px;
    flex: inherit;
}
.search-wrap .is-form-style input.is-search-input {
    font-weight: 500;
    color: #444444;
    height: 40px;
    font-family: "Poppins", Sans-serif;
    border-radius: 8px 0 0 8px;
}
.search-wrap .is-form-style button.is-search-submit,
.search-wrap .is-form-style .is-search-icon {
    width: 40px;
    height: 40px;
}
.search-wrap .is-form-style.is-form-style-3 label {
    width: calc(100% - 40px) !important;
}
.search-wrap .is-form-style .is-search-icon {
    padding-top: 3px !important;
    border: 1px solid #dddddd;
    align-content: center;
    border-radius: 0 8px 8px 0;
    background: #fff;
    cursor: pointer;
}
div.is-ajax-search-details, div.is-ajax-search-result {
    padding: 0 !important;
    width: 315px !important;
    border: 1px solid #bf0f001f;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 5px;
    background: #fff !important;
    margin-left: -35px;
    z-index: 99 !important;
}
.is-show-more-results-text {
    padding: 10px 0 10px !important;
    border-top: 1px solid #bf0f001f !important;
    background-color: #fff7f6;
}
.is-show-more-results-text:hover {
    background-color: #f3cdca !important;
}
.is-ajax-search-post,
.is-ajax-search-post-details {
    padding: 8px !important;
    border-bottom: 1px solid #ddd !important;
    border-bottom: 1px solid #bf0f001f !important;
}
.is-search-sections .thumbnail img,
.is-search-sections .thumbnail {
    max-width: 60px !important;
    border-radius: 5px;
}
.is-ajax-search-details a,
.is-ajax-search-result a {
    color: #444 !important;
    font-size: 13px !important;
}
.is-ajax-search-details, .is-ajax-search-details *, .is-ajax-search-result, .is-ajax-search-result * {
    line-height: 16px !important;
}
.is-ajax-search-details .is-ajax-search-items>div, .is-ajax-search-post {
    background-color: #fff7f6 !important;
    background-color: #f0f7ff85 !important;
}
.is-ajax-search-post-details:last-child,
.is-ajax-search-posts .is-ajax-search-post:last-child {
    border: 0 !important;
}
.is-ajax-search-result .is-search-sections .meta {
    display: none;
}
.is-ajax-search-details a:hover,
.is-ajax-search-result a:hover {
    text-decoration: none !important;
    color: var(--color-primary) !important;
}
.is-search-sections {
    display: flex;
    align-items: center;
}
.is-show-more-results {
    margin-top: 0 !important;
}
.left-section:has(a:empty) {
    display: none;
}
.post-info p {
    margin-bottom: 10px;
}
.post-info :is(h2, h3, h4, h5, h6),
.page-template .text-wrap :is(h2, h3, h4, h5, h6) {
    margin-top: 25px;
    margin-bottom: 7px;
    color: #000;
    text-align: left;
}
.single-post .post-info :is(h3, h4) ,
.page-template .text-wrap :is(h3, h4) {
    font-size: 24px;
    line-height: 33px;
}
.single-post .post-info a,
.page-template .text-wrap a {
    color: var(--color-primary);
    text-decoration: underline;
}
.single-post .post-info a:hover,
.page-template .text-wrap a:hover {
    color: var(--color-secondary);
}
.single-post .post-info ul,
.page-template .text-wrap ul {
    padding-left: 20px;
}
.page-template .text-wrap b {
    color: #000;
}
.copy-link-btn {
    width: 38px;
    height: 38px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    border: 3px solid #BF0F0040;
}
.link-icon {
    background-color: var(--color-primary);
    width: 100%;
    height: 100%;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.copy-link-btn svg {
    color: #fff;
}
.copy-link-btn:hover {
    border-color: #1f293347;
}
.copy-link-btn:hover .link-icon:hover {
    background-color: var(--color-secondary);
}
.link-icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7492%) hue-rotate(346deg) brightness(101%) contrast(101%);
}
#copy-toast {
    position: absolute;
    bottom: 0;
    left: 50px;
    background-color: #efc3bf;
    color: #000;
    padding: 7px 15px;
    border-radius: 5px;
    opacity: 0;
    transform: translateX(20px);
    transition: 0.3s;
    width: 114px;
}
#copy-toast.show {
    opacity: 1;
    transform: translateY(0);
}
.elementor-swiper-button.swiper-button-disabled {
    pointer-events: none;
}
.swiper-button-lock {
    display: none !important;
}
.acrd-item {
    overflow: hidden;
    border-bottom: 1px solid #E0E0E0;
}
.acrd-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
}
.acrd-header h3 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    margin: 0;
}
.acrd-header.acrd-active h3,
.acrd-header:hover h3 {
    color: var(--color-primary);
}
.acrd-body {
    display: none;
    padding: 20px 0;
    background-color: #fff;
    margin-top: -20px;
}
.acrd-body p:last-child {
    margin-bottom: 0;
}
.acrd-arrow {
    min-width: 22px;
    height: 22px;
    transition: transform 0.3s ease;
    background-color: #DEDEDE;
    border-radius: 100px;
    text-align: center;
    margin-left: 10px;
}
.acrd-arrow.up {
    background-color: var(--color-primary);
    color: #fff;
    transform: rotate(45deg);
}
.elementor-icon-box-title {
    margin-top: 0;
}
.elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon {
    line-height: 0;
}
.elementor-widget-text-editor p:last-child {
    margin-block-end: 0 !important;
}
.elementor-icon-box-description .h-10 {
    display: block;
    height: 10px;
}
.pt-0.e-con {
    --container-default-padding-top: 0 !important;
}
.pb-0.e-con {
    --container-default-padding-bottom: 0 !important;
}
.form-wrap iframe {
    width: 100%;
    height: 645px;
}
.fieldContainer {
    padding: 0;
}
.elementor-widget.lang-wrap {
    position: fixed;
    bottom: 40px;
    z-index: 9999;
    right: 95px;
}
.lang-wrap .wpml-ls-legacy-dropdown {
    width: 90px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    /*overflow: hidden;*/
    background-color: #fff;
    border: 1px solid #dddddd;
}
.lang-wrap .wpml-ls-legacy-dropdown a {
    border: none;
    padding: 10px;
    border-radius: 10px;
}
.lang-wrap .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border: 1px solid #dddddd;
    border-radius: 10px;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown a:hover {
    background: #fff7f6;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.54025 5.77093C5.3994 5.91761 5.20839 6 5.00923 6C4.81007 6 4.61906 5.91761 4.47821 5.77093L0.229299 1.34511C0.157562 1.27294 0.100342 1.18661 0.0609786 1.09116C0.0216147 0.995705 0.000894977 0.893043 2.83584e-05 0.789161C-0.00083826 0.68528 0.0181658 0.582259 0.0559312 0.486109C0.0936966 0.38996 0.149467 0.302607 0.219989 0.229149C0.290511 0.15569 0.374371 0.0975976 0.466677 0.0582597C0.558983 0.0189218 0.657887 -0.000873164 0.757616 2.95397e-05C0.857345 0.000932243 0.955903 0.0225147 1.04754 0.0635176C1.13917 0.10452 1.22205 0.164122 1.29134 0.238846L5.00923 4.11154L8.72712 0.238846C8.86878 0.0963322 9.0585 0.0174745 9.25544 0.019257C9.45237 0.0210396 9.64075 0.10332 9.78001 0.248376C9.91927 0.393433 9.99826 0.589659 9.99997 0.794792C10.0017 0.999925 9.92598 1.19755 9.78916 1.34511L5.54025 5.77093Z" fill="currentColor"/></svg>');
    border: none;
    width: 13px;
    height: 9px;
    background-repeat: no-repeat;
    background-size: 100%;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    top: -37px;
}
.elementor-icon-box-title {
    word-wrap: break-word;
}
@media (min-width: 1320px) and (max-width: 1440px) {
    .dark-shape-wrap {
        max-width: 1350px !important;
        padding: 0 15px !important;
        width: 100% !important;
    }
}
/*Reponsive Star*/
@media (min-width: 1025px) {
    .nav-lg-none .elementor-swiper-button {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .h-md-100 {
        height: 100% !important;
    }
}
@media (max-width: 1350px) {
    div.is-ajax-search-details, div.is-ajax-search-result {
        margin-left: -13px;
    }
}
@media (max-width: 1024px) {
    .main-menu-wrap.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-wrapper {
        background-image: linear-gradient(180deg, #FFF3F2 12.77%, #FFFFFF 72.03%);
        box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.1);
    }
    .main-menu-wrap.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-wrapper:before,
    .main-menu-wrap .elementor-nav-menu--dropdown.elementor-nav-menu__container:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background-image: url(./assets/img/footer-bg.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .main-menu-wrap .elementor-nav-menu--dropdown.elementor-nav-menu__container {
        background-image: linear-gradient(180deg, #FFF3F2 12.77%, #FFFFFF 72.03%);
        box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.1);
    }
    .main-menu-wrap .elementor-nav-menu .sub-menu {
        margin: 0 10px 10px 10px;
        border-radius: 10px !important;
        box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
        padding: 15px;
    }
    .main-menu-wrap .elementor-nav-menu .sub-menu .menu-item {
        border: none !important;
    }
    .main-menu-wrap .elementor-nav-menu .sub-menu .menu-item .elementor-sub-item {
        padding: 0;
    }
    .main-menu-wrap .elementor-nav-menu .sub-menu .menu-item:not(:last-child) {
        margin-bottom: 6px;
    }
}
@media (max-width: 880px) {
    div.is-ajax-search-details, div.is-ajax-search-result {
        max-width: 100% !important;
        width: calc(100% - 30px) !important;
        left: 15px !important;
        margin-left: 0;
    }
    .w-tab-fit {
        width: fit-content !important;
    }
}
@media (max-width: 767px) {
    .cf7-row.two-col {
        gap: 15px;
        margin-bottom: 20px;
    }
    .cf7-row .cf7-col {
        width: 100%;
    }
    .header-btn {
        visibility:hidden;
        position: absolute !important;
    }
    .e-n-menu-wrapper .header-btn {
        padding: 10px 12px;
        visibility: visible;
        position: relative !important;
    }
    .cf7-submit {
        margin: 0 auto;
    }
    /*.iconlist-w-50 .elementor-inline-items {
        flex-direction: column;
        width: fit-content;
        margin: 0 auto !important;
    }*/
    .iconlist-w-50 .elementor-icon-list-item {
        width: 100%;
    }
    .acrd-header {
        padding: 15px 0;
    }
    .d-mob-flex.e-con .e-con-inner {
        /*display: flex !important;
        flex-wrap: wrap !important;
        align-items: start !important;*/
    }
    .d-mob-none {
        display: none;
    }
    .back-to-top {
        right: 15px;
    }
    .elementor-sticky__spacer .header-btn {
        display: none;
    }
    .deensimc-marquee-edge-shadow {
        &::after, &::before {
            box-shadow: none !important;
        }
    }
    .certi-wrap .elementor-element[data-element_type="container"]:nth-child(-n+3) {
        width: calc(33% - 6px) !important;
    }
    /*.certi-wrap .elementor-element[data-element_type="container"]:nth-child(-n+3) img {
        width: 80px !important;
    }*/
    .certi-wrap .elementor-element[data-element_type="container"]:is(:nth-child(4), :nth-child(5)) {
        width: calc(50% - 6px) !important;
    }
    .post-info :is(h2, h3, h4, h5, h6),
    .page-template .text-wrap :is(h2, h3, h4, h5, h6) {
        margin-top: 20px;
    }
    .single-post .post-info :is(h3, h4) ,
    .page-template .text-wrap :is(h3, h4) {
        font-size: 20px;
        line-height: 26px;
    }
    .form-wrap iframe {
        height: 744px;
    }
    .elementor-widget.lang-wrap {
        right: 75px;
    }
    .d-mob-none {
        display: none;
    }
    .elementor-widget-icon-box:not(.br-block) .elementor-icon-box-description br {
        display: none;
    }
}

@media (max-width: 675px) {
    #software-slider .swiper-pagination-bullets {
        width: 100%;
    }
    #software-slider .swiper-pagination-bullet {
        width: calc(16% - 10px);
    }
}