@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Poppins:wght@400;500;600;700;800&display=swap');

.ico_box .elementor-icon {
	background-color: #c60808;
    border-radius: 100px;
    padding: 5px;
}
.blog_wrap .slick-next:before, .blog_wrap .slick-prev:before {
    color: #000;
	font-size: 22px;
}
.blog_box {
	border: 1px solid #d0d0d0;
	margin: 0px 14px;
	padding: 5px;
}
.blog_box img {
	width: 100%;
	height: 256px;
	object-fit: cover;
}
.blog_box .post_meta {
	display: flex;
	font-family: 'Poppins', sans-serif;
}
.blog_box .post_meta span {
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
	font-weight: 500;
}
.blog_box .post_meta .post_date {
	background-image: url('../images/clock.png');
	background-repeat: no-repeat;
    padding: 0px 20px;
    background-position: left center;
}
.blog_box .post_meta .comment {
	background-image: url('../images/comment.png');
	background-repeat: no-repeat;
	padding: 0px 20px;
    background-position: left center;
}
.blog_box .blog_content {
	padding: 25px 20px;
}
.blog_box .blog_content p {
	font-family: "Lato", Sans-serif;
	font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    margin: 0;
	color: #000;
}
.blog_box .blog_content h3 {
	font-family: "Lato", Sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin-top: 10px;
    margin-bottom: 5px;
	color: #000;
}
.blog_wrap {display: flex;}
.service_wrap {display: flex;}
.service_box {
	text-align: center;
	border-right: 1px solid #b5b5b5;
	font-family: "Lato", Sans-serif;
	padding: 20px 60px;
}
.service_box:last-child {
	border-right: 0px solid #b5b5b5;
}
.service_box h3 {
	font-weight: 800;
	font-size: 25px;
	color: #000;
	margin-top: 30px;
}
.service_box p {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	margin-bottom: 50px;
}
.service_btn {
	background-color: #cd2a31;
	color: #fff;
	border-radius: 10px;
	font-size: 12px;
	font-weight: 500;
	font-family: "Lato", Sans-serif;
	padding: 14px 30px;
}
.service_btn:hover {
	background-color: #4CA1DE;
}
.ser_box {
	display: flex;
	align-items: center;
	padding: 25px 0px;
}
.ser_box .feat_img {
	width: 37%;
}
.ser_box .feat_img img {
	width: 100%;
	height: 430px;
	object-fit: cover;
	border-left: 16px solid #cd2a31;
}
.ser_box .serbox_content {
	width: 63%;
}
.ser_box:nth-child(odd) .serbox_content {
	padding-left: 100px;
}
.ser_box:nth-child(even) .serbox_content {
	padding-right: 150px;
}
.ser_box:nth-child(even) {
	flex-direction: row-reverse;
}
.ser_box:nth-child(even) .feat_img img {
	border-left: 0px solid #cd2a31;
	border-right: 16px solid #cd2a31;
}
.pagi {text-align: center; margin-top: 30px;}
.pagi .page-numbers {
	font-family: 'Poppins', sans-serif;
	padding: 10px 10px;
    font-size: 20px;
    font-weight: 600;
}
.ser_box .serbox_content h3 {
	font-size: 30px;
	font-weight: 800;
	font-family: "Lato", Sans-serif;
}
.ser_box .serbox_content p {
	font-size: 18px;
    font-weight: 600;
    font-family: "Lato", Sans-serif;
    line-height: 1.4;
    color: #000;
}
.single.single-post .site-main {
	font-family: 'Poppins', sans-serif;
	padding: 50px 10px;
}
.single.single-post .submit {
	background-color: #cd2a31;
    color: #fff;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    font-family: "Lato", Sans-serif;
    padding: 14px 30px;
}
.single.single-post p {
	font-size: 18px;
    font-weight: 400;
    font-family: "Lato", Sans-serif;
}


/*================ RESPONSIVE =============*/
@media only screen and (min-width: 1801px) and (max-width: 2900px) {


}

@media only screen and (min-width: 1201px) and (max-width: 1300px) {
.blog_wrap .slick-next {
    right: 0px;
	z-index: 2;
}
.blog_wrap .slick-prev {
	left: 0px;
	z-index: 2;
}

}

@media only screen and (min-width: 1025px) and (max-width: 1200px){
.blog_wrap .slick-next {
    right: 0px;
	z-index: 2;
}
.blog_wrap .slick-prev {
	left: 0px;
	z-index: 2;
}

}

@media only screen and (min-width: 768px) and (max-width: 1024px){
.blog_wrap .slick-next {
    right: 0px;
	z-index: 2;
}
.blog_wrap .slick-prev {
	left: 0px;
	z-index: 2;
}
.service_box {
    padding: 20px 20px;
}
.service_box h3 {
    font-size: 20px;
    margin-top: 20px;
}
.service_box p {
    margin-bottom: 20px;
}
.ser_box:nth-child(odd) .serbox_content {
    padding-left: 50px;
}
.ser_box:nth-child(even) .serbox_content {
    padding-right: 50px;
}
.ser_box .feat_img img {
    height: 350px;
}
.ser_box .serbox_content p {
    font-size: 16px;
}
.ser_box .serbox_content h3 {
    font-size: 28px;
}

}


@media only screen and (min-width: 320px) and (max-width: 767px){
.ico_box .elementor-icon-box-wrapper {
	align-items: center;
}
.blog_wrap .slick-next {
    right: 0px;
	z-index: 2;
}
.blog_wrap .slick-prev {
	left: 0px;
	z-index: 2;
}
.service_wrap {
    display: block;
}
.service_box {
    border-right: 0px solid #b5b5b5;
    padding: 20px 20px;
}
.service_box p {
    font-size: 15px;
    margin-bottom: 25px;
}
.service_box h3 {
    font-size: 22px;
    margin-top: 10px;
}
.blog_box .blog_content {
    padding: 20px 10px;
}
.blog_box .post_meta .comment {
    padding: 0px 0px 0 20px;
}
.ser_box {
    display: block;
    padding: 15px 0px;
}
.ser_box .feat_img {
    width: 100%;
}
.ser_box .serbox_content {
    width: 100%;
	text-align: center;
}
.ser_box .feat_img img {
    height: auto;
}
.ser_box:nth-child(odd) .serbox_content, .ser_box:nth-child(even) .serbox_content {
    padding: 15px;
}
.ser_box .serbox_content p {
    font-size: 16px;
}
.ser_box .serbox_content h3 {
    font-size: 25px;
}
}


  /*
 * Hide visually and from screen readers, but maintain layout
 */

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after {clear: both;}


  /* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  /* Black prints faster:
    http://www.sanbeiji.com/archives/953 */
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {text-decoration: underline; }
  a[href]:after {content: " (" attr(href) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  abbr[title]:after { content: " (" attr(title) ")";}
  a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  pre, blockquote {border: 1px solid #999; page-break-inside: avoid;}
  thead { display: table-header-group; }
  tr, img {page-break-inside: avoid; }
  img { max-width: 100% !important; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 {page-break-after: avoid; }
}
