/*!
Theme Name: chsc
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: chsc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

chsc is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


.header-contact-info1 ul li:last-child {
   padding-right: 15px;
}

.breadcrumb-menu ul li a {
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.breadcrumb-area .title h2 {
    color: #ffffff;
    font-size:52px;
    line-height: 1.3em;
    font-weight:600;
    text-transform: capitalize;
}

.breadcrumb-menu ul li:hover a, .breadcrumb-menu ul li.active {
    color:#fff;
}

.view-all-service .service-pages li a {
    /* position: relative; */
    display: block;
    background: #ffffff;
    padding: 12px 15px;
    color: #585858;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 6px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    z-index: 1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-title {
    position: relative;
    display: block;
    line-height: 0;
    padding-bottom: 0px;
}

.view-all-service {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #dae5ec;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 15px 15px 15px;
}

.view-all-service .service-pages li a:hover {
    color: #004da1;
}

.view-all-service .service-pages li a:before {
    font-family: FontAwesome;
    content: "\f067";
    position: absolute;
    top: 10px;
    right: 5px;
    bottom: 13px;
    width: 30px;
    height: 30px;
    background: #ffffff;
    border: 1px solid #dae5ec;
    border-radius: 50%;
    color: #98a1a7;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    line-height: 32px;
    transform: rotate(0deg);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.view-all-service .service-pages li a:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
    opacity: 1;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    transition: all 300ms linear;
    transition-delay: 0.1s;
    background: #d2d2d2;
    border-radius: 6px;
}

.blog-title.pub-title a{
	font-size: 20px;
	font-weight:500;
}

.single-service-style2 .img-holder .inner img{
  height:233px;
}

