.title-poppins .elementor-image-box-title {
	font-family: 'Poppins';
}
.wrap-form h3 { 
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 44px; 
	color: #000000; 
	margin:50px 0 20px 0;
}
.wrap-form p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;   
	color: #000000; 
}
.wrap-form .row div >p {
	margin:0;
}
.row {
	display:flex;
}
.row .col50 {
	width:50%;
	margin-right:12px;
}
.row .col100 {
	width:100%;
}
.row .col50:last-child {
	margin-right:0;
}
.wpcf7-form .wrap-form select,
.wpcf7-form .wrap-form input,
.wpcf7-form .wrap-form textarea { 
	border:none;
	border-bottom: 1px solid #4B5563;
    line-height: 42px;
    height: 42px;
    width: 100%;
	background-color:#f9f9f9!important;
	outline: none;
	box-shadow: inherit;
    border-radius: 0; 
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color:#6B7280;
	padding-left: 12px;
    padding-right: 12px;
	margin-bottom:18px;
}	
.wpcf7-form .wrap-form select {
	cursor:pointer;
}
.wpcf7-form .wrap-form textarea {
	height:120px;
	line-height:25px; 
	margin-bottom:15px;
}
.wpcf7-form .wrap-form input::placeholder,
.wpcf7-form .wrap-form select::placeholder,
.wpcf7-form .wrap-form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#6B7280;
}

.wpcf7-form .wrap-form input:-ms-input-placeholder,
.wpcf7-form .wrap-form select:-ms-input-placeholder ,  
.wpcf7-form .wrap-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#6B7280;
}

.wpcf7-form .wrap-form input::-ms-input-placeholder,
.wpcf7-form .wrap-form select::-ms-input-placeholder, 
.wpcf7-form .wrap-form textarea::-ms-input-placeholder { /* Microsoft Edge */ 
  color:#6B7280;
}
.wpcf7-form .wrap-form select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background:url('../images/arrow-down.svg') no-repeat;
	background-position: 95% 18px;
}	
.wpcf7-form .wrap-form .col100 select {
	background-position: 97% 18px;
}
.wpcf7-form .wrap-form .col33 select {
	background-position: 92% 18px;
}
.row .col33 {
	margin-right:12px;
	width:33.33%;
}
.row .col33:last-child {
	margin-right:0;
}
.row .col100.budget {
	position:relative;
}
.row .col100.budget span.price {
	position: absolute;
    top: 9px;
    right: 12px;
	color:#6B7280;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
}
.row .col100.checkbox input {
	width: auto;
    height: auto;
	margin-top:3px;
}
.row .col100.checkbox .wpcf7-list-item {
	margin:0;
}
.row .col100.checkbox .wpcf7-list-item label {
	display: flex;
    align-items: flex-start;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px; 
	color: #4B5563; 
}
.row .col100.checkbox {
	margin-bottom:18px;
}
.row .col100.checkbox .wpcf7-list-item label input {
	margin-right:12px;
	margin-bottom:0;
}
.wrap-form .codedropz-upload-wrapper .codedropz-upload-inner h3,
.wrap-form .codedropz-upload-wrapper .codedropz-upload-inner span {
	display:none;
}
.codedropz-btn-wrap a {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px; 
	color: #6B7280; 
	position:relative;
}
.codedropz-btn-wrap a:before {
	content: '';
    position: absolute;
    top: -4px;
    left: -45px;
    background: url(../images/icon-svg-upload.png) no-repeat;
    width: 31px;
    height: 31px;
}
.wpcf7-form .wrap-form input.btn {
	background-color: #C78D5B!important;
    border-radius: 16px;
    border: none;
    height: 48px;
	color:#fff;
	text-transform: capitalize;
}
.wpcf7-form .wrap-form input.btn::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#fff;
} 
.wpcf7-form .wrap-form input.btn:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#fff;
} 
.wpcf7-form .wrap-form input.btn::-ms-input-placeholder { /* Microsoft Edge */ 
  color:#fff;
}
.wpcf7-not-valid-tip {
	font-size:11px;
} 
.codedropz-upload-handler {
	margin-bottom:18px;
}
.twentytwenty-container img { 
	border-radius:16px;
}
/**/
.twentytwenty-handle {
	opacity:0;
}
.elementor-icon.elementor-social-icon {
    font-size: var(--icon-size, 15px)!important;
    line-height: var(--icon-size, 15px)!important;
    width: calc(var(--icon-size, 15px) + (2 * var(--icon-padding, 0.5em)))!important;
    height: calc(var(--icon-size, 15px) + (2 * var(--icon-padding, 0.5em)))!important;
}
.wpcf7-spinner {
	position:absolute;
}
/*partner*/
.list-partner .partner-item {
	background: #FFFFFF;
	box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.1);
	border-radius: 12px;
	display:flex;
	padding:10px 24px 10px 10px;
	margin-bottom:20px;
}
.list-partner .partner-item .thmbnail {
	width:340px;
}
.list-partner .partner-item .thmbnail img {
	display:block;
}
.list-partner .partner-item .partner-item-content {
	width:calc(100% - 340px);
	padding-left:24px;
	display:flex;
	align-items:center;
}
.list-partner .partner-item-content h3 {
	display:flex;
	    align-items: center;
}
.list-partner .partner-item-content h3 img {
	margin-right:8px;
}
.list-partner .partner-item .partner-item-content h3 {
	font-family: 'Prata';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px; 
	color: #171C28; 
}
.verified-icense {
	display: flex;
    align-items: center; 
    justify-content: space-between;
    margin-bottom: 12px;
    color: #6B7280;
    font-size: 14px;
    line-height: 18px;
}
.verified-icense svg {
	margin-right:8px;
}
.list-partner .portfolio-meta { 
    justify-content: flex-start; 
	align-items:center;
	margin-bottom:15px;
}
.list-partner .verified-icense {
	margin-bottom:0;
	margin-left:22px;
}
.list-partner .verified-icense svg {
	margin-right:4px;
}
.list-partner .portfolio-excerpt {
	color: #6B7280;
}
/**/
.custom-container { 
	max-width:988px;
    position: relative;
	padding:0 10px;
}

/***responsive****/
@media only screen and (max-width: 1199px) { 
	
}
@media only screen and (max-width: 1024px) { 
	.wrap-form h3 {
		font-size:28px;
		line-height:34px;
	}
	.elementor-24 .elementor-element.elementor-element-406ee29:before {
		left: -35px;
	}
	.list-address .elementor-container {
		flex-wrap: inherit!important;
	}
	.partner-title {
		font-size:40px;
		line-height:52px;
	}
}
@media only screen and (max-width: 991px) { 
	.row.list-col33 {
		flex-wrap: wrap;
	}
	.row.list-col33 .col33 {
		width: calc(50% - 6px);
	}
	.row.list-col33 .col33:nth-child(2) {
		margin-right:0;
	}
	.row.list-col33 .col33:last-child {
		width:100%;
	}
	.wpcf7-form .wrap-form .col33 select {
		background-position: 97% 18px;
	}
}
@media only screen and (max-width: 767px) {  
	.twentytwenty-container img {
		width:100%;
	}
	.twentytwenty-container {
		max-width:100%;
	}
	.list-address .elementor-container {
		flex-wrap: wrap!important;
	}
	.list-address .elementor-container >div {
		margin-top:20px!important;
	}
	.elementor-24 .elementor-element.elementor-element-406ee29:before,
	.elementor-24 .elementor-element.elementor-element-406ee29:after {
		display:none;
	}
	.row.list-col33 {
		display:flex;
	}
	.row {
		display:block;
	}
	.row .col50 {
		width:100%;
		margin-right:0;
	}
	.wpcf7-form .wrap-form select {
		background-position: 97% 18px;
	}
	.row .col100.budget span.price {
		right:20px;
	}
	body .thumb-description section {
		max-width: 100%!important;
		position: static!important; 
		transform: translateY(-10%)!important;
		-webkit-transform: translateY(-10%)!important;
	}
	body .elementor-29 .elementor-element.elementor-element-b271a3a:before {
		display:none;
	}
	.title-poppins .elementor-image-box-wrapper {
		display:flex;
	}
/**/
	.list-partner .partner-item {
		display:block;
		padding: 10px 10px 20px 10px;
	}	
	.list-partner .portfolio-meta {
		display:block;
	}
	.list-partner .partner-item .thmbnail {
		margin-bottom:25px;
	}
	.list-partner .partner-item .thmbnail img {
		width:100%;
	}
	.list-partner .partner-item .thmbnail,
	.list-partner .partner-item .partner-item-content {
		width:100%;
		max-width:100%;
		padding:0;
	}
	.list-partner .inner-content {
		width:100%;
	}
	.list-partner .verified-icense {
		margin-bottom: 0;
		margin-left: 0;
		text-align: left;
		display: block;
		margin-top: 10px;
	}
/**/
	.footer-top,
	.footer-bottom	{
		display: block;
	}	
	.footer-col-1 {
		margin-bottom:25px;
	}
	.footer-top >div {
		width:100%;
	}
	.text-center {
		text-align:left;
	} 
	.partner-title {
		line-height:46px; 
	}
	.portfolio-meta.partner-meta {
		display:block;
	}
	.verified-icense {
		justify-content: flex-start;
		margin-top:10px;
	}
}
@media only screen and (max-width: 480px) {  
	.codedropz-btn-wrap a:before {
		left:0;
	}
	.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
		padding-left:45px;
		display:block;
		text-align:left;
	}
}