/*
Theme Name: Custom Theme
Author: ZH
Description: Custom Starter Theme CMS Team (Website)
Version: 2.0
License: MIT
Tags: wordpress, html, javascript, sass, css, postcss, webpack, babel, PHP, LD
Text Domain: Custom Theme
*/

/*
This CSS file is needed for WordPress to recognize the theme and display its info.
Please use the ../src/assets/styles/main.scss as an entry point for your SASS code.
*/

section.portfolio-sec .img-box img {
    max-height: 590px;
    object-fit: cover;
}
span.wpcf7-form-control-wrap {
    display: block;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 16px 60px;
    background-color: #007fcc;
    border: 1px solid #007fcc;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: fit-content;
}
div#es_form_f1-n1,
div#es_form_f1-n1 form{
    display: flex;
    width: 100%;
}
div#es_form_f1-n1 input[type="submit"] {
    text-align: end;
    font-size: 25px !important;
    color: #3fb7ff;
}





section.srv-sec .common-heading {
    text-align: center;
    margin-bottom: 30px;
}
section.srv-sec .ContentBlock h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
section.srv-sec .content img {
    height: 300px;
    object-fit: cover;
    margin-bottom: 30px;
}
section.srv-sec .content .row {
    border-bottom: 1px solid #80808030;
    margin-bottom: 50px;
}

section.srv-sec .content h3 {
    font-size: 30px;
    text-align: center;
    margin: 30px 0 20px;
}
section.srv-sec .content ul {
    margin-bottom: 20px;
}
section.srv-sec .content ul li {
    display: inline-block;
    width: 49%;
    text-align: center;
    padding: 10px;
}
section.srv-sec .content ul li a {
    color:black;
    text-decoration: underline;
    font-weight: 600;
}

.banner-content h1 {text-transform: capitalize;}
.common-heading h2 {
    text-transform: none;
}
.testi-box span.clt {
    display: none;
}


a.logo img {
    width: 220px;
}


.testi-box p span {
    display: block;
    font-weight: 700;
}



.NewTeamSec .srv-box h4 span {
    display: block;
    font-size: 18px;
    color: #d0d0d0;
    margin-top: 7px;
}
.NewTeamSec .img-box {
    height: 450px !important;
}
.page-template-Contact .common-heading {
    display: none;
}


.notfound{
	align-items:center;
}

.rank-math-breadcrumb a, .rank-math-breadcrumb span{
	color:#fff;
	padding:0 2px;
}
.rank-math-breadcrumb a{
	font-weight:bold;
}


.banner-content span {
    font-size: 80px;
    font-weight: normal;
    line-height: 1.1;
    color: #fff;
    text-transform: uppercase;
}

.banner-content span {
	text-transform: capitalize;
}

.hm-sec1 .common-heading h1 {
    font-size: 50px;
    font-weight: normal;
    line-height: 1.1;
    color: #111;
    text-transform: none;
}

.post-meta span {
    border-right: 1px solid #000;
    padding: 0 5px;
}
.post-meta span:last-child{
	border-right:none;
}
.blogpost .post-meta{
	margin-bottom: 5px;
}

.blogpost h1{
	font-size: 34px;
    font-weight: bold;
    margin-bottom: 30px;
}

.blogpost h2 a {
    color: #000;
    font-size: 22px;
    margin-bottom: 10px;
}

.blogpost .blogsidebar .widget {
	margin-bottom:20px;
}

.blogpost .blogsidebar ul {
    list-style: none; /* Remove default list styling */
    padding: 0;
}

.blogpost .blogsidebar ul li {
    position: relative;
    padding-left: 20px; /* Space for the arrow */
    margin-bottom: 10px;
}

.blogpost .blogsidebar h2{
	background: #000;
    color: #fff;
    padding: 12px 20px;
    margin-bottom: 10px;
}

.blogpost h2.posttitle{
	border-bottom:1px solid #000;
	margin-bottom: 4px;
}

.blogpost .blogsidebar ul li::before {
    content: '\2192'; /* Unicode for right arrow */
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px; /* Adjust arrow size */
    color: #333; /* Arrow color */
}

.blogpost .blogsidebar h1{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}


.blogpost .pagination {
    text-align: center;
	display: block;
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.blogpost .pagination li {
    display: inline-block;
    margin: 0 5px;
}

.blogpost .pagination a, .blogpost .pagination span {
    display: inline-block;
    padding: 10px 15px;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #333;
}

.blogpost .pagination a:hover {
    background-color: #ddd;
}

.blogpost .pagination .current {
    background-color: #0073aa;
    color: #fff;
    border-color: #0073aa;
}
.inner-content h1.styleh2{
	font-size: 60px;
    font-weight: normal;
    line-height: 1.1;
    color: #fff;
    text-transform: uppercase;
}

.single-post section.DefaultSingle.srv-sec img{
	    width: 100%;
    max-height: 600px;
    object-fit: cover;
}

.srv-sec h2.blogtitle {
    font-size: 35px;
    font-weight: 500;
    color: #007fcf;
    text-align: center;
    padding: 30px 0 50px;
}