/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/*:root {
    --color-primary: #009ED1;
    --color-secondary: #00377D;
    --color-text: #626262;
    --color-accent: #7DD449;
}*/
.home-category {
    position: relative;
    padding-bottom: 50px;
}
body:not([class*=elementor-page-]) .site-main {
    padding: 50px 0;
}
ul.category-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
ul.category-grid li.citem {
    width: calc(25% - 20px);
    margin: 10px;
    flex-direction: column;
    display: flex;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background-color: #00377d;
    min-height: 200px;
}
ul.category-grid li.citem .c-item-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
ul.category-grid li.citem .c-item-img:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: 1;
    opacity: 0.6;
}
ul.category-grid li.citem .c-item-img img {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    display: block;
}
ul.category-grid li.citem > a {
    transition: color 250ms linear;
    display: block;
    padding: 25px;
    height: 100%;
    text-decoration: none;
    position: relative;
    z-index: 1;
    color: #ffffff;
}
ul.category-grid li.citem > a:hover {
    color: #009ED1;
}
ul.category-grid li.citem > a span {
    display: block;
}
ul.category-grid li.citem .cicon {
    width: 64px;
}
ul.category-grid li.citem .ctitle {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 15px 0;
	    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 0;
}
ul.category-grid li.citem .cbadge {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background-color: #009ed1;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.filter-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #ebebeb;
    padding: 15px;
    gap: 20px;
	border-radius: 100px;
}
.filter-block .filter-input {
    flex: 1;
}
.filter-block .filter-select {
    max-width: 260px;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    border: 2px solid #f5f5f5;
    border-radius: 0;
    padding: 12px 20px;
    transition: all .3s;
    width: 100%;
    background-color: #f5f5f5;
    font-size: 14px;
	border-radius: 100px;
}
input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
    border-color: #009ed1;
    outline: none;
}
.filter-results {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 30px 0;
    column-gap: 20px;
    row-gap: 20px;
}
.filter-results article.filter-item {
    padding: 20px 30px 60px;
    background-color: #e4f8ff;
    width: calc(50% - 10px);
    color: #000;
    font-size: 16px;
    position: relative;
    border-radius: 20px;
}
.no-result {
    font-size: 18px;
    font-weight: 600;
}
.filter-results .filter-fields {}
.filter-fields .field-item {
    padding: 10px 0;
    word-wrap: break-word;
    border-bottom: 1px solid #a7dbed;
}
.filter-fields .field-item.phone {}
.filter-fields .field-item.email {}
article.filter-item .filter-brief {
    padding-top: 10px;
}
.filter-fields .field-item .heading {
    margin: 5px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}
.filter-fields .field-item .text {
    margin: 0px;
}
.filter-fields .field-item .item-title {
    font-size: 17px;
    color: #000;
    margin: 5px 0;
}
.filter-fields .field-item a {
    color: inherit;
}
.filter-fields .field-item a:hover {
    color: #00377d;
}
.filter-fields .field-item:last-child {
    border: none;
    padding-bottom: 0px;
}
.filter-footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0 30px 30px 30px;
}
.filter-footer .button {
    display: inline-block;
    border: none;
    color: #000000;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 700;
    line-height: 1.3;
    background: url(images/link-icon-1.svg) right center no-repeat;
    background-size: 18px auto;
    padding: 2px 25px 0 0;
}
.filter-footer .button:hover {
    color: #00377d;
    background: url(images/link-icon-2.svg) right center no-repeat;
    background-size: 18px auto;
}
.filter-footer .button.edit {
    background: url(images/edit-icon-1.svg) right center no-repeat;
    background-size: 20px auto;
}
.filter-footer .button.edit:hover {
    background: url(images/edit-icon-2.svg) right center no-repeat;
    background-size: 20px auto;
}
.filter-footer .button.pdf {
    background: url(images/pdf-icon-1.svg) right center no-repeat;
}
.filter-footer .button.pdf:hover {
    background: url(images/pdf-icon-2.svg) right center no-repeat;
}
.filter-footer .button.print {
    background: url(images/printer-icon-1.svg) right center no-repeat;
    background-size: 20px auto;
}
.filter-footer .button.print:hover {
    background: url(images/printer-icon-3.svg) right center no-repeat;
    background-size: 20px auto;
}
.loadmore-items {
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 0 30px 0;
}
article.single-item {
    position: relative;
}
.field-item .text.brief-content {
    margin-top: 20px;
}
h1.single-heading {
    font-size: 36px;
    margin-bottom: 30px;
    color: #00377d;
    line-height: 1.3;
}
.single-item .filter-fields .field-item {
    display: flex;
    flex-wrap: wrap;
}
.single-item .filter-fields .field-item .heading {
    width: 220px;
}
.single-item .filter-fields .field-item .item-title {
    flex: 1;
}
.single-item .filter-fields .field-item.brief {
    display: block;
}
.single-item .filter-fields .field-item.brief .heading {
    width: 100%;
}
.filter-footer.single {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 25px 0;
    gap: 40px;
}
.archive-heading-wrapper{
	    background: #00377d url(images/bg-6.jpg) no-repeat center center;
    padding: 40px 0px;
    background-size: cover !important;
	position: relative;
}
.archive-heading-wrapper:before {
    content: "";
    position: absolute;
    background: #000;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    opacity: 0.6;
}
.single-heading-wrapper{
	    background: #fff url(images/bg-4.jpg) no-repeat center center;
    padding: 40px 0px;
    background-size: cover;
}
.archive-heading-top {
    position: relative;
    display: flex;
    align-items: center;
        max-width: 1140px;
    margin: 0 auto;
}
.archive-heading-top .archive-icon {
    width: 64px;
}
.archive-heading-top .archive-title {
    flex: 1;
    padding-left: 25px;
}
.archive-title .single-heading {
    margin: 0;
	color: #ffffff;
}
.loadmore-items .s-loading{
        background: #fff url(images/loading.gif) no-repeat center center / 20px auto;
    text-indent: -9999px;
    overflow: hidden;
	box-shadow: none;
}
.loadmore-items .s-loading:hover, .loadmore-items .s-loading:focus{
	    background-color: transparent;
}
.filter-results.s-loading{min-height: 200px;}
.filter-results.s-loading:before {
    display: block;
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	    background: #ffffff url(images/loading.gif) no-repeat center center;
    background-size: 30px auto;
    min-height: 150px;
}
.comments-area a, .page-content a {
    text-decoration: none;
}
.elementor-widget-text-editor ol li, .elementor-widget-text-editor ul li{margin-bottom:10px;}
.filter-block .filter-select button{
box-shadow: none;
}
@media (max-width: 1200px) {
    ul.category-grid li.citem > a {
        padding: 20px;
    }
    ul.category-grid li.citem .cicon {
        width: 55px;
    }
    ul.category-grid li.citem .ctitle {
        font-size: 13px;
    }
    ul.category-grid li.citem .cbadge {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }
    .filter-results article.filter-item {
        font-size: 15px;
    }
    h1.single-heading {
        font-size: 22px;
    }
}
@media (max-width: 992px) {
    body:not([class*=elementor-page-]) .site-main {
        padding: 35px 20px;
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    ul.category-grid li.citem {
        width: calc(33.33% - 20px);
    }
    .filter-results article.filter-item {
        width: 100%;
        padding: 10px 20px 20px;
    }
    .filter-footer {
        position: relative;
        padding: 0;
    }
    .single-item .filter-fields .field-item {
        display: block;
    }
    .single-item .filter-fields .field-item .heading {
        width: 100%;
    }
    .filter-footer.single {
        gap: 10px;
    }
}
@media (max-width: 600px) {
    ul.category-grid li.citem {
        width: calc(50% - 20px);
    }
}
@media (max-width: 370px) {
    ul.category-grid li.citem {
        width: calc(100% - 20px);
    }
    .filter-footer .button {
        margin: 5px 0;
    }
    .filter-footer.single {
        flex-direction: column;
    }
}
@media print {
    .filter-footer, #site-footer, #site-header {
        display: none !important;
    }
    h1.single-heading {
        font-size: 26px;
        margin-bottom: 30px;
    }
}