<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">img {
    max-width: 100%;
}
/* Blog Archive Start */
.blog_archive {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 50px 0;
}
.blog_archive .post-thumbnail img{
    height: 300px;
    object-fit: cover;
}
.blogs_post {
    box-shadow: 0 0 6px #0000008a;
    background-color: #fff;
}
.blogs_post .post_content {
    padding: 20px 25px;
}
.blogs_post .entry-title a {
    font-size: 25px;
    text-decoration: none;
    color: #0d2a34;
}
.btn-more {
    display: block;
    width: fit-content;
    padding: 6px 15px;
    border: 1px solid #bcbc32;
    color: #bcbc32;
    text-decoration: none;
    margin-top: 20px;
}
    /* Blog Archive End */
    .single-page-banner {
        height: 300px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #fff;
        position: relative;
        z-index: 1;
        background-size: cover;
    }
    .single-page-banner:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background: #000000;
        z-index: -1;
        opacity: 0.5;
    }
    .posted-on a {
        text-decoration: none;
        color: #bcbc32;
    }
    .post_content {
        padding: 50px 0;
    }
    nav.navigation.post-navigation {
        padding: 25px 0;
        border-top: 1px solid #0000004a;
        border-bottom: 1px solid #0000004a;
        margin: 30px 0;
    }
    nav.navigation.post-navigation a {
        text-decoration: none;
    }
    .comment-form label {
        display: block;
        margin-bottom: 4px;
    }
    .comment-form input, .comment-form textarea{
        width: 50%;
    }
    p.comment-form-cookies-consent {
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 15px;
    }
    p.comment-form-cookies-consent input{
        width: auto;
    }
/*****Header Desktop***/
.site_header {
    padding: 26px 50px;
    z-index: 99;
    width: 100%;
    box-shadow: 0px -70px 100px #333;
    background: linear-gradient(46deg, #0C2A33, #0C2A33, #0C2A33, #089B82) !important;
}
.header.site_header.sticky {
    position: fixed;
    top: 0;
}
.site_header .custom-logo-link img {
    max-height: 60px;
    width: auto;
    transition: all .3s ease;
    object-fit: contain;
}
.site_header.sticky .custom-logo-link img {
    height: 40px;
    transition: all .3s ease;
}
/*****Header Desktop***/
/*****Footer Start***/
ul.f-socail {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 16px;
}
.footer-area{
    background-position: center;
    background-size: cover;
}
ul.f-socail a {
    font-size: 16px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 30px;
    text-decoration: none;
    color: #fff;
}
.footer-area .widget_media_image {
    margin-bottom: 20px;
}
.widgets_footer .menu {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.widgets_footer .menu a{
    text-decoration: none;
    color: #fff;
}
.widgets_footer .menu a:hover{
    color: #bcbc32;
}
h3.widget-title {
    margin-bottom: 20px;
}
.copyright-text {
    text-align: center;
    padding: 15px 0;
    background: #0a635b;
}
.copyright-text p{
    margin-bottom: 0;
}
/*****Footer End***/
/*Banner start*/
.breadcrums a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
}
/*Banner End*/
@media (min-width:1440px){
    /* Blog Archive Start */
.blog_archive {
    grid-template-columns: 1fr 1fr 1fr;
}
/* Blog Archive End */
}
/*****Header min 1200***/
 @media (min-width: 1200px){
    /*****Header css****/
    #site-nav {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    gap: 20px;
}
    #togglearrow{
        display: none;
    }
    .primery-menus ul{
        list-style: none;
    }
    .primery-menus li a:before {
    content: "";
    width: 0%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .6s ease;
    background-color: #fff;
    right: 0;
    margin: auto;
}
.primery-menus li a:hover::before {
    width: 90%;
    transition: .6s ease;
}
.primery-menus .current-menu-item a:before{
    width: 90%;
}
.primery-menus li a {
    font-size: 16px;
    display: inline-block;
    font-family: 'Varela Round', sans-serif;
    font-weight: 500;
    color: #ffffff;
    margin: 0 5px;
    line-height: 1.3;
    border-radius: 50px;
    padding: 10px 0px;
    width: 100%;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: .6s ease;
}
    .site_header .menu-item-has-children .sub-menu {
        display: none;
        position: absolute;
        background: #f3f3f3;
        text-align: left;
        border-radius: 10px;
        padding: 0;
    }
    .site_header .menu-item-has-children .sub-menu a {
    border-radius: 0px;
    padding: 10px 15px;
    color: #000;
    font-size: 14px;
    
}
    .site_header ul.sub-menu li {
        display: block;
        margin: 0;
        position: relative;
    }
    .site_header ul.sub-menu&gt;li:first-of-type&gt;a {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom: 1px solid #000;
    }
    .site_header .menu-item-has-children:hover&gt;ul.sub-menu {
        display: block;
    }
    .site_header .sub-menu li a:hover {
    background: var(--accentalt) !important;
    color: #bcbc32 !important;
}
    .site_header .sub-menu li:last-of-type&gt;a {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .primery-menus .sub-menu a {
        margin: 0 0 !important;
        text-align: left;
    }
    .primery-menus li.menu-item-has-children &gt; a:after {
        content: "\f078";
        margin: auto;
        font: normal normal normal 14px/1 FontAwesome;
        height: 100%;
        color: #fff;
        position: relative;
        left: 4px;
    }
    .site_header .menu-item-has-children .sub-menu .menu-item-has-children &gt; a:after, 
    .site_header .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu .menu-item-has-children &gt; a:after{
        content: "\f054";
        font: normal normal normal 13px/1 FontAwesome;
    }
    .site_header .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu{
        position: absolute;
        background: #f3f3f3;
        text-align: left;
        border-radius: 10px;
        right: 0;
        transform: translateX(100%);
        top: 0;
    }
    .remote-svg a {
        background: #ff0264 !important;
        padding: 10px 10px !important;
    }

    /*****Header css****/
}
.mobile-menu {
    display: none;
}
/*****Header min 1200***/
/*****Header max 1199***/
@media (max-width: 1199px){
    /*****Header css****/
    .navbar-toggler.mobile-menu.collapsed &gt; div {
        width: 25px;
        height: 3px;
        background: #fff;
        margin: 5px auto;
    }
    .navbar-toggler.mobile-menu &gt; div {
        margin: auto;
        width: 25px;
        height: 3px;
        background: #fff;
    }
    .navbar-toggler.mobile-menu.collapsed &gt; div:nth-child(1) {
        transform: rotate(
            0deg);
        position: static;
    }
    .navbar-toggler.mobile-menu.collapsed &gt; div:nth-child(2){
        display: block;
    }
    .navbar-toggler.mobile-menu.collapsed &gt; div:nth-child(3){
        transform: rotate(
            0deg);
    }
    .navbar-toggler.mobile-menu &gt; div:nth-child(1) {
        transform: rotate( 
            -45deg);
        position: relative;
        top: 2px;
    }
    .navbar-toggler.mobile-menu &gt; div:nth-child(2){
        display: none;
    }
    .navbar-toggler.mobile-menu &gt; div:nth-child(3){
        transform: rotate(
            45deg);
    }
    .mobile-menu {
        margin: 0;
        width: 55px;
        height: 55px;
        background: #bcbc32;
        border-radius: 100%;
        padding-bottom: 7px;
    }
    .navbar-toggler.mobile-menu:focus {
        box-shadow: none;
        background: #bcbc32;
    }
    .p-static{
        position: static;
    }
    #site-nav {
        position: absolute;
        z-index: 99;
        height: 100vh !important;
        top: 0;
        left: -76%;
        width: 75%;
        list-style: none;
        text-align: left;
        background: #fff;
        box-shadow: 0 0 10px -4px black;
        transition: 0.5s ease;
        padding: 20px;
    }
    .site_header {
    padding: 20px 10px;
}
   .primery-menus .menu-item a {
    height: auto;
    width: 100%;
    display: block;
    position: relative;
    padding: 0;
    font-size: 16px;
}
    .primery-menus .sub-menu {
        list-style: none;
        padding: 0;
    }
    .primery-menus .menu-item-has-children &gt; .sub-menu li a {
    padding-left: 4% !important;
}
    .primery-menus .menu-item-has-children .sub-menu{
        display: none;
    }
    .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu a {
        padding-left: 6% !important;
    }
    .primery-menus .menu-item:focus-within &gt; a{
        background: #ffbe2e;
    }
    #site-nav {
        overflow-y: auto;
    }
    #site-nav::-webkit-scrollbar {
        width:2px;
        background: #af4c73;
    }
    .info_widget .info {
        margin-top: 0;
    }
    #togglearrow {
    /* height: 60px; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33px;
    font-size: 16px;
    position: absolute;
    color: #fff;
    right: 0;
    z-index: 1;
    top: 0;
    cursor: pointer;
    background: #bcbc32;
}
    .primery-menus .menu-item-has-children {
        position: relative;
    }
    .primery-menus .menu-item-has-children.cst_active &gt; #togglearrow {
        transform: rotate(
            180deg);
    }
    .primery-menus .menu-item-has-children &gt; #togglearrow {
        transform: rotate(
            0deg);
    }
    .primery-menus .menu-item-has-children .sub-menu li a {
    border-bottom: 0 solid #212121;
    color: #525252 !important;
}
    .collapse.show {
        left: 0 !important;
        transition: 0.5s ease !important;
    }
    .mobile-menu {
        display: block;
    }
   #site-nav li a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    padding: 8px 0;
    border-bottom: 1px solid #c9c9c9;
}
#site-nav li.page_item {
    border-bottom: 1px solid #00000012;
    padding: 10px 0;
}
/* 	Slider Image height */
	/* Image height */
.elementor img{
/* 	height: 100% !important; */
    max-width: auto !important;
    object-fit: cover;
}
	
    /*****Header css****/
}
/*****Header max 1199***/
/*****Header max 767***/
@media (max-width: 767px){
    /***header***/
    .mobile-menu {
        width: 50px;
        height: 50px;
        padding-bottom: 4px;
    }
    .site_header {
    padding: 20px 5px;
}
}
/*****Header max 767***/
@media (max-width:575px){
        /* Blog Archive Start */
.blog_archive {
    grid-template-columns: 1fr;
}
/* Blog Archive End */
}</pre></body></html>