body {
	font-family: 'Montserrat', sans-serif !important;
	font-family: 'Open Sans', sans-serif;
}
a {
	transition: all 0.7s ease-out 0s;
}
#box1 {
	padding: 7px 0px;
}
.ib1 {
	font-family: 'Open Sans', sans-serif;
	float: right;
	margin-right: 10px;
}
.ib1 a {
	border: 1px solid #bdbdbd;
	padding: 3px 10px;
	display: block;
	font-size: 13px;
	color: #262525;
}
.ib1 a:hover {
	text-decoration: none;
	background-color: #204497;
	color: #FFF;
	border-color: #FFF;
}
.ib2 {
	float: right;
}
.ib2 h1 {
	margin: 5px 0 0 20px;
	padding: 0px;
	font-size: 14px;
	color: #262525;
	font-weight: 500;
}
.ib2 h1 span {
	margin-left: 20px;
}
.ib2 h1 i {
	margin-right: 10px;
}
.menu {
	margin-top: 30px;
}
.tolfr {
	margin-top: -320px;
	position: absolute;
	z-index: 10000;
}
.rightbox {
    margin-left: 8px;
}
.rb-container ul.rb {
  margin: 2.5em 0;
  padding: 0;
  display: inline-block;
}

.rb-container ul.rb li {
  list-style: none;
  margin: auto;
  min-height: 50px;
  border-left: 1px dashed #434343;
  padding: 0 0 50px 30px;
  position: relative;
}

.rb-container ul.rb li:last-child {
  border-left: 0;
}

.rb-container ul.rb  .acti::before {
  position: absolute;
  left: -8px;
  top: 0px;
  content: " ";
  background: #50d890;
  height: 15px;
  width: 15px;
  transition: all 500ms ease-in-out;
}
.rb-container ul.rb li::before {
  position: absolute;
  left: -8px;
  top: 0px;
  content: " ";
  background: #bababa;
  height: 15px;
  width: 15px;
  transition: all 500ms ease-in-out;
}

.rb-container ul.rb li:hover::before {
  border-color: #232931;
  transition: all 1000ms ease-in-out;
}

.rightbox ul.rb .acti .timestamp {
  color: #50d890;
  position: relative;
  width: 100px;
  font-size: 12px;
}
.rightbox ul.rb li .timestamp {
  color: #8b8b8b;
  position: relative;
  width: 100px;
  font-size: 12px;
}

.item-title {
  color: #6d6d6d;
  font-size: 14px;
}

.container-3 {
  width: 5em;
  vertical-align: right;
  white-space: nowrap;
  position: absolute;
}

.container-3 input#search {
  width: 150px;
  height: 30px;
  background: #fbfbfb;
  border: none;
  font-size: 10pt;
  color: #262626;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0.9em 0 0 28.5em;
  box-shadow: 3px 3px 15px rgba(119, 119, 119, 0.5);
}

.container-3 .icon {
  margin: 1.3em 3em 0 31.5em;
  position: absolute;
  width: 150px;
  height: 30px;
  z-index: 1;
  color: #4f5b66;
}

.menu .navbar-light .navbar-nav .nav-link {
	border: 1px solid #ed2027;
	padding: 3px 6px;
	font-size: 14px;
	color: #000 !important;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: .7px;
	margin-left: 10px;
	margin-top: 6px;
	font-weight: 600;
	text-transform: uppercase;
}
.menu .navbar-light .navbar-nav .nav-link:hover {
	border: 1px solid #ed2027;
	background-color: #ed2027;
	color: #fff !important;
}
.menu .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
	color: #fff !important;
	background-color: #204497;
	border: 1px solid #204497;
}
.menu .navbar-light .navbar-nav .nav-item span a {
	border: 1px solid #f7d239;
	background-color: #ed2027;
	color: #FFF !important;
	padding: 7px 15px;
	border-radius: 4px;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 16px;
	font-weight: 500;
	margin-top: 0px !important;
}
.menu .navbar-light .navbar-nav .nav-item span a:hover {
	border: 1px solid #ed2027;
	background-color: #f7d239;
	color: #ed2027;
}
.menu .navbar {
	padding: 0px;
}
.menu {
	float: right;
}
/*

 * jQuery Nivo Slider v3.2

 * http://nivo.dev7studios.com

 *

 * Copyright 2012, Dev7studios

 * Free to use and abuse under the MIT license.

 * http://www.opensource.org/licenses/mit-license.php

 */

 

/* The Nivo Slider styles */

.nivoSlider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}
/* If an image is wrapped in a link */

.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
	background: white;
	filter: alpha(opacity=0);
	opacity: 0;
}
/* The slices and boxes in the Slider */

.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
	top: 0;
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
	overflow: hidden;
}
.nivo-box img {
	display: block;
}
/* Caption styles */

.nivo-caption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #000;
	color: #fff;
	width: 100%;
	z-index: 8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter: alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding: 5px;
	margin: 0;
}
.nivo-caption a {
	display: inline !important;
}
.nivo-html-caption {
	display: none;
}
/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
	background-color: #fff;
	cursor: pointer;
	font-size: 10px;
	padding: 2px 10px;
	position: absolute;
	text-transform: uppercase;
	top: 45%;
	z-index: 9;
}
.nivo-prevNav {
	left: 0px;
}
.nivo-nextNav {
	right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
	display: none;
	text-align: center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor: pointer;
}
.nivo-controlNav a.active {
	font-weight: bold;
}
#box3 {
	background: url(../img/bg.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.box3 {
	background: rgba(31, 67, 153, .7);
	padding: 20px 0px;
}
.ib3 {
	padding: 15px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(14,37,92,0.3);
	-moz-box-shadow: 0px 0px 20px 0px rgba(14,37,92,0.3);
	box-shadow: 0px 0px 20px 0px rgba(14,37,92,0.3);
	transition: all 0.7s ease-out 0s;
	cursor: pointer;
}
.ib4 a {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(14,37,92,0.3);
	-moz-box-shadow: 0px 0px 20px 0px rgba(14,37,92,0.3);
	box-shadow: 0px 0px 20px 0px rgba(14,37,92,0.3);
	background: rgba(247, 210, 57, 1);
	padding: 37px 0px;
	display: block;
	text-align: center;
	color: #ed2027;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 1px;
}
.ib8 a {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(14,37,92,0.3);
	-moz-box-shadow: 0px 0px 20px 0px rgba(14,37,92,0.3);
	box-shadow: 0px 0px 20px 0px rgba(14,37,92,0.3);
	background: rgba(247, 210, 57, 1);
	padding: 3px 0px;
	display: block;
	text-align: center;
	color: #ed2027;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}
.ib8 a:hover {
	text-decoration: none;
	background: rgba(237, 32, 39, 1);
	color: #f7d239;
}
.ib4 a:hover {
	text-decoration: none;
	background: rgba(237, 32, 39, 1);
	color: #f7d239;
}
.ib3 {
	color: #FFF;
	font-size: 14px;
	font-weight: 200;
}
.ib3 span {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
	display: block;
}
.ib3:hover {
	background: rgba(31, 67, 153, 1);
	transition: all 0.7s ease-out 0s;
}
.box4 {
	margin: 40px 0px;
}
.box4 h2 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	color: #2d2d2d;
	text-align: right;
	margin-bottom: 25px;
}
.box4 h2 span {
	font-size: 16px;
	color: #2d2d2d;
	font-weight: 300;
	display: block;
	margin-bottom: 5px;
}
.ser-img {
	margin-left: -130px;
	margin-top: 90px;
}
.ser-img img {
	width: 100%;
}
.se-b1 {
	margin-left: 20px;
}
.se-b1 a {
	background-color: #FFF;
	padding: 20px 20px 20px 80px;
	border: 1px solid #e5e5e5;
	display: block;
}
.se-b1 a:hover {
	border-color: #ed2027;
	text-decoration: none;
}
.se-b1 h4 {
	font-size: 18px;
	color: #2d2d2d;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
.se-b1 p {
	font-size: 14px;
	color: #252525;
	font-weight: 300;
	line-height: 25px;
	margin-bottom: 0px;
}
.ms1 {
	margin-bottom: 25px;
}
.se-b2 i {
	color: #000;
	font-size: 50px;
}
.se-b2 {
	width: 90px;
	border: 1px solid #e5e5e5;
	padding: 15px 0px;
	text-align: center;
	margin-top: -67px;
	transition: all 0.7s ease-out 0s;
	background-color: #efefef;
}
.ms1:hover .se-b2 {
	transition: all 0.7s ease-out 0s;
	border-color: #ed2027;
	background-color: #ed2027;
}
.ms1:hover .se-b2 i {
	color: #FFF;
}
#box5 {
	background-color: #f9f9f9;
	padding: 30px 0px;
}
.inb1 h5 {
	font-size: 30px;
	color: #2d2d2d;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	margin-bottom: 25px;
}
.inb1 p {
	font-size: 13px;
	color: #525252;
	font-weight: 300;
	line-height: 25px;
}
.red-mor {
	border: 1px solid #cecece;
	font-size: 12px;
	padding: 7px 12px;
	color: #525252;
	border-right: 3px solid #204497;
}
.red-mor:hover {
	text-decoration: none;
	background-color: #204497;
	border-right-color: #ed2027;
	color: #FFF;
}
.inb2 {
	background-color: #fff;
	padding: 30px;
	margin-top: -60px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.12);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.12);
}
.inb2 h4 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 25px;
	font-size: 20px;
	color: #ed2027;
}
.inb2 h4 span {
	font-size: 13px;
	color: #494949;
	letter-spacing: 1.5px;
	font-weight: 300;
}
.inb2 input {
	background-color: #f3f3f3;
	font-size: 12px;
	color: #4a4a4a;
	padding: 10px 10px;
	border: none;
	width: 100%;
	margin-bottom: 20px;
}
.inb2 textarea {
	background-color: #f3f3f3;
	font-size: 12px;
	color: #4a4a4a;
	padding: 10px 10px;
	border: none;
	width: 100%;
	margin-bottom: 20px;
	height: 95px;
}
.sbt-b {
	background-color: #fff !important;
	text-transform: uppercase !important;
	font-size: 13px !important;
	font-weight: bold !important;
	color: #000 !important;
	cursor: pointer;
	border: 1px solid #ed2027 !important;
	transition: all 0.7s ease-out 0s;
	margin-bottom: 0px !important;
}
.sbt-b:hover {
	background-color: #ed2027 !important;
	border-color: #ed2027 !important;
	color: #fff !important;
	transition: all 0.7s ease-out 0s;
}
#box6 {
	margin: 40px 0px;
}
#box6 h5 {
	font-size: 22px;
	text-transform: uppercase;
	color: #2d2d2d;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	font-weight: 300;
}
.line {
	margin-bottom: 30px;
}
.left-line {
	width: 30%;
	float: left;
	background-color: #f7d239;
	height: 2px;
}
.right-line {
	width: 70%;
	float: left;
	background-color: #ececec;
	height: 2px;
}
.dow-box a {
	background-color: #ececec;
	padding: 10px 20px;
	display: block;
	border-radius: 4px;
	color: #3b3b3b;
	font-size: 18px;
	font-weight: 200;
	border: 1px solid #FFFFFF;
}
.dow-box a:hover {
	background-color: #FFF;
	border-color: #204497;
}
.dow-box a i {
	font-size: 40px;
	color: #ed2027;
	margin-left: 18px;
}
.dow-box a span {
	color: #204497;
}
.dow-box a img {
	width: 100%;
}
.dow-box a:hover {
	text-decoration: none;
}
#box6 ul {
	margin: 0px;
	padding: 0px;
}
#box6 ul li {
	list-style: none;
	line-height: 27px;
}
#box6 ul li a {
	color: #525252;
	font-size: 13px;
	font-weight: 500;
}
#box6 ul li a i {
	margin-right: 10px;
}
#box6 ul li a:hover {
	text-decoration: none;
	color: #204497;
}
#footer {
	background-color: #f6f6f6;
	padding: 10px 0px;
}
#footer p {
	color: #525252;
	font-weight: 300;
	font-size: 12px;
	margin: 0px;
}
#inner-banner {
	background: no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 60px 0px;
}
.inb3 .se-b1 p {
	font-size: 11px;
	line-height: 18px;
}
.inb3 h4 {
	font-size: 18px;
	margin: 0 0 5px;
}
.inb3 {
	padding: 15px;
	margin-bottom: 25px;
}
.inb3 span {
	margin-bottom: 20px;
	display: block;
}
.inb4 span {
	color: #2d2d2d;
	font-size: 30px;
	font-weight: 200;
	margin: 0 0 25px;
	padding: 0;
	display: block;
}
.inb4 .se-b2 {
	position: absolute;
	top: -10px;
	margin-top: 0px;
}
.modal input {
	background-color: #f3f3f3;
	border: medium none;
	color: #4a4a4a;
	font-size: 12px;
	margin-bottom: 20px;
	padding: 10px;
	width: 100%;
}
.modal textarea {
	background-color: #f3f3f3;
	border: medium none;
	color: #4a4a4a;
	font-size: 12px;
	margin-bottom: 20px;
	padding: 10px;
	width: 100%;
}

.modal select {
	background-color: #f3f3f3;
	border: medium none;
	color: #4a4a4a;
	font-size: 12px;
	margin-bottom: 20px;
	padding: 10px;
	width: 100%;
}
.modal a:hover {
	text-decoration: none !important;
}
.modal .sbt-b {
	background-color: #ed2027 !important;
	text-transform: uppercase !important;
	font-size: 13px !important;
	font-weight: bold !important;
	color: #FFF !important;
	cursor: pointer;
	border: 1px solid #FFF !important;
	transition: all 0.7s ease-out 0s;
	margin-bottom: 0px !important;
	text-align: center;
}
.modal .sbt-b:hover {
	background-color: #fff !important;
	border-color: #ed2027 !important;
	color: #ed2027 !important;
	transition: all 0.7s ease-out 0s;
}
.modal-dialog {
	margin: 15% auto;
	max-width: 300px;
}
.locations-box {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	margin-bottom: 25px;
}
.locations-box iframe {
	margin-bottom: 0px;
	padding-bottom: 0px;
	opacity: .8;
	transition: all 0.7s ease-out 0s;
}
.locations-box iframe:hover {
	margin-bottom: 0px;
	padding-bottom: 0px;
	opacity: 1;
	transition: all 0.7s ease-out 0s;
}
.locations-box-te {
	padding: 30px;
}
.locations-box-te h3 {
	color: #2d2d2d;
	font-size: 18px;
	margin: 0 0 10px;
	padding: 0;
}
.locations-box-te p {
	color: #252525;
	font-size: 14px;
	font-weight: 300;
	line-height: 25px;
	margin-bottom: 0;
}
.locations-box-te p span {
	color: #ed2027;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 0px;
}
.map {
	background-color: #000;
	height: 200px;
}
.result_box01 {
	background-color: #f7d239;
	padding: 20px;
	width: 100%;
	margin-bottom: 20px;
}
.result_box01 h3 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
.result_box01 span {
	font-size: 12px;
	margin: 0px;
	font-weight: 500;
	opacity: .7;
}
.tab .table {
	background-color: #fff;
	border: 1px solid #CCC;
}
.tab .table tr td {
	font-size: 13px;
	font-weight: 300;
	letter-spacing: .5px;
	padding: 13px 10px;
}
.btn-new {
	width: 150px;
	float: right;
	background-color: #204497;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	padding: 10px;
}
.btn-new:hover {
	background-color: #ed2027;
	color: #FFF;
	text-decoration: none;
}
.tab .table th {
	background-color: #204497;
	color: #fff;
}
.box01 th {
	background-color: #ed2027 !important;
}
.box01 tr td {
	font-weight: 500 !important;
}
.mob-t {
	display: none;
}
.address-box {
	border: 1px solid #ebebeb;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #fdfdfd;
}
.address-box h4 {
	margin: 0px;
	font-size: 12px;
	font-weight: 500;
	color: #000;
	line-height: 27px;
}
.address-box p {
	margin: 0px;
	font-size: 13px;
	font-weight: 500;
}
.inb4 h5 {
	margin-bottom: 30px;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 25px;
}
.mob02 {
	display: none;
}
.mob01 {
	display: block;
}
 @media (min-width: 0px) and (max-width: 991px) {
.mob02 {
	display: block;
}
.mob01 {
	display: none;
}
.ib2 {
	float: none;
}
.ib2 h1 span {
	margin-left: 0px;
	display: block;
	text-align: left;
	line-height: 27px;
}
.tolfr {
	position: relative;
	margin: 10px 0px;
	z-index: -0;
	text-align: center;
}
.menu {
	float: none;
}
#box1 {
}
.mob-t {
	display: block;
}
.mob-t a {
	width: 100%;
	right: 0%;
	top: 0%;
	padding: 20px;
	font-size: 20px;
	background-color: #ed2027;
	color: #fff;
	box-shadow: none;
	display: block;
	text-align: center;
}
.mob-m a {
	width: 100%;
	right: 0%;
	top: 0%;
	padding: 5px;
	font-size: 15px;
	background-color: #204497;
	color: #fff;
	box-shadow: none;
	display: block;
	text-align: center;
}
.mob-t a:hover {
	text-decoration: none;
}
.mob-m a i {
	margin-right: 10px;
}
}
