@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Bungee&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Share+Tech&display=swap');
boby {font-family: "Roboto", sans-serif !important; }
/*font-family: "Share Tech", sans-serif;*/
h1, h2, h3, h4, h5, h6 {
    font-family: "Bungee", sans-serif !important; 
    color: #0F2239;
    text-transform: none;
    font-weight: 500 !important;
    line-height: 1.4;
    margin: 0px 0px 15px;
	letter-spacing:1px !important;
	width:100% !important;
}
.cus-blog-title {
    margin-bottom: 13px !important; width:100% !important;
}
.blog-title, .pagi-title, .breadcumb-title {
    word-break: break-word; width:100% !important;
}
.cus-blog-single {
    position: relative;
    margin-bottom: var(--blog-space-y, 40px);
    box-shadow: rgba(234, 237, 242, 0.5) 0px 7px 14px 0px;
    padding: var(--blog-space-y, 40px) var(--blog-space-x, 40px);
    border: 1px solid #ecf1f9;
    border-radius: 10px;
}
.th-blog {
    margin-bottom: 30px;
}
.blog-img {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
p {
    font-family: font-family: "Roboto", sans-serif;
    color: #4D5765;
    line-height: 1.75;
    margin: 0px 0px 18px;
	width:100% !important;
}
.checklist ul {
    padding-left: 0px;
    text-align: left;
    margin-bottom: 0px;
    list-style: none !important;
}
.checklist li {
    color: #0F2239;
    margin-bottom: 10px;
    font-weight: 500;
    position: relative;
    padding-left: 28px;
	list-style: none !important;
}
.checklist li::before {
    /*content: "";
    font-family: var(--icon-font);*/
    font-weight: 900;
    color: #253976;
    position: absolute;
    left: 0px;
    transition: 0.3s ease-in-out;
}
dl, ol, ul { margin-left: 0rem; padding-left: 0rem; list-style:none !important;}
.footer-contact-wrap {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}
.footer-contact {
    display: flex;
    gap: 15px;
    padding: 30px 0px;
}
.footer-contact_icon {
    color: #fff;
    font-size: 24px;
    --btn-size: 60px;
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.12);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.34);
    border-image: initial;
    border-radius: 50%;
}
.footer-contact_icon::after, .footer-contact_icon::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 20px;
    width: 20px;
    z-index: -2;
    background: #253976;
    border-radius: 50%;
}
.footer-contact_icon i {
    height: 100%;
    width: 100%;
    backdrop-filter: blur(9.8px);
    line-height: 60px;
    border-radius: 50%;
}
.icon-btn {
    display: inline-block;
    width: var(--btn-size, 50px);
    height: var(--btn-size, 50px);
    line-height: var(--btn-size, 50px);
    font-size: var(--btn-font-size, 16px);
    background-color: var(--icon-bg, #ffffff);
    color: #fff;
    text-align: center;
    border-radius: 50%;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}
.footer-contact_link {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    display: block;
    margin-bottom: -0.2em;
}
.footer {background:#031835 !important; width:100% !important; height:40px;}
.footer p {margin: 0 auto !important;}