/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Description: Twenty Twenty-One Child Theme
Author: the WordPress team
Author URI: https://wordpress.org/
Template: twentytwentyone
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentychild
Tags:two-columns, left-sidebar, right-sidebar, light, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
*/
.default-page h2{
	margin-bottom:20px;
}
.default-page h3{
	text-align:left;
	margin-top:20px;
}
.default-page p{
	text-align:left;
	padding: 7.5px 0px !important;
}
.default-page h3 {
    color: #000;
    font-weight:500;
}
.has-text-align-center {
    text-align: center !important;
}
.default-page .heading {
	text-align:left;
}
.default-page .heading h2.wp-block-heading{
	text-align:center;
	margin:0px;
}
.default-page .heading h5.wp-block-heading{
	text-align:center;
}
.ht200 img{
	height:200px;
}
.ht250 img{
	height:250px;
}
.ht300 img{
	height:300px;
}
.ht350 img{
	height:350px;
}
.ht400 img{
	height:400px;
}
.ht450 img{
	height:450px;
}
.ht500 img{
	height:500px;
}
.ht550 img{
	height:550px;
}
.ht600 img{
	height:600px;
}
.htauto img{
	height:auto;
	width: 100%;
}
.phone-input-ContactPage input, .phone-input-box input{
	width:1% !important;
	margin:0px !important
}
.vs-blog-wrapper {
	padding:100px 0px;
}
.blog-meta-eight{
	margin-top:15px;
	margin-bottom:15px;
}

.blog-title a{
	color: #000;
    font: 500 22px / 30px Ubuntu;
}
.blog-title {
	margin-bottom:10px;
}
.blog-content-eight > p{
	color: #5c5a5a;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}
.blog-content-eight p a{
	/*display:none;*/
}
.post-author{
	margin-bottom:0px !important;
}
.blog-content-eight{
	margin-top:30px;
}
.blog-content-eight .review-btn-two {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    font: 400 18px / 28px Ubuntu;
    text-decoration: none;
    background-color: #294989;
    background-image: linear-gradient(90deg, #294989, #5f91d6);
    padding: 0.5rem 2.5rem;
    margin-right: 0;
    border-radius: 4px;
    border: none;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: .3s ease-in-out;
	width:100%
}
.blog-meta-eight{
	display:flex;
	flex-wrap:wrap;
	gap:20px;
	font-size: 14px;
	color:#000;
	align-items: center;
}
.blog-meta-eight > *{
	position:relative;
	font-size:14px !important;
	line-height:16px !important;
}
.blog-meta-eight > *:after{
	content:'/';
	position:absolute;
	right: -13px;
	color: #9e9e9e;
}
.blog-meta-eight > *:last-child:after{
	display:none;
}
.blog-meta-eight a{
	color: #5c5a5a;
}
.vs-blog img{
	box-shadow: 0px 27px 24px -26px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 27px 24px -26px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 27px 24px -26px rgba(0,0,0,0.75);
}
.blog-img-eight a{
	color:inherit;
}
.blog-holder{
	row-gap:30px;
}
.blog-card-eight p.review-rating{
	display:none !important
}
.blog-meta-eight p{
	margin-bottom:0px !important
}
.space-ptb {
    padding: 120px 0;
}
.blog-single .blog-post .post-meta ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.blog-single .blog-post .post-meta ul li{
	font-size:16px;
	color: #7B7B7B;
}
.blog-single .blog-post .post-meta ul li a {
    color: #7B7B7B;
}
.blog-single .blog-post .post-meta ul .post-meta-category:before {
    content: "";
    display: inline-block;
    position: relative;
    width: 4px;
    height: 4px;
    margin: 0 15px;
    background: #7B7B7B;
    border-radius: 30px;
	top:-5px;
}
.blog-single .blog-post .post-title {
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 40px;
    line-height: 43px;
}
.blog-post-info p{
	font-size: 16px;
    line-height: 26px;
	margin-bottom:30px;
}
.blog-post-img {
	margin-bottom:30px;
}
.blog-post-info h4{
	margin-bottom:20px;
}
.blog-post-info ul{
	margin-bottom:30px;
}
.blog-post-info ul li{
	font-size: 16px;
    line-height: 26px;
}
.recent-posts-widget h5{
	margin-bottom:20px;
}
.sidebar .widget.recent-posts-widget .recent-posts {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}
.sidebar .widget.recent-posts-widget .recent-posts .posts-img {
    flex: 0 0 80px;
	min-width:80px;
	min-height:80px;
}
.sidebar .widget.recent-posts-widget .recent-posts .post-info .post-title {
    display: block;
    color: #262626;
    font-size: 16px;
    line-height: normal;
    font-weight: normal;
    margin-bottom: 5px;
}
.post-date{
	color:#adabab
}
.form-submit .submit{
	display: inline-flex
;
    align-items: center;
    justify-content: center;
    font: 400 18px / 28px Ubuntu;
    text-decoration: none;
    background-color: #294989;
    background-image: linear-gradient(90deg, #294989, #5f91d6);
    padding: 0.5rem 2.5rem;
    margin-right: 0;
    border-radius: 4px;
    border: none;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: .3s ease-in-out;
}
.review-rating>span {
    display: inline-block;
    width: 19px;
    height: 19px;
    font-size: 16px;
}
.reviewer-name span a{
	font-size:16px;
	font-weight:normal;
	color: #5c5a5a;
}
.review-text p{
	color: #5c5a5a;
	font-size:16px;
	line-height:22px !important;
	font-weight:normal;
	margin-bottom:5px !important;
}
.review-time{
	margin-bottom:5px;
}
.comment-respond h3{
	font-size:20px;
}
.logged-in-as{
	font-size:16px !important;
}
.comment-form label{
	font-size:16px !important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    font-size: 20px;
	border:0px;
	text-align: center;
}
.author-page{
	padding:100px 0px; 
}
.author-page h2 a{
	color: #000;
	margin-bottom:30px;
	display:inline-block;
	font: 500 22px / 30px Ubuntu;
}
.author-page .entry-content p{
	font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
}
.entry-footer span{
	font-size: 16px;
    line-height: 26px;
}
.cat-links{
	display:none
}
.author-page article{
	margin-bottom:50px;
}
.entry-content a, .edit-link a{
	color:#979797
}
.edit-link{
	margin-left:10px;
}
/*************************** Pagination css*********************/
.pagination {
    width: 100%;
	text-align:center;
	justify-content:center;
	margin-top:50px
}
.pagination ul{
	padding:0px;
	margin:0px;
}
.pagination ul li{
	display:inline-block;
	font-weight:700;
	font-size:17px;
	color:#212020;
	margin:0px 10px;
}
.pagination a{
	color:#212020;
	font-weight:300;
}
.pagination a:hover{
	color:#85CBF8;
}
/*************************** End:Pagination css *********************/
@media only screen and (max-width: 767px) {
    .heading h2 {
        font-size: 26px;
        line-height: 32px;
    }
	.default-page h3 {
        font-size: 16px;
        line-height: 20px;
    }
	.blog-post-info p, .blog-post-info ul li {
		font-size: 16px;
		line-height: 25px;
	}
}
@media only screen and (max-width: 991px) {
    .heading h2 {
        font-size: 30px;
        line-height: 38px;
    }
	.default-page h3 {
        font-size: 18px;
        line-height: 24px;
    }
	.blog-single .blog-post .post-title {
		font-size: 40px;
		line-height: 43px;
	}
	.space-ptb {
		padding: 60px 0;
	}
	.author-page {
		padding: 60px 0px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.default-page h3{
        font-size: 18px;
        line-height: 24px;
    }
	.heading p {
        font-size: 14px;
        line-height: 19px;
        padding: 5px 0 !important;  
    }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .default-page h3{
        font-size: 18px;
        line-height: 24px;
    }
}
@media (min-width: 1600px) and (max-width: 1899px) {
	.heading h2 {
		font-size: 38px;
		line-height: 46px;
	}
	.default-page h3 {
		font-size: 19px;
		line-height: 25px;
	}
	.heading p {
		font-size: 16px;
		line-height: 22px;
	}
}
@media (min-width: 1900px) and (max-width: 2299px) {
   .heading h2 {
        font-size: 42px;
        line-height: 50px;
    }
	.default-page h3 {
		font-size: 24px;
		line-height: 32px;
	}
	.heading p {
        font-size: 18px;
        line-height: 24px;  
    }
	.container {
        max-width: 1280px;
    }
}
@media(max-width:1400px){
	.blog-meta-eight > * {
		position: relative;
		font-size: 12px !important;
		line-height: 14px !important;
	}
}