#section0.section.fp-section{
	height: 85vh;
    margin-top: 15vh;
}

.fullpagesStyling .fp-table {
    display: block;
    flex-direction: unset;
    justify-content: unset;
}


/* #section1.section.fp-section, */
/* #section2.section.fp-section, #section3.section.fp-section, #section4.section.fp-section{} */
.fp-table#section1 {
    justify-content: unset;
}

/* this is for sliding banners and services ==============================================================*/

.banner-block {
    margin-top: unset !important;
/*     height: 55vh; */
}

/* Services ================ */
.Service_icons a .image {
    width: 44px;
    height: 44px;
    border-radius: 8px;
}
.Service_icons a .image i {
    font-size: 23px;
    color: #435973;
}
.Service_icons .Bottom_title{
	display: flex;
    flex-direction: column;
    align-items: center;
    width: unset;
}
.Service_icons .Bottom_title span:nth-child(1){
	font-size: 15px;
    font-weight: 800;
}
.Service_icons .Bottom_title span:nth-child(2){
	font-size: 12px;
}
.blocks ul li.Service_icons {
    padding: 10px 10px;
    display: inline-block;
    width: 200px;
    margin: 14px;
    background: #fefeff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition-duration: .3s;
}
.blocks ul li.Service_icons:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    transform: translateY(-0.5rem) scale(1) !important;
}
.serv-block .row .blocks{
	padding: unset;
	margin-top: 0px;
}
.fp-is-overflow > .fp-overflow {
    overflow-y: unset !important;
}

/* this is for sliding banners and services  end ==============================================================*/



/* this is for Our services starting ==============================================================*/

#section2 .fp-overflow{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 85vh;
}

/* this is for Our services starting end ==============================================================*/








