.nmfdesignstudio-btn{
    padding: 10px 60px;
    font-size: 1rem;
    font-weight:500;

}

.nmfdesignstudio-address{
    padding: 1rem;
    margin-bottom: 10px;
    background-color: rgba(0,0,0,.2);
    border-radius: 0.25rem;
}

.nmfdesignstudio-address p{
    margin-bottom: 12px;
}

.nmfdesignstudio-name{
    display: flex;
    align-content: center;
    gap: 6px;
}

.animated-button:link, .animated-button:visited {
	position: relative;
	display: block;
	margin: 30px auto 0;
	padding: 12px 60px !important;
	color: #fff;
	font-size:16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: .08em;
	border-radius: 0;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.animated-button:link:after, .animated-button:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}
.animated-button:link:hover, .animated-button:visited:hover {
	color: #FFF;
	text-shadow: none;
}
.animated-button:link:hover:after, .animated-button:visited:hover:after {
	height: 450%;
}
.animated-button:link, .animated-button:visited {
	position: relative;
	display: block;
	margin: 30px auto 0;
	padding: 12px 60px !important;
	color: #fff;
	font-size:14px;
	border-radius: 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: .08em;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.animated-button.thar-one {
	color: #fff;
	cursor: pointer;
	display: block;
	position: relative;
	border: 2px solid var(--primary-color-1);
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    padding: 12px 60px !important;
    text-transform: uppercase;
    font-weight: 500;
}
.animated-button.thar-one:hover {
	color: #000 !important;
	background-color: transparent;
	text-shadow: none;
}
.animated-button.thar-one:hover:before {
	bottom: 0%;
	top: auto;
	height: 100%;
}
.animated-button.thar-one:before {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 0px;
	width: 100%;
	z-index: -1;
	content: '';
	color: #000 !important;
	background: var(--primary-color-1);
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.box-icon .icon img{
    width: 60px;
}

.mfb-component__button--main,.mfb-component__button--child{
	display: flex !important;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
}

.nmf-facebook a{
	background: #3b5999 !important;
}
.nmf-instagram a{
	background: #d6249f;
  	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;
}
.nmf-twitter a{
	background: #55acee !important;
}
.nmf-behance a{
	background: #053eff  !important;
}
.nmf-youtube a{
	background: #cd201f !important;
}


 
.mfb-component--tl, .mfb-component--tr, .mfb-component--bl, .mfb-component--br{
	z-index: 9999;
}

.bg-fit-height{
	-webkit-background-size: auto 100% !important;
	-moz-background-size: auto 100% !important;
	-o-background-size: auto 100% !important;
	background-size: auto 100% !important;
	background-attachment:scroll !important;
}

/* media query */
@media only screen and (max-width: 767px) {
	section{
	-webkit-background-size: auto 100% !important;
	-moz-background-size: auto 100% !important;
	-o-background-size: auto 100% !important;
	background-size: auto 100% !important;
	background-attachment:scroll !important;
	background-position:top !important;
	}

	section.fit-width{
	-webkit-background-size: 100% auto  !important;
	-moz-background-size: 100% auto  !important;
	-o-background-size: 100% auto  !important;
	background-size: 100% auto  !important;
	background-attachment:scroll !important;
	background-position:top !important;
	}
}

#mail_fail span{
	font-size: 1.125rem;
	color: white;
	display: block;
	margin-top: 12px;
}