@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

body{
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color:#022444;
  overflow-x: hidden;
}
.header{
  background: #114d20;
  /* border-bottom:1px solid #fff; */
  padding: 0;
}
.contact-phone {
	color:#ffba00;
	line-height: 31px;
}
.contact-phone a{
	color:#d50f26;
}
.mobile-logo-img, mobile-logo-img img {
	display:none;
}
.contact-icon, .fb-icon {
	display:none;
}
.contact-text {
    float: right;
}
.contact-text ul{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: -5px;
}
.contact-text ul li p {
	margin: 8px 5px;
	font-size: 20px;
	color: #fff;
}
.contact-text ul li {
    float:left;
}
.contact-text ul li a{
  	padding:0 5px;
  	font-size: 20px;
  	color:#fff;
  	line-height: 43px;
}
.goldTitle{
	margin-top: -10px;
	color: #fdb813;
	border-bottom:  solid 2px;
	padding-bottom:  10px;
	margin-bottom:  10px;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	border: 1px solid #ffba00;
}

h3.goldTitle{
	margin-top: 20px;
}
.contact-hightlight strong {
	color:#ffba00;
	font-weight:700;
}
.navbar-right {
	margin-top:50px;
}
.nav-bg{
  background: #005a90;
}
.top_slider h1 {
	font-weight:700;
	margin-bottom: .5em;
	font-size: 33px;
	color: #fff;
}
.top_slider {
	background: #fff url(../img/top-slide-bg.jpg) no-repeat center center;
	background-size: cover;
	padding:0;
	background-attachment: fixed;
	/* height:500px; */
	padding: 30px 0;
}

.flex-wrapper {display: flex; justify-content: center; align-items: center; flex-wrap: nowrap;}

.priority-box {
	width: calc(16.667% - 1em);
	margin: .5em;
}
.priority-img {
	position:relative;
	border: 1px solid #fff;
	margin-bottom: 0;
	overflow: hidden;
}
.priority-img img {
	width:100%;
}
.priority-img:hover img {
	transform:scale(1.1);
	transition:1s;
}
.priority-box h2.caption {
	position: absolute;
	top: 50%;
    width: 100%;
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
	padding: 0 3%;
    margin: 0;
    font-weight: 700;
    font-size: 22px;
}

.operator-cont {
	padding:5px 0;
}
.map-cont {
	padding:0;

}
.map-cont h1 {
    text-align: center;
    font-size: 33px;
    padding: 24px 0;
    background: #000 url(../img/map-heading-bg.jpg) no-repeat center center;
	background-size: cover;
	margin: 0;
	color: #fff;
}
.container>.navbar-header {
	margin-right:0;
	margin-left:0;
	width: 268px;
}
.navbar-nav > li {
  float: none;
  display: inline-block;
  margin-top: 4px;
}
.navbar-nav-new li a {
    color: #19703e;
    font-size: 18px;
    padding: 0 10px;
    /* margin-left: -3px; */
    background-color: transparent !important;
    border: solid 1px transparent;
    transition: all 200ms linear;
    border-right: 1px solid #19703e;
}
.navbar-nav-new li a:hover, 
.navbar-nav-new li a:focus, 
.navbar-nav-new li a.active {
    color: #f42941;
    background: transparent;
}
.navbar-nav-new li:last-child a {
    border-right: 0;
}
.navbar-nav-new li:first-child {
	display: none;
}
.navbar-nav-new ul.dropdown-menu li:first-child {
    display: block;
}
.navbar-new{
	padding:10px 0;
	/* height:160px; */
	margin: 0 auto;
	width: 100%;
	display:block;
	background-color: #fff;
	border-radius: 0;
	border-bottom:2px solid #8c0a19;
	border: none;
}
.navbar-brand {
	padding:15px 0;
	float: none;
}
.navbar-nav-new .dropdown-menu li a {
    border-right: 0;
    padding: 5px 10px;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 10px;
    border-radius: 0;
}
.contant {
	border-top: 2px solid #114d20;
	padding: 2em 7%;
	background: #fff url('../img/content-bg.jpg') repeat-x top center;
	box-sizing: border-box;
}

.contant-text {
	padding:0 5px;
}
.contant-text h3, .contant-text-right h3 {
	font-weight: 700;
	line-height: 21px;
	color: #022444;
	font-size:20px;
	margin-bottom: 10px;
	/*text-transform: capitalize;*/
}
.contant-text-right h3.innerpage {
	font-weight: 700;
	line-height: 21px;
	color: #e1a504;
	font-size:24px;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.contant-text h2, .contant-text-right h2 {
	color: #022444;
}
.contant-text h4, .contant-text-right h4 {
	/* color: #e1a504; */
	color: #022444;
	font-size:18px;
	text-transform: capitalize;
}
.contant-text ul li {
	color: #000;
	font-size: 16px;
}
.contant-text-right h3.mob-head {
	display:none;
}
.contant-text p, .contant-text-right p {
    font-size: 16px;
    font-weight: 400;
    color: #022444;
    line-height: 28px;
}
.contant-text-right img {
	margin: 0 auto;
}
.contant-text a, .contant-text-right a {
    color: #e1a504;
    text-decoration: underline;
}
.contant-text a:focus, a:hover, .contant-text-right a:focus, a:hover {
    color: #e1a504;
    text-decoration: none;
}
.operator-cont {
	background-color:#fff;
}
#owl-demo {
    margin-bottom: 10px;
}
.item img {
    width: 120px;
    height: 90px;
	/* margin: 10px;
    border: 6px solid rgba(204, 204, 204, 0.29); */
}
.owl-carousel .owl-wrapper-outer {
	text-align:center;
}
.owl-carousel .owl-item {
	width:185px !important;
}
.footer{
	padding:50px 0;
	background: #000 url(../img/footer-bg.jpg) no-repeat top center;
	background-size: cover;
}
.copyright-col {
	margin-top:20px;
}
.copyright-col strong {
	font-size:16px;
	color:#fff;
	font-weight:300;
}
.copyright-col p, .copyright-col a {
	font-size:14px;
	color:#fff;
	font-weight:300;
	max-width: 100%;
	padding: 0 15px;
}
.copyright-col a {
	text-decoration: underline;
}
.mt50 {
	margin-top: 50px;
}
.mb50{
  margin-bottom: 50px;
}
.cmt {
    margin-top: 30px;
	text-align: center;
}

option {
    color: #000;
}
span.text-icon {
    position: absolute;
    top: 10px;
    left: -38px;
}
.button-cont {
    text-align: center;
}
.mb20 {
    margin-bottom: 20px;
}
/*=============================
    Start contact form
==============================*/
.formFieldIndicator {
	color:#033993;
	padding:10px 0;
}
.cform {
	padding:20px 0;
}
.cform h3 {
	color: #005a90;
}
.cform .form-control {
	height: auto;
    border-radius: 2px;
    margin-bottom: 10px;
    border: 1px solid #0d1d8d;
    box-shadow: none;
}
.form-control-feedback {
	right: 10px;
	font-size: 10px;
}
input[type=text], input[type=email], select.form-control, textarea.form-control {
    background-color: #f4f4f4;
}
label.feedbackMedium {
	font-weight:bold;
}
.cform label {
	color: #000;
}
.lead-button {
	font-weight:700;
	max-width:300px;
	text-transform: uppercase;
    border-width: 1px;
    border-style: solid;
    border-color: #c51234;
	border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #d7183c;
    color: #fff;
    text-align: center;
	font-size: 18px;
	padding:10px 30px;
    display: block;
    margin: 10px auto;
}
.lead-button:hover {
	background-color: #c51234;
    color: #ffffff;
	text-decoration:none;
}
/*=============================
    End contact form
==============================*/
.masthead {
    padding: 15px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-image: url(../img/dotted-gray-bg.jpg);
    background-repeat: repeat;
    background-position: 0px 0px;
}
.masthead h1 {
    color: #000;
    margin: 0;
    font-weight: bold;
}
/*====Start Sandhill Documentation code========*/
.operator-cont {
    width:100%;
    height:100px;
    overflow:hidden;
    background: url(../img/dotted-gray-bg.jpg) repeat 0px 0px;
}
.scrolling{
    width:100%;
    height:90px;
}
a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family:'Roboto', sans-serif;font-size:13px;}
a.footerlink:hover {text-decoration:none; font-family:'Roboto', sans-serif;font-size:13px;}

.footertext{font-family:'Roboto', sans-serif;font-size:13px; color:#999999;}

.smallfootertext{font-family:'Roboto', sans-serif;font-size:10px; color:#999999;}

.divfooter {width:450px; text-align:center; margin:0 auto;}

/*==========================================
			Responsive CSS
==========================================*/

@media screen and (max-width: 1199px) {
	.navbar-nav-new li a {
		/* font-size: 14px; */
		padding: 0 10px;
	}
	.container>.navbar-header {
		width: 218px;
		margin: 0 auto;
    	float: none;
	}
	
	.flex-wrapper {flex-wrap: wrap;}
	.priority-box {width: calc(33.33% - 1em);}
}


@media screen and (max-width: 992px) {
	.logo-img {
		top: -46px;
		padding-left: 0px;
		width: 100%;
	}
	.container>.navbar-header{
		margin: 0 auto;
		display: block;
		float: none;
	}
	.navbar-right {
		margin-top: 0;
		width: 100%;
	}
	.navbar-nav-new li a {
		padding: 0 8px;
		font-size: 14px;
	}
	.priority-box h2.caption {
		font-size: 24px;
	}
}
@media screen and (max-width: 767px) {
	.navbar-new .btn-yellow, a.navbar-brand.logo-img{
        display: none;
	}
	body.fixed{
		position: fixed;
	}
	.navbar-new {
		background: #fff;
		padding-bottom: 0;
		height: 115px;
		border-bottom: 2px solid #de415e;
		border-top: 2px solid #de415e;
	}
	.navbar .navbar-toggle .icon-bar {
		background-color: #fff;
		height: 4px;
	}
	.container>.navbar-header {
		width:100%;
	}
	.navbar-nav-new li {
		width:100%;
		border-right:0;
		border-bottom:1px solid #282828;
	}

	.navbar-nav-new li a {
		font-size: 16px;
		margin-left: 0;
		text-align: center;
        border-right: 0;
		padding: 8px 0;
		color: #fff;
	}
	.navbar-nav-new li:first-child {
		display: block;
	}
	.navbar-nav {
		margin-bottom:0px;
	}
	.logo-img img {
		display:none;
	}
	.mobile-logo-img, .mobile-logo-img img {
		display:block;
		max-height: 85px;
		padding-top: 5px;
		margin: 0 auto;
	}
	.contact {
		float: left;
	}
	.contact-text ul li {
		float:left;
	}
	.header {
		display:block;
		padding: 17px;
	}
    .contact-text ul {
        margin-top: -39px;
        margin-left: 50px;
        display: none;
    }
	.contact-icon, .fb-icon {
		display:block;
        display: inline-block;
        margin-right: 10px;
	}
	.navbar-collapse {
		position:relative;
		top: -60px;
		background-color: #022444;
		z-index: 1;
	}
	.navbar-collapse.in {
		position:relative;
		color:#fff;
	}

	.navbar-toggle {
		margin-top: -66px;
	}
	.navbar-right {
		margin: 0px;
	}
	.contant {
		text-align: center;
	}
	.contant-text h3, .contant-text-right h3, .contant-text-right h3.innerpage {
		font-size:20px;
	}
	.contant img {
		margin:0 auto;
	}
	.contant-text ul, .contant-text-right ul {
		text-align: left;
	}

	.top_slider {
		background-attachment: scroll;
	}
	.priority-box {width: calc(50% - 1em);}
	.divfooter {
		max-width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.masthead h1, .map-cont h1 {
		font-size: 26px;
		text-align: center;
	}
	.container {
		padding-left:0;
		padding-right:0;
	}
	.row {
		margin-right:0px;
		margin-left:0px;
	}
	.priority-box h2.caption {font-size: 4.5vw;}
	.top_slider h1 {
		font-size:26px;
		float:none;
		text-align: center;
		margin-bottom: 25px;
	}
	.contant-text-right h3.innerpage {display:block;}
	.contant-text-right h3.mob-head {
		font-weight: 700;
		line-height: 21px;
		color: #e1a504;
		font-size:20px;
		margin-bottom: 20px;
		display:block;
	}
	.priority-box {
		margin-bottom: 18px;
	}
	.cmt {
		margin-top: 18px;
	}

}
