<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
|----------------------------------------------------------------------------
	SmartForm - PHP Working Ajax Advanced Multipurpose Form Main CSS
	Author: MGScoder
	Author URL: https://codecanyon.net/user/mgscoder
	Version: 2.7
|----------------------------------------------------------------------------
*/
.intro-text {
    font-size: 18px;
    font-weight: bold;
    margin: 0 20% 30px;
    padding: 30px;
}

/*
|----------------------------------------------------------------------------
| TITLE
|----------------------------------------------------------------------------
*/
.contact-form-title-wrap {
    overflow: hidden;
	margin: 0 0 30px;
    text-align: center;
}
.title-text {
    margin: 0;
    text-transform: uppercase;
    white-space: nowrap;
}
.title-text &gt; span {
    padding: 0 8px;
}
.title-text strong {
    font-weight: bold;
}
/*-- Title bottom line --*/
.contact-form-title-wrap .title-line {
	clear: both;
    position: relative;
	line-height: 0;
}
.contact-form-title-wrap .title-line .long-line {
    background-color: #fb9902;	/*-- border line color --*/
    border-radius: 10px;
    display: inline-block;
    height: 3px;
    position: relative;
    width: 90px;		/*-- border right long line width before aniumation. --*/
}
.contact-form-title-wrap .title-line .short-line {
    background-color: #fb9902;
    border-radius: 10px;
    display: inline-block;
    height: 3px;
    margin-right: 5px;	/*-- space between left &amp; right line --*/
    position: relative;
    width: 20px;	/*-- border left short line width before aniumation --*/
}


/*title-box*/
.title-box::before {
    background-color: #fb9902;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0 0 -1px;
    position: absolute;
    width: 40px;
}
.title-box {
    border-bottom: 1px solid #b5b5b5;
    margin: 0 0 30px;
    position: relative;
}
.title-box &gt; h3 {
	margin: 0;
    text-transform: uppercase;
}

/*
|----------------------------------------------------------------------------
| CONTACT FORM STYLE
|----------------------------------------------------------------------------
*/
.mgssmartform-section {
	padding: 60px 0 50px;
}
.mgssmartform-section.bg-image {
	background-attachment: fixed;
	background-color: #fff;
    background-image: url("../images/bg-3.jpg");
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.mgssmartform-section.bg-image::before {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}
.mgssmartform-section #map {
	border: 1px solid #fb9902;
	border-radius: 4px;
	height: 374px;
	margin: 0 0 30px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.mgssmartform-section .map-marker h3 {
	margin: 0 0 10px;
}
.mgssmartform-section .map-marker &gt; p {
    margin: 0;
}

.imageBox img {
    margin: 0 0 30px;
    max-width: 100%;
}

/*CONTACT INFO*/
.contactInfo-wrap {
    margin: 0 auto 30px;
}
.contactInfo-wrap .contact-item {
	border: 1px solid #fb9902;
    border-radius: 10px;
	box-shadow: 0 0 5px 1px rgba(251, 153, 2, 0.5);
    display: table;
    height: 160px;
    margin: 0 auto 30px;
	max-width: 400px;
    overflow-wrap: break-word;
    text-align: center;
	width: 100%;
}
.contactInfo-wrap .contact-item img {
	max-width: 100%;
}
.contactInfo-wrap .contact-item:hover {
	box-shadow: 0 0 10px 1px rgba(251, 153, 2, 0.5);
}
.contactInfo-wrap .contact-item-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}
.contactInfo-wrap .contact-icon {
    overflow: hidden;
	margin: 0 0 30px;
}
.contactInfo-wrap .contact-desc a {
    color: #222;
    text-decoration: none;
}
.contactInfo-wrap .contact-desc h4 {
    margin: 15px 0 0;
}
.contactInfo-wrap .contact-icon i {
	background-color: #fb9902;
	border: 1px solid #fb9902;
    border-radius: 50%;
	color: #fff;
    font-size: 32px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    transition: all 0.8s ease 0s;
    width: 64px;
}
.contactInfo-wrap .contact-item:hover i {
	background-color: transparent;
	border-color: #fb9902;
	color: #fb9902;
}
.contact-info .list-unstyled &gt; li {
    padding-bottom: 10px;
}

/*****CONTACT FORM*****/
.mgssmartform #msgSubmit {
    margin: 0 0 30px;
}
.mgssmartform .form-group {
    position: relative;
    margin: 0 0 30px;
}
.mgssmartform .form-group.file-group {
	display: table;
}
.mgssmartform .form-group.file-group .input-group-btn ~ .form-control {
    border-radius: 0 4px 4px 0;
    cursor: not-allowed;
    padding-left: 10px;
}
.mgssmartform .input-group-icon {
    position: absolute;
	top: 0;
}
.mgssmartform .form-group .input-group-icon {
    background-color: #fb9902;
    border: none;
	border-radius: 4px;
	border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    color: #fff;
    display: table-cell;
    font-size: 14px;
	height: 100%;
    padding: 5px 7px 7px;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    width: 40px;
}
.mgssmartform .form-control:focus + .input-group-icon{
    background-color: #DEA221;
}
.mgssmartform .form-control {
    background-color: transparent;
    border: 2px solid #ffffff;
    padding-left: 16px;
}
.mgssmartform .form-control:focus {
	box-shadow: 0 1px 1px rgba(251, 153, 2, 0.075) inset, 0 0 8px rgba(251, 153, 2, 0.6);
}
.mgssmartform .btn.dropdown-toggle.btn-default {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
	font-size: 14px;
    color: #555;
    padding: 6px 0;
    text-shadow: none;
}
.mgssmartform span.sub-text {
    bottom: 115px;
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    right: 0;
}
.mgssmartform .has-error .form-control {
    border-color: #ce0606;
}
.mgssmartform .has-error .input-group-icon {
    background-color: #ce0606;
    color: #ffffff;
}
.mgssmartform .has-error .form-control:focus {
    border-color: #fb9902;
    box-shadow: 0 1px 1px 0 rgba(251, 153, 2, 0.075) inset, 0 0 6px 0 #fb9902;
}
.mgssmartform .has-error .form-control:focus + .input-group-icon {
    background-color: #fb9902;
    color: #fff;
}

.mgssmartform .input-group-btn &gt; .btn {
    background-color: #fb9902;
    border: 1px solid #fb9902;
    border-radius: 4px 0 0 4px;
	color: #fff;
    padding: 4.5px 14px;
	height: 34px;
}
.mgssmartform .input-group-btn &gt; .btn &gt; input[type="file"] {
    display: none;
}
.mgssmartform .help-block {
    color: #ce0606;
    margin: 0;
    padding-left: 35px;
    position: absolute;
    top: -23px;
}
.mgssmartform .help-block ul.list-unstyled li::before {
    content: "\f071";
    font-family: FontAwesome;
    position: relative;
    padding-right: 5px;
    top: 0;
    left: 0;
}
.mgssmartform .help-block ul li {
	font-size: 13px;
    background-color: #ce0606;
    color: rgba(255, 255, 255, 0.99);
	padding: 1px 5px;
    border-radius: 2px;
    top: -2px;
	position: relative;
	margin-left: 5px;
	max-height: 20px;
}
.mgssmartform .help-block ul li::after {
	content: "";
    position: absolute;
    height: 0;
    width: 0;
    right: 50%;
    top: 20px;
    border: 5px solid transparent;
    border-top: 5px solid #ce0606;
}
#msgContactSubmit.h3 {
    margin: 0 0 30px;
}
.mgssmartform .text-success, #msgContactSubmit .text-success, .text-success {
    color: #37a000;
}
.mgssmartform .text-danger, .text-danger {
    color: #ce0606;
}
.mgssmartform .btn.disabled {
  
    cursor: not-allowed;
}
.mgssmartform {
    padding-bottom: 5px;
    position: relative;
}
.mgssmartform .form-group .checkbox {
    margin: 0;
}
.mgssmartform input[type="checkbox"] {
    margin-top: 5px;
}

/*select box*/
.mgssmartform select {
	background-color: white;
	display: inline-block;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, #fb9902 50%),
		linear-gradient(135deg, #fb9902 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;
}
.mgssmartform select:focus {
	background-image: linear-gradient(45deg, transparent 50%, #fb9902 50%),
		linear-gradient(135deg, #fb9902 50%, transparent 50%),
		radial-gradient(transparent 66%, transparent 66%);
}
.mgssmartform select::-ms-expand {
    display: none;
}

/***************** Mgsstyle Radio Button *****************/
.radio-inline.mgsradio-circle-buttons {
    padding-left: 0;
}
.radio-inline.mgsradio-circle-buttons, .radio-inline.mgsradio-circle-buttons li {
    display: inline-block;
}
.mgsradio-circle-buttons label {
    display: block;
    position: relative;
    padding: 0 25px;
    height: 10px;
	z-index: 9;
    cursor: pointer;
}
.mgsradio-circle-buttons input[type="radio"]:checked ~ .check {
    border: 11px solid #fb9902;
	width: 0;
	height: 0;
}
.mgsradio-circle-buttons input[type="radio"] {
    position: absolute;
    visibility: hidden;
}
.mgsradio-circle-buttons .check {
    display: block;
    position: relative;
    border: 1px solid #a0a0a0;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    top: -15px;
	z-index: 5;
}

/***************** Mgsstyle Checkbox *****************/
.mgsstyle-checkbox.mgscheckbox-style li {
    display: inline-block;
	width: auto;
    margin: 0 3% 0 0;
}
.mgsstyle-checkbox.mgscheckbox-style li:last-child {
    margin: 0;
}
.mgsstyle-checkbox.mgscheckbox-style input[type="checkbox"] {
	display: none;
}
.mgsstyle-checkbox.mgscheckbox-style label  {
	position: relative;
	padding: 5px 30px;
}
.mgsstyle-checkbox.mgscheckbox-style label:before {
	border: 1px solid #a0a0a0;
	border-radius: 3px;
	content: "";
	left: 0;
	position: absolute;
	top: 6px;
	width: 20px;
	height: 20px;
}
.mgsstyle-checkbox.mgscheckbox-style :checked + label:before {
	border: 12px solid #fb9902;
	border-radius: 3px;
	content: "";
	left: 0;
	position: absolute;
	top: 5px;
	width: auto;
	height: auto;
}

/*
|----------------------------------------------------------------------------
	TAG INPUT
|----------------------------------------------------------------------------
*/
.mgssmartform .bootstrap-tagsinput {
	background-color: transparent;
	border: 1px solid #fb9902;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	padding: 6px 12px 6px 50px;
	width: 100%;
}
.mgssmartform .bootstrap-tagsinput .tag {
	font-size: 14px;
	margin: 0 2px 2px 0;
	color: #fff;
}
.mgssmartform .bootstrap-tagsinput .label-info {
	background-color: #5bc0de;
}
.mgssmartform .bootstrap-tagsinput .label {
	display: inline-block;
	padding: .2em .6em .3em;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

/*Success/error icon*/
.mgssmartform .has-feedback.has-error.has-danger::before {
    color: #ce0606;
	font-family: fontawesome;
	font-size: 24px;
	content: "\f057";
	position: absolute;
	left: -18px;
	top: -20px;
}
.mgssmartform .has-feedback.has-success::before {
    color: #12bc00;
	font-family: fontawesome;
	font-size: 24px;
	content: "\f058";
	position: absolute;
	left: -18px;
	top: -20px;
}


/*
|----------------------------------------------------------------------------
| 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;
}

/*
|----------------------------------------------------------------------------
| Button
|----------------------------------------------------------------------------
*/
#submitButtonHolder .btn {
	font-size: 16px;
	overflow: hidden;
	
	text-transform: uppercase;
}
#submitButtonHolder .btn-custom {
    background-color: #fb9902;
    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;
}
#submitButtonHolder .btn-custom::before {
    background-color: #fff;
	border-radius: 5px;
    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;
}
#submitButtonHolder .btn-custom:hover, #submitButtonHolder .btn-custom:focus, #submitButtonHolder .btn-custom:active {
    border-color: #fb9902;
	border-radius: 5px;
    color: #222;
}
#submitButtonHolder .btn-custom:hover::before, #submitButtonHolder .btn-custom:focus::before, #submitButtonHolder .btn-custom:active::before {
    -moz-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-o-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
#submitButtonHolder .btn {
    transition: all 0.5s ease 0s;
    width: 150px;
}
#submitButtonHolder .btn::after {
    content: "\f0a9";
    font-family: fontawesome;
    font-size: 22px;
    opacity: 0;
    position: absolute;
    top: 2px;
    right: 50px;
    transition: all 0.3s ease 0s;
}
#submitButtonHolder .btn:hover::after {
    opacity: 1;
    right: 10px;
}

/************ sweet-alert **************/
.sweet-alert button {
    background-color: #0379ca;
}
.sweet-alert {
	padding: 20px;
}
.sweet-alert .sa-icon {
    margin: 0 auto 20px;
}
.sweet-alert h2 {
    margin: 20px 0;
}
.sweet-alert button {
    font-size: 16px;
    font-weight: 400;
    margin: 20px 5px 0;
    padding: 6px 30px;
}
.sweet-alert .sa-icon.sa-error {
    border-color: #ce0606;
}
.sweet-alert .sa-icon.sa-error .sa-line {
    background-color: #ce0606;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
    border: 4px solid rgba(60, 118, 61, 0.4);
}
.sweet-alert .sa-icon.sa-success .sa-line {
    background-color: #3c763d;
}

@media screen and (max-width: 767px) {
	.intro-text {
		margin: 0 0 30px;
	}
}
@media screen and (max-width: 420px) {	
	.mgssmartform .g-recaptcha {
		-webkit-transform:scale(0.85);
		transform:scale(0.85);
		-webkit-transform-origin:0 0;
		transform-origin:0 0;
	}
}
@media screen and (max-width: 320px) {
	#firstDigit #mathfirstnum, #secondDigit #mathsecondnum {
		width: 20px;
	}
}</pre></body></html>