@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 !important;
    padding: 0;
    list-style: none;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    /*     font-size: 62.5%; */
}

body {
    background: #000000;
}

/* .banner-bg {
    background-image: url(images/Hero-Image.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 1110px;
    display: flex;
    align-items: center;

}

.banner-wrapper h1 {
    font-family: Poppins;
    font-weight: 700;
    color: #fff;
    font-size: 50px;
    line-height: 77px;

}

.banner-wrapper span {
    color: #FF0239;
    display: block;
}

.banner-wrapper p {
    color: #FF0239;
    display: block;
} */
.Criminal-bg {
    padding: 260px 0px 460px !important;
}

.banner-image-light {
    position: absolute !Important;
    top: 18%;
}

.Criminal-bg .row_col_wrap_12 {
    padding-top: 0px !important;
}

.text-banner {
    max-width: 760px;
    width: 100%;
}

.Criminal-bg h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 50px;
    line-height: 77px;
    color: #fff;

}

.Criminal-bg .red_cl {
    color: #FF0239;
}

.Criminal-bg p {
    font-family: Lato;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    padding-top: 20px;

}

.licence-bg {
    padding: 170px 0px 138px !important;
}

.licence-bg h4 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 35px;
    line-height: 47px;
    color: #ffffff;
}

.defence-bg {
    margin-top: -112px;
}

.defence_right-side {
    align-self: end;
    margin-bottom: 50px !Important;

}

.defence-bg h4 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 35px;
    line-height: 47px;
    color: #ffffff;
    padding-bottom: 17px;
}

.red_text {
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    line-height: 77px;
    color: #FF0239;
}

.defence-bg {
    padding: 0px 0px 140px 0px !important;
}

/* .defence-bg img{
	margin-top: -112px;
} */
.defence-bg p {
    font-family: Lato;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    width: 100%;
    padding-bottom: 0px;
}

.licence-bg p {
    font-family: Lato;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    max-width: 566px;
    width: 100%;
    padding-bottom: 0px;
}

.custom-defense-div .vc_column-inner + .wpb_wrapper {
    max-width: 710px;
    margin-left: auto;
}

.licence-bg p .d-block {
    display: block;
}

.licence-bg ul li {
    font-family: Lato;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
	position:relative;
	padding-left:25px;
}
.licence-bg ul li:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 50%;
    top: 18px;
    transform: translate(-50%, -50%);
    left: 5px;
}
.calling-ellipse-div {
    width: 100%;
    height: 1487px;
    /* background-color: #FF0239; */
    opacity: 1;
    border-radius: 100%;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(https://lockewitte.ccus-dev.com/wp-content/uploads/2025/11/Group-213.png);
    background-size: contain;
    background-position: center center;
}

.licence-bg {
    position: relative;
}

.licence-bg:before {
    width: 100%;
    height: 1370px;
    opacity: 1;
    border-radius: 100%;
    position: absolute;
    top: 0%;
    left: 100%;
    transform: translate(-50%, -50%);
    background: url(https://lockewitte.ccus-dev.com/wp-content/uploads/2025/11/side-round.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 99;
}

.consultation_part {
    border-bottom: 1px solid #666666;
    padding-bottom: 44px;
    margin-bottom: 52px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.consultation_part .right_side h4 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 25px;
    line-height: 100%;
    color: #ffffff;
    padding-bottom: 14px;

}

.consultation_part .right_side h4 span {
    color: #FF0239;
}

.consultation_part .right_side p {
    color: #DADADA;
    font-family: Lato;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    padding-bottom: 0px;

}

.consultation_part .left_side {
    max-width: 320px;
    width: 100%;
    text-align: center;
}

.consultation_part .left_side a {
    background-color: #C9032E;
    padding: 15px 45px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 5px;
    display: block;
}

.footer-logo img {
    max-width: 380px;
    width: 100%;
}

.footer-details {
    border-bottom: 1px solid #666666;
    padding-bottom: 10px !important;
    margin-bottom: 25px !important;
}

.footer-details h4 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #ffffff;
    padding-bottom: 30px;
}

.flisting a {
    font-family: Lato;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #DADADA;
    text-decoration: none;
    padding-bottom: 20px;
    display: inline-block;

}

.listing_info {
    max-width: 390px;
    width: 100%;
}

.listing_info ul li {
    font-family: Lato;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    padding-bottom: 17px;
    position: relative;
    padding-left: 40px;
}

.listing_info ul li span img {
    vertical-align: sub;
}

.listing_info ul .phone::before {
    content: "";
    background: url(https://lockewitte.ccus-dev.com/wp-content/uploads/2025/11/call-calling.png);
    position: absolute;
    left: 0;
    top: 4px;
    width: 24px;
    height: 24px;
}

.listing_info ul .email::before {
    content: "";
    background: url(https://lockewitte.ccus-dev.com/wp-content/uploads/2025/11/sms-edit.png);
    position: absolute;
    left: 0;
    top: 4px;
    width: 24px;
    height: 24px;
}

.listing_info ul .location::before {
    content: "";
    background: url(https://lockewitte.ccus-dev.com/wp-content/uploads/2025/11/location.png);
    position: absolute;
    left: 0;
    top: 4px;
    width: 24px;
    height: 24px;
}

.listing_info ul .o-timimg::before {
    content: "";
    background: url(https://lockewitte.ccus-dev.com/wp-content/uploads/2025/11/clock.png);
    position: absolute;
    left: 0;
    top: 4px;
    width: 24px;
    height: 24px;
}

.logo_info {
    margin-top: -50px;
}

.listing_info ul li span {
    padding-right: 18px;
}

.footer-last-div p {
    font-family: Lato;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #DADADA;
    padding-bottom: 16px;
}

.footer-last-div {
    padding-left: 2rem;
}

.footer-last-div .app_btn {
    max-width: 250px;
    font-family: Lato;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    background-color: #C9032E;
    padding: 14px 25px;
    color: #ffffff;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;

}

.copyright_text {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #ffffff;
    padding-bottom: 30px;
    text-align: end;
}

.container-custom,
.container-fluid-custom,
.container-lg-custom,
.container-md-custom,
.container-sm-custom,
.container-xl-custom,
.container-xxl-custom {
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-right: auto;
    margin-left: auto;
}

.row-custom {
    display: flex;
    flex-wrap: wrap;
}

.col-12-custom {
    flex: 0 0 auto;
    width: 100%;
}


@media (min-width: 576px) {

    .container-custom,
    .container-sm-custom {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .container-custom,
    .container-md-custom,
    .container-sm-custom {
        max-width: 720px;
    }

    .col-md-2-custom {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3-custom {
        flex: 0 0 auto;
        width: 25%;
    }

        .vc_col-sm-6 {
        width: 50% !important;
    }

    .col-md-7-custom {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
	
}

@media (min-width: 992px) {

    .container-custom,
    .container-lg-custom,
    .container-md-custom,
    .container-sm-custom {
        max-width: 960px;
    }
	.col-md-6-custom {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 1200px) {

    .container-custom,
    .container-lg-custom,
    .container-md-custom,
    .container-sm-custom,
    .container-xl-custom {
        max-width: 1140px;
    }
	.col-lg-7-custom {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
	    .col-lg-2-custom {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
}

@media (min-width: 1400px) {

    .container-custom,
    .container-lg-custom,
    .container-md-custom,
    .container-sm-custom,
    .container-xl-custom,
    .container-xxl-custom {
        max-width: 1320px;
    }
}
@media (max-width: 1399.98px) {
.consultation_part .right_side p{
	padding-right:30px;
}
}
@media (max-width: 1199.98px) {
    .consultation_part .left_side {
        max-width: 275px;
    }
    .consultation_part .right_side p {
        padding-right: 30px;
    }
	.licence-bg {
    padding: 60px 0px 60px !important;
}
	.defence-bg {
    padding: 0px 0px 60px 0px !important;
}
	.defence-bg h4 {
    font-size: 30px;
    line-height: 47px;
    padding-bottom: 15px;
}
	.defence-bg p {
    font-size: 16px;
	line-height: 30px;
	}
.Criminal-bg {
    padding: 160px 0px 250px !important;
}
	
}
@media (max-width: 991.98px) {
.listing_info {
    max-width: 100%;
    width: 100%;
}
	.site_footer .col-md-3-custom {
        flex: 0 0 auto;
        width: 50%;
    }
	.Criminal-bg h2 {
    font-size: 36px;
    line-height: 50px;
	}
	.banner-image-light {
    top: 8%;
}
	.licence-bg:before {
		left: 70%;
	}
	.Criminal-bg p {
    font-size: 15px;
    line-height: 30px;
    padding-top: 10px;
}
	    .Criminal-bg {
        padding: 60px 0px 100px !important;
    }
	    .licence-bg {
        padding: 20px 0px 40px !important;
    }
	.licence-bg p {
    line-height: 25px;
}
	.licence-bg h4 {
    line-height: 15px;
		    font-size: 30px;
	}
	.licence-bg p {
    font-size: 15px;
        line-height: 30px;
	}
	.licence-bg ul li {
    font-size: 15px;
    line-height: 30px;
	}
	.consultation_part .right_side p {
    font-size: 15px;
    line-height: 25px;
	}
	.consultation_part {
    padding-bottom: 35px;
    margin-bottom: 35px;
    align-items: center;
    padding-top: 35px;
}
	.defence-bg h4 {
        font-size: 22px;
        line-height: 32px;
    }
	.defence-bg p {
        font-size: 15px;
        line-height: 24px;
    }
	.listing_info ul li {
    font-size: 16px;
    line-height: 25px;
}
	.flisting a {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 15px;
	}
	.footer-details h4 {
    font-size: 22px;
    line-height: 25px;
    padding-bottom: 25px;
}
	.logo_info {
    margin-top: -65px;
    margin-bottom: 30px;
}
}
@media (max-width: 767.98px) {
	    .column-image-bg-wrap.viewport-phone, .row-bg.viewport-phone {
        display: block !important;
    }
	.Criminal-bg h2 {
        font-size: 35px;
        line-height: 50px;
    }
	.Criminal-bg .viewport-phone{
		background-position: center top !important;
	}
	.Criminal-bg p {
        font-size: 18px;
        line-height: 35px;
        padding-top: 10px;
    }
	.licence-bg:before{
		display:none !important;
	}
	.footer-logo img {
    max-width: 295px;
    width: 100%;
}
	.footer-last-div {
    padding-left: 0rem;
}
	    .consultation_part {
        padding-bottom: 30px;
        margin-bottom: 30px;
        align-items: flex-start;
        padding-top: 35px;
        justify-content: flex-start;
        flex-direction: column;
        row-gap: 20px;
    }
	.site_footer{
		background-repeat:no-repeat;
		background-size:cover;
		background-image:url(https://lockewitte.ccus-dev.com/wp-content/uploads/2025/12/Group-214-2.png);
/* 		background-image:url(https://lockewitte.ccus-dev.com/wp-content/uploads/2025/12/Group-214-12.png); */
		background-position: center;
	}
	.calling-ellipse-div{
		display:none;
	}
	.copyright_text {
    font-size: 15px;
    line-height: 26px;
    color: #ffffff;
    padding: 0px 20px 30px;
    text-align: center;
}
}