/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
#main-header { 
	display: none; 
}

#page-container {
	padding-top: 0px !important;
	margin-top: -1px !important;
}

#main-footer {
	display: none;
}

/* Side Page scroll slider */
.slider__dots {
	display: flex;
	flex-direction:column;
	transform: translateX(-50%);
	background-color:transparent
}
	
.slider__dot {
	display: block;
	margin: 0.5em;
	width: 1em;
	height: 0.2em;
	background: #000000;
}


.slider__dots > a.mPS2id-highlight{
	height:1em
}

 /* Slick editing */
.slick-list{
	padding:25px !important;
}
/* Service page ---Range of service section--- */
.card-container{
	display:flex;
}

.card{
	background-color:#FFFFFF;
	padding:40px;
	display:flex;
	flex-direction:column;
	margin:0 20px;
	box-shadow:6px 6px 18px 0px rgb(0 0 0 / 30%);
	border-radius:15px;
	max-width:250px;
	width:100%
}

.card img{
	width:58px;
	height:58px;
	margin-bottom:20px;
}

.card h4{
	font-family:poppins;
	font-size:22px;
	font-weight:500;
	line-height:30px;
	margin:10px 0 0 0;
}

.h-page {
	display: flex !important;
    flex-wrap: wrap;
}

.h-card{
	background-color:#FFFFFF;
	padding:45px 30px;
	display:flex;
	flex-direction:column;
	margin:15px 20px;
	box-shadow:6px 6px 18px 0px rgb(0 0 0 / 30%);
	border-radius:15px;
	max-width:540px;
	width:100%
}

.h-card img{
	margin-bottom:20px;
}

.h-card h4{
	font-family:poppins;
	font-size:31px;
	font-weight:500;
	line-height:30px;
	margin:10px 0 0 0;
}

.h-card h6{
	font-family:poppins;
	font-size:22px;
	line-height:30px;
	margin:10px 0 0 0;
	font-weight:400;
}

#process .et_pb_column .et_pb_blurb_content .et_pb_blurb_container{
	border-top: 1px solid #707070;	
}

#process .et_pb_column .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{
	margin-bottom: 20px;
}