/* CSS Document */
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
.img-indent {
  margin: 5px 0 18px;
}
.wrapper {
  width: 100%;
  overflow: hidden;
}
.center {
  text-align: center;
}
.clear {
  clear: both;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  height: 0;
  width: 100%;
}
/*------ header ------- */
header {
  padding: 0px;
  position: relative;
  z-index: 10;
  background: #ffffff;
}

.bg01 {
	background:#273a7d;
	padding:30px 0;
	margin-bottom:30px;
}
.bg02 {
	background:#f89b2c;
	padding:30px 0;
	margin-bottom:30px;
}
.bg03 {
	background:#666;
	padding:30px 0;
	margin-bottom:30px;
}
.bg04 {
	background:#fff;
	padding: 0px 0px 15px 0px;
	margin-bottom: 30px;
  width: auto;
	margin-top: 0px;
	margin-left: 0px;
	background:#fff;
	height: auto;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.color1 {
	color:#fff;
}
/*------ row-top ------- */
.row-top {
  padding: 17px 0 3px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
.phone_1 {
  float: right;
  color: #110da6;
  font-size: 30px;
  line-height: 60px;
  white-space: nowrap;
  font-weight: bold;
  margin-left: 25px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.phone_2 {
  float: right;
  color: #110da6;
  font-size: 15px;
  line-height: 18px;
  white-space: nowrap;
  padding-top: 15px;
}
.list-top {
  text-align: right;
  margin: 0;
  list-style: none;
}
.list-top li {
  display: inline-block;
  color: #838383;
  font-size: 10px;
  line-height: 12px;
  white-space: nowrap;
  border-left: 1px solid #838383;
  padding-left: 11px;
  margin-left: 7px;
}
.list-top li:first-child {
  margin: 0;
  padding: 0;
  border: none;
}
.list-top li a {
  color: #838383;
  white-space: nowrap;
}
/* navbar */
.navbar_,
.navbar_ nav {
  margin: 0;
}
.navbar_ {
  padding: 8px 0 18px;
  margin-top: 20px;
}
.navbar_ .navbar-inner_ {
  padding: 0;
  margin: 0;
  border: none;
  min-height: inherit;
}
.navbar_ .container {
  position: relative;
}
.nav-collapse_ {
  z-index: 30;
  float: right;
  margin: 25px 0 0 0;
  position: relative;
}
.navbar_ .nav {
  margin: 0;
}
.nav-collapse_ .nav li {
  margin: 0;
  padding: 0;
  position: relative;
  zoom: 1;
}
.nav-collapse_ .nav > li {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: url(../img/border-item.png) no-repeat 0 50%;
}
.nav-collapse_ .nav > li:first-child {
  margin: 0;
  background: none;
  padding: 0;
}
.nav-collapse_ .nav li a {
  text-decoration: none;
}
.nav-collapse_ .nav > li > a {
  font-weight: bold;
  margin: 0;
  display: inline-block;
  position: relative;
  color: #273a7d;
  z-index: 10;
  font-size: 17px;
  line-height: 18px;
  padding: 3px 12px;
   font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.nav-collapse_ .nav > li > a .sf-sub-indicator {
  background: url(../img/indicator.png) no-repeat 0 bottom;
  width: 7px;
  height: 4px;
  position: absolute;
  display: block;
  bottom: -1px;
  left: 50%;
  margin-left: -3px;
  z-index: 5;
}
.nav-collapse_ .nav > li.sfHover > a,
.nav-collapse_ .nav > li.sfHover > a:hover,
.nav-collapse_ .nav > li > a:hover,
.nav-collapse_ .nav > li.active > a,
.nav-collapse_ .nav > li.active > a:hover {
  background: none;
  color: #7f7f7f;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar_ .nav > .active > a,
.navbar_ .nav > .active > a:hover,
.navbar_ .nav > .active > a:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.nav-collapse_ .nav > li.sfHover > a .sf-sub-indicator,
.nav-collapse_ .nav > li.active > a .sf-sub-indicator {
  background-position: 0 0;
}
.sub-menu > a {
  position: relative;
}
.nav-collapse_ .nav ul {
  position: absolute;
  display: none;
  width: 147px;
  left: -7px;
  top: 41px;
  list-style: none;
  zoom: 1;
  z-index: 11;
  background: #fff;
  padding: 7px 20px 8px;
  margin: 0;
  text-align: center;
}
.nav-collapse_ .nav ul li {
  border-top: 1px solid #273a7d;
}
.nav-collapse_ .nav ul li:first-child {
  border: none;
  margin: 0;
  padding: 0;
}
.nav-collapse_ .nav ul li a {
  display: block;
  color: #273a7d;
  background: none;
  padding: 14px 0 11px;
  font-size: 12px;
  text-transform: uppercase;
}
.nav-collapse_ .nav ul li a span {
  color: #707070;
  display: block;
  font-size: 10px;
  line-height: 12px;
  text-transform: none;
}
.nav-collapse_ .nav ul ul li a {
  color: #5b5b5b;
}
.nav-collapse_ .nav > li > ul li > a:hover,
.nav-collapse_ .nav > li > ul li.sfHover > a {
  text-decoration: none;
  color: #273a7d;
}
.nav-collapse_ .nav ul ul {
  background: #7f7f7f;
  left: 168px;
  top: 0px;
  width: 191px;
  padding: 2px 20px 3px;
}
.nav-collapse_ .nav ul ul li {
  border-top: 1px solid #909090;
}
.nav-collapse_ .nav ul ul li a {
  color: #efefef;
}
.nav-collapse_ .nav ul ul li a span {
  color: #c5c5c5;
}
.nav-collapse_ .nav ul .sf-sub-indicator {
  background: url(../img/indicator2.png) no-repeat 0 bottom;
  width: 7px;
  height: 4px;
  position: absolute;
  display: block;
  top: 20px;
  left: auto;
  right: -4px;
  z-index: 5;
}
/*------ logo ------- */
.navbar_ .brand {
  margin: 0;
  display: block;
  float: left;
  padding: 0;
}
.navbar_ .brand a {
  display: inline-block;
}
.navbar_ .brand a:hover {
  text-decoration: none;
}
/*------ h1, h2, h3, h4, h5, h6 ------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  color: #262626;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 1em;
  font-weight: bold;
}
header h1 {
  padding: 0;
  margin: 0;
}
h2 {
  font-size: 33px;
  line-height: 36px;
  margin: 0;
  letter-spacing: 1px;
   font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
h3 {
  text-transform: none;
  font-size: 24px;
  padding: 44px 0 17px;
  margin: 0;
   font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
h4 {
  font-size: 16px;
  padding: 12px 0 17px;
  margin: 0;
   font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
h5{
	margin-bottom:5px;
	 font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
p {
  padding-bottom: 19px;
  margin: 0;
  font-size:16px;
  letter-spacing: 0.5px;
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
	text-align:justify;
}

p strong{
	font-size:16px;
	font-weight:400;
}

.link {
  text-decoration: none;
  display: inline-block;
  padding-right: 14px;
  background: url(../img/marker-2.png) no-repeat right 5px;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.link:hover {
  text-decoration: none;
}
/*--- header end ------*/
/*------ content ------- */
#content {
  position: relative;
  padding: 3px 0 58px 0;
  z-index: 5;
  background: #fafaf7;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
    font-family: 'Open Sans', sans-serif;
}
#content.extra-content {
  padding-top: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#content ul {
  list-style: outside none;
}
.thumbnail-1 {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}

.overflow {
  overflow: hidden;
}
.indent-1 {
  padding-right: 0px;
}
.border {
  height: 1px;
  background: #333;
  margin: 29px 34%;
}
.img-polaroid_ {
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.inner {
  margin-left: 47%;
}
/*----------- list-thumbnails--------------*/
.list-thumbnails {
  margin: 0;
  padding: 50px 0 0;
}
.list-thumbnails li {
  margin-bottom: 30px;
  position: relative;
}
.list-thumbnails .thumbnail-1 figure {
  margin: 0 0 33px;
}
.list-thumbnails .thumbnail-1 {
  background: #ffffff;
  text-align: center;
  padding: 5px 5px 23px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.list-thumbnails .thumbnail-1 section {
  padding: 0 20px;
}
.list-thumbnails .thumbnail-1 section a,
.list-thumbnails .thumbnail-1 section span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #262626;
  font-size: 19px;
  line-height: 20px;
  display: block;
}
.list-thumbnails .thumbnail-1 section span {
  color: #273a7d;
  font-size: 14px;
  line-height: 12px;
  padding: 2px 0 16px;
}
.list-thumbnails .thumbnail-1 section a {
  text-decoration: none;
  display: inline-block;
}
.list-thumbnails .thumbnail-1 section a:hover {
  text-decoration: none;
  color: #273a7d;
}
.list-thumbnails .thumbnail-1 section p {
  line-height: 18px;
  color: #262626;
  padding-bottom: 18px;
  font-size: 13px;
  line-height: 18px;
  font-family: 'Open Sans', sans-serif;
  text-align: justify;
}

.list-thumbnails2 {
  /* margin: 0; */
  /* padding: 2px 0 0; */
}
.list-thumbnails2 li {
  margin-bottom: 1px;
  position: relative;
  display:inline-block;
  
}
.list-thumbnails2 .thumbnail-1 figure {
  margin: 0 0 33px;
}
.list-thumbnails2 .thumbnail-1 {
  background: #273a7d;
  text-align: center;
  /* height:108px; */
  padding: 5px 5px 23px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.list-thumbnails2 .thumbnail-1:hover  {
  background: #0023a1;
}
.list-thumbnails2 .thumbnail-1 section {
  padding: 25px 20px 0;
}
.list-thumbnails2 .thumbnail-1 section a,
.list-thumbnails2 .thumbnail-1 section span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 19px;
  line-height: 20px;
  display: block;
}
.list-thumbnails2 .thumbnail-1 section span {
  color: #273a7d;
  font-size: 14px;
  line-height: 12px;
  padding: 2px 0 16px;
}
.list-thumbnails2 .thumbnail-1 section a {
  text-decoration: none;
  display: inline-block;
  color: #ff8c00;
}
.list-thumbnails2 .thumbnail-1 section a:hover {
  text-decoration: none;
  color: #ffa83d;
}
.list-services {
  padding: 5px 0 0;
}
.list-services .thumbnail-1 section a {
  margin-bottom: 14px;
}
.linkTitle{
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
}
/*----------- box-title--------------*/
.box-title h2{
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
.box-title {
  text-align: center;
  padding: 23px 0 0;
  /*text-transform: uppercase;*/
  font-family: 'Open Sans', sans-serif;
}
.box-title h2 span {
  font-weight: 300;
  display: block;
  font-size: 10px;
  font-family: 'Open Sans', sans-serif;
  line-height: 18px;
}
.box-title strong {
  font-weight: 300;
  display: block;
  color: #273a7d;
  font-size: 22px;
  line-height: 35px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
/*----------- block_cooperate--------------*/
.block_cooperate h3 {
  font-weight: normal;
}
.block_cooperate p {
  font-size: 14px;
  color: #7f7f7f;
  line-height: 18px;
}
.block_cooperate strong,
.block_cooperate span {
  font-size: 30px;
  line-height: 32px;
  color: #273a7d;
  font-weight: bold;
  display: block;
    font-family: 'Open Sans', sans-serif;
}
.block_cooperate strong {
  margin-top: 22px;
}
.block_cooperate span {
  font-size: 21px;
  line-height: 22px;
  margin-top: -5px;
  padding-bottom: 7px;
    font-family: 'Open Sans', sans-serif;
}
.block_cooperate .border_1 {
  background: #c8c8c8;
  height: 1px;
  width: 100%;
  margin: 0;
}
.border_1,
.border_2,
.border_3 {
  background: #c8c8c8;
  height: 1px;
  width: 100%;
  margin: 45px 0 3px;
}
.border_2 {
  margin: 22px 0 5px;
}
.border_3 {
  margin: 33px 0 7px;
}
/*----------- block_cooperate-----------*/
.list-news {
  margin: 0;
}
.list-news li {
  padding-bottom: 24px;
}
.list-news li a {
  color: #262626;
}
.list-news li a:hover {
  color: #273a7d;
  text-decoration: none;
}
/*----------- block_cooperate-----------*/
.list-upcoming {
  margin: 0;
  padding-bottom: 3px;
}
.list-upcoming li {
  font-size: 11px;
  line-height: 18px;
  color: #7f7f7f;
  padding-top: 28px;
    font-family: 'Open Sans', sans-serif;
}
.list-upcoming li:first-child {
  padding: 0;
}
.list-upcoming li a {
  color: #273a7d;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
    font-family: 'Open Sans', sans-serif;
}
.list-upcoming li a:hover {
  text-decoration: none;
}
.date-1 {
  font-size: 10px;
  line-height: 10px;
  color: #273a7d;
  display: block;
  text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.date-2 {
  font-size: 11px;
  line-height: 12px;
  color: #262626;
  display: block;
  padding-bottom: 2px;
    font-family: 'Open Sans', sans-serif;
}
.address {
  background: url(../img/map.png) no-repeat 0 8px;
  color: #7f7f7f;
  background-size: 100% auto;
  font-size: 18px;
  line-height: 22px;
  margin-top: -2px;
  padding-bottom: 18px;
    font-family: 'Open Sans', sans-serif;
}
.address strong {
  color: #262626;
  font-weight: normal;
  display: block;
  padding-bottom: 22px;
}
.address span {
  width: 102px;
  display: block;
}
.txt-1 {
  color: #262626;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 17px;
  font-style: italic;
    font-family: 'Open Sans', sans-serif;
}
.extra-content .txt-1 {
  padding-bottom: 27px;
}
.txt-2 {
  font-size: 14px;
    font-family: 'Open Sans', sans-serif;
  line-height: 18px;
}
/*------ list ------- */
.list {
  margin: 0;
  overflow: hidden;
}
.list li {
  background: url(../img/marker-3.png) no-repeat 0 6px;
  padding-left: 16px;
  line-height: 12px;
  padding-bottom: 0px;
  
}
.list li a {
  font-size: 13px;
  color: #7f7f7f;
    font-family: 'Open Sans', sans-serif;
}

.list li p {
  font-size: 13px;
  line-height:16px;
  color: #7f7f7f;
    font-family: 'Open Sans', sans-serif;
 text-align:left;
}
.list li a:hover {
  color: #273a7d;
  text-decoration: none;
}
/*----------- list-consultants --------------*/
.list-consultants {
  margin: 0;
  padding-bottom: 20px;
}
.list-consultants li {
  padding-top: 45px;
}
.list-consultants li:first-child {
  padding: 0;
}
.list-consultants li figure {
  float: left;
  margin: 1px 18px 0 0;
}
.list-consultants li a {
  font-size: 13px;
  line-height: 18px;
  color: #273a7d;
}
.list-consultants li span {
  display: block;
  text-transform: uppercase;
  color: #273a7d;
  font-size: 10px;
  line-height: 18px;
    font-family: 'Open Sans', sans-serif;
}
.list-consultants li p {
  padding-bottom: 0;
}
/*----------- list-mission--------------*/
.list-mission {
  margin: -2px 0 6px;
}
.list-mission dt {
  margin: 0 0 19px;
  font-size: 13px;
  line-height: 18px;
  color: #262626;
}
.list-mission dd {
  font-weight: normal;
  padding-bottom: 15px;
  margin-left: 0;
  font-size: 11px;
  line-height: 18px;
}
/*----------- list-staff--------------*/
.list-staff {
  overflow: hidden;
  margin: 5px 0 0;
}
.list-staff figure {
  margin: 0;
}
.list-staff li {
  margin-bottom: 31px;
}
/*----------- testimonials--------------*/
.testimonials .span3 {
  margin-bottom: 18px;
}
.testimonials blockquote {
  background: url("../img/blockquote.png") no-repeat 0 3px;
  border: medium none;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0 0 0 40px;
}
.testimonials p {
  font-size: 11px;
  line-height: 18px;
  font-weight: normal;
  padding-bottom: 16px;
}
.testimonials strong {
  font-size: 13px;
  line-height: 18px;
  color: #262626;
  display: block;
  padding-bottom: 1px;
}
.testimonials span {
  font-size: 11px;
  color: #7f7f7f;
}
.testimonials a {
  text-transform: uppercase;
  color: #273a7d;
  text-decoration: none;
  font-size: 12px;
}
.testimonials a:hover {
  color: #262626;
}
/*----------- list-blog --------------*/
.list-blog.list-offers {
  padding-top: 5px;
}
.list-blog {
  margin: 0;
  padding-top: 11px;
}
.list-blog figure {
  float: left;
  position: relative;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  margin: 0 13px 9px 0;
}
.list-blog li {
  overflow: hidden;
  padding-bottom: 5px;
}
.list-blog p {
  font-size: 11px;
  line-height: 18px;
  padding-bottom: 0;
}
.list-blog .txt-2 {
  padding-top: 7px;
}
.list-blog.list-offers li {
  padding-bottom: 12px;
}
.list-offers p {
  padding-bottom: 18px;
}
/*------ badge ------- */
.badge_ {
  font-size: 19px;
  line-height: 20px;
  width: 44px;
  text-align: center;
  background: #273a7d;
  float: left;
  margin: 0px 13px 0 0;
  font-weight: bold;
  text-shadow: none;
  color: #ffffff;
  padding: 5px 0 7px;
  border: none;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
.badge_ span {
  display: block;
  font-size: 12px;
  line-height: 12px;
}
/*------ list-posts ------- */
.list-posts {
  margin: 5px 0 0;
}
.list-posts figure {
  float: left;
  margin: 7px 30px 0 0;
}
.list-posts > li {
  padding-top: 19px;
  margin-top: 25px;
  border-top: 1px solid #c8c8c8;
}
.list-posts > li:first-child {
  border: none;
  padding: 0;
  margin: 0;
}
.list-posts li .txt-1 {
  padding: 2px 0 0;
}
.list-posts li .txt-1 a {
  color: #262626;
}
.list-posts li .txt-1 a:hover {
  color: #273a7d;
  text-decoration: none;
}
.list-posts li .link {
  margin-top: 10px;
}
.inner-post {
  padding-bottom: 9px;
}
.txt-3 {
  color: #262626;
}
.list-comments {
  margin: 0;
  overflow: hidden;
}
.list-comments li {
  float: right;
  line-height: 18px;
}
.list-comments li:first-child {
  float: left;
}
.list-comments li a {
  color: #273a7d;
  text-decoration: none;
}
.list-comments li a:hover {
  text-decoration: none;
  color: #262626;
}
/*------ list-archive ------- */
.list-archive {
  font-style: italic;
  font-size:14px;
  margin: 0;
}
.list-archive dt {
  font-weight: normal;
  text-align: left;
  width: 90px;
}
.list-archive dd {
  margin-left: 90px;
  padding-bottom: 20px;
}
.list-archive dd a {
  color: #262626;
}
.list-archive dd a:hover {
  text-decoration: none;
  color: #0082c6;
}
/***** map *****/
.map {
  margin: 5px 0 0;
  /* line-height: 0; */
}
.map iframe {
  border: 1px solid #666;
  width: 100%;
  /* height: 273px; */
  height: 565px;
}
/*------ mail & address------- */
.address-1 {
  padding-top: 2px;
}
.address-1 strong {
  display: block;
  font-weight: normal;
  color: #262626;
  font-size: 13px;
}
.address-1 span {
  display: block;
}
.address-1 p {
  color: #7f7f7f;
  padding-bottom: 18px;
}
.mail-1 {
  color: #444444;
}
/***** contact form *****/
#contact-form {
  position: relative;
  vertical-align: top;
  z-index: 1;
  margin: 0;
  padding-top: 6px;
}
.txt-form {
  padding-bottom: 3px;
  display: block;
}
.coll-1,
.coll-2,
.coll-3,
.coll-4 {
  float: left;
  width: 191px;
}

.coll-1,
.coll-2,
.coll-3 {
  margin-right: 23px;
}
#contact-form div {
  overflow: hidden;
}
#contact-form fieldset {
  border: none;
  padding: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
#contact-form label {
  display: block;
  min-height: 50px;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
#contact-form .message {
  min-height: 254px;
  display: block !important;
  width: 100%;
}
#contact-form input,
#contact-form textarea {
  border: 1px solid #ebeae7;
  background: #ffffff;
  padding: 7px 10px;
  margin: 0 0 1px;
  font-size: 11px;
  line-height: 20px !important;
  color: #7f7f7f;
  outline: none;
  width: 100%;
  -webkit-box-shadow: 0 1px #ffffff;
  -moz-box-shadow: 0 1px #ffffff;
  box-shadow: 0 1px #ffffff;
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form input {
  height: 36px;
}
#contact-form input:focus,
#contact-form textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#contact-form .area .error {
  float: none;
}
#contact-form textarea {
  width: 100%;
  height: 231px;
  resize: none;
  overflow: auto;
}
#contact-form .success {
  border: 1px solid #ebeae7;
  display: none;
  position: absolute;
  left: 0;
  top: 4px;
  color: #262626;
  font-size: 18px;
  line-height: 22px;
  background: #ffffff;
  text-align: center;
  text-transform: none;
  width: 100%;
  z-index: 20;
}
#contact-form .success span {
  display: block;
  text-align: center;
  padding: 10px 10px;
}
#contact-form .error,
#contact-form .empty {
  color: #f00;
  font-size: 11px;
  line-height: 1.27em;
  display: none;
  overflow: hidden;
  padding: 2px 4px 0px 0;
  width: 100%;
  text-transform: none;
  position: absolute;
  bottom: 0px;
  left: 0;
}
#contact-form .message .error,
#contact-form .message .empty {
  bottom: 4px;
}
.buttons-wrapper {
  position: relative;
}
.buttons-wrapper a {
  margin-right: 75px;
  cursor: pointer;
  margin-top: 0;
}
.buttons-wrapper a:hover {
  text-decoration: none;
}
.buttons-wrapper span {
  display: inline-block;
  font-size: 11px;
  margin-top: 4px;
}
/*----------- buttons & links--------------*/
.btn-1 {
  position: relative;
  border: none;
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  background: #273a7d;
  text-shadow: none !important;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 4px 38px 6px 12px;
}
.btn-1:before {
  background: url(../img/marker-1.png) no-repeat 0 0;
  width: 18px;
  height: 19px;
  display: block;
  position: absolute;
  top: 6px;
  right: 11px;
  content: "";
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-1:hover {
  background: #262626;
  text-decoration: none;
  color: #ffffff;
}
/*----------- Back to top --------------*/
#toTop {
  display: none;
  width: 46px;
  height: 46px;
  overflow: hidden;
  background: url(../img/totop.png) 0 0 no-repeat;
  position: fixed;
  margin-right: -690px !important;
  right: 50%;
  bottom: 200px;
  z-index: 999;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#toTop:hover {
  opacity: 0.7;
}
#toTop:active,
#toTop:focus {
  outline: none;
}




/*----------- policy --------------*/
.policy strong {
  display: block;
  color: #262626;
  padding-bottom: 18px;
  font-size: 13px;
  font-weight: normal;
}
.policy p {
  padding-bottom: 18px;
}
.policy a {
  text-decoration: underline;
  color:#273a7d;
}
.policy a:hover {
  text-decoration: none;
}
/* block-404 */#content.content-404 {
  padding: 0;
}
.bg-404 {
  background: url(../img/slide-1.jpg) no-repeat 0 0 #dadada;
  padding: 107px 0 106px;
  background-size: 100% auto;
}
.block-404 {
  padding: 30px 30px 30px 33px;
  overflow: hidden;
  background: url(../img/tail-caption.png);
}
.block-404 .img-404 {
  float: left;
  margin: 0 33px 0 0;
}
.box-404 {
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-weight: 300;
}
.box-404 h3 {
  padding: 17px 0 30px;
  font-size: 27px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 300;
}
.box-404 p {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 16px;
}
/* search */#search {
  margin: 20px 0 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ebeae7;
  background: #ffffff;
  height: 36px;
  width: 100%;
  -webkit-box-shadow: 0 1px #ffffff;
  -moz-box-shadow: 0 1px #ffffff;
  box-shadow: 0 1px #ffffff;
}
#search input {
  border: none;
  height: 34px;
  background: none;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  padding: 7px 10px 8px;
  font-size: 12px;
  line-height: 18px !important;
  color: #7f7f7f;
  outline: none;
  width: 70%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#search input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#search a {
  position: absolute;
  top: 2px;
  right: 2px;
}
/*--- content end ------*/
/*------ footer ------- */
footer {
  padding: 18px 0;
  background:#fff;
  color:#000;
  
}
footer ul {
  font-style: normal;
}
footer .container {

  position: relative;
}
.logo-footer {
  position: absolute;
  left: 0;
  top: 11px;
}
.box-footer {
  text-align:center;
  display: inline-block;
  width:100%;
  padding: 0px 0 0;
  margin: 0 0 0;
}
.privacy {
  font-size: 11px;
  color: #000;
  line-height: 20px;
}
.privacy a {
  color: #273a7d;
  text-decoration: underline;
}
.privacy a:hover {
  text-decoration: none;
}
.list-soc {
  overflow: hidden;
  padding-bottom: 3px;
}
.list-soc a {
  float: left;
  margin-right: 2px;
}
.list-soc a img {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list-soc a:hover img {
  opacity: 0.7;
}
.footer-nav {
  overflow: hidden;
  margin: 0;
  padding-top: 18px;
}
.footer-nav li {
  float: left;
  font-size: 11px;
  color: #676767;
  line-height: 12px;
  border-left: 1px solid #676767;
  padding-left: 10px;
  margin-left: 9px;
  background: none;
  list-style: none;
}
.footer-nav li a {
  color: #676767;
}
.footer-nav li a:hover,
.footer-nav li.active a {
  color: #273a7d;
  text-decoration: underline;
}
.footer-nav li:first-child {
  margin: 0;
  padding: 0;
  border: none;
}
/*--- footer end ------*/
@media only screen and (max-width: 1300px) {
  .address span {
    display: inline-block;
  }
  .inner {
    margin-left: 39%;
  }
  #search {
    width: 510px;
  }
  .coll-1,
  .coll-2,
  .coll-3,
  .coll-4 {
    width: 241px;
  }
  #contact-form label {
    display: inline-block;
  }

  #FirstName{
    width: 33% !important;
    margin: 0px 2px 0px 1px !important;
  }

  #MiddleName{
    width: 33% !important;
    margin: 0px 2px 0px 1px !important;
  }

  #Surename{
    width: 33% !important;
    margin: 0px 2px 0px 1px !important;
  }

  .phone_1 {
    float: right !important;
  }

  .phone_2 {
    float: right !important;
  }

  .container-iframe {
    width: 90% !important;
    padding-top: 80.25% !important; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }

  .container-iframe-button {
    width: 90% !important;
  }
}
@media only screen and (max-width: 979px) {
  #contact-form label {
    display: block;
  }
  #contact-form input,
  #contact-form textarea {
    width: 100%;
  }
  .navbar_ .nav-collapse_ {
    height: auto !important;
    overflow: inherit;
    clear: none;
  }
  .address span {
    display: block;
  }

  #FirstName{
    width: 33% !important;
    margin: 0px 1px 0px 1px !important;
  }

  #MiddleName{
    width: 33% !important;
    margin: 0px 1px 0px 1px !important;
  }

  #Surename{
    width: 33% !important;
    margin: 0px 1px 0px 1px !important;
  }

  .navbar_ .brand {
    padding: 12px !important;
  }

  .phone_1 {
    font-size: 20px !important;
  }

  .phone_2 {
    font-size: 12px !important;
  }

  .container-iframe {
    width: 90% !important;
    padding-top: 80.25% !important; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }

  .container-iframe-button {
    width: 90% !important;
  }

}
@media only screen and (max-width: 768px) and (max-width: 979px) {
  .list-thumbnails .thumbnail-1 section {
    padding: 0 10px;
  }
  .list-consultants li figure {
    float: none;
    margin: 1px 0 12px;
  }
  .list-consultants li figure img {
    width: 100%;
  }
  .inner {
    margin: 0;
  }
  .nav-collapse_ .nav > li > a {
    padding: 3px 28px;
  }
  .nav-collapse_ .nav ul {
    left: -36px;
  }
  .navbar_ .btn-navbar {
    display: none;
  }
  .nav-collapse_ .nav > li {
    float: left;
  }
  .coll-1,
  .coll-2,
  .coll-3,
  .coll-4 {
    width: 143px;
  }
  #contact-form input,
  #contact-form textarea {
    width: 100%;
  }
  .address-1 span {
    display: block;
  }

  #FirstName{
    width: 33% !important;
    margin: 0px 2px 0px 1px !important;
  }

  #MiddleName{
    width: 33% !important;
    margin: 0px 2px 0px 1px !important;
  }

  #Surename{
    width: 33% !important;
    margin: 0px 2px 0px 1px !important;
  }

  .navbar_ .brand {
    padding: 12px !important;
  }

  .phone_1 {
    font-size: 20px !important;
  }

  .phone_2 {
    font-size: 12px !important;
  }

  .container-iframe {
    width: 90% !important;
    padding-top: 80.25% !important; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }
}
@media only screen and (max-width: 767px) {
  body {
    padding: 0;
  }
  .list-thumbnails .thumbnail-1 section {
    padding: 0;
  }
  .sf-menu {
    display: none !important;
  }
  .navbar_,
  #content .container,
  .row-top,
  #content.content-404 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar_ .brand,
  .navbar_ {
    float: none;
  }
  #search {
    margin-top: 18px;
    width: 100%;
    margin-left: 0;
  }
  .navbar_ .nav-collapse_ {
    float: none;
    display: none;
  }
  .navbar_ .btn-navbar {
    display: none;
  }
  .select-menu {
    display: block !important;
    color: #ffffff;
    border: 1px solid #313131;
    background: #2f2f2f !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
    width: 100%;
    margin: 18px 0 0;
  }
  .select-menu option {
    padding-bottom: 4px;
  }
  .footer-nav {
    display: none;
  }
  .address span {
    display: inline-block;
  }
  .inner {
    margin: 0;
  }
  .list-thumbnails {
    margin-left: -20px;
  }
  .list-thumbnails li {
    float: left;
    margin-left: 20px;
    width: 45%;
  }
  .list-thumbnails li figure img {
    width: 100%;
  }
  .dl-horizontal dt {
    float: left;
  }
  .img-indent {
    float: left;
    margin-right: 20px;
  }
  .list-staff {
    margin-left: -20px;
  }
  .list-staff li {
    width: 28%;
    float: left;
    margin-left: 20px;
  }
  .list-staff li img {
    width: 100%;
  }
  .coll-1,
  .coll-2,
  .coll-3,
  .coll-4 {
    width: 100%;
    float: none;
  }
  .policy .pull-right {
    float: none;
  }
  .box-txt {
    padding-bottom: 0;
  }
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  #search {
    margin-bottom: 38px;
  }
  #search input {
    width: 97%;
  }
  #search a {
    top: 40px;
  }

  #FirstName{
    width: 33% !important;
    margin: 0px 0px 0px 1px !important;
  }

  #MiddleName{
    width: 33% !important;
    margin: 0px 0px 0px 1px !important;
  }

  #Surename{
    width: 33% !important;
    margin: 0px 0px 0px 1px !important;
  }

  .navbar_ .brand {
    float: left;
    padding: 5px !important;
  }

  .phone_1 {
    font-size: 15px !important;
  }

  .phone_2 {
    font-size: 11px !important;
  }

  .container-iframe {
    width: 90% !important;
    padding-top: 172.25% !important; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }

  .container-iframe-button {
    width: 90% !important;
  }

  .flex-parent {
    display: block !important;
  }
}
@media (max-width: 630px) {
  .block-404 .img-404 {
    float: none;
    margin: 0;
    text-align: center;
    width: 100%;
  }
  .block-404 .img-404 img {
    display: inline-block;
  }
  
  .box-title strong {
    font-weight: 300;
    display: block;
    color: #273a7d;
    font-size: 25px;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
  }

  #FirstName{
    width: 100% !important;
    margin-bottom: 10px !important;
  }

  #MiddleName{
    width: 100% !important;
    margin-bottom: 10px !important;
  }

  #Surename{
    width: 100% !important;
    margin-bottom: 10px !important;
  }

  .navbar_ .brand {
    float: left;
    padding: 5px !important;
  }

  .navbar_ .brand img {
    width: 140px !important;
    padding-top: 10px !important;
  }

  .phone_1 {
    float: right !important;
    font-size: 15px !important;
  }

  .phone_2 {
    float: right !important;
    font-size: 11px !important;
  }

  .container-iframe {
    width: 90% !important;
    padding-top: 172.25% !important; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }

  .container-iframe-button {
    width: 90% !important;
  }
  
}
@media (max-width: 540px) {
  .list-thumbnails li {
    width: 44%;
  }
  .img-indent {
    float: none;
    margin-right: 0px;
  }
  .img-indent img {
    width: 100%;
  }

  .box-title strong {
    font-weight: 300;
    display: block;
    color: #273a7d;
    font-size: 25px;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
  }

  #FirstName{
    width: 100% !important;
    margin-bottom: 10px !important;
  }

  #MiddleName{
    width: 100% !important;
    margin-bottom: 10px !important;
  }

  #Surename{
    width: 100% !important;
    margin-bottom: 10px !important;
  }

  .navbar_ .brand {
    float: left;
    padding: 5px !important;
  }

  .navbar_ .brand img {
    width: 70% !important;
    padding-top: 10px !important;
  }

  .phone_1 {
    width: 100% !important;
    font-size: 30px !important;
    padding-top: 0;
    padding-bottom: 0;
  }

  .phone_2 {
    width: 100% !important;
    font-size: 15px !important;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-iframe {
    width: 90% !important;
    padding-top: 172.25% !important; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }

  .container-iframe-button {
    width: 90% !important;
  }
}
@media (max-width: 480px) {
  .coll-right,
  .coll-left {
    float: none;
  }
  .list-thumbnails {
    margin-left: 0;
  }
  .list-thumbnails li {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .box-footer {
    float: none;
    padding-top: 9px;
  }
  .logo-footer {
    position: relative;
  }
  .list-posts figure {
    float: none;
    margin: 6px 0 14px 0;
  }
  .list-posts figure img {
    width: 100%;
  }
  .logo-footer {
    padding-bottom: 10px;
  }
  .list-staff li {
    width: 25%;
  }
  .img-indent {
    float: none;
    width: 100%;
    margin: 0 0 18px 0;
    display: block;
  }
  .img-indent img,
  .img-indent1 img {
    width: 100%;
  }
  .coll-right {
    padding-bottom: 20px;
  }
  .list-clients li {
    width: 100%;
    margin-left: 0;
  }

  .box-title strong {
    font-weight: 300;
    display: block;
    color: #273a7d;
    font-size: 18px;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
  }

  #FirstName{
    width: 100% !important;
    margin-bottom: 10px !important;
  }

  #MiddleName{
    width: 100% !important;
    margin-bottom: 10px !important;
  }

  #Surename{
    width: 100% !important;
    margin-bottom: 10px !important;
  }

  .phone_1 {
    float: left !important;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .phone_2 {
    float: left !important;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-iframe {
    width: 90% !important;
    padding-top: 172.25% !important; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }

  .container-iframe-button {
    width: 90% !important;
  }
}
@media only screen and (max-width: 320px) {
  .list-staff {
    margin-left: 0;
  }
  .list-staff li {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .list-offers figure,
  .list-team li {
    float: none;
    margin-left: 0;
  }
  .list-offers figure img,
  .list-team li img {
    width: 100%;
  }

  .box-title strong {
    font-weight: 300;
    display: block;
    color: #273a7d;
    font-size: 20px;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
  }

  .phone_1 {
    float: left !important;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .phone_2 {
    float: left !important;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-iframe {
    width: 90% !important;
    padding-top: 172.25% !important; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }

  .container-iframe-button {
    width: 90% !important;
  }

}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


#contact-area {
	width: auto;
	margin-top: 0px;
	margin-left:0px;
	background:#fff;
	padding:10px;
	height:auto;
	border-radius:2px;
	 -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

#contact-area .required:after { content:" *";  color:red;}

#contact-area h4 {

color:#273a7d;
margin-top:5px;
border-radius:4px;
font-weight:normal;
font-size:18px;
letter-spacing:1px;
}

#contact-area input, #contact-area textarea {
	padding: 0px;
	width: 220px;
	height:20px;
	font-size: 12px;
	/*margin: 0px 0px 0px 0px;*/
	border: 1px solid #ccc;
	border-radius:4px;
}
/*
.middlename{
  margin-left: 4px;
}*/

.bold{
  font-weight: bold;
}



#contact-area input[type=file]{
	padding: 0px;
	width: 210px;
	height:30px;
	font-size: 12px;
	margin: 10px 0px 4px 0px;
	border: 0px solid #ccc !important;
	border-radius:4px;
	line-height:15px;
}


#contact-area textarea {
	height: 40px;
}

#contact-area .Message {
  height: 50px;
  /* width: 500px; */
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #999;
}

#contact-area input.submit-button {
	width: 100px;
	float: left;
	margin-right:0px;
	color:white;
	background:#273a7d;
	margin-top: 5px;
  font-size: 15px;
}

#contact-area label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 200px;
	padding-top: 5px;
	font-size: 15px;
	
}

#contact-area .available {
  float: left;
  text-align: left;
  margin-right: 15px;
  width: 170px;
  padding-top: 5px;
  font-size: 12px;
  
}

#contact-are select {
   background: #fff;
  
  padding: 5px;
	width: 200px;
	
	font-size: 12px;
	margin: 0px 0px 5px 0px;

   line-height: 1;
   border: 1px solid #666;
   border-radius: 4px;
   height: 20px;
   -webkit-appearance: none;
   }

.title{
  float: left; 
  width: 150px;
}

.titles{
  float: left;
  width: 150px;
}

.form-control{
  width: 500px;
}

.form-control2{
  width: 515px;
}

.next{
  margin-left: 150px;
}

.required{
  color: red;
}

.btn{
  float: right;
  padding: 5px 50px;
  margin-top:20px; 
}

.btnn{
  float: left;
  padding: 5px 50px;
  margin-top:20px; 
}



/*----- Tabs -----*/
.tabs {
    width:100%;
    display:inline-block;
}
 
    /*----- Tab Links -----*/
    /* Clearfix */

  /*  .tab-links{
      border-bottom: 50px solid #000; 
    }*/

    .tab-links:after {
        display:block;
        clear:both;
        content:'';
    }
 
    .tab-links li {
        margin:0px 1px;
        float:left;
        list-style:none;
    }
 
        .tab-links a {
            padding:9px 15px;
            display:inline-block;
            border-radius:3px 3px 0px 0px;
            background:#7FB5DA;
            font-size:14px;
            font-weight:600;
            color:#FFF;
            transition:all linear 0.15s;
        }
 
        .tab-links a:hover {
            background:#a7cce5;
            text-decoration:none;
        }
 
    li.active a, li.active a:hover {
        background:#5357FF;
        color:#4c4c4c;
    }
 
    /*----- Content of Tabs -----*/
    .tab-content {
        padding:15px;
        border-radius:3px;
        box-shadow:-1px 1px 1px rgba(0,0,0,0.15);
        border: 1px solid #999;
        background:#fff;
    }
 
        .tab {
            display:none;
        }
 
        .tab.active {
            display:block;
        }

.titless{
  width: 400px;
  float: left;
  margin-top: 10px;
}

.txtbox{
  margin-top: 10px;
}


.titlesss{
  width: 750px;
  float: left;
  padding: 4px;
  border: 1px solid #000;
}

.construction{
  font-size: 30px;
  line-height: 100%;
  color: #110DA6;
}

.quote{
  font-size: 18px;
  /*line-height: 25px;*/
  /*padding: 10px;*/
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.boxKeyinformation{
  background-color: #fff;
  padding: 10px;
  margin-bottom: 20px;
  box-shadow: 3px 3px 3px #9e9e9e;
  /* border: solid 1px #b1b1b1; */
}

.boxtext-header{
  display: flex;
  justify-content: center;
  margin: 10px 0 0px 0;
}

.boxtext-header p{
  font-size: 20px;
  color: #110da6;
  font-weight: bold;
  text-align: center;
}

.boxKeyinformation-2{
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 3px 3px 3px #9e9e9e;
  /* border: solid 1px #b1b1b1; */
}

.boxtext-header-2{
  display: flex;
  justify-content: center;
  margin: 10px 0 0px 0;
}

.boxtext-header-2 p{
  font-size: 15px;
  color: #000;
  text-align: justify;
  letter-spacing: normal;
}

.keyinformation{
  margin-left: 70px;
  font-size: 15px;
}

.keyinformation ul li{
  margin-top: 10px;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  background-color: #f1f1f1;
  padding: 15px;
  list-style: disc;
}

.keyinformation ul:hover{
  color: #000;
}

.keyinformation ul a li:hover{
  background-color: #666;
  color: #f89b2c;
  transition: 0.3s;
}

.keyinformation ul a{
  color: #000;
}

.keyinformation ul a:hover{
  text-decoration:none
}

.border_keyinformation {
  background: #c8c8c8;
  height: 2px;
  width: 70%;
  margin: auto;
}

.backlink{
  padding-top: 10px;
  color: #666;
}

.backlink a{
  color: #fff;
}

.backlink2{
  padding-top: 10px;
  color: #f8941d;
}

.backlink2 a{
  color: #fff;
}

.pagAddressTitle{
  font-size: 16px;
  font-weight: bold;
}

.pagAddressSub{
  text-align: left;
  font-size: 14px;
}

.pagAddressSub2{
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}

.applicant-inf-h4{
  text-transform: uppercase;
  color: #262626;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 1em;
  font-weight: bold;
  font-size: 26px;
}

.bullet-applicant-size{
  font-size: 30px;
}

.form-app-inf{
  padding: 15px;
}

.form-app-inf .required:after { content:" *";  color:red;}

.form-app-inf input.submit-button {
	width: 150px;
	margin-right:0px;
	color:white;
	background:#273a7d;
	margin-top: 5px;
  font-size: 20px;
}

.form-app-inf .message {
  min-height: 254px;
  display: block !important;
  width: 100%;
}

.form-app-inf label {
  display: block;
  min-height: 20px;
  position: relative;
  margin: 0;
  padding: 10px 0 5px 0;
  float: left;
  width: 100%;
}
.form-app-inf .message {
  min-height: 254px;
  display: block !important;
  width: 100%;
}

#FirstName{
  border: 1px solid #ebeae7;
  background: #ffffff;
  padding: 7px 10px;
  margin: 0px 2.8px 0px 1px;
  font-size: 11px;
  line-height: 20px !important;
  color: #7f7f7f;
  outline: none;
  width: 33%;
  -webkit-box-shadow: 0 1px #ffffff;
  -moz-box-shadow: 0 1px #ffffff;
  box-shadow: 0 1px #ffffff;
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#MiddleName{
  border: 1px solid #ebeae7;
  background: #ffffff;
  padding: 7px 10px;
  margin: 0px 2.8px 0px 1px;
  font-size: 11px;
  line-height: 20px !important;
  color: #7f7f7f;
  outline: none;
  width: 33%;
  -webkit-box-shadow: 0 1px #ffffff;
  -moz-box-shadow: 0 1px #ffffff;
  box-shadow: 0 1px #ffffff;
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#Surename{
  border: 1px solid #ebeae7;
  background: #ffffff;
  padding: 7px 10px;
  margin: 0px 2.8px 0px 1px;
  font-size: 11px;
  line-height: 20px !important;
  color: #7f7f7f;
  outline: none;
  width: 33%;
  -webkit-box-shadow: 0 1px #ffffff;
  -moz-box-shadow: 0 1px #ffffff;
  box-shadow: 0 1px #ffffff;
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-app-inf input, .form-app-inf textarea, .form-app-inf select {
  border: 1px solid #ebeae7;
  background: #ffffff;
  padding: 7px 10px;
  margin: 0 0 1px;
  font-size: 11px;
  line-height: 20px !important;
  color: #7f7f7f;
  outline: none;
  width: 100%;
  -webkit-box-shadow: 0 1px #ffffff;
  -moz-box-shadow: 0 1px #ffffff;
  box-shadow: 0 1px #ffffff;
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-app-inf input {
  height: 36px;
}
.form-app-inf input:focus,
.form-app-inf textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-app-inf .area .error {
  float: none;
}
.form-app-inf textarea {
  width: 100%;
  height: 231px;
  resize: vertical;
  overflow: auto;
}
.form-app-inf .success {
  border: 1px solid #ebeae7;
  display: none;
  position: absolute;
  left: 0;
  top: 4px;
  color: #262626;
  font-size: 18px;
  line-height: 22px;
  background: #ffffff;
  text-align: center;
  text-transform: none;
  width: 100%;
  z-index: 20;
}
.form-app-inf .success span {
  display: block;
  text-align: center;
  padding: 10px 10px;
}
.form-app-inf .error,
.form-app-inf .empty {
  color: #f00;
  font-size: 11px;
  line-height: 1.27em;
  display: none;
  overflow: hidden;
  padding: 2px 4px 0px 0;
  width: 100%;
  text-transform: none;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.form-app-inf .message .error,
.form-app-inf .message .empty {
  bottom: 4px;
}

.lbl-app-inf1{
  font-weight: bold;
  color: #0023a1;
  font-size: 15px;
  line-height: 1.5;
}

.lbl-app-inf2{
  font-weight: bold;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: justify;
}

.lbl-app-inf2 a{
  color: #0023a1;
}

.lbl-app-inf2 a:hover{
  color: #5d80ff;
}

.lbl-req-con-1{
  color: #0023a1;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: justify;
}

.rc-anchor-container{
  margin-bottom: 100px !important;
}

#g-recaptcha-response {
  display: block !important;
  position: absolute;
  margin: -78px 0 0 0 !important;
  width: 302px !important;
  height: 76px !important;
  z-index: -999999;
  opacity: 0;
  background-color: #f00;
}

.container-iframe {
  position: relative;
  overflow: hidden;
  width: 98%;
  padding-top: 40.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  margin: 0 auto;
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.container-iframe-button {
  position: relative;
  overflow: hidden;
  width: 98%;
  margin: 0 auto;
}

.container-iframe-button #button-relod {
  font-size: 15px;
  padding: 15px 25px;
  margin-bottom: 5px;
  background-color: #273a7d;
  color: #fff;
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.container-iframe-button #button-relod:hover {
  font-size: 15px;
  padding: 15px 25px;
  margin-bottom: 5px;
  background-color: #0023a1;
  color: #fff;
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: 0.5s;
}

.span-menu {
  margin-top: 10px;
}

.span-menu-2 {
  margin-top: 5px;
}

.flex-parent {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.flex-parent div {
  box-sizing: border-box;
  padding: 20px;
  background-color: #273a7d;
  color: white;
  font: 24px sans-serif;
}

.flex-parent div:hover  {
  background: #0023a1;
}

.box-for-menu-one {
  text-align: center;
  flex-basis: 450px;
  flex-grow: 1;
  margin-bottom: 5px;
}

.box-for-menu-two {
  text-align: center;
  flex-basis: 450px;
  flex-grow: 1;
  margin-bottom: 5px;
}

.flex-parent div a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #ff8c00;
  font-size: 19px;
  line-height: 20px;
}

.flex-parent div a:hover {
  text-decoration: none;
  color: #ffa83d;
}

html {
  scroll-behavior: smooth;
}

.menu-labour-hire{
  font-size: 12px;
}

.capable-h3{
  font-size: 24px;
  color: #535353;
  font-weight: bold;
  padding-bottom: 5px;
}

.ol-capable{
  font-size: 16px;
}

.ol-capable > li{
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: justify;
  line-height: 30px;
}

.ul-capable{
  font-size: 16px !important;
  list-style: disc !important;
}

.ul-capable > li{
  padding-top: 5px!important;
  padding-bottom: 5px !important;
  text-align: justify !important;
  line-height: 30px !important;
}