/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.error-red{
    border: 2px solid red!important;
}
.loader-common {
    position: fixed;
    top: 50%;
    left: 48%;
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 9999;
} 
.loader-common.show-loader{
    display:block!important;
}
/* Safari */
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

/*-------------progress-bar-start-----------------*/
.progress-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
margin-bottom: 0;
    margin-top: 35px;
	overflow: hidden;
}

.progress-bar {
  display: flex;
  align-items: center;
  width: 100%;
}
.progress-bar {
  display: flex;
  align-items: center;
  position: relative;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  position: relative;
}

.step .circle {
  width: 13px;
  height: 13px;
  background-color: #EFF4FF;
  border-radius: 50%;
  margin-bottom: 5px;
  border: 1px solid #3374FF;
	z-index: 9;
	    position: relative;
}

.step.completed .circle {
  background-color: #3374FF;
}
.step.completed p{color:#3374FF}
.step p {
    font-size: 14px;
    text-align: center;
    font-family: 'Nunito Sans';
    font-weight: 600;
    line-height: 24px;
}

.form-step.hidden {
  display: none;
}
.progress-bar .step:first-child{align-items: flex-start;}
.progress-bar .step:last-child{align-items: flex-end;}
.step:first-child .line {
position: absolute;
    top: 6px;
    left: 0;
    width: 165px;
    height: 1px;
  border: 1px dashed #3374FF;
  z-index: 0;
}
.step:nth-child(2) .line {
position: absolute;
    top: 6px;
    left: 55%;
    width: 164px;
    height: 1px;
  border: 1px dashed #3374FF;
  z-index: 0;
}
.step.completed .line {
      border: 1px solid #3374FF;
}
.step:last-child .line {
  display: none; /* Hide the line after the last step */
}
.step.completed .circle::before {
content: '\2713';
    font-size: 12px;
    color: white;
    position: absolute;
    top: -3px;
    left: 2px;
}

.customTagBlog .elementor-heading-title {
    display: flex;
    gap: 8px 15px;
    flex-wrap: wrap;
}
.customTagBlog .elementor-heading-title a{
	background: #C2D6FF4D;
   padding: 8px 15px;
	border-radius: 150px;
}
.sidebarCat h5, .sidebarTags h5 {
    display: none;
}
.sidebarCat ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sidebarCat ul li{
	color: #687799;
	font-size: 16px;
	line-height: 35px;
	font-weight: 600;
	display: flex;
    justify-content: space-between;
}
.sidebarCat ul li a{
	color: inherit;
}
.sidebarTags .tagcloud{
	 display: flex;
    gap: 8px 15px;
    flex-wrap: wrap;
}
.sidebarTags .tagcloud a{
	background: #C2D6FF4D;
   padding: 8px 15px;
	border-radius: 150px;
	color: #151515;
	font-size: 16px!important; 
	line-height: 20px;
	font-weight: 500;
	text-transform: capitalize;
}
.the_post_content h2, .the_post_content h3, .the_post_content h4, .the_post_content h5, .the_post_content h6 {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  color: #2C396B;
}
.the_post_content h4 {
  font-size: 26px;
  line-height: 36px;
}
.the_post_content h5 {
  font-size: 24px;
  line-height: 32px;
}
.the_post_content h6 {
  font-size: 22px;
  line-height: 28px;
}
.the_post_content p {
  margin-bottom: 17px;
}
.the_post_content p:last-child {
  margin-bottom: 0px;
}
.the_post_content ul, .the_post_content ol {
  margin-bottom: 17px;
  padding-right: 25px;
}
.the_post_content img {
  width: 100%!important;
  height: auto;
	margin-bottom:17px;
}

.the_post_content iframe {
	width:100%;
	display:block;
}
.the_post_content td div {
	word-wrap: anywhere;
}
.the_post_content blockquote {
  margin: 0 0 17px;
  padding-left: 35px;
  border-left: 3px solid #2C396B;
  color: #2C396B;
  font-style: italic;
}
.the_post_content blockquote p {
  margin: 0;
  font-style: italic;
}
.the_post_content p img{
	margin-top:17px
}

.gallery{
    display: grid;
    gap: 10px;
}
.gallery.gallery-columns-1 {
    grid-template-columns: repeat(1, 1fr);
}
.gallery.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}
.gallery.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}
.gallery.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}
.gallery-item {
    width: 100%;
}
@media (max-width: 768px) {
.gallery {
    grid-template-columns: repeat(2, 1fr) !important;
 }
}
@media (max-width: 480px) {
.gallery {
        grid-template-columns: repeat(1, 1fr) !important;
  }
}


.sidebarCat ul li.current {
    color: #3374FF;
}

.postComment_bx .comment-reply-title, 
.postComment_bx .title-comments{
    color: #000;
    margin: 0 0 16px;
    font-size: 22px;
    line-height: 20px;
    font-weight: 700;
}
.postComment_bx .comment-notes {
    color: #424242;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}
.postComment_bx form textarea, 
.postComment_bx form input{
	border: 1px solid #CFD9EF;
	border-radius: 10px;
	padding: 20px;
	height: 56px;
	color: #A3A3A3;
	 font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.postComment_bx form textarea{
	height: 100px;
}
.postComment_bx form textarea:focus, 
.postComment_bx form input:focus{
	outline: none;
}
.postComment_bx form .comment-form-author {
    width: 48%;
    float: left;
}
.postComment_bx form .comment-form-email {
    width: 48%;
    float: right;
}
.postComment_bx form .comment-form-cookies-consent {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #848484;
}
.postComment_bx form .comment-form-cookies-consent input{
	width: 30px;
	height: 30px;
	border: 1px solid #CFD9EF;
	border-radius: 5px;
}
.postComment_bx form .form-submit input#submit{
	background: #3374FF;
	color: #fff;
	border-color: #3374FF; 
	height: 42px;
	min-width: 170px;
	padding: 0;
    border-radius: 100px;
    margin-top: 20px;
}
.postComment_bx form p {
    margin: 0 0 15px;
}
.postComment_bx form p label {
    margin-bottom: 8px;
    display: block;
}
.postComment_bx .logged-in-as a, 
.postComment_bx .comment-meta a, 
.postComment_bx .reply a{
    color: #3374ff;
    font-weight: 500;
}
.postComment_bx .comment-body {
    margin-bottom: 20px;
}
.postComment_bx #cancel-comment-reply-link {
    margin: 0 5px;
    color: #3374ff;
    font-weight: 500;
}
.postComment_bx p, .postComment_bx a {
    font-size: 16px;
}

@media only screen and (max-width:767px){
	.hire_us{
		margin-right:0;
	}
}
@media (max-width:425px){
.popup-content{padding: 20px 10px;width: 94%;}
.progress-bar .step:first-child,.progress-bar .step:last-child{align-items: center;}
.step:first-child .line,.step:nth-child(2) .line{left:50%;width:100%;}
}

/*-------------progress-bar-end-----------------*/

.disabled-btn{ cursor: not-allowed;pointer-events:none}