/*!
Theme Name: onfinio
Theme URI: https://them.es/starter
Author: onfinio
Author URI: https://www.onfiniombs.com/
Description: onfinio
Version: 3.6.1
Requires at least: 5.0
Tested up to: 6.9
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: onfinio
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */

/* From http://codex.wordpress.org/CSS */
:root {
    --pri-color: #F63B3B;
    --sec-color: #ED2121;
    --font-2:  "Manrope";
}


body {
    font-family: "Lato"!important;
    font-weight: 400;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
     font-family: "Lato"!important;
    font-style: normal;
    color: #000;
}

p {
    font-family: "lato";
    color: #333333;
    font-size: 20px;

}
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


.navbar-brand img {
	max-width: 170px;
}

/*---------------------- Nabeel Css Start -------------------*/

.inner-banner {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    width: calc(100% - 40px);
    min-height: 400px;
    padding: 0;
    display: flex;
    align-items: center;
    background-size: 100% 100%;
    margin: 0 auto;
    border-radius: 20px;
}

    .inner-banner h1 {
       	font-size: calc(28px + (50 - 28) * ((100vw - 300px) / (1920 - 300)));
        font-weight: 700;
        color: #fff;
    }

    .inner-banner p {
        font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
        font-weight: 400;
        color: #fff;
    }

	.blog-sec{
		position: relative;
		padding: 100px 0;
	}
.blog-box {
    position: relative;
    background-color: #fff;
    border: 0;
    border-radius: 25px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 40px;
}


    .blog-box .blog-box-img img {
        position: relative;
        width: 100%;
        padding: 12px;
        padding-bottom: 0;
        margin-bottom: 0;
        border: 0;
        border-radius:40px;
    }

    .blog-box .blog-box-img span {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        background-color: rgba(246, 59, 59, 1);
        border: 0;
        border-radius: 35px;
        padding: 8px 18px;
        text-align: center;
        text-transform: uppercase;
        position: absolute;
        top: 35px;
        right: 35px;
    }

    .blog-box .blog-box-content {
        min-height: 300px;
        padding: 20px 25px;
    }

.blog-contHeight {
    min-height: 210px;
}

        .blog-box .blog-box-content h2 {
            font-size: calc(22px + (28 - 22) * (100vw - 320px) / (1920 - 320));
            font-weight: 700;
            color: rgba(0, 0, 0, 1);
            margin-bottom: 10px;
        }

        .blog-box .blog-box-content p {
            font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
            font-weight: 400;
            color: rgba(89, 89, 89, 1);
            margin-bottom: 25px;
        }

.blog-btn {
    background-color: rgba(0, 0, 0, 1);
    border: 0;
    border-radius: 35px;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    padding: 13px 30px;
    margin: 15px 0;
    transition: 0.4s ease-in;
    border: 0;
}

    .blog-btn:hover {
        background-color: rgb(246 59 59);
        color: #fff;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        /*border: 2px solid rgb(246 59 59);*/
        transition: 0.3s ease-in-out;
    }

.blog-btn:hover {
    background-color: #f63b3b;
    color: #fff;
}

.blog-box-date {
    border-top: 1px solid rgba(222, 222, 222, 1);
    padding: 14px 25px;
}

.blog-detail-img img {
    border: 0;
    border-radius: 0;
    width: 100%;
    margin-bottom: 45px;
}

.blog-detail-content h4 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}
.blog-detail-content img{
    border: 0;
    border-radius: 40px;
}

.blog-detail-content h5 {
    font-size: calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
    color: rgba(89, 89, 89, 1);
    margin-bottom: 15px;
}

.blog-detail-content p {
    font-size: calc(13px + (18 - 13) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
    color: rgba(89, 89, 89, 1);
    margin-bottom: 15px;
}
    .blog-detail-content p a {
        text-decoration: none;
        color: #0d6efd;
        font-weight: 500;
    }
        .blog-detail-content p a:hover {
            font-weight: 500;
        }
        .search-box {
            position: relative;
            margin-bottom: 40px;
        }

    .search-box input {
        width: 100%;
        border: 1px solid rgba(167, 167, 167, 1);
        border-radius: 170px;
        height: 70px;
        padding: 10px 25px;
        background-color: transparent;
    }

.recent-post {
    border: 1px solid rgba(167, 167, 167, 1);
    border-radius: 20px;
    padding: 40px;
    position: relative;
    margin-bottom: 50px;
}

    .recent-post:before {
        content: "";
        width: 5px;
        height: 35px;
        position: absolute;
        background-color: rgba(246, 59, 59, 1);
        left: 0;
        top: 50px;
    }

.blog-sidebar h5 {
    font-size: calc(24px + (35 - 24) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
    position: relative;
}
/*.blog-sidebar h5:before {
    content:"";
    width:5px;
    height:35px;
    position:absolute;
    background-color:rgba(246, 59, 59, 1);
    left:0;
    top:100px;
}*/
.recent-box {
    display: flex;
    align-items: start;
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid rgba(167, 167, 167, 1);
    padding-bottom: 15px;
    gap:20px;
}

    .recent-box .recent-box-img img {
        border: 0;
        border-radius: 12px;
        /* width: 140px; */
        /* height: 80px; */
        object-fit: contain;
        min-height: 100px;
        max-width: 100px;
    }

    .recent-box .recent-box-text {
         font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
        font-weight: 400;
    }

    .recent-box-text a {
        text-decoration:none;
    }

    .recent-box .recent-box-text span {
        color: rgba(246, 59, 59, 1);
    }

    .recent-box .recent-box-text p {
        margin-top: 12px;
        font-size: 12px;
        line-height: 1;
    }

.recent-list {
    padding: 0;
    margin: 0;
}

    .recent-list li {
        border-bottom: 1px solid rgba(167, 167, 167, 1);
        list-style: none;
        font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
        font-weight: 400;
        margin-bottom: 12px;
        padding-bottom: 12px;
    }

        .recent-list li a {
            color: rgba(246, 59, 59, 1);
            text-decoration: none;
        }

.blog-detail-content {
    /*border-bottom: 1px solid rgba(167, 167, 167, 1);*/
    margin-bottom: 35px;
    padding-bottom: 35px;
}

.blog-social {
    display: flex;
    align-items: center;
}

    .blog-social a {
        margin-right: 10px;
        color: rgba(246, 59, 59, 1);
        text-decoration: none;
        font-size: 26px;
    }

	.recent-post-item {
    display: flex;
    gap: 15px;
    /* align-items: center; */
	margin-bottom: 25px;
}

.recent-post-thumb img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 6px;
}

.recent-post-title {
    font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (1920 - 300)));
    margin-bottom: 10px;
	color: #000;
}
.recent-post-title a{
	color:rgba(246, 59, 59, 1);
	font-weight: 400;
}
.recent-post-date{
    font-size: calc(10px + (12 - 10) * ((100vw - 300px) / (1920 - 300)));
	color: #595959;
}
.single-blog{
	position: relative;
	padding-top:80px;
}
.single-blog article{
	padding: 0;
}
.single-blog .post-thumbnail img{
	width: 100%;
	border: 0;
	height: 450px;
	object-fit: cover;
	border-radius: 20px;
	margin-bottom: 25px;
	position: relative;
	top: -25px;
}
.widget-area form{
	border: 1px solid #a7a7a7;
	border-radius: 40px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.widget-area form input{
	border: 0;
	background-color: transparent!important;
	padding: 15px 20px;

}
.widget-area form input:focus{
	outline: 0;
	box-shadow: none;
		background: transparent;
		border: 0;

}
.wp-block-search__button {
	display: none;
}
.wp-block-search__label{
	display: none;
}
.sidewidget{
	position: relative;
		border: 1px solid #a7a7a7;
		border-radius: 20px;
		padding: 30px 40px;
        margin-top: 50px;
     
}
.recentposts{
	position: relative;
		/* border: 1px solid #a7a7a7;
		border-radius: 20px;
		padding: 30px 40px; */
        
     
}
.recent-post-slider {
    height: 450px; /* adjust based on 4 slides */
}

.recent-post-slider .slick-list {
    height: 100% !important;
}

.recent-post ul{
	padding:30px 15px!important;
}
.recent-post .recent-post-li{
	margin-bottom: 12px;
}
.recentposts h3{
	font-size: calc(24px + (30 - 24) * ((100vw - 300px) / (1920 - 300)));
	font-weight: 600;
	margin-bottom: 20px;
}

.sidewidget:before {
  content: "";
  width: 5px;
  height: 35px;
  position: absolute;
  background-color: rgba(246, 59, 59, 1);
  left: 0;
  top: 50px;
}

#comments{
	padding-bottom: 80px;
}

/* Header */
#header .container{
    position: relative;
}
.navbar-nav{
    margin-top: 5px;
}
.navbar-nav .nav-link{
    color: #000;
    font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    margin: 0 20px;
}
.navbar-nav .dropdown-menu{
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
.navbar-nav .dropdown-menu li{
    list-style: none;
    
}
.navbar-nav .dropdown-menu li a{
    color: #000;
    padding: 8px 12px;
}
.navbar-nav .dropdown-menu li a:hover{
    background-color: #F63B3B;
    color: #fff;
}
.navbar-nav .dropdown-item.active, .dropdown-item:active{
    background-color: transparent;
}
.navbar-nav .contact-btn a{
      background-color: #F63B3B;
  text-decoration: none;
  color: #fff;
  padding: 12px 20px;
  border-radius: 25px;
  transition: 0.3s ease-in-out;
    position: absolute;
    right: 0;
    width: 125px;
    text-align: center;
}
/* Header */
/* Footer Style */
.footer-bgBox {
    background: #000;
    border-radius:20px;
    margin: 0 20px 20px;
    position: relative;
    min-height: 335px;
    padding-top: 50px;
}

/*    .footer-bgBox:before {
        position: absolute;
        content: "";
        top: -80px;
        background-image: url(/assets/images/hm-footer-bgBox.webp);
        width: 100%;
        height: 80px;
        background-repeat: no-repeat;
        background-size: contain;
    }*/

.foot-LogoDiv {
    position: relative;
}

    .foot-LogoDiv h6 {
        font-size: 60px;
        color: #fff;
        font-family: 'Inter';
        margin-top: -20px;
    }

    .foot-LogoDiv p {
        color: #FFFEFF;
        font-size: 22px;
        font-weight: 500;
        padding-top: 10px;
    }

.subs-form input {
    background: #FFFEFF;
    border-radius: 24px;
    border: 0;
    padding: 10px 12px 10px 20px;
    margin-right: 8px;
}

    .subs-form input::placeholder {
        font-size: 15px;
        color: #595959;
    }

.subs-form .subs-btn {
    background: #000;
    color: #fff;
    border-radius: 24px;
    border: 0;
    padding: 10px 20px;
}


.socialLinks {
    display: flex;
    gap: 14px;
}

    .socialLinks span a {
        text-decoration: none;
        color: #FFFEFF;
        font-size: 19px;
        font-weight: 500;
    }


.foo-ss-icon {
    color: #fff;
    font-size: 20px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f63b3b;
    border-radius: 4px;
    text-decoration: none;
    transition:0.3s ease-in;
}
.foo-ss-icon i{
     color: #fff;
    font-size: 20px;
}
.foo-ss-icon:hover {
   background-color:#ccc;
   color:#000;
}
.footerLast {
    padding: 10px;
    border-top: 1px solid #ffffff40;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.privacy-terms a {
    color: #ececec;
    /* font-size: 16px; */
     font-size: calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320));
    text-decoration: none;
    transition:0.3s ease-in;
}

.footer-bgBox .row {
    justify-content: space-between;
}

.footerLast span {
    color: #FFFEFF;
     font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
}

.privacy-terms {
    display: flex;
    gap: 12px;
}

.privacy-terms a:hover {
    color: var(--pri-color);
}

.fooNav-title {
    color: #FFFEFF;
    font-size: 20px;
    font-weight: 600;
}

.fooNav-list {
    padding-left: 0;
    list-style: none;
}

    .fooNav-list li a {
        color: #FFFEFF;
        font-size: 16px;
        text-decoration: none;
        transition: 0.3s ease-in-out;
    }

        .fooNav-list li a:hover {
            color: var(--pri-color);
        }


    .blog-detail-content {
    /*border-bottom: 1px solid rgba(167, 167, 167, 1);*/
    margin-bottom: 35px;
    padding-bottom: 35px;
}    
.blog-detail-content h4 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    background-color: var(--pri-color);
    padding: 5px 10px;
    display:block;
    margin:10px 0;
    border: 0;
    border-radius: 10px;
}

.blog-detail-content h5 {
    font-size: calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
    color: rgba(89, 89, 89, 1);
    margin-bottom: 15px;
}

.blog-detail-content p {
    font-size: calc(13px + (18 - 13) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
    color: rgba(89, 89, 89, 1);
    margin-bottom: 15px;
}
    .blog-detail-content p a {
        text-decoration: none;
        color: #0d6efd;
        font-weight: 500;
    }
        .blog-detail-content p a:hover {
            font-weight: 500;
        }
        
.blog-detail-list {
    padding: 0;
    margin: 0;
}

    .blog-detail-list li {
        list-style: inside;
        font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
        font-weight: 400;
        margin-bottom: 25px;
        color: rgba(89, 89, 89, 1);
        padding-left: 0;
    }


/* Pagination Content Css Start*/
.simple-pagination ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.simple-pagination li {
    display: inline-block;
    margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
        color: #666;
        padding: 5px 10px;
        text-decoration: none;
        border: 1px solid #000;
        background-color: #FFF;
        box-shadow: 0px 0px 10px 0px #EEE;
    }

.simple-pagination .current {
    color: #FFF;
    background-color: rgb(246 59 59);
    /*  border-color: #397efa;*/
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: #111;
}

#pagination-container ul {
    display: none;
}
/* Pagination End*/

.sticky-cta {
    background: linear-gradient(298.92deg, #F63B3B 12.61%, #F63B3B 14.56%, #CA2020 51.66%);
    border-radius: 24px;
    width: 400px;
    height: auto;
    padding: 30px 20px 30px;
    text-align: center;
    position: fixed;
    right: 0;
    top: 30%;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    z-index: 9;
}
    .sticky-cta h3 {
        color: #fff;
        font-size: 40px;
        font-weight: 700;
     
    }
    .sticky-cta p {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
    }

    .sticky-cta a {
        background: #fff;
        border-radius: 24px;
        color: #000;
        padding: 8px 20px;
        margin: 5px 0 0;
    }

    .sticky-cta.show {
        opacity: 1;
        visibility: visible;
    }



.tbblog {
    margin: 0 auto 20px;
    border-collapse: collapse;
    width: 80%; 
}

.tbblog th, td {
    border: 2px solid #000; 
    padding: 10px 15px;
    text-align: center;
}

    .tbblog th {
        background-color: #FFFAE6;
        color: #000;
    }

    .tbblog tr:nth-child(even) {
        background-color: #E6F1FF;
    }
    .tbblog tr:nth-child(odd) {
        background-color: #e6f1ff;
    }

   .blog-detail-content #bg1{
       background-color:#FFECE6;padding: 20px;
         font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
        font-weight: 400;
        margin: 0;
       border:0;
       border-radius:20px;
    }
    .blog-detail-content #bg2{
      background-color:#E6F1FF;
      padding: 20px; 
        font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
        font-weight: 400;
        margin: 0;
               border:0;
       border-radius:20px;
    }
        .blog-detail-content #bg3{
             background-color:#FFFAE6; 
               padding: 20px; 
        font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
        font-weight: 400;
        margin: 0;
                   border:0;
       border-radius:20px;
        }
   
@media(max-width:991px){
    .navbar-nav .contact-btn a{
        position: relative;
    }
  
}

@media(max-width:767px){
   
    .footerLast{
        display: grid;
    }
}
.entry-meta{
	display:none;
}