﻿

/* Box */


.gbox {
	position:relative;
	margin: 0 auto;
	width:94%;
	height: auto;
	padding:20px;
	border:1px solid #c59f1f;
	border-style: double;
	text-align:left;
	word-wrap: break-word;
}







/* Form */

	form label {
		display: block;
	}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
		display: inline-block;
		margin-top:10px;
		padding: 1em 1em;
		background: none;
		border: solid 1px #aaa;
		color: inherit;
		border-radius: 0.1em;
		outline: none;
	}

		form input[type="text"]:focus,
		form input[type="email"]:focus,
		form input[type="password"]:focus,
		form textarea:focus {
		border-color: #999;

		}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"] {
		line-height: 1.35em;
	text-transform:none;
	}





form select {

	border: 1px solid #ccc;
	border-radius: 5px;
	background-color:#fff;
	color: #222;
	font-size: 15px;
	padding: 0 4px 0 8px;
	height: 50px;
	width: 80px;
	position: relative;
}





	form textarea {
		min-height: 8em;
	}

	form .formerize-placeholder,
	form ::-webkit-input-placeholder,
	form :-moz-placeholder,
	form ::-moz-placeholder,
	form :-ms-input-placeholder {
		color: rgba(145, 146, 147, 0.85) !important;
	}

	form ::-moz-focus-inner {
		border: 0;
	}




/* Contact */

	#contact {
		padding-bottom: 0;
		overflow: hidden;
	}

		#contact .box {
			-moz-transition: all 1s ease;
			-webkit-transition: all 1s ease;
			-ms-transition: all 1s ease;
			transition: all 1s ease;
			-moz-transform: translateZ(0);
			-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
			transform: translateZ(0);
			position: relative;
			bottom: 0;
		}

		#contact.inactive .box {
			bottom: -30em;
		}



	input, textarea{
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 70;
		font-size: 11pt;
		line-height: 1.5em;
		color: #39454b;
		letter-spacing: 0.5px;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	}







@media screen and (max-device-width: 480px) {
#scroll div{height:150px;
overflow:auto;
-webkit-overflow-scrolling: touch;}
}

@media screen and (max-width: 320px) {
#scroll div{height:150px;
overflow:yes;
-webkit-overflow-scrolling: touch;}
}



/*footernavigations*/

.policy {
    margin: 0.8em auto;
    padding: 0;
    max-width: 88%;
}
@media screen and (max-width: 640px){
.policy {max-width: 100%;
}}
@media only screen and (max-width:320px){
.policy {max-width: 100%;
}}
.policy label {
    display: block;
    margin: .1px 0;
    padding : 5px 12px;
    text-align:left;
    color: #111;
    border: 1px solid #bbb;
    font-weight: normal;
    background: transparent;
    cursor :pointer;
    transition: all 0.3s;
}

.policy label:before {
    content: '\f054';
    font-family: 'FontAwesome';
    padding-right: 8px;
}

.policylabel:hover {
    background :#ac924d;
}

.policy input {
    display: none;
}

.policy .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.5s;
}

/*show*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 12px;
    background: rgba(255,255,255, .5);
    text-align:left;
    opacity: 1;
}

.policy .accshow p {
    margin: 12px 10px;
    color: #111;
}


/*icon*/
.cssacc:checked + label:before {
    content: '\f078';
}


.90p{
width:90%;
max-width:90%;
}




hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}


hr.style3 {
	border-top: 1px dashed #ccc;
	margin-top:30px;
	margin-bottom:40px;
}

hr.style01{
	border-top: 1px solid #ccc;
	margin-top:30px;
	margin-bottom:40px;

}




form .formbottom {
	text-align: center;
} 
form .btns{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	padding: 22px 22px;
	color: #F15A24;
	font-weight: bold;
	letter-spacing: 0.5pt;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #F15A24;
	cursor: pointer;
	transition-duration:0.3s;
    -webkit-transition-duration:0.3s;
    -moz-transition-duration:0.3s;
    -o-transition-duration:0.3s;
    -ms-transition-duration:0.3s;
} 
form .btns:hover{
    color: #ffffff;
    background-color: #F15A24;
}






















.button18 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  background-color: #cccccc;
  transition: 0.3s;
}

.button18 a::before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: 1em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: #2285b1;
  transition: 0.3s;
}

.button18 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 70px;
  height: 2px;
  background-color: #2285b1;
  transition: 0.3s;
}

.button18 a:hover {
  text-decoration: none;
  background-color: #bbbbbb;
}

.button18 a:hover::before,
.button18 a:hover::after {
  right: 0.5em;
}







.button19 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  width: 220px;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  background-color: #cfcfcf;
  transition: 0.3s;
}

.button19 a::before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: -2em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: #2285b1;
  transition: 0.3s;
}

.button19 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -2em;
  transform: translateY(-50%);
  width: 70px;
  height: 2px;
  background-color: #2285b1;
  transition: 0.3s;
}

.button19 a:hover {
  text-decoration: none;
  background-color: #bbbbbb;
  cursor: pointer;
}

.button19 a:hover::before,
.button19 a:hover::after {
  right: -2.5em;
}














