/**
 * Custom CSS for Astra Child Theme
 * Add your custom styles below
 * ================================
 */

p,.entry-content p {
    margin-bottom: 0;
}

*{
	box-sizing : border-box;
}

*:focus,*:focus-visible,*:focus-within{
	box-shadow: none !important;
	outline: unset !important;
}

body a:hover:visited{
    color: inherit !important;
}
body .cta-btn a:hover{
    color: #ffffff !important;
}

body .logo_slider .swiper-wrapper{
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important; 
  transition-duration: linear !important;
}

.ul_style ul{
	margin-left: 20px;
	margin-top: 20px;
}
body .process_main{
	position:relative;
}
body .process_main:before{
	content: "";
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin: auto;
	width: 80%;
	height: 2px;
	background: #000;
	z-index: -1;
}
.process_style{
	padding-top : 80px;
	position : relative;
}
.process_style:before{
	content: "1";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #000000;
	border: 2px solid #000000;
	border-radius:50%;
	z-index: 1;
	background: #ffffff;
}
.process_style:nth-child(2):before{content: "2";}
.process_style:nth-child(3):before{content: "3";}
.process_style:nth-child(4):before{content: "4";}

body .img_hover{
	overflow: hidden;
	border-radius: 8px;
	cursor: pointer;
}

body .img_hover img{
	transition: all 0.4s linear;
}
body .img_hover:hover img{
	transform: scale(1.2);
}

body .cpage_form p{
	margin-bottom : 15px;
}

body .cpage_form label{
	font-size : 18px;
}
body .cpage_form input,
.cpage_form textarea{
	margin-top : 5px;
}

body .cpage_form input:focus,
body .cpage_form textarea:focus{
	box-shadow : none;
	outline : none;
	border: 1px solid #000000 !important;
}



@media (max-width : 767px){
	body .process_main:before{
		display:none;
	}
	.process_style{
		padding-top : 60px;
	}
}