.days, .hours, .minutes, .seconds 
{
		float:left;
		margin: 10px 0px;
		padding: 10px;
		text-align: center;
		font-family: "Inter", sans-serif;
		color: #ffffff;
}

/* START - THEME SETTINGS */
div.timeInformation span.value.dark
{
	color: #ffffff;
}

div.timeInformation span.value.light
{
	color: #000000;
}
/* END - THEME SETTINGS */

/* START - STYLE FOR COLORS */
.purple
{
	color: #cf55f9;
}
/* END - STYLE FOR COLORS */

.vertical
{
	width: 100px;
}

.clearfix
{
	clear:both;
}

/* START - STYLE FOR DEFAULT TYPE - CIRCLE BARS */
.circle-bar
{
	width: 100px;
	height: 100px;
	margin: 10px;
	padding: 0px;
	float: left;
	position: relative;
}

div.circle-bar div.timeInformation
{
	width: 100px;
	height: 100px;
	position: absolute;
	margin: 0px;
	padding: 15px 0px 0px 0px;
}

div.circle-bar div.timeInformation span.value.
{
	line-height: 48px;
	font-size: 24px;
}

div.circle-bar div.timeInformation span.time-unit
{
	line-height: 20px;
	font-size: 18px;
	font-family: "Inter", sans-serif;
}

.empty-circle
{
	position:absolute; 
	width:22px; 
	height:22px; 
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.empty-circle.light
{
	background-image:url("../images/empty_0_light.html");
}

.empty-circle.dark
{
	background-image:url("../images/empty_0_dark.html");
}

.image
{
	position:absolute;
	top:0px;
	left:0px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

div.block div.timeInformation
{
	width: 100px;
	height: 70px;
	margin: 0px;
}

div.block div.timeInformation span.value
{
	line-height: 48px;
	font-size: 36px;
}

div.block div.timeInformation span.time-unit
{
	line-height: 20px;
	font-size: 18px;
}
.testimonials {
    padding: 50px 0;
}
.box_item {
    background: #e63125;
    padding: 30px;
    border-radius: 10px;
    min-height: 270px;
    max-height: 270px;
    margin-bottom: 30px;
    color: white;
}
.box_item img {
	
}
.box_item p {
	
}
.box_item h5 {
	font-weight: 600;
    font-size: 14px;
}

.how-it-works {
      margin-top: 50px;
}

    .how-it-works h2 {
      font-size: 32px;
      margin-top: 40px;
      color: #333;
    }
    .step {
          background: #ffffff;
    border-radius: 12px;
    padding: 30px 20px;
    transition: transform 0.3s ease;
    text-align: center;
    }

    .step:hover {
      transform: translateY(-5px);
    }

    .step-icon {
      font-size: 40px;
      color: #007bff;
      margin-bottom: 20px;
    }

    .step-title {
          font-size: 18px;
			margin-bottom: 10px;
			color: #000000;
    }

    .step-desc {
      font-size: 16px;
      color: #555;
    }
		.Our_Services {
			padding: 50px 0 0;
		}
		.service_item {
                padding: 20px;
            border-radius: 10px;
            margin-bottom: 30px;
            background: #f2f2f2;
            position: relative;
		}
        .service_item .btn_call {

        }
		.service_item img {
width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
		}
		.service_item h4 {
    padding: 10px 0;
    font-size: 22px;
    font-weight: 600;
    color: #e63125;
		}
				.service_item p {
					margin:0;
                    height: 135px;
				}
.footer_section .text-right {
	text-align: right;
}
.brudcrumb {
    background: #000;
    padding: 160px 0 55px;
    color: #fff;
    text-align: center;
}
.brudcrumb h2 {
font-size: 25px;
}
.btn_call a {
        background: #e63125;
    line-height: 40px;
    display: inline-block;
    padding: 2px 15px;
    border-radius: 5px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
}

.gall_item {
    box-shadow: 0 0 10px #b1a9a9;
    padding: 10px;
    margin-top: 30px;
    border-radius: 10px;
    text-align: center;
}
.gall_item img {
    width: 100%;
        height: 260px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
.gall_item p {
    margin: 0;
    background: #e63125;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    font-size: 18px;
    color: #fff;
}
.top_footer {
    text-align: center;
    margin-bottom: 40px;
}
.top_footer h4 {
    font-size: 22px;
    margin-bottom: 10px;
}
@media (max-width:767px) {
    .brudcrumb {
    padding: 60px 0 55px;
}
    .service_item p {
    height: auto !important;
}
    .top_header p {
        font-size: 12 !important;
    }
    .top_header a {
        font-size: 13 !important;
    }
    .banner_hero .data_hero span {
        font-size: 16px !important;
    }
    .banner_hero .data_hero h3 {
        font-size: 26px !important;
        line-height: 35px !important;
    }
    .banner_hero .data_hero p {
        font-size: 14px !important;
    }
    .btn_call a {
        line-height: 26px !important;
        padding: 3px 14px 3px 3px !important;
        font-size: 13px !important;
     
    }
    .btn_call a i {
            height: 25px !important;
        width: 25px !important;
        margin-right: 5px !important; 
    }
    .service_item {
        padding: 10px !important;
                height: auto !important;
    }
    .step-title {
        font-size: 12px !important;
    }
    .service_item img {
        height: 250px !important;
    }
    .tb-borders h1 {
        line-height: 39px;
    }
    .logo_footer {
     margin-bottom: 20px;   
    }
  .footer_section .footer_menu {
    margin-bottom: 20px;
}
    .footer_section .text-right {
        text-align: center !important;
        margin-top: 10px;
    }
    .navbar-toggler:hover {
            background: white;
    }
    .price_details {
    margin-bottom: 20px;
}
.contact-details-wrap {
    padding-right: 0px;
    padding-top: 28px;
}
    .logo-header {
    border-bottom: none;
    background: black;
    padding-bottom: 0px;
        position: relative;
}
.ab_sec {
    padding: 20px 0 55px;
    }
    .form_banner {
        margin-top: 30px;
    }
    .step {
        margin-top: 0px;
        padding: 0px 0px 10px;
    }
    .cta-content h2 {
        font-size: 25px;
        line-height: 40px;
    }
    .cta-content .cta-call p a {
    font-size: 22px;
    }
    .banner_hero .data_hero h1 {
                font-size: 25px !important;
        line-height: 30px !important;
    }
    .cta-men {
        display:none;
    }

}
.ooter_linke a {
    display:block;
    
    color:white;
}
.nav-link:focus, .nav-link:hover {
    color:#e83028;
}
.price_details {
    border: 2px solid #e63125;
    padding: 8px;
    border-radius: 5px;
}
.price_details li {
    border-top: 1px solid #d8d8d8;
    padding: 6px;
}
.price_details h2 font
{
     font-size: 22px;
 }
.footer_section h4 {
    color: #e63125;
    font-size: 22px;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
}
.footer_section h4:before {
    content:'';
    position: absolute;
    width: 35px;
    height: 3px;
    background: #e43327;
    bottom: -1px;
    left: 0px;
}
.footer_section .copyright_line {
        border-top: 1px solid #827f7f;
    margin-top: 15px;
    padding: 10px 0px;
}
.footer_section .copyright_line p {
    text-align:center;
}
.footer_section .footer_menu {
    
}
.footer_section .footer_menu li {
    
}
.footer_section .footer_menu li a {
    color: #464545;
    margin-bottom: 7px;
    display: block;
}
.footer_linke a {
    color: #464545;
    margin-bottom: 7px;
    display: block;
}
.logo_footer p {
    
}
.item__choose {
    margin-bottom: 45px;
    padding: 25px;
    text-align: center;
    border: 1px solid #aba3a3;
    border-radius: 5px;
    min-height: 250px;
    position: relative;
}
.item__choose span {
        font-size: 55px;
    position: absolute;
    top: 20px;
    left: 15px;
    -webkit-text-stroke: 1px #ccc9c9;
    color: #ffffff;
}
.item__choose h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0px;
    color: #e63125;
}
.item__choose p {
        text-align: center;
}