/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 12 2026 | 04:19:16 */
.block-editor-iframe__body, 
.editor-styles-wrapper.block-editor-writing-flow {
	padding: 0 20px;
}

.elementor-widget-text-editor h2, .elementor-widget-text-editor h3, .elementor-widget-text-editor h4, .elementor-widget-text-editor h5, .elementor-widget-text-editor h6 {
	margin: 40px 0 20px 0;
	padding: 0;
	line-height: 1.1;
}

.single-post .post .elementor-widget-text-editor h2, .single-post .post .elementor-widget-text-editor h3, .single-post .post .elementor-widget-text-editor h4, .single-post .post .elementor-widget-text-editor h5, .single-post .post .elementor-widget-text-editor h6 {
	font-size: 26px;
	font-weight: 600;
	color: #00325d;
}

.elementor-widget-wp-widget-categories h3, .elementor-widget-wp-widget-categories h4, .elementor-widget-wp-widget-categories h5, .elementor-widget-wp-widget-categories h6, 
.elementor-widget-wp-widget-tag_cloud h3, .elementor-widget-wp-widget-tag_cloud h4, .elementor-widget-wp-widget-tag_cloud h5, .elementor-widget-wp-widget-tag_cloud h6 {
    font-size: 16px;
    font-weight: 700;
    color: #00325d;
    margin-bottom: 15px;
}

.single-post .post .elementor-widget-text-editor ul {
    padding-bottom: 15px;
}

/*
:root :where(p) {
    font-size: inherit !important;
}
*/
.p-font-size-15px {
	font-size: 15px !important;
}
.p-font-size-16px {
	font-size: 16px !important;
}
.p-font-size-17px {
	font-size: 17px !important;
}

p {
    margin-block-start: 0;
}

.elementor-widget-text-editor p a {
    text-decoration: underline;
}

.link-no-underline p a {
    text-decoration: none;
}

/* ---------------------------------------------
  Blocks
--------------------------------------------- */

/* List */

ul.wp-block-list, 
.elementor-widget-text-editor ul {list-style: none;}

.elementor-widget-text-editor ul {padding-left: 10px;}

ul.wp-block-list li, 
.elementor-widget-text-editor ul li {position: relative; padding-left: 20px;}

.pricing-packages-outer-wrap.elementor-widget-text-editor ul li {padding-left: 16px;}

.elementor-widget-text-editor ul li {margin-bottom: 5px;}

ul.wp-block-list li:before, 
.elementor-widget-text-editor ul li:before {
	font-family: FontAwesome;
	font-size: 13px;
	content: "\f058";
	color: #017e9c;
	position: absolute;
	top: 1px;
	left: 0;
}

.pricing-packages-outer-wrap .elementor-widget-text-editor ul li:before {
	content: "\f00c";
	font-size: 11px;
}

ul.wp-block-list.white-bullets li:before,
.elementor-widget-text-editor.white-bullets ul li:before {color: #fff;}

.footer-nav-list ul {padding-left: 0;} 
.footer-nav-list li {padding-left: 5px !important;}
.footer-nav-list li:before {content: none; display: none;}
.footer-nav-list li a {text-decoration: none !important;}

/* ---------------------------------------------
  Elementor
--------------------------------------------- */

/* Blocky Style */

.no-thumbnail .elementor-main-swiper.elementor-thumbnails-swiper {
    display: none;
}

.swippy-reviews .swiper-slide {
    background: #fff;
    box-shadow: 0 0 15px 0 #ccc;
}

/* Blog */

.elementor-widget-wp-widget-categories ul {
    list-style: none;
	font-size: 15px;
    padding: 0;
    margin: 0;
    display: block;
}

.elementor-widget-wp-widget-categories li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.elementor-widget-wp-widget-categories li, .elementor-widget-wp-widget-categories li a, 
.elementor-widget-wp-widget-tag_cloud .tagcloud a {color: #00325d;}

.elementor-widget-wp-widget-categories li:hover, .elementor-widget-wp-widget-categories li a:hover, 
.elementor-widget-wp-widget-tag_cloud .tagcloud a:hover {color: #017e9c;}

.elementor-widget-wp-widget-tag_cloud .tagcloud a {
    font-size: 13px !important;
    padding: 3px 6px;
    background: #f6fcfd;
    margin: 4px !important;
    display: inline-block;
    border-radius: 4px;
}
.elementor-widget-wp-widget-tag_cloud .tagcloud a:hover {background: #ecf8fa;}

.elementor-widget-text-editor pre {
    margin: 60px 30px 50px 30px;
    padding: 30px;
    border: 3px solid #017e9c;
    font-family: inherit;
    line-height: 1.2;
}
.elementor-widget-text-editor pre em {
    background: #dbe7e9;
    padding: 10px 30px;
    font-size: 15px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    color: #00325d;
}
.elementor-widget-text-editor pre a {
    display: block;
    font-size: 26px;
    font-weight: 700;
    margin-top: 30px;
    color: #017e9c;
}

@media screen and (max-width: 940px) {
	
	.process-step-right-wrap {border-left: 1px solid #dbe7e9;}
	.process-step-col-heading {background: transparent !important;}
	
}

@media screen and (max-width: 880px) {
	
	.position-relative-880px {position: relative !important;}
	
	.process-step-right-wrap {border-left: 0;}
	.process-step-col-number {border-bottom: 1px solid #dbe7e9;}
	
}