/*
 * Template Name: Style To Design
 */

.ip-banner{
	display: none;
}

#inner-page-wrapper{
	margin-bottom: 0;
}

#inner-page-wrapper > .container{
	width: 100%;
	padding: 0 0;
}

#styldsgn-wrap{}

.styldsgn-ff{
	position: relative;
	background-size: cover;
	background-position: center center;
	padding: 100px 0 70px;
}
.styldsgn-ff:before{
	content:'';
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0.7;
}
.styldsgn-ff_container{
	width: 1170px;
	max-width: calc(100% - 30px);
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}

.styldsgn-ff_inner{}
.styldsgn-ff_bttns{
	margin: 60px 0 0;
}

.styldsgn-ff_info{
	color: #fff;
	margin: 25px 0 0;
}
.styldsgn-ff_info ul{}
.styldsgn-ff_info li{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	margin: 25px 0 0;
}
.styldsgn-ff_info li:first-child{
	margin: 0 0 0;
}
.styldsgn-ff_info li em{
	margin-right: 8px;
	font-size: 0.9em;
}
.styldsgn-ff_info li em.ai-font-envelope-outline-b{
	font-size: 0.597em;
}
.styldsgn-ff_info li a{}
.styldsgn-ff_info li a:hover{
	color: var(--secondary);
}

.styldsgn-mxmzprft{
	background: var(--primary);
	padding: 52px min(5vw,53px) 36px;
	position: relative;
}
.mxmzprft-mag{
	position: absolute;
	z-index: 1;
	pointer-events: none;
	left: -58%;
	bottom: 0;
	width: 86.96%;
}
.mxmzprft-wrap{
	color: #fff;
	position: relative;
	z-index: 0;
}
.mxmzprft-title{
	text-align: center;
	color:#fff;
	font-size: 23px;
	font-weight: 500;
	margin: 0 0 19px;
}
.mxmzprft-title span{
	display: block;
	text-transform: uppercase;
	font-size: 0.783em;
	font-weight: 300;
	margin: 0 0 20px;
}

.mxmzprft-form{}
.mxmzprft-form ::-webkit-input-placeholder {
  color:#aaa;
}
.mxmzprft-form ::-moz-placeholder {
  color:#aaa;
}
.mxmzprft-form :-ms-input-placeholder {
  color:#aaa;
}
.mxmzprft-form :-moz-placeholder {
  color:#aaa;
}
.mxmzprft-row{
	margin: 10px 0 0;
}
.mxmzprft-row:first-child{
	margin: 0 0 0;
}
.mxmzprft-row input[type="tel"],
.mxmzprft-row input[type="email"],
.mxmzprft-row input[type="text"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	background: none;
	border: 0;
	border-bottom: 1px solid #fff;
	outline: 0;
	height: 40px;
	padding: 0 min(3vw,20px);
}
.mxmzprft-row.sbmt{
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	justify-content: center;
	margin: 24px 0 0;
}
.mxmzprft-row.sbmt input{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 15px;
	font-weight: 300;
	text-transform: uppercase;
	padding: 0 0;
	border: 0;
	background: none;
	color: #fff;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.mxmzprft-row.sbmt input:hover{
	transform: scale(0.9);
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
}

.styldsgn-wwwu{
	padding: min(20vw,102px) 0;
}
.wwwu-container{
	max-width: calc(100% - 30px);
	margin-left: auto;
	margin-right: auto;
	width: 1220px;
}
.wwwu-wrap{
	text-align: center;
}
.wwwu-title{
	font-family: var(--title-font);
	font-size: 60px;
	margin: 0 0 40px;
}
.wwwu-desc{
	margin: 0 0 34px;
	font-size: min(5vw,18px);
	line-height: 1.2;
	font-weight: 300;
}
.wwwu-bttn{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}
.styldsgn-imgs{
	position: relative;
}
.styldsgn-imgs_list{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 0;
}
.styldsgn-imgs_list:before{
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.styldsgn-imgs_col{
	width: calc(100% / 3);
	position: relative;
	z-index: 0;
}
.styldsgn-imgs_col img{
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 768/506;
	object-fit: cover;
	object-position: center;
	min-height: min(53.06vw, 506px);
}
.styldsgn-imgs_wrap{
	position: absolute;
	z-index: 1;
	left: 20px;
	right: 20px;
	bottom: 10px;
	top: 10px;
	margin: 0 auto;
	max-width: 1140px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}

.styldsgn-bottom{
	background: #243642;
	color: #fff;
	font-weight: 300;
	padding: 80px 0;
}

.styldsgn-bottom_container{
	width: 1140px;
	max-width: calc(100% - 30px);
	margin-left: auto;
	margin-right: auto;
}
.styldsgn-bottom_cat{
	margin: 74px 0 0;
}
.styldsgn-bottom_cat:first-child{
	margin: 0 0 0;
}
.styldsgn-bottom_hdr{
	font-family: var(--title-font);
	font-size: 65px;
	text-transform: capitalize;
	margin: 0 0 25px;
}
.styldsgn-bottom_vid{}
.styldsgn-bottom_vid video{
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 629/354;
	object-fit: cover;
	object-position: center center;

}
.styldsgn-bottom_desc{
	font-size: 15px;
	line-height: 1.5;
	margin: 20px 0 0;
}

.styldsgn-bnfts{}
.styldsgn-bnfts_hdr{
	text-align: center;
	font-size: 24px;
    text-transform: capitalize;
    margin: 0 0 23px;
}
.styldsgn-bnfts_content{}
.styldsgn-bnfts_row{
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 1px 0 0;
}
.styldsgn-bnfts_row:first-child{
	margin: 0 0 0;
}
.styldsgn-bnfts_row .styldsgn-bnfts_icon{
	width: 14px;
	padding: 4px 0 0;
}
.styldsgn-bnfts_row .styldsgn-bnfts_icon svg{
	width: 15px;
	height: 15px;
	    fill: #FFFFFF;
}
.styldsgn-bnfts_row .styldsgn-bnfts_text{
	font-size: 15px;
	line-height: 1.5;
	max-width: calc(100% - 14px);
	padding: 0 0 0 6px;
}

a.styldsgn-bottom_more {
	margin-top: 30px;
}

.styldsgn-bottom_bttn{
	margin: min(7.770vw,77px) 0 0;
}

.mxmzprft-wrap div.wpcf7-response-output, .mxmzprft-wrap .wpcf7 form .wpcf7-response-output {
	color: #fff !important;
}

@media only screen and (min-width: 992px) {
	.styldsgn-ff{
		padding: min(17.789vw,243px) 0 min(9.078vw,124px);
	}
	.styldsgn-bottom_container,
	.wwwu-container,
	.styldsgn-ff_container {
	    max-width: calc(100% - 60px);
	}
	.styldsgn-ff_inner{
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: space-between;
	}

	.styldsgn-ff_bttns{
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: flex-start;
		margin: min(4.392vw,60px) 0 0;
	}
	.styldsgn-ff_bttns > div{
		margin-left: min(2.5vw,30px);
	}
	.styldsgn-ff_bttns > div:first-child{
		margin-left: 0px;
	}
	.styldsgn-ff_bttns .global-btn {
        width: min(19.034vw,260px);
	    height: min(5.1245vw,70px);
	    font-size: min(1.098vw,15px);
    }
	.styldsgn-ff_info li{
		justify-content: flex-start;
	}
	.styldsgn-ff_col:not(:first-child){
		width: 391px;
	}
	.styldsgn-imgs_wrap{
		top: auto;
		bottom: min(4.167vw,50px);
		justify-content: space-between;
	}
	.styldsgn-imgs_wrap:before{
		content:'';
		display: block;
		width: min(30.417vw,365px);
		height: 3px;
		background: #fff;
		opacity: 0;
	}
	.styldsgn-imgs_col img{
		min-height: 0;
	}
	.styldsgn-bottom{
		padding: 110px 0;
	}
	.styldsgn-bottom_row{
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: space-between;
	}
	.styldsgn-bottom_col{
		width: 44.825%;
		padding: 0 min(5.417vw,65px);
	}
	.styldsgn-bottom_col:first-child{
		width: 55.175%;
		padding: 0 0;
	}
	.styldsgn-bnfts_hdr {
	    font-size: min(2.15vw, 24px);
	}
}
@media only screen and (min-width: 1200px) {}
@media only screen and (max-width: 1199px) {}
@media only screen and (max-width: 991px) {
	.styldsgn-ff_col{
		padding: 50px 0 0;
	}
	.styldsgn-ff_col:first-child{
		padding: 0 0 0;
	}
	.styldsgn-ff_title{
		text-align: center;
	}
	.styldsgn-ff_bttns{
		display: flex;
		flex-flow: column wrap;
		align-items: center;
		justify-content: center;
	}
	.styldsgn-ff_bttns > div{
		max-width: 100%;
	}
	.styldsgn-ff_bttns > div:not(:first-child){
		margin: 20px 0 0;
	}
	.styldsgn-mxmzprft{
		max-width: 391px;
		margin: 0 auto;
	}
	.styldsgn-imgs_list:before{
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 100%);
	}
	.styldsgn-bottom_hdr{
		text-align: center;
	}
	.styldsgn-bottom_vid {
	    max-width: 600px;
	    margin: 0 auto;
	}

	.styldsgn-bottom_desc{
		text-align: center;
	}

	.styldsgn-bnfts {
	    padding: 50px 0 0;
	}
	.styldsgn-bnfts_content{
		max-width: 450px;
	    margin: 0 auto;
	}
	.styldsgn-bottom_bttn{
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: center;
	}
}
@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 567px) {}
@media only screen and (max-width: 480px) {}