/*
|----------------------------------------------------------------------------
	Kontact - Responsive HTML5 Ajax Contact Form Main CSS
	Author: MGScoder
	Author URL: https://codecanyon.net/user/mgscoder
	Version: 2.1
	Primary color: #3e3e3e
|----------------------------------------------------------------------------
*/

/*
|------------------------------------------------------------------
	[Table of contents]:

	1. Common
	2. TITLE
	3. CONTACT FORM STYLE
	4. Math Captcha
	5. Button
	6. Responsive
	7. CUSTOM CSS FOR NON-EXIST BOOTSTRAP SITE
|-------------------------------------------------------------------
*/

/*
|----------------------------------------------------------------------------
	1. Common
|----------------------------------------------------------------------------
*/

/*
|----------------------------------------------------------------------------
	2. TITLE
|----------------------------------------------------------------------------
*/
.title-box::before {
    background-color: #3e3e3e;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0 0 -1px;
    position: absolute;
    width: 40px;
}
.title-box {
    border-bottom: 1px solid #e1e1e1;
    margin: 0 0 50px;
    position: relative;
}
.title-box > h3 {
	margin: 0;
    text-transform: uppercase;
	font-size: 24px;
	font-weight: 400;
}
.title-box > h3 strong {
	font-weight: bold;
}

/*
|----------------------------------------------------------------------------
	3. CONTACT FORM STYLE
|----------------------------------------------------------------------------
*/
#contact-1 {
	padding: 50px 0 10px;
	max-width: 800px;
	margin: 0 auto;
}
/*CONTACT FORM*/
/*#contactForm8Recaptcha {
    background-color: rgba(255, 255, 255, 0.7);
	border: 1px solid #3e3e3e;
    border-radius: 10px;
	box-shadow: 0 0 5px 1px rgba(92, 92, 92, 0.6);
    margin: 0 0 50px;
    padding: 50px 50px 20px;
	position: relative;
}*/
/*#contactForm8Recaptcha:hover {
    box-shadow: 0 0 10px 1px rgba(92, 92, 92, 0.6);
}*/
#contactForm8Recaptcha #msgSubmit {
    margin: 0 0 30px;
}
#contactForm8Recaptcha .form-group {
    position: relative;
    margin: 0 0 30px;
}
#contactForm8Recaptcha .form-control {
    background-color: transparent;
    padding-left: 50px;
	width: 100%;
}
#contactForm8Recaptcha textarea.form-control {
    height: 120px;
    width: 100%;
}
#contactForm8Recaptcha .input-group-icon {
    position: absolute;
	top: 0;
}
#contactForm8Recaptcha .form-group .input-group-icon {
    color: #777;
    display: table-cell;
    font-size: 14px;
    height: 18px;
    padding: 10px 6px;
    text-align: center;
    transition: all 0.2s ease 0s;
    vertical-align: top;
    white-space: nowrap;
    width: 32px;
}
/*#contactForm8Recaptcha .form-control:focus {
	border-color: #3e3e3e;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(92, 92, 92, 0.6);
}
#contactForm8Recaptcha .form-control:focus + .input-group-icon{
    background-color: #3e3e3e;
    border-color: #3e3e3e;
    color: #fff;
}
#contactForm8Recaptcha .has-error .form-control {
    border-color: #ce0606;
}
#contactForm8Recaptcha .has-error .input-group-icon {
    background-color: #ce0606;
    border-color: #ce0606;
    color: #fff;
}
#contactForm8Recaptcha .has-error .form-control:focus {
	border-color: #3e3e3e;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(92, 92, 92, 0.6);
}
#contactForm8Recaptcha .has-error .form-control:focus + .input-group-icon {
    background-color: #3e3e3e;
    border-color: #3e3e3e;
    color: #fff;
}*/
#contactForm8Recaptcha .help-block {
	font-size: 14px;
    color: #ee6b0b;
    margin: 0;
    padding-left: 8px;
    position: absolute;
    top: -32px;
}
#contactForm8Recaptcha .help-block.with-errors.checkbox-errors {
    margin-top: -10px;
}
#contactForm8Recaptcha .help-block ul.list-unstyled {
    list-style: none;
}
#msgContactSubmit.h3 {
    padding: 0 0 50px 2%;
	margin: 0;
}
#contactForm8Recaptcha .text-success {
    color: #37a000;
}
#contactForm8Recaptcha .text-danger {
    color: #ee6b0b;
}
#contactForm8Recaptcha .btn.disabled {
    opacity: 1;
}
#contactForm8Recaptcha #submit.btn {
    transition: all 0.5s ease 0s;
    width: 100%;
}
#submit.btn::after {
    content: "\f0a9";
    font-family: fontawesome;
    font-size: 22px;
    color: #fff;
    opacity: 0;
    position: absolute;
    right: 50px;
    transition: all 0.3s ease 0s;
}
#submit.btn:hover::after {
    opacity: 1;
    right: 10px;
}
#contactForm8Recaptcha span.sub-text { 
	right: 65px;
    bottom: 95px;
    color: #777;
    font-size: 14px;
    position: absolute;
}

/*select box*/
#contactForm8 select {
	background-color: white;
	display: inline-block;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, #3e3e3e 50%),
		linear-gradient(135deg, #3e3e3e 50%, transparent 50%),
		radial-gradient(transparent 66%, transparent 66%);
	background-position: calc(100% - 18px) calc(1em + 2px),
		calc(100% - 13px) calc(1em + 2px),
		calc(100% - .5em) .5em;
	background-size: 5px 6px, 6px 5px, 1.5em 1.5em;
	background-repeat: no-repeat;
}
#contactForm8 select:focus {
	background-image: linear-gradient(45deg, transparent 50%, #3e3e3e 50%),
		linear-gradient(135deg, #3e3e3e 50%, transparent 50%),
		radial-gradient(transparent 66%, transparent 66%);
}
#contactForm8 select::-ms-expand {
    display: none;
}

/*
|----------------------------------------------------------------------------
	4. Math Captcha
|----------------------------------------------------------------------------
*/
#humanCheckCaptchaBox, #humanCheckCaptchaInput, #firstDigit, #secondDigit,  #mathfirstnum, #mathsecondnum {
    display: inline;
}
#humanCheckCaptchaInput.form-control {
    height: 30px;
    margin-left: 10px;
    padding: 4px;
    text-align: center;
    width: 45px;
}
#firstDigit #mathfirstnum, #secondDigit #mathsecondnum {
	border: none;
	box-shadow: none;
    width: 30px;
    height: 30px;
	padding: 0;
    pointer-events: none;
    text-align: center;
}

/*
|----------------------------------------------------------------------------
	5. Button
|----------------------------------------------------------------------------
*/
.btn {
	font-size: 16px;
	overflow: hidden;
	padding: 6px 20px;
	text-transform: uppercase;
}
.btn-custom {
    background-color: #ee6b0b;
    color: #fff;
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    display: inline-block;
    position: relative;
	-moz-transform: perspective(1px) translateZ(0px);
	-webkit-transform: perspective(1px) translateZ(0px);
	-o-transform: perspective(1px) translateZ(0px);
	-ms-transform: perspective(1px) translateZ(0px);
    transform: perspective(1px) translateZ(0px);
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	-webkit-transition-property: color;
    transition-property: color;
    vertical-align: middle;
	border-radius: 0;
}
.btn-custom::before {
    background-color: #ee6b0b;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transform:scaleX(0);
    -webkit-transform:scaleX(0);
    -o-transform:scaleX(0);
    -ms-transform:scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
    z-index: -1;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom:active {
    border-color: #ee6b0b;
}
.btn-custom:hover::before, .btn-custom:focus::before, .btn-custom:active::before {
    -moz-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-o-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.btn-transparent {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}
.btn.btn-custom.disabled {
    opacity: 1;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
}

.field-label2 input{
	height: 20px !important;
	width: 20px !important;
	display: inline !important;
}

/*
|----------------------------------------------------------------------------
	6. Responsive
|----------------------------------------------------------------------------
*/
@media screen and (max-width: 767px) {
	.intro-text {
		margin: 0 0 60px;
	}
	#contactForm8Recaptcha #humanCheckCaptchaInput.form-control {
		margin-left: 8px;
		padding: 5px 2px;
		width: 32px;
	}
}
@media screen and (max-width: 420px) {
	#firstDigit #mathfirstnum, #secondDigit #mathsecondnum {
		width: 20px;
	}
}
@media screen and (max-width: 360px) {
	#contactForm8Recaptcha {
		padding: 50px 30px 20px;
	}	
	#contactForm8Recaptcha span.sub-text {
		right: 40px;
	}
}



/*
|----------------------------------------------------------------------------
	7. CUSTOM CSS FOR NON-EXIST BOOTSTRAP SITE
|----------------------------------------------------------------------------
*/
/***************** START CUSTOM CSS FOR NON-EXIST BOOTSTRAP SITE *******************/
/*.col-sm-6 {
    width: 46%;
}
.col-sm-6 {
    float: left;
}
.col-sm-12 {
    width: 96%;
    clear: both;
}
.col-md-6, .col-sm-12, .col-sm-6 {
    min-height: 1px;
    padding-left: 2%;
    padding-right: 2%;
    position: relative;
}*/
.form-control {
    background-image: none;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
#contactForm8Recaptcha .form-group .textarea.input-group-icon {
    height: 84%;
}


@media screen and (max-width: 767px) {
	.col-sm-6 {
		width: 96%;
	}
	#contactForm8Recaptcha .form-control, #contactForm8Recaptcha textarea.form-control {
		width: 90%;
	}
	#contactForm8Recaptcha #humanCheckCaptchaInput.form-control {
		margin-left: 8px;
		padding: 5px 2px;
		width: 32px;
	}
}
@media screen and (max-width: 667px) {
	#contactForm8Recaptcha .form-control, #contactForm8Recaptcha textarea.form-control {
		width: 84%;
	}
}
@media screen and (max-width: 420px) {
	#contactForm8Recaptcha .form-control, #contactForm8Recaptcha textarea.form-control {
		width: 78%;
	}
}
@media screen and (max-width: 320px) {
	#contactForm8Recaptcha .form-control, #contactForm8Recaptcha textarea.form-control {
		width: 74%;
	}
}
/***************** END CUSTOM CSS FOR NON-EXIST BOOTSTRAP SITE *******************/