
body{
	font-family: "Outfit", serif; !important;
	color: #42413E;
}

ul{
	padding: 0;
	margin: 0;
}
ul li{
	list-style: none;
}

a{
	text-decoration: none;
}
.navbar{
	transition: 0.5s;
}
.adding_class{
	background: #fff;
	width: 100%;
	position: fixed;
	left: 0;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, .1);
	z-index: 9999;
	top: 0;
}

.section_gap{
	padding: 60px 0;
}

.header_top{
	background: #27343C;
	padding: 20px 0;
}
.contacts_details_left_sec h6{
	font-size: 14px;
	color: #fff;
	margin: 0;
}
.contacts_details_left_sec{
	display: flex;
    gap: 20px;
}
.contacts_details_righ_sec{
	display: flex;
    gap: 20px;
}
.contacts_details{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.contacts_details_righ_sec span{
	color: #fff;
}

.header_sec{
	background: #fff;
}

.header_sec .navbar-expand-lg .navbar-nav .nav-link{
	font-size: 18px;
    font-weight: 600;
}
.get_quote_btn{
	background: #58A0B4;
    color: #fff;
    font-weight: 600;
    border: 1px solid #58A0B4;
    border-radius: 20px;
    padding: 10px 20px;
}
.get_quote_btn:hover{
	background: #fff;
	color: #58A0B4;
	border: 1px solid #58A0B4;
}
.header_sec .navbar .navbar-collapse ul{
	display: flex;
    align-items: center;
    gap: 10px;
}

.showcase_sec{
	background: url(../img/showcase_bg.jpg);
	min-height: 600px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: center;
}
.showcase_content h1 {
    font-size: 44px;
    font-weight: bold;
    color: #fff;
    width: 70%;
    margin-bottom: 30px;
}

.contact_btn {
    background: #58A0B4;
    color: #fff;
    font-weight: 600;
    border: 1px solid #58A0B4;
    border-radius: 40px;
    font-size: 20px;
    padding: 10px 20px;
}
.contact_btn:hover{
	background: #fff;
	color: #58A0B4;
	border: 1px solid #58A0B4;
}

.client_logo_img{
	display: flex;
	justify-content: space-between;
}
.showcse_bottom_sec{
	background: #fff;
	padding: 20px 0;
}

.services_sec{
	background: #F8F8F8;
	padding: 80px 0;
}
.services_sec_content h5{
	font-size: 32px;
	font-weight: 600;
	color: #000;
	text-align: center;
}
.services_sec_content h2{
	font-size: 38px;
	font-weight: bold;
	color: #5194A7;
	text-align: center;
	margin: 10px 0;
}
.services_sec_content p{
	font-size: 18px;
	font-weight: 500;
	color: #000;
	text-align: center;
	width: 70%;
    display: block;
    margin: auto;
}

.services_card_sec{
	margin-top: 50px;
}
.services_card_sec .card{
	padding: 15px;
	min-height: 290px;
	box-shadow: 0px 4px 20px #c2c2c2;
    border: unset;
}
.services_card_sec .card h5{
	text-align: center;
	color: #5194A7;
	font-weight: 600;
	font-size: 18px;
	margin-top: 20px;
}

.about_sec{
	background: url(../img/about_sec_bg.jpg);
	min-height: 580px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 80px 0;
}

.about_sec_content{
	display: flex;
    flex-direction: column;
    gap: 15px;
}
.about_sec_content h2{
	font-size: 38px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.about_sec_content p{
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	width: 80%;
    display: block;
    margin: auto;
}

.about_sec_cards{
	margin-top: -100px;
}
.about_sec_cards .card {
	padding: 20px;
	box-shadow: 0px 4px 20px RGBA(0, 0, 0, 0.2);
	border: unset;
}
.about_sec_cards .card h5{
	color: #5194A7;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
}
.about_sec_cards .card p{
	font-weight: 400;
	font-size: 16px;
	color: #000;
	text-align: center;
}
.card_icon{
	width: 90px;
	height: 90px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 4px 20px RGBA(0, 0, 0, 0.2);
	margin: auto;
	margin-top: -69px;
	background: #fff;
}

.cutting_sec{
	padding: 80px 0;
}
.cutting_sec_cards .card{
	padding: 20px;
	box-shadow: 0px 4px 20px RGBA(0, 0, 0, 0.2);
	border: unset;
	flex-direction: row;
    gap: 20px;
}
.cutting_sec_cards .card .card_content h5{
	color: #5194A7;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.cutting_sec_cards .card .card_content p{
	font-weight: 400;
	font-size: 16px;
	color: #000;
	margin: 0;
}

.footer_sec{
	background: #0D5D73;
	padding: 80px 0 0px;
}

.footer_sec .footer_links h5{
	color: #fff;
	font-size: 20px;
	margin-bottom: 25px;
}
.footer_sec .footer_links ul li a , .footer_sec .footer_links ul li{
	color: #fff;
	font-size: 16px;
	line-height: 40px;
}
.footer_sec .footer_links p{
	font-size: 16px;
	color: #fff;
}

.social_icon_box{
	background: #86AEB9;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social_icons{
	display: flex;
	gap: 10px;
}
.social_icon_box span{
	color: #000;
}

.copyright_sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #7c969d;
    padding: 20px 0;
    margin-top: 70px;
}
.copyright_sec .para p{
	color: #fff;
	margin: 0;
	font-size: 16px;
}
.terms_condition{
	display: flex;
    gap: 20px;
}
.copyright_sec .terms_condition a{
	color: #fff;
	font-size: 16px;
}



@media(max-width:767px){
	.header_top{
		display: none;
	}
	.client_logo_img {
    	flex-direction: column;
	}
	.services_card_sec .card{
		margin: 20px 0;
	}
	.about_sec_cards {
    	margin-top: 80px;
	}
	.about_sec_cards .card{
		margin: 60px 0;
	}
	.cutting_sec_cards{
		margin-top: 30px;
	}
	.copyright_sec{
		flex-direction: column;
	}
	.showcase_content h1{
		width: 100%;
	}
}

@media(min-width:768px) and (max-width:992px){
	.header_top{
		display: none;
	}
	.services_card_sec .card{
		margin: 20px 0;
	}
	.about_sec_cards .card{
		margin: 60px 0;
	}
	.cutting_sec_cards{
		margin-top: 30px;
	}
}