.elementor-kit-7{--e-global-color-primary:#F5A706;--e-global-color-secondary:#1D1D1D;--e-global-color-text:#FDFDFD;--e-global-color-accent:#D17405;--e-global-color-e0d8e52:#00000000;--e-global-color-34aa999:#000000;--e-global-color-23744e0:#000000D9;--e-global-typography-primary-font-family:"Epilogue";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:capitalize;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Sora";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"Sora";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Epilogue";--e-global-typography-accent-font-size:17px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:capitalize;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-accent );}.elementor-kit-7 a:hover{color:var( --e-global-color-primary );text-decoration:underline;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-7{--e-global-typography-primary-font-size:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-primary-font-size:25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.custom-btn .elementor-button {
    position: relative;
    overflow: hidden;
    
}
.custom-btn .elementor-button::before {
    position: absolute;
    content: ""; width: 100%;
    background: var(--e-global-color-accent);
    height: 100%;
    top: 0%; left: 0; 
    border-radius: 100px;
    z-index: -2;
    transition: all ease .5s;
}
.custom-btn .elementor-button::after {
    position: absolute;
    content: ""; width: 2%;
    background: var(--e-global-color-primary);
    height: 100%;
    top: 100%; left: 100%; 
    
    z-index: -1;
    transition: all ease .5s;
}
.custom-btn:hover  .elementor-button::after {
    width: 100%;
    top:0%;
    left: 10%;
}
.custom-btn:hover  .elementor-button::before {
    top:0%;
    left: 0%;
    width: 10%;
    border-radius: 0px;
    
}
/* SITE REVIEWS */
.glsr-button {
    position: relative;
    overflow: hidden;
    background-color:#00000000 !important; /*button color*/
	border-radius:00px; /*button corners radius*/
	border:none !important; /*no border*/
	color: #fff; /*button text color*/
	margin-top: 1em;
	z-index: 1;
    
}
.glsr-button::before {
    position: absolute;
    content: ""; width: 100%;
    background: var(--e-global-color-accent);
    height: 100%;
    top: 0%; left: 0; 
    border-radius: 100px;
    z-index: -2;
    transition: all ease .5s;
}
.glsr-button::after {
    position: absolute;
    content: ""; width: 2%;
    background: var(--e-global-color-primary);
    height: 100%;
    top: 100%; left: 100%; 
    
    z-index: -1;
    transition: all ease .5s;
}
.glsr-button:hover::after {
    width: 100%;
    top:0%;
    left: 10%;
}
.glsr-button:hover::before {
    top:0%;
    left: 0%;
    width: 10%;
    border-radius: 0px;
    
}

.glsr-label{
	color: #fff; 
}

.glsr-reviews {
    color:white;
}


/* link style */
.text-a a{
    color:var(--e-global-color-text);
    text-decoration: underline var(--e-global-color-primary);
}
.text-a a:hover{
    color:var(--e-global-color-primary)!important;
    text-decoration: underline var(--e-global-color-text);
}

/* BG SK */
.sk-bg {
    background-image: url(https://sksecurity.liquidexim.tech/wp-content/uploads/2024/02/s-k-security-private-security-guard-services-SK-bg-1.webp);
    background-position: center;
    background-size: 120%;
}

/* custom - title */

.custom-title span{
    
    font-family: var(--e-global-typography-primary-font-family)!important;
    font-weight: 600;
    text-transform: var(--e-global-typography-primary-text-transform)!important;
    line-height: var(--e-global-typography-primary-line-height)!important;
    color:white;
    font-size: 2.8em;
}

@media (max-width: 1024px) {
    .custom-title span{
    font-size: 2.2em;
}
}

/*custom heading  for inner page*/

.custom-section-heading span {
    font-family: var(--e-global-typography-text-font-family)!important;
    font-weight: 400;
    font-size:0.5em;
}

@media screen and (max-width:767px) {
    .custom-section-heading span {
        font-size:0.7em;
    }
}/* End custom CSS */