.border-red {
	border: 1px solid #d00808 !important;
	border-radius: 6px !important
}

.border-green {
	border: 1px solid #30686e !important;
	border-radius: 6px !important
}

@media(min-width:1025px) {
	input {
		width: 80% !important
	}
}

@media(min-width:768px) and (max-width:991px) and (orientation:portrait) {
	.contact-us-form {
		padding: 35px 0 0 90px
	}

	.contact_sec2_title_hide {
		display: block !important
	}
}

#close-message {
	position: absolute;
	right: 12px;
	cursor: pointer;
	top: 7px;
	font-size: 22px
}

#success-message-window .modal-header {
	padding: 15px;
	border: 1px solid #73b159
}

#success-message-window h5 {
	text-align: center
}

.success-message {
	margin-top: 24%
}

.start_project {
	cursor: pointer
}

.banner_contact {
	text-align: center;
	padding: 12% 0 0 0 !important;
	height: 98vh
}

.iconbox-content h4 {
	font-size: 20px !important
}

.iconbox-content p {
	font-size: 14px !important
}

.banner_contact p {
	padding: unset !important;
	color: #000 !important;
	font-size: 15px !important;
	margin-top: 58px !important
}

.address-list {
	padding: 4% 14% 8%;
	border-top: 1px solid #ddd;
	margin-top: 16px
}

.address-2 {
	display: flex;
	margin-left: 68px
}

.address-1 {
	display: flex;
	margin-left: 110px
}

.iconbox-content {
	margin-left: 20px
}

#email-id {
	font-size: 18px;
	font-weight: 900;
	font-family: sans-serif;
	color: #000
}

.iconbox-content a:hover {
	color: #000 !important
}

.footer_bot {
	background-color: unset !important
}

#contact-us-form-section {
	position: fixed;
	top: 0;
	padding: 22px 42px;
	height: 100vh;
	background: #fff;
	z-index: 999999;
	display: none;
	transform: scaleX(0);
	transform-origin: right;
	overflow: auto;
	overflow-x: hidden
}

.show-form {
	display: block !important
}

.contact_sec2_title_hide {
	font-size: 38px !important
}

input {
	width: 100% !important
}

.form-control {
	height: 46px !important;
	box-shadow: none;
	border: 1px solid #ccc !important;
	font-size: 18px !important;
	color: #000 !important;
}
#contact-us-form-section {
    background: #efebe6;
}

.contact-form-btn {
    font-size: 18px;
    margin-top: 4rem;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    padding: 10px 50px;
    filter: drop-shadow(0 0 6px #000);
    cursor: pointer;
}
.contact-form-btn:hover{
    background:#fff;
    color:#000 !important;
}
.form-group.text-right.nextps {
    margin-bottom: 0;
}
.row.button-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
input#file {
    border: none !important;
    margin-top: 1rem;
    box-shadow: none;
}

#close-form-slider {
	top: 18px;
	position: absolute;
	font-size: 28px;
	color: #fff;
	padding: 10px 50px;
	filter: drop-shadow(0 0 6px #000);
	left: -32px;
	font-weight: 900;
	cursor: pointer
}

.contact-form-btn:hover {
	color: #fff;
	border: unset !important
}

.form-group {
	margin-bottom: 30px
}

textarea {
	min-height: 188px !important
}

.text-danger {
	color: #e7130f !important;
	font-size: 18px !important
}

@media (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
	.banner_contact {
		padding: 30% 0 0 0 !important
	}

	.address-list {
		padding: 8% 14% 8%;
		border-top: 1px solid #ddd;
		margin-top: 44px !important
	}

	.address-2 {
		padding-top: 15% !important;
		margin-left: 0 !important
	}

	.address-1 {
		margin-left: 0 !important
	}

	.iconbox-content h4 {
		font-size: 30px
	}

	.iconbox-content p {
		font-size: 22px
	}

	#email-id {
		font-size: 38px
	}

	.banner_contact p {
		font-size: 34px !important
	}

	.form-slider .upload-project-title {
		font-size: 24px
	}

	.form-control {
		height: 66px !important;
		font-size: 31px !important
	}

	textarea {
		min-height: 350px !important
	}

	.text-danger {
		font-size: 24px !important
	}
}

@media (min-width:768px) and (max-width:1024px) and (orientation:landscape) {

	.contact-us-form-1,
	.contact-us-form-2 {
		padding: 8% 2% 8% !important
	}

	.text-danger {
		font-size: 24px !important
	}

	textarea {
		min-height: 260px !important
	}

	.form-control {
		height: 58px !important;
		font-size: 26px !important
	}

	.upload-project-title {
		font-size: 22px !important
	}

	.captcha-data {
		left: 0 !important
	}

	.banner_contact {
		padding: 12% 10% 0 10% !important
	}

	.address-list {
		padding: 8% 2% 8%;
		border-top: 1px solid #ddd;
		margin-top: 44px !important
	}

	.address-2 {
		margin-left: 0 !important
	}

	.address-1 {
		margin-left: 0 !important
	}

	.iconbox-content h4 {
		font-size: 30px
	}

	.iconbox-content p {
		font-size: 22px
	}

	.address-2 h6 {
		font-size: 32px
	}

	#email-id {
		font-size: 38px
	}

	.banner_contact p {
		font-size: 34px !important
	}
}

@media (max-width:1025px) {
	#contact-us-form-section {
		width: 100%
	}

	.gform_body {
		padding: 0 0 !important
	}
}

@media (max-width:767px) and (orientation:portrait) {
	.address-1 {
		margin-left: 0
	}

	.address-2 {
		margin-left: 0;
		margin-top: 50px
	}
}

@media (max-width:767px) and (orientation:landscape) {
	.address-1 {
		margin-left: 48px
	}

	.address-2 {
		margin-left: 48px;
		margin-top: 50px
	}
}

.contact-us-form-2 .col-md-9 {
	width: 70%
}

.contact-us-form-2 .col-md-3 {
	width: 30%
}

.form-slider {
	width: 100%
}

.form-slider .slides {
	display: flex
}

.form-slider .slides .slide-item {
	flex-shrink: 0;
	width: 100%;
	max-height: 585px;
	margin-right: 50px;
	border-radius: 10px;
	background: #efebe6;
	transform-origin: right;
	transform: scale(1);
	transition: transform .5s;
	position: relative;
	justify-content: center;
	align-items: center;
	display: none
}
.hirenow-form-slide-2 img {
    width: 100%;
}
.hirenow-form-slide-2 {
    height: 100%;
    vertical-align: middle;
    display: flex;
    width: 100%;
    align-items: center;
}

.form-slider .slides .active-form {
	display: block !important;
	animation: form-out .5s ease-in-out forwards
}

.animation-out {
	animation: form-out .5s ease-in-out forwards
}

.animation-in {
	animation: form-in .5s ease-in-out forwards
}

@keyframes form-out {
	from {
		transform: scaleX(0)
	}

	to {
		transform: scaleX(1)
	}
}

@keyframes form-in {
	from {
		transform: scaleX(1)
	}

	to {
		transform: scaleX(0)
	}
}

.service-list {
	padding: 6% 8% 1%
}

.service-list-2 {
	padding: 0 8% 0
}

.footer-logo-image {
	width: 110px;
	margin-top: -16px
}

.service-card {
	background: #fff;
	height: 180px;
	text-align: center;
	filter: drop-shadow(0 0 6px #000);
	padding: 10px
}

.service-card img {
	width: 60px;
	margin-top: 23px
}

.service-card h3 {
	font-size: 22px;
	font-weight: 500;
	font-family: unset
}

.service-card:hover {
	filter: drop-shadow(0 0 20px #9f9f9f)
}

.active-service {
	border: 2px solid #f50808;
	filter: drop-shadow(0 0 6px #f50808)
}

/*.contact-us-form-1,*/
/*.contact-us-form-2 {*/
/*	padding: 6% 22% 0*/
/*}*/
.contact-us-form-1 {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 4rem;
    background: #fff;
    border-radius: 10px;
}

.captcha-data {
	position: relative;
	left: 376px
}

.form-control[readonly] {
	background-color: #fff !important;
	opacity: 1
}

@media (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
	.service-list {
		padding: 8% 0 2%
	}

	.service-list-2 {
		padding: 0 0 4%
	}
}

@media (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
	.service-card {
		margin-top: 18px
	}

	.contact-us-form-1 .row,
	.contact-us-form-2 .row {
		margin-top: 16px
	}

	.contact-us-form-1,
	.contact-us-form-2 {
		padding: 8% 6% 8%
	}

	.contact-us-form-2 .col-md-3,
	.contact-us-form-2 .col-md-9 {
		width: 100%
	}

	.captcha-data {
		position: relative;
		left: 0
	}
}

.service-list-item {
	visibility: hidden
}

@media (min-width:300px) and (max-width:767px) {

	.contact-us-form-1,
	.contact-us-form-2 {
		padding: 8% 0 8%
	}

	.contact-us-form-1 .row,
	.contact-us-form-2 .row {
		margin-top: 12px
	}

	.service-card {
		margin-top: 16px
	}

	.button-list {
		display: flex
	}

	.button-list .col-md-6 {
		width: 50%
	}

	.contact-us-form-2 .col-md-3,
	.contact-us-form-2 .col-md-9 {
		width: 100%
	}

	.form-group {
		margin-bottom: 12px
	}

	.captcha-data {
		position: relative;
		left: 0
	}
}

.upload-project-title {
	font-size: 15px;
	color: #0c0c0c
}

#budget-list {
	border: 2px solid #ddd
}

#budget-list li {
	border: 1px solid #ddd;
	font-size: 21px;
	padding: 8px
}

.custom-select-trigger {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 85px 0 22px;
	height: 49px;
	font-size: 22px;
	font-weight: 300;
	color: #000;
	line-height: 60px;
	background: #fff;
	border-radius: 4px;
	cursor: pointer;
	margin-top: -2px;
	border: 2px solid #000
}

.custom-options {
	position: absolute;
	display: block;
	top: 68%;
	left: 15px;
	right: 13px;
	min-width: 82%;
	margin: 15px 0;
	border: 1px solid #b5b5b5;
	border-radius: 4px;
	box-sizing: border-box;
	box-shadow: 0 2px 1px rgba(0, 0, 0, .07);
	background: #fff;
	transition: all .4s ease-in-out;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-15px);
	display: grid;
	padding-right: 16px;
	z-index: 99
}

.opened {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transform: translateY(0)
}

.custom-option {
	text-align: center;
	padding: 8px;
	font-size: 20px;
	cursor: pointer
}

.custom-select.opened .custom-options {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transform: translateY(0)
}

.custom-options:before {
	position: absolute;
	display: block;
	content: '';
	bottom: 100%;
	right: 25px;
	width: 7px;
	height: 7px;
	margin-bottom: -4px;
	border-top: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
	background: #fff;
	transform: rotate(45deg);
	transition: all .4s ease-in-out
}

.option-hover:before {
	background: #f9f9f9
}

.required-field {
	position: absolute;
	color: #e7130f !important;
	font-size: 18px !important;
	left: 1px
}

.service-error .alert-danger {
	text-align: center;
	margin: -10px 34% -42px
}

.error-field {
	border: 2px solid #f50b0b !important
}

.captcha-data {
	width: 306px
}

.error-btn {
	background: #e80505
}

.error-field-value::-webkit-input-placeholder {
	color: #e80505
}

.error-field-value {
	color: #e80505 !important
}

.created_with {
	border-left: 2px solid #848383;
	padding-left: 12px
}

.contact-us-footer {
	margin-top: 18px
}

@media (min-width:300px) and (max-width:568px) {
	.nextps {
		position: relative;
		right: 65px !important
	}

	.nextp {
		position: relative;
		right: 65px !important
	}

	.padd20 {
		padding-top: 24px !important
	}
}