@charset "utf-8";


/* made by exotheme

body
header
subheader
navigation
content
footer
blog
elements
	accordion
	button
	address
	blockquote
	breadcrumb
	call to action 
	featured box
	form
	heading
	list
	separator
	tab
	testimonial
	timeline
	widget
plugin
misc
	
*/



/*------------------------------ 
BODY
------------------------------ */
	body {
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.7em;
	margin: 0;
	padding: 0;
	color: #888;
	background: #fff;
	text-shadow: none !important;
	}

	#wrapper {
	overflow: hidden;
	}

/*------------------------------ 
HEADER
------------------------------ */
	header {
	position: absolute;
	width: 100%;
	z-index: 100;
	height: 80px;
	}

	header.overlay{
	background:rgba(12,121,227,.2);
	}


	header .logo-2 {
	display: none;
	}

	header.clone {
	width: 100%;
	position: fixed;
	top: -180px;
	transition: 0.5s top ease-in;
	margin-left: 0;
	border-bottom: solid 1px #eee;
	margin-top: 0;
	background: #fff;
	}

	header.clone .logo-1 {
	display: none;
	}

	header.clone .logo-2 {
	display: block;
	}

	body.down header.clone {
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	}

	header .buttons {
	margin-top: 35px;
	display: inline-block;
	float: right;
	}

	header .social {
	margin-top: 30px;
	display: inline-block;
	float: right;
	}


	header .social a {
	color: #D03232;
	font-size: 18px;
	padding: 0 8px 0 8px;
	}

	header .social a:hover {
	color: #D03232;
	}

	header .animated {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	}

	header .search {
	margin-top: 25px;
	display: inline-block;
	float: right;
	}

	header .search input[type=text]{
	border-radius:60px;
	border:none;
	padding:2px 20px 2px 20px;
	width:100px;
	opacity:.7;
	}


	header.clone .search input[type=text]{
	background:#eee;
	color:#333;
	opacity:.7;
	}

	header .search input[type=text]:focus{
	width:100%;
	opacity:1;
	}



/* separator
------------------------------ */
	hr {
	border: none;
	height: 80px;
	background: url(../img/divider-1.html) center no-repeat;
	clear: both;
	}

	.divider {
	clear: both;
	height: 20px;
	}
	.divider-single {
	clear: both;
	height: 30px;
	}
	.divider-double {
	clear: both;
	height: 60px;
	}
	.divider-line {
	display: block;
	clear: both;
	border-bottom: solid 1px #ddd;
	padding-top: 60px;
	margin-bottom: 60px;
	}
	footer .divider-line{
	padding-top:40px;
	margin-bottom:40px;
	border-bottom: solid 1px rgba(255,255,255,.1);
	}
	.divider-deco{
	background:#e1e1e1;
	height:1px;
	margin:20px 0 20px 0;
	}
	.divider-deco span{
	background:#333;
	height:1px;
	width:30px;
	height:1px;
	display:block;
	}
	.small-border {
	clear: both;
	width: 80px;
	height: 3px;
	background: #D03232;
	margin: 20px auto 20px auto;
	}
	.tiny-border {
	clear: both;
	width: 40px;
	height: 3px;
	background: #D03232;
	margin: 20px 0 20px 0;
	}
	.tiny-border.center{
	margin:20px auto 20px auto;
	}

	.tiny-border.white {
	background: #fff;
	}


	
/* timeline
------------------------------ */
	.timeline-year, .timeline-year li{
	list-style:none;
	padding:0;
	margin:0;
	}
	
	.timeline-year{
	position:relative;
	}
	
	.timeline-year:before{
	  top: 0;
	  bottom: 0;
	  position: absolute;
	  content: " ";
	  width: 2px;
	  background-color: #eeeeee;
	  left:35px;
	  margin-left: -1.5px;
	}

	.timeline-year li{
	margin-bottom:30px;
	}

	.timeline-year .num{
	position:absolute;
	background:#e1e1e1;
	color:#fff;
	width:70px;
	height:70px;
	text-align:center;
	padding-top:23px;
	font-weight:bold;
	border-radius:60px;
	-moz-border-radius:60px;
	-webkit-border-radius:60px;
	}

	.timeline-year .post{
	padding-left:90px;
	margin-bottom:20px;
	}
	
	.timeline {
	  list-style: none;
	  padding: 20px 0 20px;
	  position: relative;
	}
	.timeline-wrapper{
	padding:30px;
	border:solid 1px rgba(255,255,255,.2);
	}
	.timeline:before {
	  top: 0;
	  bottom: 0;
	  position: absolute;
	  content: " ";
	  width: 2px;
	  background-color: #eeeeee;
	  left: 50%;
	  margin-left: -1.5px;
	}

	.timeline.custom-tl:before {
	  left: 130px;
	}

	.timeline > li {
	  margin-bottom: 20px;
	  position: relative;
	}
	.timeline.custom-tl > li {
	 border-bottom:dashed 1px rgba(255,255,255,.1);
	 padding-bottom:20px;
	}
	.timeline > li:before,
	.timeline > li:after {
	  content: " ";
	  display: table;
	}
	.timeline > li:after {
	  clear: both;
	}
	.timeline > li:before,
	.timeline > li:after {
	  content: " ";
	  display: table;
	}
	.timeline > li:after {
	  clear: both;
	}
	.timeline > li > .timeline-panel {
	  width: 46%;
	  float: left;
	  border: 1px solid #d4d4d4;
	  border-radius: 2px;
	  padding: 20px;
	  position: relative;
	  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	}

	.timeline > li > .timeline-panel {
	  border: 1px solid #d4d4d4;
	  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	}

	.timeline.custom-tl > li > .timeline-panel {
	border:none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width:100%;
	color:#fff;
	}

	.timeline > li > .timeline-panel:before {
	  position: absolute;
	  top: 26px;
	  right: -15px;
	  display: inline-block;
	  border-top: 15px solid transparent;
	  border-left: 15px solid #ccc;
	  border-right: 0 solid #ccc;
	  border-bottom: 15px solid transparent;
	  content: " ";
	}
	.timeline > li > .timeline-panel:after {
	  position: absolute;
	  top: 27px;
	  right: -14px;
	  display: inline-block;
	  border-top: 14px solid transparent;
	  border-left: 14px solid #fff;
	  border-right: 0 solid #fff;
	  border-bottom: 14px solid transparent;
	  content: " ";
	}
	.timeline.custom-tl > li > .timeline-panel:before ,
	.timeline.custom-tl > li > .timeline-panel:after 
	{
	display:none;
	}
	.timeline > li > .timeline-badge {
	  color: #fff;
	  width: 50px;
	  height: 50px;
	  line-height: 50px;
	  font-size: 1.4em;
	  text-align: center;
	  position: absolute;
	  top: 16px;
	  left: 50%;
	  margin-left: -25px;
	  background-color: #999999;
	  z-index: 100;
	  border-top-right-radius: 50%;
	  border-top-left-radius: 50%;
	  border-bottom-right-radius: 50%;
	  border-bottom-left-radius: 50%;
	}

	.timeline.custom-tl > li > .timeline-badge {
	background:#D03232;
	}

	.timeline.custom-tl > li > .timeline-badge {
	 left: 130px;
	}

	.timeline > li.timeline-inverted > .timeline-panel {
	  float: right;
	}

	.timeline.custom-tl > li.timeline-inverted > .timeline-panel {
	  float: none;
	  left:170px;
	}

	.timeline > li.timeline-inverted > .timeline-panel:before {
	  border-left-width: 0;
	  border-right-width: 15px;
	  left: -15px;
	  right: auto;
	}
	.timeline > li.timeline-inverted > .timeline-panel:after {
	  border-left-width: 0;
	  border-right-width: 14px;
	  left: -14px;
	  right: auto;
	}
	.timeline-badge.primary {
	  background-color: #2e6da4 !important;
	}
	.timeline-badge.success {
	display:block;
	  background-color: #3f903f !important;
	}
	.timeline-badge.warning {
	  background-color: #f0ad4e !important;
	}
	.timeline-badge.danger {
	  background-color: #d9534f !important;
	}
	.timeline-badge.info {
	  background-color: #5bc0de !important;
	}
	.timeline-title {
	  margin-top: 0;
	  color: inherit;
	}
	.timeline-body > p,
	.timeline-body > ul {
	  margin-bottom: 0;
	}
	.timeline-body > p + p {
	  margin-top: 5px;
	}

	.timeline-body > .location{
	display:block;
	text-transform:uppercase;
	color:#555;
	}

	.timeline-body > .location a{
	margin-left:10px;
	text-transform:none;
	}

	.timeline-body > .location a:hover{
	color:#fff;
	text-decoration:none;
	}


	.timeline-date{
	position:absolute;
	left: 0;
	top: 16px;
	font-weight:bold;
	color:#fff;
	}

	.timeline-date > span{
	display:block;
	font-size:12px;
	text-align:center;
	color:#555;
	}

	ul.progress li.active {
		background-color: #D03232;
	}

	ul.progress li {
		background-color: #555;
		text-transform:uppercase;
		font-size:11px;
	}

	ul.progress {
		list-style: none;
		margin: 0;
		padding: 0;
		background:#555;
	}

	ul.progress li {
		float: left;
		line-height: 20px;
		height: 20px;
		min-width: 24%;
		position: relative;
	}

	ul.progress li:after {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		right: 4px;
		border-style: solid;
		border-width: 10px 0 10px 10px;
		border-color: transparent transparent transparent #555;
	}

	ul.progress li:before {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		right: 0px;
		border-style: solid;
		border-width: 10px 0 10px 10px;
		border-color: transparent transparent transparent #1A1E20 ;
	}

	ul.progress li.beforeactive:before {
		background-color: #D03232;
	}

	ul.progress li.active:before {
		background-color: #555;
	}
	ul.progress li.active:after {
		border-color: transparent transparent transparent #D03232;
	}

	ul.progress li:last-child:after,
	ul.progress li:last-child:before {
		border: 0;
	}

	ul.progress li a {
		padding: 0px 0px 0px 6px;
		color: #FFF;
		text-decoration: none;
	}

.light-text{
color: #959595;
}


.light-text h1, .light-text h2, .light-text h3, .light-text h4, .light-text h5, .light-text h6 {
color: #fff;
}

.light-text strong{
color:#fff;
}

p.lead {
font-size: 16px;
font-weight: 500;
margin-bottom: 30px;
}

strong {
color: #333;
}

.slides {
margin: 0;
padding: 0;
}

.teaser {
font-size: 18px;
line-height: 1.7em;
}

.title-text {
font-weight: bold;
font-size: 26px;
text-align: center;
margin-bottom: 40px;
}

.title-text {
overflow: hidden;
text-align: center;
}

.title-text:before,
.title-text:after {
border-top: solid 2px #D03232;
content: "";
display: inline-block;
height: 4px;
position: relative;
vertical-align: middle;
width: 50%;
}

.title-text:before {
right: 0.5em;
margin-left: -50%;
}

.title-text:after {
left: 0.5em;
margin-right: -50%;
}

.title-area {
vertical-align: middle;
display: inline-block;
text-align: left;
}

.title-area h1 {
color: #fff;
font-family: "Montserrat", Arial, Helvetica, sans-serif;
font-size: 40px;
font-weight: 500;
letter-spacing: 5px;
text-transform: uppercase;
margin: 0;
}

.title-area span {
font-size: 15px;
color: #fff;
letter-spacing: 3px;
text-transform: uppercase;
font-weight: 300;
}


.fx .item .overlay {
position: absolute;
bottom: 0;
background: rgba(255,255,255,.9);
padding: 20px 30px 20px 30px;
width: 100%;
}

.hover {
height: 200px;
}

.fx .item {
overflow: hidden !important;
}

.item .overlay {
color: #fff;
background: #000;
display: block;
position: absolute;
overflow: hidden;
}

.item .pf_text {
display: block;
position: absolute;
overflow: hidden;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.item .overlay .desc {
display: block;
height: 0px;
overflow: hidden;
}

.item .overlay h3 {
font-size: 18px;
margin: 0;
padding: 0;
}

.item .overlay .time {
letter-spacing: 1px;
text-transform: uppercase;
}


/*------------------------------ 
/* link
/*------------------------------ *
a {
color: #D03232;
text-decoration: none;
outline: none;
}

a:hover {
color: #222;
}

footer a:hover {
color: #fff;
}

/*------------------------------ 
/* logo
/*------------------------------ *
#logo {
text-align: center;
}

#logo .inner {
display: table-cell;
vertical-align: middle;
height: 80px;
}


/*------------------------------ 
/* content
/*------------------------------ *
#content {
padding: 80px 0 80px 0;
background: #fff;
}

/* columns *
.fullwidth {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: collapse;
padding: 0 !important;
margin: 0 !important;
overflow: hidden;
}

.box-container {
width: 101%;
}

.one-fourth {
width: 24.9%;
display: table-cell;
vertical-align: middle;
}

.one-third {
width: 33.3%;
float: left;
}

.three-fourth {
width: 74.9%;
height: 100%;
display: table-cell;
}

.box-one-third {
width: 33.3%;
float: left;
}

.box-one-third .inner {
color:#fff;
padding: 60px;
}

.container-fullwidth .one-fourth{
width:25%;
float:left;
}

.bg-color-fx:hover{
background:rgba(12,121,227,.2);
}

.bg-color-fx .tiny-border{
margin:0 auto;
}

.box-padding-30{
padding:30px;
}

.bg-1{
background: url(../img/about/company/truck.png) bottom right no-repeat #1f242e;
}

/* carousel *


.custom-col-2 {
overflow: hidden;
margin-bottom: 30px;
}

.custom-col-2 .inner {
background: #222;
}

.custom-col-2 img {
width: 100%;
height: auto;
}

.custom-col-2 .overlay .desc {
display: block;
height: 0px;
overflow: hidden;
}

.custom-col-2 .overlay {
position: absolute;
display: block;
bottom: 0;
padding: 20px 30px 20px 30px;
}

.custom-col-2 .overlay h3 {
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 18px;
margin: 0;
padding: 0;
color: #fff;
}

.custom-col-2 .overlay .by {
letter-spacing: 2px;
text-transform: uppercase;
color: #fff;
}

.custom-col-3 {
display: table;
width: 100%;
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: solid 1px #eee;
}

.custom-col-3:hover {
border-bottom: solid 1px #D03232;
}

.custom-col-3 .left-col,
.custom-col-3 .mid-col,
.custom-col-3 .right-col {
display: table-cell;
padding-right: 20px;
vertical-align: middle;
}

.custom-col-3 .left-col {
width: 180px;
}

.custom-col-3 img {
width: 100%;
height: auto;
}

.custom-col-3 h3 {
margin: 0;
}

.custom-col-3 .right-col {
text-align: right;
}

.custom-col-3 .details span {
margin-right: 5px;
}

.custom-col-3 .details strong {
font-weight: 500;
}

.custom-col-3 i {
color: #fff;
font-size: 24px;
padding: 18px;
width: 60px;
height: 60px;
text-align: center;
margin-left: 10px;
background: #555;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.custom-col-3 i:hover {
border-color: #D03232;
color: #D03232;
}

.img-fullwidth{
	width:100%;
	height:auto;
}

.single-carousel-arrow-nav,
.single-carousel-arrow-nav li{
list-style:none;
margin:0;
padding:0;
}

.single-carousel-arrow-nav li{
background:#f5f5f5;
}

.single-carousel-arrow-nav .text{
padding:20px 40px 20px 20px;
}

.single-carousel-arrow-nav .name, .single-carousel-arrow-nav .position{
display:block;
}

.single-carousel-arrow-nav .name{
margin-top:10px;
font-family:"Georgia";
font-style:italic;
color:#333;
}

.single-carousel-arrow-nav .position{
color:#ccc;
margin-bottom:20px;
}

#countdown-container {
color: #fff;
padding: 70px 0 60px 0;
background: #454545;
}

#countdown-container h3 {
color: #fff;
display: inline-block;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px;
font-size: 20px;
padding-bottom: 3px;
margin: 10px 0 3px 0;
border-bottom: solid 2px #D03232;
}

#countdown-container .time {
color: #ccc;
display: block;
font-family: "Montserrat";
text-transform: uppercase;
}

.content-group-1 {
border: solid 1px #ddd;
padding: 20px;
text-align: center;
margin-bottom: 30px;
background: #fff;
}

.content-group-1 .date-wrap {
text-align: center;
border: none;
margin: 0 auto;
display: block;
color: #fff;
}

.content-group-1 .date-wrap .date:before {
font-family: "FontAwesome";
content: "\f073";
margin-right: 10px;
color: #fff;
display: inline-block;
font-weight: normal;
}

.content-group-1 .date-wrap .date {
font-size: 20px;
padding: 0;
font-weight: bold;
background: #D03232;
padding: 10px;
}

.content-group-1 .date-wrap .month {
font-size: 16px;
letter-spacing: 2px;
margin-top: 10px;
}




.no-margin {
margin: 0 !important;
padding: 0 !important;
}

.no-top {
padding-top: 0 !important;
}

.no-bottom {
padding-bottom: 0 !important;
}



/*------------------------------ 
section and parallax background settings
------------------------------ */

section {
padding: 60px 0 60px 0;
background: #fff;
}

#section-tracking {
background: #1a1e20;
}

.section-title {
text-align: center;
}

/*

#section-gallery {
background: #eee;
}

#page-events, #page-blog {
background: #D03232;
}

.no-padding {
padding: 0 !important;
}

.no-padding-top {
padding-top: 0 !important;
}

.no-padding-bottom {
padding-bottom: 0 !important;
}

#section-testimonial {
background: url(../img/bg_full_1.jpg) top fixed;
background-size: cover;
}

#section-text-1 {
background: #7fb32a;
color: #fff;
}

#section-text-1 h3 {
color: #fff;
}

#section-text-2 {
background: url(../img/misc/pic-6.jpg) top fixed;
background-size: cover;
}

#section-text {
background: #eee;
}


#latest-events {
background: #e7dacd;
}


.owl-theme .owl-controls .owl-page span {
background: #aaa !important;
}

.owl-custom-nav{
position:absolute;
z-index:100;
right:4px;
margin-top:80px;
width:40px;
}

.owl-custom-nav .btn-next:before{
font-family:"FontAwesome";
content:"\f105";
color:#fff;
background:#333;
padding:5px 12px 5px 12px;
}
.owl-custom-nav .btn-prev:before{
font-family:"FontAwesome";
content:"\f104";
color:#fff;
background:#333;
padding:5px 12px 5px 12px;
}

.owl-custom-nav a{
	text-decoration:none;
}

.owl-custom-nav .btn-prev:hover:before,
.owl-custom-nav .btn-next:hover:before{
	background:#eee;
	color:#333;
}



#section-testimonial .owl-theme .owl-controls .owl-page span {
background: #fff !important;
}

#section-pricing {
background: #8c96ad;
}



#featured-box {
background: url(../img/bg_full_3.jpg) center fixed;
}

#bg-service-1 {
background: url(../img/bg/bg_service_1.jpg) top center #565f68;
background-size: cover;
}

#section-features {
/*background:url(../img/map.jpg) top center no-repeat;*
}

#bg-service-2 {
background: url(../img/bg/bg_service_2.jpg) top center #236b94;
background-size: cover;
}

#bg-service-3 {
background: url(../img/bg/bg_service_3.jpg) top center #bf3f3f;
background-size: cover;
}

#bg-service-4 {
background: url(../img/bg_service_4.jpg) top center #565f68;
background-size: cover;
}

#bg-service-5 {
background: url(../img/bg_service_5.jpg) top center #565f68;
background-size: cover;
}

#bg-service-6 {
background: url(../img/bg_service_6.jpg) top center #565f68;
background-size: cover;
}

.side-bg {
position: relative;
}

.side-bg .image-container {
height: 100%;
overflow: hidden;
padding: 0;
position: absolute;
top: 0;
}

.side-bg .background-image {
background: url(../img/bg/bg-2.jpg);
background-position: 50% 50%!important;
background-size: cover!important;
width: 100%;
height: 100%;
left: 0;
position: absolute;
z-index: 0;
}

#explore-1 {
background: #D03232;
}

#explore-1.side-bg .background-image {
background: url('../img/bg/bg_square_1.jpg');
}

#explore-2 {
background: #D03232;
}

#explore-2.side-bg .background-image {
background: url('../img/bg/bg_square_2.jpg');
}

#explore-3 {
background: #D03232;
}

#explore-3.side-bg .background-image {
background: url('../img/bg/bg_square_3.jpg');
}

#section-faq {
background: url('../img/bg/bg_1.jpg') #303a43; background-size:cover;
}

#service-details.side-bg .background-image {
background: url('../img/bg/bg_service_details_1.jpg');
}

#service-details-2.side-bg .background-image {
background: url('../img/bg/bg_service_details_2.jpg');
}

#service-details-3.side-bg .background-image {
background: url('../img/bg/bg_service_details_3.jpg');
}

#section-intro {
background: url('../img/bg/bg_2.jpg') #303a43; background-size:cover;
}

#section-intro-2{
background: url('../img/bg/bg_3.jpg') #303a43; background-size:cover;
}

.sub-intro-text{
font-family:Georgia;
font-size:18px;
font-style:italic;
}

.sub-intro-text {
  line-height: 0.5;
  text-align: center;
}
.sub-intro-text span {
  display: inline-block;
  position: relative; 
}
.sub-intro-text span:before,
.sub-intro-text span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid #D03232;
  top: 5px;
  width: 30px;
}
.sub-intro-text span:before {
  right: 100%;
  margin-right: 15px;
}
.sub-intro-text span:after {
  left: 100%;
  margin-left: 15px;
}



.carousel-text h1{
font-size:56px;
font-weight:800;
text-transform:uppercase;
line-height:56px;
font-weight:normal;
color:#fff;
}

.custom-font-3{
font-family:Georgia;
font-size:18px;
font-style:italic;
}




/*------------------------------ 
jquery toTop
------------------------------ *
#toTop {
z-index: 1555;
display: none;
text-decoration: none;
position: fixed;
bottom: 10px;
right: 10px;
overflow: hidden;
width: 51px;
height: 51px;
border: none;
text-indent: -999px;
background: url(../img/ui.totop.png) no-repeat left top;
}

#toTopHover {
background: url(../img/ui.totop.png) no-repeat left -51px;
width: 51px;
height: 51px;
display: block;
overflow: hidden;
float: left;
}

#toTop:active, #toTop:focus {
outline: none;
}




/*------------------------------ 
map
------------------------------ */
.map {
margin-top: 40px;
}

.map iframe {
width: 100%;
height: 400px;
border: solid 1px #ccc;
padding: 2px;
background: #fff;
}

#map-container iframe {
width: 100%;
height: 360px;
margin-bottom: -6px;
}

#map {
width: 100%;
height: 480px;
}

#map-tracking {
overflow: hidden;
height: 0;
}

.gmap iframe {
width: 100%;
height: 200px;
}










.news-item {
margin-bottom: 30px;
}



/*------------------------------ 
/* contact */
/*------------------------------ */
.error {
width: 280px;
display: none;
color: #C03;
font-size: 12px;
margin-bottom: 10px;
}

.success {
display: none;
padding: 2px 10px 2px 10px;
background: #E5EAD4;
color: #555;
width: 280px;
font-size: 12px;
}

.error img {
vertical-align: top;
}

.full {
width: 98%;
}


/* misc */


#section-tracking-result{
display:none;
}

.typed-cursor{
opacity: 1;
-webkit-animation: blink 0.7s infinite;
-moz-animation: blink 0.7s infinite;
animation: blink 0.7s infinite;
}
@keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}

#section-track{
	position:absolute;
	width:100%;
	top:90%;
	background:none;
	font-size:12px;
}

#section-track .inner{
	height:36px;
	border:solid 1px rgba(255,255,255,.2);
	padding:2px;
	padding-left:10px;
}

#section-track h3{
	display:inline-block;
	margin:0;
	padding:0;
	margin-right:20px;
	padding-right:20px;
	border-right:solid 1px rgba(255,255,255,.2);
}

#section-track .btn-fullwidth{
	padding:6px;
}

.grey{
color:#888;
}

.side-nav{
border:solid 1px #f2f2f2;
}

.typed-strings p{position:absolute;}

.type-wrap.title.big {font-size:60px !important; font-weight:600; color:#fff;}

.side-nav li{
border-bottom:solid 1px #f2f2f2;
padding:10px 20px 10px 20px;
}

.side-nav li a{
color:#333;
}

.side-nav li.active{
background:#333;
}

.side-nav li.active a{
color:#fff;
}

.side-nav li:hover{
background:#f2f2f2;
}

.text-white{color:#fff;}

.wrapper-line{
border:solid 1px rgba(255,255,255,.1);
overflow:hidden;
}

.padding30{padding:30px;}
.padding40{padding:40px;}


.rounded10{border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;}

.counter{
display:table;
height:100%;
}
.counter .num, .counter .text{
display:table-cell;
vertical-align:middle;
}

.counter .num{
font-size:25px;
font-weight:bold;
padding-right:20px;
}

.counter .tiny-border{
margin:5px 0 0 0;
}





.row.no-gutter div[class*="col-"] {
}


.row.no-gutter [class*='col-']:not(:first-child), .row.no-gutter [class*='col-']:not(:last-child) {
padding-right: 0;
padding-left: 0;
}

.padding-5{
padding:50px;
}

.container-fluid{
padding:0;
}

.team-profile h4 {
    display: block;
    text-transform: none;
    font-size: 14px;
    color: #888;
    margin-top: 10px;
}

.team-profile .text {
    margin: -20px 20px 0 20px !important;
    position: relative;
    background: #eee;
    padding: 20px;
    padding-top: 5px;
    border-top: solid 3px #D03232;
}

.team-social-icons i {
    color: #D03232;
    font-size: 16px;
    margin-right: 15px;
}

.team-social-icons {
    display: inline-block;
    margin-top: 10px;
}

.team-list .name, .team-list .position{
display:block;
}

.team-list .name{
margin-top:10px;
font-family:"Georgia";
font-style:italic;
}

.team-list .pic{
position:relative;
}

.team-list .pic .fx{
display:block;
position:absolute;
width:100%;
height:100%;
left:0;
top:0;
}

.team-list .pic .fx:hover{
background:rgba(12,121,227,.5);
}

.h-border {
height: 1px;
background: rgba(255,255,255,.3);
}

.bg-grey{
background:#eee;
}






@keyframes box_icon_move {
from {
padding-top: 10px;
}

to {
padding-top: 50px;
}
}

@keyframes box_icon_move_out {
from {
padding-top: 50px;
}

to {
padding-top: 10px;
}
}

@keyframes move {
from {
margin-left: 0px;
}

to {
margin-left: 20px;
}
}

.box-with-icon-left i {
position: absolute;
-moz-animation: 1s box_icon_move_out alternate forwards;
}

.box-with-icon-left:hover > i {
background: #333;
height: 100%;
-moz-animation: 1s box_icon_move alternate forwards;
}

.box-with-icon-left:hover > .text {
border-color: #333;
}


.box-with-icon-left:hover > .text a.btn-text {
-moz-animation: 1s move infinite alternate;
}

.icon-big {
font-size: 32px !important;
margin-bottom: 20px;
color: #fff;
background: #D03232;
padding: 10px;
width: 56px;
height: 56px;
text-align: center;
}

/* animate */
a,
a:hover,
.custom-col-3 i,
.custom-col-3 i:hover,
.custom-carousel-2 .item-blog,
.custom-carousel-2 .item-blog:hover,
.custom-col-3,
.custom-col-3:hover,
.blog-list li,
.blog-list li:hover,
.event-item .right-col,
.event-item:hover .right-col,
.box-with-icon-left,
.box-with-icon-left i,
.box-with-icon-left .text,
.box-with-icon-left .text a.btn-text,
.box-icon-small .btn-arrow span.line,
.box-icon-small:hover .btn-arrow span.line,
.bg-color-fx,
.bg-color-fx:hover,
#awards-carousel .overlay,
#awards-carousel .overlay:hover,
header .search input[type=text],
header .search input[type=text]:focus,
.team-list .pic .fx,
.team-list .pic .fx:hover,
#mainmenu li,
#mainmenu a,
.owl-custom-nav .btn-prev:hover:before,
.owl-custom-nav .btn-next:hover:before,
input.btn-custom,
.cta-form input[type=submit],
.cta-form input[type=submit]:hover
{
-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
transition: .5s;
}

.logo-partners img {
width: 100%;
}

.custom-carousel-1,
.custom-carousel-2,
#testi-carousel {
cursor: move;
cursor: -webkit-grab;
cursor: -moz-grab;
}

.owl-theme .owl-controls .owl-page span{
 display: block;
 width: 8px !important;
 height: 8px !important;
 margin: 5px 7px;
 filter: Alpha(Opacity=50);/*IE7 fix*/
 opacity: 0.5;
 -webkit-border-radius: 0 !important;
 -moz-border-radius: 0!important;
 border-radius: 0 !important;
}

#calendar .fc-view {
background: #fff;
}

.img-full {
width: 100%;
height: auto;
}

.img-event {
margin-bottom: 30px;
}

.latest h3.title {
width: 340px;
text-align: center;
padding: 0;
background: #4e3927;
color: #fff;
padding: 10px;
height: 50px;
margin: 0 auto;
}

.no-bottom {
margin-bottom: 0 !important;
padding-bottom: 0;
}

#preloader {
position: absolute;
z-index: 100001;
width: 100%;
height: 100%;
background: url(../img/loader.html) center no-repeat #fff;
}


@media (min-width: 992px) and (max-width: 1199px) {
	header {
	display: none;
	}

	header.clone {
	display: block;
	position: inherit;
	margin: 0;
	padding: 0;
	margin-top: 0;
	}

	header .col-md-9 {
	text-align: right;
	}

	#mainmenu-container {
	display: inline-block;
	text-align: right;
	margin-right: 20px;
	}
	
	header .social{display:none;}
	
	#subheader .overlay{background:none;}
	
}


@media (max-width: 992px) {
	#slider .slider-info {
	display: none;
	}

	



	.custom-col-3 {
	display: block;
	}

	.custom-col-3 .left-col,
	.custom-col-3 .mid-col {
	width: 50%;
	background: #f2f2f2;
	}

	.custom-col-3 .right-col {
	display: block;
	text-align: center;
	padding: 40px 0 20px 0;
	}

	#section-text-1 img {
	width: 100%;
	}

	
	#section-track{
		display:none;
	}

	.one-fourth, .three-fourth {
	width: 100% !important;
	display: block;
	float: none;
	}

	.one-fourth .title-area, .three-fourth .title-area {
	padding: 20px 0 20px 0;
	}
	
	
	.timeline.custom-tl > li > .timeline-panel {
	width:50%;
	}
	
	
}









































































*===============================
=            Choices            =
===============================*/
.choices {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px;
}

.choices:focus {
  outline: none;
}

.choices:last-child {
  margin-bottom: 0;
}

.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
  background-color: #EAEAEA;
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices[data-type*="select-one"] {
  cursor: pointer;
}

.choices[data-type*="select-one"] .choices__inner {
  padding-bottom: 7.5px;
}

.choices[data-type*="select-one"] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #DDDDDD;
  background-color: #FFFFFF;
  margin: 0;
}


.choices[data-type*="select-one"] .choices__button:hover, .choices[data-type*="select-one"] .choices__button:focus {
  opacity: 1;
}

.choices[data-type*="select-one"] .choices__button:focus {
  box-shadow: 0px 0px 0px 2px #00BCD4;
}

.choices[data-type*="select-one"]:after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}

.choices[data-type*="select-one"].is-open:after {
  border-color: transparent transparent #333333 transparent;
  margin-top: -7.5px;
}

.choices[data-type*="select-one"][dir="rtl"]:after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*="select-one"][dir="rtl"] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}


.choices[data-type*="select-multiple"] .choices__button, .choices[data-type*="text"] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: .75;
}

.choices[data-type*="select-multiple"] .choices__button:hover, .choices[data-type*="select-multiple"] .choices__button:focus, .choices[data-type*="text"] .choices__button:hover, .choices[data-type*="text"] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #DDDDDD;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}

.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #b7b7b7;
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}

[dir="rtl"] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00BCD4;
  border: 1px solid #00a5bb;
  color: #FFFFFF;
  word-break: break-all;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir="rtl"] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

.choices__list--dropdown {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
}

.choices__list--dropdown.is-active {
  display: block;
}

.is-open .choices__list--dropdown {
  border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: .25rem .25rem 0 0;
}

.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}

[dir="rtl"] .choices__list--dropdown .choices__item {
  text-align: right;
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir="rtl"] .choices__list--dropdown .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
    right: auto;
    left: 10px;
  }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: .5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: .5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 50%;
  padding: 4px 0 4px 2px;
}

.choices__input:focus {
  outline: 0;
}

[dir="rtl"] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: .5;
}

/*=====  End of Choices  ======*/
* 
.s131 {
  min-height: 10vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-family: 'Poppins', sans-serif;
  background-size: cover;
  background-position: center center;
  padding: 15px;
}

.s131 form {
  width: 100%;
  max-width: 940px;
}

.s131 form .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.s131 form .inner-form .input-field {
  height: 68px;
}

.s131 form .inner-form .input-field input {
  height: 100%;
  background: #fff;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 32px;
  font-size: 16px;
  color: #333;
  border: 1px solid #e5e5e5;
}


.s131 form .inner-form .input-field input:hover, .s131 form .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}

.s131 form .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.s131 form .inner-form .input-field.first-wrap input {
  border-right: 0;
}

.s131 form .inner-form .input-field.second-wrap {
  min-width: 260px;
}

.s131 form .inner-form .input-field.second-wrap .choices__inner {
  background: #fff;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  height: 100%;
  color: #333;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 30px;
}

.s131 form .inner-form .input-field.second-wrap .choices__inner .choices__list.choices__list--single {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}

.s131 form .inner-form .input-field.second-wrap .choices__inner .choices__item.choices__item--selectable.choices__placeholder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  opacity: 1;
  color: #333;
  font-size: 20px;
}

.s131 form .inner-form .input-field.second-wrap .choices__inner .choices__list--single .choices__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  font-size: 20px;
}

.s131 form .inner-form .input-field.second-wrap .choices__list--dropdown {
  margin-top: 0;
}

.s131 form .inner-form .input-field.third-wrap {
  width: 164px;
}

.s131 form .inner-form .input-field.third-wrap .btn-search{
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 20px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: transparent;
  transition: all .2s ease-out, color .2s ease-out;
  font-weight: 300;
}

.s131 form .inner-form .input-field.third-wrap .btn-search:focus {
  outline: 0;
  box-shadow: none;
}

.s131 form .inner-form .choices[data-type*="select-one"] .choices__inner {
  padding-bottom: 0;
}

.s131 form .inner-form .choices[data-type*="select-one"]:after {
  border: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  transform: translateY(-50%);
  opacity: 1;
  right: 15px;
  top: 50%;
  background-size: 18px 18px;
  background-position: right center;
}


@media screen and (max-width: 992px) {
  .s131 form .inner-form .input-field {
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .s131 form .inner-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px;
  }
  .s131 form .inner-form .input-field {
    margin-bottom: 20px;
  }
  .s131 form .inner-form .input-field input {
    padding: 10px 15px;
  }
  
  .s131 form .inner-form .input-field.first-wrap .choices__inner {
    padding: 10px 15px;
  }
  .s131 form .inner-form .input-field.second-wrap {
    width: 100%;
  }
  .s131 form .inner-form .input-field.second-wrap input {
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .s131 form .inner-form .input-field.third-wrap {
    margin-bottom: 0;
    width: 100%;
  }
}

/*# sourceMappingURL=Searchs_131.css.map */





























































































.s131 {
  min-height: 10vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-family: 'Poppins', sans-serif;
  background-size: cover;
  background-position: center center;
  padding: 15px;
  margin-bottom:50px;
}

.s131 form .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.s131 form .inner-form .input-field {
  height: 68px;
}

.s131 form .inner-form .input-field input {
  height: 100%;
  background: #fff;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 32px;
  font-size: 16px;
  color: #333;
  border: 1px solid #e5e5e5;
}

.s131 form .inner-form .input-field input.placeholder {
  color: #9a9a9a;
  font-size: 20px;
}

.s131 form .inner-form .input-field input:-moz-placeholder {
  color: #9a9a9a;
  font-size: 20px;
}

.s131 form .inner-form .input-field input::-webkit-input-placeholder {
  color: #9a9a9a;
  font-size: 20px;
}

.s131 form .inner-form .input-field input:hover, .s131 form .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}

.s131 form .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.s131 form .inner-form .input-field.first-wrap input {
  border-right: 10px;
}

.s131 form .inner-form .input-field.second-wrap {
  min-width: 260px;
}

.s131 form .inner-form .input-field.second-wrap .choices__inner {
  background: #fff;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  height: 100%;
  color: #333;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 30px;
}

.s131 form .inner-form .input-field.second-wrap .choices__inner .choices__list.choices__list--single {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}

.s131 form .inner-form .input-field.second-wrap .choices__inner .choices__item.choices__item--selectable.choices__placeholder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  opacity: 1;
  color: #333;
  font-size: 20px;
}

.s131 form .inner-form .input-field.second-wrap .choices__inner .choices__list--single .choices__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  font-size: 20px;
}

.s131 form .inner-form .input-field.second-wrap .choices__list.choices__list--dropdown {
  border: 0;
  background: #fff;
}

.s131 form .inner-form .input-field.second-wrap .choices__list--dropdown .choices__item--selectable.is-highlighted {
  background: #fff;
  color: #333;
}

.s131 form .inner-form .input-field.second-wrap .choices__list--dropdown .choices__item {
  color: #333;
}

.s131 form .inner-form .input-field.second-wrap .choices__list--dropdown {
  margin-top: 0;
}

.s131 form .inner-form .input-field.third-wrap {
  width: 164px;
}

.s131 form .inner-form .input-field.third-wrap .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 20px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4272d7;
  transition: all .2s ease-out, color .2s ease-out;
  font-weight: 300;
}

.s131 form .inner-form .input-field.third-wrap .btn-search:hover {
  background: #2d62d3;
}

.s131 form .inner-form .input-field.third-wrap .btn-search:focus {
  outline: 0;
  box-shadow: none;
}

.s131 form .inner-form .choices[data-type*="select-one"] .choices__inner {
  padding-bottom: 0;
}

.s131 form .inner-form .choices[data-type*="select-one"]:after {
  border: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  transform: translateY(-50%);
  opacity: 1;
  right: 15px;
  top: 50%;
  background-size: 18px 18px;
  background-position: right center;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23999' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}

.s131 form .inner-form .choices[data-type*="select-one"].is-open:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23999' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath d='M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z'/%3e%3c/svg%3e");
}

@media screen and (max-width: 992px) {
  .s131 form .inner-form .input-field {
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .s131 form .inner-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px;
  }
  .s131 form .inner-form .input-field {
    margin-bottom: 20px;
  }
  .s131 form .inner-form .input-field input {
    padding: 10px 15px;
  }
  .s131 form .inner-form .input-field.first-wrap {
    width: 100%;
  }
  .s131 form .inner-form .input-field.first-wrap .choices__inner {
    padding: 10px 15px;
  }
  .s131 form .inner-form .input-field.second-wrap {
    width: 100%;
  }
  .s131 form .inner-form .input-field.second-wrap input {
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .s131 form .inner-form .input-field.third-wrap {
    margin-bottom: 0;
    width: 100%;
  }
}

/*# sourceMappingURL=Searchs_131.css.map */
















