/*
Theme Name: Canopus IT
Theme URI: https://inleadsit.com/
Author: Pranto
Author URI: https://inleadsit.com/
Description: Custom Theme for Canopus IT
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: inleads
*/


.blog-area {
	padding: 13rem 0 22rem;
}
.blog-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.blog-wrapper .single-blog-grid-content {
	margin-right: 3rem;
	margin-bottom: 3rem;
}
.blog-wrapper .single-blog-grid-content:nth-child(3n) {
	margin-right: 0;
}
.page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 3rem;
}
.page-numbers li:not(:last-child) {
	margin-right: .5rem;
}
.page-numbers li a, .page-numbers li span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	background-color: #247BE0;
	color: #fff;
	font-size: 1.4rem;
	margin: 0;
}
.page-numbers li span {
	opacity: .5;
}
.blog-sidebar-top .sidebar-item-icon {
	width: 8rem;
	height: 5rem;
}
.blog-sidebar-top .sidebar-item-icon {
	width: 8rem;
	height: 5rem;
}
.blog-sidebar-top .sidebar-item-text {
	width: calc(100% - 9.3rem);
	line-height: 1.7rem;
}
@media only screen and (max-width: 991px) {
	.blog-wrapper .single-blog-grid-content {
		margin-right: 0;
		margin-bottom: 0;
	}	
}


/*single article*/
@media only screen and (max-width: 991px) {
	.article-post {
		width: 100%;
		padding-right: 0;
		margin-bottom: 30px;
	}
	.article-sidebar {
		width: 100%;
	}
	.sidebar-bottom {
		padding: 32px 15px;
	}
}

/*services*/
@media only screen and (max-width: 767px) {
	.services-grid-title h2 {
		font-size: 36px;
		line-height: 46px;
		margin-bottom: 10px;
	}
	.services-grid-title-text {
		font-size: 14px;
		line-height: 23px;
	}	
	.services-grid-title {
		margin-bottom: 36px;
	}
	.services-grid-row .hai-single {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.hai-front, .hai-back {
		padding: 25px 15px;
	}
}

.li_style ul li {
    list-style: disc;
    margin-left: 4.5rem;
}


/* for cookie*/

div#cookie-law-info-bar {
    width: 49%;
    right: 0px;
    margin: 20px;
    transform: translate(100%, 0);
    border-radius: 6px;
	padding: 37px 25px!important;
}

#cookie-law-info-bar .cli-bar-container.cli-style-v2 {
    flex-direction: column;
    align-items: center;
}

#cookie-law-info-bar .cli-bar-btn_container {
    margin-left: 0;
    gap: 39px;
    margin-top: 35px;
}

#cookie-law-info-bar .cli-bar-message {
    width: 98%!important;
    text-align: center!important;
    line-height: 23px;
    font-weight: 500;
}

#cookie-law-info-bar .cli-bar-btn_container {}

#cookie-law-info-bar .cli-bar-btn_container a.medium.cli-plugin-button.cli-plugin-main-button.cli_settings_button {
    padding: 16px;
    border-radius: 6px;
}

a#wt-cli-accept-all-btn {
    padding: 16px 31px;
    border-radius: 6px;
    background-color: #00015E!important;
    font-weight: 600;
}
@media only screen and (max-width: 768px){
	div#cookie-law-info-bar {
    width: 95%;
	transform: none;
	}
}
@media only screen and (max-width: 500px){
	div#cookie-law-info-bar {
    width: 91%;
	}
	#cookie-law-info-bar .cli-bar-btn_container {
		gap: 10px;
	}
}


/* for testimonial section hide */
.testimonial-area {
    display: none!important;
}

section.blog-grid-section {
    margin-top: 6rem;
}

/* for testimonial section hide */