/*Default-CSS*/
input[type="file"]::-webkit-file-upload-button {
	cursor:pointer; 
}
input[type="file"]::-moz-file-upload-button {
	cursor:pointer; 
}
input[type="file"]::-ms-file-upload-button {
	cursor:pointer; 
}
input[type="file"]::-o-file-upload-button {
	cursor:pointer; 
}
input[type="file"] {
	cursor:pointer; 
}
html body{
    font-family: 'ABeeZee', sans-serif;
	margin:0;
	padding-top:159px;
}
*::-moz-selection {
	color: #fff;
	background:#000;
}
*::-webkit-selection {
	color: #fff;
	background:#000;
}
*::-webkit-input-placeholder { 
	color: #333333;
	opacity:1;
}
*:-moz-placeholder { 
	color: #333333;
	opacity:1;
}
*::-moz-placeholder { 
	color: #333333;
	opacity:1;
}
*:-ms-input-placeholder { 
	color: #333333;
	opacity:1;
}
a,div a:hover, div a:active, div a:focus, button {
	text-decoration: none;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s; 
}
a, span,div a:hover, div a:active, button {
	text-decoration: none;
}
*::after, *::before, * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	outline: none;
	color:#e9b514;
}
a:hover {
	color:#000;
}
body .clearfix, body .clear {
	clear:both;
	line-height:100%;
}
body .clearfix{
	height:auto;
}
*{
	outline:none!important;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clr:after, 
ul:after, 
.clearfix:after, 
li:after,
.grve-container:after {
	clear:both;
	display:block;
	content:"";
}
ul,
ol{
	margin:0;
	padding:0;
}
div input, div select, div textarea, div button{
    font-family: 'ABeeZee', sans-serif;
}
body h1, body h2, body h3, body h4, body h5, body h6{
    font-family: 'Chivo', sans-serif;
	line-height:120%;
	color:#000;
	font-weight: bold;
	margin:0 0 15px;
}
body h1 { font-size: 24px;}
body h2 { font-size: 22px;}
body h3 { font-size: 18px;}
body h4 { font-size: 16px;}
body h5 { font-size: 12px;}
body h6 { font-size: 10px;}
body h1:last-child, 
body h2:last-child, 
body h3:last-child, 
body h4:last-child, 
body h5:last-child, 
body h6:last-child{
	margin-bottom:0;
}
div select {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
div select option {
	font-size: 13px;
	color:#333;
	padding: 2px 5px;
}
img {
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height:auto;
}
body p {
	color: #333;
    font-family: 'ABeeZee', sans-serif;
	font-size: 17px;
	line-height: 180%;
	margin: 0 0 15px;
	padding: 0;
	text-align: justify;
}
body p:empty{
	margin:0;
	line-height:0;
}
body p:last-child{
	margin-bottom:0;
}
p strong {
	font-weight: bold;
}
.a-left{
	text-align:left;
}
.a-right{
	text-align:right;
}
.a-center{
	text-align:center;
}
label em {
	color: #ff0000;
	display: inline-block;
	font-style: normal;
	vertical-align: top;
	margin-left:5px;
}
.hidden{
	display:none!important;
}
.container:after{
	content:"";
	display:block;
	clear:both;
}
.container{
	width:100%;
	max-width:1200px;
	padding-left:15px;
	padding-right:15px;
	margin:0 auto;
	position:relative;
	float:none;
}
body .container .container{
	width:100%;
	max-width:100%;
}
/*scroll Hide*/
html.no-scroll,
html.toggle_menu,
html.quick_show{
	overflow: hidden;
}
html.no-scroll body,
html.toggle_menu body,
html.quick_show body {
	overflow: hidden;
	height:100%;
}
/*Default-CSS close*/
/*Gapping*/
.section-gapping,
section {
	padding-bottom: 100px;
	padding-top: 100px;
	position:relative;
}
/*Gapping close*/
/*Default-CSS close*/
header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
	z-index:99;
	background:#fff;
}
.sticky_header header {
	margin-top: -38px;
}
.topbar {
	background: rgb(232,179,20); 
	background: -moz-linear-gradient(top, rgba(232,179,20,1) 0%, #ffd119 50%, rgba(232,179,20,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(232,179,20,1) 0%,#ffd119 50%,rgba(232,179,20,1) 100%); 
	background: linear-gradient(to bottom, rgba(232,179,20,1) 0%,#ffd119 50%,rgba(232,179,20,1) 100%); 
	color: #000;
	padding: 7px 0;
}
.header-left {
	float: left;
}
.header-right {
	float: right;
}
.emailcls {
    color: #000;
}
header ul,
footer ul{
	margin:0;
	list-style:none;
}
.social-link li {
	float: left;
	margin-right: 13px;
}
.social-link li:last-child{
	margin-right:0;
}
.social-link li a {
	color: #000;
	display: block;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	position: relative;
	text-align: center;
	width: 24px;
	z-index: 2;
}
.social-link li a:hover{
	color:#fff;
}
.social-link li a::before {
	border: 1px solid #000;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	margin:1px;
	z-index:-1;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition:background 0.5s;
	-moz-transition:background 0.5s;
	-ms-transition:background 0.5s;
	-o-transition:background 0.5s;
	transition:background 0.5s;
}
.social-link li a:hover:before{
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
	background:#000;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.header-info > li {
	color: #000;
	float: left;
	line-height: 24px;
    font-family: 'Chivo', sans-serif;
	margin-right: 20px;
	padding-right: 20px;
	position: relative;
}
.header-info > li:last-child{
	margin-right:0;
	padding-right:0;
}
.header-info > li a{
	color:#000;
}
.header-info > li a:hover{
	color:#666;
}
.header-info > li i{
	margin-right:6px;
}
.header-info > li::before {
	background: #999;
	bottom: 0;
	content: "";
	display: block;
	height: 15px;
	margin: auto;
	opacity: 0.4;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}
.header-info > li:last-child:before {
	display:none;
}
.header_main {
	padding: 10px 0;
	background:#000000;
}
.header_main .header-left {
	padding: 20px 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.sticky_header .header_main .header-left {
	padding: 6px 0;
}
.logo-wrap a {
	display: inline-block;
	max-width: 300px;
	vertical-align: top;
}
.header_bottom {
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
}
html .owl-carousel .owl-item img {
	width: auto;
}
.slider-section .owl-carousel .owl-item .item > img {
	width:100%;
}
.slider-section .owl-dots {
	bottom: 40px;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
}
html .owl-dots{
	margin-top:30px;
	text-align: center;
}
html .owl-dots .owl-dot {
	background: #ccc;
	border-radius: 50px;
	display: inline-block;
	height: 15px;
	margin: 0 8px;
	opacity: 0.8;
	vertical-align: top;
	width: 15px;
	box-shadow:0 0 8px 0 #333;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
html .owl-dots .owl-dot:hover,
html .owl-dots .owl-dot.active{
	background:#E9C54F;
	opacity:1;
}
html .owl-dots .owl-dot.active {
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
}
.btn2 {
	background: #000;
	border-radius: 50px;
	color: #fff!important;
	border:0;
	display: inline-block;
    font-family: 'Chivo', sans-serif;
	font-size: 16px;
	line-height: 40px;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
	padding: 0 28px;
	text-transform: uppercase;
	vertical-align: top;
}
.btn2.active,
.btn2:hover{
	background:#E8B51F;
	color:#fff;
}
.btn2.active:hover{
	background:#373435;
}
.footer-bottom {
	background: rgb(232,179,20); 
	background: -moz-linear-gradient(top, rgba(232,179,20,1) 0%, #ffd119 50%, rgba(232,179,20,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(232,179,20,1) 0%,#ffd119 50%,rgba(232,179,20,1) 100%); 
	background: linear-gradient(to bottom, rgba(232,179,20,1) 0%,#ffd119 50%,rgba(232,179,20,1) 100%); 
	padding: 10px 0;
	text-align: center;
}
.copy-right {
	color: #000;
	font-size: 16px;
	line-height: 30px;
    font-family: 'Chivo', sans-serif;
	text-align: center;
	text-transform: uppercase;
}
.copy-right a{
	color: #000;
}
.copy-right a:hover{
	color: #666;
}
footer {
	background: #111;
	color: #fff;
}
.footer-top{
	padding:60px 0;
}
footer a{
	color: #fff;
}
footer a:hover{
	color:#E9C54F;
}
footer h6 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 22px;
	padding-bottom: 12px;
}
.quicklinks > ul > li {
	margin-bottom: 10px;
}
.quicklinks > ul > li:last-child {
	margin-bottom: 0;
}
.quicklinks > ul > li a {
	color: #fff;
	display: inline-block;
	font-size: 16px;
	line-height: 140%;
	max-width: 100%;
	padding-left: 23px;
	position: relative;
	vertical-align: top;
}
.quicklinks ul > li.active > a ,
.quicklinks > ul > li a:hover {
	color:#E9C54F;
}
.quicklinks > ul > li a::before {
	background: #e9c54f;
	border-radius: 50%;
	content: "";
	display: block;
	height: 8px;
	left: 0;
	position: absolute;
	top: 7px;
	width: 8px;
}
.info-list li {
	color: #fff;
	font-family: "ABeeZee",sans-serif;
	font-size: 17px;
	line-height: 140%;
	margin: 0 0 20px;
	padding-left: 35px;
	position: relative;
}
.info-list li:last-child{
	margin-bottom:0;
}
.info-list li i {
	display: block;
	left: 0;
	position: absolute;
	text-align: center;
	top: 3px;
	width: 24px;
}
.close_button {
	display: none;
}
.nav-menu > li {
	float: left;
	margin-right: 30px;
	padding-right: 30px;
	position: relative;
}
.nav-menu > li:last-child{
	padding-right:0;
	margin-right:0;
}
.nav-menu > li:last-child:before{
	display:none;
}
.nav-menu > li::before {
	background: rgb(233,197,77);
	background: -moz-linear-gradient(top, rgba(233,197,77,1) 0%, #ffd119 50%, rgba(233,197,77,1) 100%);
	background: -webkit-linear-gradient(top, rgba(233,197,77,1) 0%,#ffd119 50%,rgba(233,197,77,1) 100%);
	background: linear-gradient(to bottom, rgba(233,197,77,1) 0%,#ffd119 50%,rgba(233,197,77,1) 100%);
	content: "";
	display: block;
	height: 20px;
	position: absolute;
	opacity:0.7;
	right: 0;
	top: 50px;
	width: 1px;
}
.nav-menu > li > a {
	color: #e9c54f;
	display: inline-block;
	font-family: "Chivo",sans-serif;
	font-size: 18px;
	padding-top: 42px;
	line-height:35px;
	position: relative;
	text-transform: uppercase;
	vertical-align: top;
}
.nav-menu > li > a::before {
	background: url("../images/menu-icon.png") no-repeat center center;
	background-size: 100% auto;
	content: "";
	display: block;
	height: 39px;
	left: 0;
	margin: auto;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	-ms-transform: scale(0.3);
	-o-transform: scale(0.3);
	transform: scale(0.3);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 40px;
}
.nav-menu > li > a:hover:before,
.nav-menu > li.active > a:before,
.nav-menu > li:hover > a:before{
	opacity :1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.nav-menu > li .sub-menu {
	background: #fff;
	border-top: 2px solid #ffcb21;
	box-shadow: 0 0 10px -5px #666;
	left: 0;
	min-width: 200px;
	padding: 15px;
	position: absolute;
	top: 100%;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 -10px 0;
	-moz-transform-origin: 0 -10px 0;
	-ms-transform-origin: 0 -10px 0;
	-o-transform-origin: 0 -10px 0;
	transform-origin: 0 -10px 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.nav-menu li:hover > .sub-menu {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
}
.nav-menu > li .sub-menu::before {
	border-bottom: 8px solid #ffcb21;
	border-left: 8px ridge transparent;
	border-right: 8px ridge transparent;
	bottom: 100%;
	content: "";
	display: block;
	left: 30px;
	position: absolute;
	top: auto;
	width: 0;
}
.sub-menu ul li {
	border-bottom: 1px solid #ccc;
	margin-bottom: 8px;
	padding-bottom: 8px;
}
.sub-menu ul li:last-child{
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:0;
}
.sub-menu li a {
	color: #000;
	display: inline-block;
	font-size: 15px;
	line-height: 140%;
	max-width: 100%;
	vertical-align: top;
}
.sub-menu li a:hover,
.sub-menu li.active > a{
	color: #ffcb21;
}
.foter-logo {
	margin: 0 0 20px;
	text-align: center;
}
.foter-logo a {
	display: inline-block;
	max-width: 100%;
	vertical-align: top;
}
.footer-top p {
	color: #ccc;
	font-size: 15px;
	line-height: 140%;
	text-align: center;
}
.footer-top [class*="col-"] {
	padding-left: 40px;
	padding-right: 40px;
}
.footer-top [class*="col-"]:first-child {
	padding-left: 15px;
}
.footer-top [class*="col-"]:last-child {
	padding-right: 15px;
}
.scrollToTop {
	background: #E8B315;
	border-radius: 50%;
	bottom: 0;
	box-shadow: 0 0 12px -7px #000;
	color: #fff;
	cursor: pointer;
	font-size: 30px;
	height: 45px;
	line-height: 45px;
	margin: 0 -75px 67px 0;
	position: fixed;
	right: 0;
	text-align: center;
	top: auto;
	transition: all 0.5s ease 0s;
	width: 45px;
	z-index: 2;
}
.scrollToTop.on{
	margin-right:15px;
}
.scrollToTop:hover{
	background:#373435;
}
.slider-section .bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 600px;
}
.social-list {
	margin-top: 30px;
	text-align: center;
}
.social-list ul{
	display:inline-block;
	vertical-align:top;
}
.social-list li {
	float: left;
	margin-right: 20px;
}
.social-list li:last-child{
	margin-right:0;
}
.social-list li a {
	color: #e8b419;
	display: block;
	font-size: 17px;
	height: 34px;
	line-height: 34px;
	position: relative;
	text-align: center;
	width: 34px;
	z-index: 2;
}
.social-list li a:hover{
	color:#fff;
}
.social-list li a::before {
	border: 1px solid #e8b419;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	z-index:-1;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition:background 0.5s;
	-moz-transition:background 0.5s;
	-ms-transition:background 0.5s;
	-o-transition:background 0.5s;
	transition:background 0.5s;
}
.social-list li a:hover:before{
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
	background:#e8b419;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.slider-section .caption-wrap {
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.caption-wrap .caption {
	background: rgb(232,181,31); 
	background: -moz-linear-gradient(top, rgba(232,181,31,1) 0%, #ffd119 100%); 
	background: -webkit-linear-gradient(top, rgba(232,181,31,1) 0%,#ffd119 100%);
	background: linear-gradient(to bottom, rgba(232,181,31,1) 0%,#ffd119 100%);
	border-radius: 0 40px;
	box-shadow: 0 0 15px -5px #333;
	color: #000;
	margin: 0 auto;
	max-width: 500px;
	position:relative;
	padding: 30px 30px 30px 60px;
	text-align: left;
}
.caption h3 {
	color: #000;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 18px;
	padding-bottom: 15px;
	position: relative;
}
.caption h3:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 3px;
	background: #000;
	opacity: 0.5;
}
.caption p {
	color: #222;
	font-size: 15px;
	line-height: 140%;
	text-align: left;
}
.caption-wrap .caption::before {
	background:url("../images/caption-logo.png") no-repeat center center;
	background-color: #000;
	border-radius: 50%;
	box-shadow: 0 0 0 3px #e8b51f;
	content: "";
	display: block;
	height: 90px;
	left: 0;
	margin: -35px;
	position: absolute;
	top: 0;
	width: 90px;
}
.caption-wrap .caption.a-left {
	margin-left: 40px;
}
.caption-wrap .caption.a-right {
	margin-right: 0;
}
.sec-title {
	color: #000;
	font-size: 38px;
	font-weight: normal;
	margin: 0 0 50px;
	padding: 0 0 18px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.sec-title::before {
	background: #e8b51f;
	bottom: 0;
	content: "";
	display: block;
	height: 3px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 50px;
}
.sec-title span {
	color: #e8b51f;
	text-shadow: 1px 1px 0 #333;
}
.service-list .box {
	background: rgb(232,181,31); 
	background: -moz-linear-gradient(top, rgba(232,181,31,1) 0%, #ffd119 100%); 
	background: -webkit-linear-gradient(top, rgba(232,181,31,1) 0%,#ffd119 100%);
	background: linear-gradient(to bottom, rgba(232,181,31,1) 0%,#ffd119 100%);
	border-radius: 0 30px;
	padding: 18px 18px 40px;
	position: relative;
	margin-bottom:20px;
	min-height:485px;
}
.service-list .box .img {
	background: #fff;
	border-radius: 0 23px 0 0;
	height: 200px;
	margin: -12px -12px 20px;
	overflow: hidden;
	position: relative;
}
.service-list .box .img img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
}
.box h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 12px;
}
.box > ul {
	list-style: outside none none;
	margin: 0;
}
.box > ul li {
	color: #000;
	font-size: 14px;
	line-height: 130%;
	margin: 0 0 6px;
	padding: 0 0 0 25px;
	position: relative;
}
.box > ul li:last-child{
	margin-bottom:0;
}
.service-list .box .btn-set {
	bottom: -18px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
}
.box > ul li::before {
	background:url("../images/list-icon.png") no-repeat 0 0;
	background-size:100% auto;
	content: "";
	display: block;
	height: 18px;
	left: 0;
	position: absolute;
	top: -1px;
	width: 14px;
}
.overflow-hide{
	overflow:hidden;
}
.shape-top {
	left: 0;
	position: absolute;
	top: 0;
}
.slider-section {
	border-bottom: 4px solid #e8b41b;
}
.bnner-img > img {
	display: block;
	width: 100%;
}
.inner-banner {
	border-bottom: 4px solid #e8b41b;
}
.cms-list {
	color: #222;
	font-family: "Chivo",sans-serif;
	font-size: 17px;
	line-height: 140%;
	list-style: outside none none;
	margin: 15px 0;
}
.cms-list:first-child{
	margin-top:0;
}
.cms-list:last-child{
	margin-bottom:0;
}
.cms-list li::before {
	background: #e9b514;
	border: 1px solid transparent;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #fff inset;
	content: "";
	display: block;
	height: 12px;
	left: 0;
	position: absolute;
	top: 5px;
	width: 12px;
}
.cms-list li {
	margin: 0 0 10px;
	padding: 0 0 0 30px;
	position: relative;
}
.cms-list li:last-child{
	margin-bottom:0;
}
.service-img {
	border: 8px solid #efefef;
}
.service-img img{
	display:block;
}

section form input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="image"]), 
section form textarea,
section form select {
	border: 1px solid #ccc;
	border-radius: 0;
	color: #333;
	display: block;
	font-size: 15px;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
	margin: 0;
	padding-left: 15px;
	padding-right: 16px;
	resize: none;
	width: 100%;
}
section form input:hover:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="image"]), 
section form textarea:hover,
section form select:hover,
section form input:focus:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="image"]), 
section form textarea:focus,
section form select:focus{
	border-color:#000;
}
section form input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="image"]),
section form select{
	height:44px;
	padding-top:0;
	padding-bottom:0;
}
section form textarea{
	height:120px;
	padding-top:10px;
	padding-bottom:10px;
	line-height:130%;
}
section form input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="image"]){
	line-height:normal;
}
section form select{
	line-height:44px;
}
.form_set label {
	color: #222;
	display: inline-block;
	font-size: 15px;
	font-weight: normal;
    font-family: 'Chivo', sans-serif;
	line-height: 120%;
	margin: 0 0 8px;
	vertical-align: top;
}
.form_set {
	list-style: outside none none;
	margin: 0;
}
.form_set > li {
	margin-bottom: 22px;
}
.form_set > li:last-child {
	margin-bottom: 0;
}
.form-block {
	border: 1px solid #eaeaea;
	border-radius: 5px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	margin: 0 auto;
	max-width: 850px;
	padding: 40px;
}
.submit-button {
	text-align: center;
}
#ajaxLoader {
	border-radius: 50%;
	box-shadow: 0 0 10px -4px #333;
	display: inline-block;
	margin: 6px -42px 0 10px;
	overflow: hidden;
	padding: 3px;
	vertical-align: top;
	visibility: hidden;
}
#result {
	border: 2px solid;
	line-height: 140%;
	margin: 15px 0 0;
	padding: 5px 15px;
	text-align: center;
}
iframe {
	display: block;
	width: 100%;
}
.map-wrap iframe {
	height:500px;
}
.map-wrap {
	border-top:3px solid #E8B41B;
}
.mission-vision {
	border-top: 1px solid #eaeaea;
	margin-top: 40px;
	padding-top: 50px;
}
.mission-vision .img {
	border: 5px solid #eaeaea;
	border-radius: 50%;
	height: 250px;
	margin: 0 auto 30px;
	overflow: hidden;
	position: relative;
	width: 250px;
}
.mission-vision .img img {
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	margin: auto;
	object-fit: cover;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.mission-vision h2::before {
	background: #ccc ;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 50px;
}
.mission-vision h2 {
	font-size: 32px;
	font-weight: normal;
	margin: 0 0 25px;
	padding: 0 0 16px;
	position: relative;
	text-align: center;
}
.mission-vision p {
	font-size: 15px;
	line-height: 170%;
	//text-align: center;
	text-align: justify;
}

.hg h1{text-align: center!important;
        font-size: 32px!important;
        color: #B35C0D!important;
        line-height: 60px!important;
}
.hg2 h2{text-align: center!important;
        font-size: 28px;
        color: #B35C0D;
        line-height: 50px;
        padding-top: 20px;
}    


/*

    font-family: 'ABeeZee', sans-serif;

    font-family: 'Monoton', cursive;

    font-family: 'Chivo', sans-serif;

*/

