/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 09 2026 | 09:06:23 */
/*  h1,h2,h3,h6 {
  font-family: 'Gotham', sans-serif !important;
} 
 */
/* Remove outline from logo link */
.logo a:focus,
.logo a:active {
    outline: none;
    box-shadow: none;
}
/* Remove dotted outline from menu links */
.header-menu li a:focus,
.header-menu li a:active {
    outline: none;
    box-shadow: none;
}
/* Remove outline from ALL links */
a,
a:focus,
a:active,
a:hover {
    outline: none !important;
    box-shadow: none !important;
}
.rc_post .elementskit-blog-block-post {
    padding: 0px !important;
}

.rc_post .col-md-6.order-2 {
    padding: 0px !important;
}

.rc_post .row.no-gutters {
    align-items: center !important;
    padding-bottom: 15px;
}

.col-md-6.order-1 {
    /* width: 22% !important; */
    max-width: 30% !important;
}

.rc_post .col-md-6.order-1 img {
    width: 87px;
}

.col-md-6.order-2 {
    max-width: 70% !important;
}

.rc_post a.elementskit-entry-thumb {
    border-radius: 0px !important;
}


.single_left_sec strong {
    color: #191919;
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
	font-family: "Gotham EX", Sans-serif;
}
.single_left_sec p {
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #23283F;
}
.single_left_sec h2 {
    padding-bottom: 20px;
    padding-top: 20px;
}
.single_left_sec .elementor-widget-theme-post-content figure.wp-block-image:nth-of-type(2) {
    margin-top: 50px;
    margin-bottom:30px
}
.single_right_sec h2 {
    padding: 0px;
}
.cat-item {
    color: #23283F !important;
    font-size: 18px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D9DDEA;
    padding-top: 20px;
	font-family: "Gotham EX", Sans-serif;
	font-weight:600;
}
.cat-item:last-child {
    border-bottom: 0px;
}
.rc_post .ekit-wid-con .col-md-6 {
	flex: 0 0 70%;
}
.single_right_sec h2.entry-title {
    margin-bottom: 0px !important;
}
h2 a:hover {
    color: #5a75df !important;
}
.elementor-icon svg {
    width: auto !important;
}
/*********************** Header **************************/

.container.header-inner {
    display: flex;
    justify-content: space-between;
    padding: 25px 0px;
    align-items: center;
}

.container.header-inner .nav.main-menu {
    display: flex;
}

nav.main-menu ul {
    display: flex;
    list-style: none;
    margin: 0;
}

/* nav.main-menu ul li {
    padding-left: 30px;
} */

nav.main-menu ul li a {
    color: #002757;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    font-family: "Inter", Sans-serif;
}

a.contact-btn {
    background-color: #5A75DF;
    padding: 18px 24px;
    color: #fff;
    border-radius: 2px;
	font-family: "Inter", Sans-serif;
	font-size: 18px;
    font-weight: 500;
}

.header-right {
    display: flex;
    align-items: center;
    column-gap: 30px;
}
a.phone {
    color: #002757;
    font-size: 22px;
    font-weight: 600;
	font-family: "Inter", Sans-serif;
}
.phone{
display:flex;
align-items:center;
gap:8px;
text-decoration:none;
color:#0b2a66;
font-weight:500;
}

.phone img{
width:24px;
height:auto;
}
/* HEADER LAYOUT */

.header-inner{
display:flex;
align-items:center;
justify-content:space-between;
position:relative;
}

/* DESKTOP MENU */

.header-menu{
display:flex;
gap:30px;
list-style:none;
margin:0;
padding:0;
}

/* HAMBURGER */

.mobile-toggle{
display:none;
flex-direction:column;
gap:5px;
cursor:pointer;
}

.mobile-toggle span{
width:25px;
height:3px;
background:#0b2a66;
display:block;
}

.site-header{
position:relative;
z-index:9999;
}
.desk_top {
    display: none;
}
.main_btn .elementor-button {
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease;
}

.main_btn .elementor-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    transition: left 0.4s ease;
}

.main_btn .elementor-button:hover::before {
    left: 0;
}

/* MOBILE */

@media(max-width:768px){

.mobile-toggle{
display:flex;
}

.main-menu{
position:absolute;
top:70px;
left:0;
width:100%;
z-index:9999;
}

.header-menu{
display:none !important;
flex-direction:column;
background:#fff;
position:absolute;
top:20px;
left:0;
width:100%;
padding:20px;
}
.header-menu li{
padding:10px 0;
border-bottom:1px solid #eee;
}

.header-menu.active {
        display: block !important;
        padding-top: 20px !important;
    }

.header-right{
display:none;
}

}
/************************** End Header ************************************/



/********************* Footer Csss ****************************************/
.site-footer{
background:#081e5a;
color:#fff;
padding:80px 0 20px;
}

.footer-container{
max-width:1200px;
margin:auto;
padding:0 20px;
}

.footer-logo-row{
margin-bottom:40px;
}

.footer-links-row{
display:flex;
gap:80px;
margin-bottom:40px;
}

.footer-col h4{
margin-bottom:20px;
font-size:18px;
}

.footer-col ul{
list-style:none;
padding:0;
}

.footer-col ul li{
margin-bottom:10px;
}

.footer-col a{
color:#fff;
text-decoration:none;
}

.footer-social{
display:flex;
gap:20px;
margin-bottom:30px;
}

.footer-bottom{
border-top:1px solid rgba(255,255,255,0.2);
padding-top:20px;
text-align:center;
font-size:14px;
}

.footer-menu ul {
    margin: 0;
}

.footer-col ul {
    margin: 0;
}
/****************** End Footer ***************/

ul li a:focus {
	color:#5A75DF !important;
}
.main_banner_first .e-con-boxed.e-con.e-child {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}
.klaar_sec .e-con-boxed.e-con.e-child {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}


span.bann_head {
    color: #5A75DF;
    font-weight: 900;
}

.main_banner_first .e-con-inner {
    max-width: 100%;
    width: 100%;
}
.onze_sec .elementor-widget-image-box {
    height: 410px;
}

.klaar_sec .e-con-inner {
    max-width: 100%;
    width: 100%;
}


.nk-blog-grid {
    display: grid;
    gap: 30px;
}

.nk-blog-grid.columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.nk-blog-grid.columns-2 {
    grid-template-columns: repeat(2, 1fr);
}


.nk-blog-img img {
    width: 100%;
    height: 304px;
    object-fit: cover;
    border-radius: 20px;
}

.nk-blog-content {
    padding: 20px 0px 0px 0px;
}

.nk-blog-date {
    font-size: 14px;
    color: #A7AFCF;
    display: block;
    margin-bottom: 8px;
    display: flex;
    gap: 10px;
	font-family: "Gotham M", Sans-serif;
}

.nk-blog-title {
    font-size: 26px;
    margin-bottom: 10px !important;
    margin-top: 5px !important;
    line-height: 1em;
}

.nk-blog-title a {
    text-decoration: none;
    color: #111;
    font-family: "Gotham M", Sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
}

.nk-blog-title a:hover {
	text-decoration: none !important; 
    color: #111 !important;
}

.nk-blog-excerpt {
    color: #23283F;
    margin-bottom: 15px;
    font-family: "Inter", Sans-serif;
    margin-top: 0px;
    line-height: 24px;
}

.nk-read-more {
    font-weight: 600;
    color: #2563eb;
    text-decoration: none;
	font-family: "Inter", Sans-serif;
}
/* SECTION WRAPPER */
.nk2-blog-grid {
    display: grid;
    gap: 100px 30px;
    margin-top: 30px;
}

.nk2-blog-grid.columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.nk2-blog-grid.columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

/* CARD */


/* IMAGE */
.nk2-blog-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

/* CONTENT */
.nk2-blog-content {
    padding: 20px 0px;
}

/* DATE */
.nk2-blog-date {
    font-size: 14px;
    color: #A7AFCF;
    margin-bottom: 8px;
    display: flex;
    gap: 10px;
	font-family: "Gotham M", Sans-serif;
}
.nk2-blog-date img.nk2-date-icon {
    width: 18px;
}

/* TITLE */
.nk2-blog-title {
    font-size: 30px;
    margin-bottom: 10px;
	font-weight:700;
	font-family: "Gotham M", Sans-serif;
}

.nk2-blog-title a {
    text-decoration: none;
    color: #191919;
    line-height: 35px;
    font-weight: 700;
}

.nk2-blog-title a:hover {
	text-decoration: none;
    color: #191919 !important;
}

/* EXCERPT */
.nk2-blog-excerpt {
    font-size: 18px;
    color: #23283F;
    margin-bottom: 14px;
    line-height: 1.6;
}

/* READ MORE */
.nk2-read-more {
    font-size: 20px;
    font-weight: 600;
    color: #5A75DF;
    text-decoration: none !important;
    display: inline-block;
    transition: 0.3s ease;
}

.nk2-read-more:hover {
    color:#5a75df !important;
}

.nk2-hidden-post {
    display: none;
}

.nk2-load-more-wrap {
    text-align: center;
    margin-top: 40px;
}

.nk2-load-more-btn {
    background: #5A75DF;
    color: #fff;
    border: none;
    padding: 20px 30px;
    border-radius: 2px;
    cursor: pointer;
    font-weight: 600;
	font-family: "Inter", Sans-serif;
	font-size:18px;
}
/* FORM WRAPPER */
.wpcf7 form {
    max-width: 700px;
}

/* ROW */
.nk2-form-row {
    display: flex;
    gap: 20px;
}

.nk2-col {
    flex: 1;
}

/* LABEL */
.wpcf7 label {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 500;
    color: #111;
}

.wpcf7 input {
	height:58px !important;
}

/* INPUTS */
.wpcf7 input,
.wpcf7 textarea {
    width: 100%;
    padding: 23px 13px;
    border-radius: 10px;
    border: 1px solid #E2E6F5;
    background: #fff;
    font-size: 18px;
    outline: none;
    transition: 0.3s ease;
	box-shadow: 0 6px 10px 0 rgba(224, 228, 244, 0.48);
}

.wpcf7 textarea {
    min-height: 120px;
    resize: none;
}

/* FOCUS */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border-color: #4f6ad7;
    background: #fff;
}

/* BUTTON */
.nk2-form-btn input[type="submit"] {
    width: 100%;
    background: linear-gradient(90deg, #5b6ee1, #4f6ad7);
    color: #fff;
    border: none;
    padding: 5px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
	font-family: "Inter", Sans-serif;
	font-size:22px;
}

.nk2-form-btn input[type="submit"]:hover {
    opacity: 0.9;
}
.nk2-form-row br {
    display: none;
}

.nk2-form-group br {
    display: none;
}
.nk2-form-btn input.wpcf7-form-control.wpcf7-submit {
    height: auto !important;
}
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #C3C7D9;
    opacity: 1; /* important for full color */
}

/* For better browser support */
.wpcf7 input::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder {
    color: #C3C7D9;
}

.wpcf7 input:-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder {
    color: #C3C7D9;
}
ul li a:hover {
    color: #5a75df !important;
}
.elementor-icon-box-content span {
    font-weight: 600;
}
.dien_sec a.elementor-button span.elementor-button-text {
    font-weight: 600;
}


@media screen and (min-width: 1200px) and (max-width: 1301px) {
	    .page-id-8 .elementor-8 .elementor-element.elementor-element-e1cc768 {
        min-height: 465px !important;
    }
	.main_banner_first .elementor-element.elementor-element-4eb0a4c.e-con-full.e-flex.e-con.e-child {
    gap: 15px;
}
}
@media screen and (min-width: 1200px) and (max-width: 3000px) {
	
	.e-con-inner {
    max-width:1040px !important;
	width:100%;
	margin:0 auto;
}
	
	nav.main-menu ul {
    gap: 40px;
}
	
	nav.main-menu ul li a {
    font-size: 14px;
}
	
	.nk-blog-title a {
        font-size: 18px;
        line-height: 22px;
    }
	.nk-blog-excerpt {
    font-size: 14px;
    line-height: 20px;
}
	.main_banner_first .e-con-inner {
   max-width:100% !important;
	width:100%;
	margin:0 auto;
}
	.footer_main_banner_first {
    padding-top: 120px;
}

.main_banner_first .e-con-boxed.e-con.e-child {
    max-width: 1040px !important;
    width: 100%;
    margin: 0 auto;
}
	.page-id-8 .main_banner_first .e-con-inner {
        padding-top: 150px !important;
    }
	.main_banner_first .e-con-boxed.e-con.e-child .e-con-inner {
    padding-top: 0px !important;
}
	.main_banner_first h2 {
    font-size: 40px !important;
}
	.footer_main_banner_first .elementor-element.elementor-element-63f74b2.e-con-full.e-flex.e-con.e-child {
    min-height: 440px;
}
	.main_header a.ekit-menu-nav-link {
    font-size: 16px !important;
}

.main_header span.elementor-icon-list-text {
    font-size: 16px;
}
	.klaar_sec .e-con-inner {
    max-width: 100% !important;
    width: 100%;
}
	.klaar_sec .e-con-boxed.e-con.e-child {
    max-width: 1040px !important;
    width: 100%;
    margin: 0 auto;
}
	.page-id-8 .elementor-8 .elementor-element.elementor-element-e1cc768 {
		min-height:400px;
	}
	.container.header-inner {
        padding: 10px;
        max-width: 1140px !important;
    }
	a.phone {
    font-size: 16px;
}
	a.contact-btn {
        font-size: 14px;
        padding: 14px;
        line-height: 100%;
    }
	nav.main-menu ul li {
    padding-left: 0px;
}

.over_three .elementor-element.elementor-element-fa14791 {
    padding-bottom: 15px;
}
	.footer_main_banner_first h2 {
        font-size: 14px !important;
    }
	.nk2-blog-title a {
    text-decoration: none;
    color: #191919;
    line-height: 25px;
    font-weight: 700;
	font-size:22px;
}
	button.nk2-load-more-btn {
    font-size: 14px;
    padding: 15px;
}
	.nk2-blog-excerpt {
    font-size: 14px;
    color: #23283F;
    margin-bottom: 14px;
    line-height: 1.6;
}
	.single_left_sec p{
		font-size:14px;
		line-height:22px;
	}
	.single_left_sec strong {
    font-size: 22px;
}
	.single_left_sec h2 {
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 22px;
}
	.cat-item {
    padding-bottom: 5px;
}
	.onze_sec .elementor-widget-image-box {
    height: 290px;
}
	.sw-row {
		margin-bottom:0px !important;
	}
	
	.sw-row:last-child {
		margin-bottom:50px !important; 
	}
	
	.sw-year {
    padding-bottom: 5px !important;
}
	.container.header-inner img.custom-logo {
        width: 65%;
    }
	.rc_post .row.no-gutters {
    align-items: center !important;
    padding-bottom: 0px;
}
	.cat-item {
    padding-top: 5px;
	font-size:14px;
}
	.dien_sec svg {
    width: 0.8em;
}
}



/* RESPONSIVE */
@media (max-width: 600px) {
    .nk2-form-row {
        flex-direction: column;
    }
}
/* RESPONSIVE */
@media (max-width: 992px) {
    .nk2-blog-grid.columns-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .nk2-blog-grid {
        grid-template-columns: 1fr !important;
    }
}
@media (max-width: 992px) {
    .nk-blog-grid.columns-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .nk-blog-grid {
        grid-template-columns: 1fr !important;
    }
	.main_banner_first .e-con-inner {
    padding-top: 75px;
}
.nk-blog-title {
    font-size: 20px;
 
}
	.nk-blog-title a {
    text-decoration: none;
    color: #111;
    font-family: "Gotham M", Sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
}
.main_banner_first .e-con-boxed.e-con.e-child .e-con-inner {
    padding: 0px 10px;
}
.onze_sec .elementor-widget-image-box {
    height: auto;
}
	.klaar_sec h2 br {
    display: none !important;
}
	.klaar_sec .e-con-boxed.e-con.e-child {
    padding: 0px 10px;
}
	.over_three br {
    display: none;
}
	.warm_sec br {
    display: none;
}
	.container.header-inner {
    padding: 20px 10px;
}
	.desk_top {
    display: block !important;
}
	.case_sec p {
    line-height: 1.3em !important;
}
	.case_check {
    width: 40% !important;
}
	.clmn_first {
    width: 80%;
}

.main_banner_first {
    background-position: 42% 15% !important;
}
	.page-id-399 .main_banner_first {
		background-position: 0% 15% !important;
	}
	.page-id-399 .clmn_first {
		width: 70%;
	}
	img.custom-logo {
    width: 60%;
    max-width: 100%;
}
	.nk-blog-img img {
    width: 100%;
    height: 230px;
}
}