body,p,td,li {
	color: #000000;
}
.footer,.footer a {
	color: #000000;
}
.nav,.nav a {
	background: #000000;
	color: #FFFFFF;
}
.nav a:hover {
	background: #186BB3;
	color: #FFFFFF;
}
.sidebar .item {
	background: #186BB3;
}
.sidebar .buttons .item h2,
.sidebar .buttons .item p,
.sidebar .buttons .item a {
	color: #FFFFFF;
}
.sidebar .item a {
	color: #FFFFFF;
}
h1,h2,h3,h4,h5,h6 {
	color: #186BB3;
}
a {
	color: #186BB3;
}



.cta h1 {
	color: #FFFFFF;
}
.cta h2 {
	color: #FFFFFF;
}
.nav,.nav-container {
	background: #000000;
}
.header-container {
	background: #DBDBDB url(../images/topbg.png) repeat-x;
}

.slideshow-container,
.page-container,
.footer-container {
	background: #fff;
}

.container {
	width: 1000px;
	margin: 0 auto;
}

body,td,li,p {
	font-family: arial;
	font-size: 13px;
}
body {
	margin:0px;
}


.sidebar {
	float: right;
	margin: 20px 10px 10px 30px;
	width: 240px;
}
.sidebar h1 {
	font-size: 16px;
}
.sidebar h1 {
	margin-top: 20px;
}
.sidebar h1:first-child {
	margin-top: 0px !important;
}
.sidebar .item ul {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.sidebar .buttons .item {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;			
}
.sidebar .buttons .item h1,
.sidebar .buttons .item h2,
.sidebar .buttons .item h3,
.sidebar .buttons .item h4,
.sidebar .buttons .item h5,
.sidebar .buttons .item h6 {
	margin-top: 0px;
	padding-top: 0px;
}
.sidebar .buttons .item h2 {
	position: relative;top: -3px;
	font-size: 15px;
}
.sidebar .buttons .item p {
	position: relative;top: -2px;
}
.sidebar .buttons .item h2,
.sidebar .buttons .item p,
.sidebar .buttons .item a {
	margin: 0px;
	padding: 0px;
}
.sidebar .buttons .item {
	padding: 10px 10px 8px 10px;
	margin-bottom: 15px;
	min-height: 50px;
}

.sidebar .buttons .item .icon {
	float: left;
	margin-right: 10px;
	width: 50px; height: 50px;
}
.sidebar .sidebar-form input[type="text"] {
	width: 130px;
	padding: 4px;
}
.sidebar .sidebar-form input[type="submit"] {
	width: 90px;
	padding: 4px;
}
.sidebar .testimonials .item p {
	font-style: italic;
	margin-bottom: 5px;
}
.sidebar .testimonials .item {
	margin-bottom: 10px;
}
.sidebar .testimonials .item {
	padding-bottom: 10px;
}
.sidebar .testimonials .item:last-child {
	border-bottom: 0px !important;
	padding-bottom: 0px;
}


.footer {
	text-align:center;
}
.footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
}
.footer {
	padding: 10px;
	line-height: 20px;
}

.contact-form {
	position: relative; left: -4px;
}
.contact-form input[type="text"],
.contact-form input[type="email"] {
	padding: 5px;
	width: 230px;
}
.contact-form input[type="submit"] {
	padding: 5px;
}
.contact-form textarea {
	padding: 5px;
	width: 230px;
	height: 90px;
	font-family: arial;
}

.gallery-item {
	float: left;
	margin: 0 20px 20px 0;
}
.gallery-item img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 300px;
	height: 250px;
	object-fit: cover;
}
.gallery-item .gallery-caption {
	padding: 7px;
	font-weight: bold;
	font-size: 12px;
	height: 26px;
	text-align:center;
	width: 171px;
	overflow: hidden;
	text-align:center;
}

.slideshow,
.slideshow-container,
.slideshow-overlay {
	width: 1000px;
	height: 300px;
}
.slideshow-overlay {
	position: absolute;
	z-index: 9999;
}



.page-container {
	background: #fff;
	width: 960px;
	display: inline-block;
	padding: 10px 20px 20px 20px;
}

.nav {
	text-align:center;
	text-transform: uppercase;
}
.nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.nav ul li {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 0px;
	margin: 0px;
}
.nav a {
	text-decoration: none;
	padding: 17px 15px 18px 15px;
	font-size: 16px;
	font-weight: bold;
}



.logo {
	height: 70px;
	padding: 20px;
	border: 0px;
}
.logo-feature {
	width: 131px;
	padding: 0 0 50px 46px;
	border: 0px;
}
.header {
	text-align: center;
}
.ribbons {
	background: url(../images/ribbons.html) no-repeat top left;
}



.sidebar .sidebar-nav-buttons {
	margin-bottom: 15px;
}
.sidebar .sidebar-nav-buttons .item {
	cursor: pointer;
	padding: 15px;
}
.sidebar .sidebar-nav-buttons a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
.sidebar .sidebar-nav-buttons .item:last-child {
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.sidebar .sidebar-nav-buttons .item:first-child {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}





.ribbons {
	text-align: left;
}
.ribbons-container {
	height: 111px;
	width: 380px;
	overflow: visible;
	cursor: pointer;
}
.ribbons {
	z-index: 9999;
	position: relative;
}
.qualification {
	margin-left: 14px;
}

.cta h2 {
	color: #0071BD;
	font-size: 28px;
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: 0px;
}

.cta h1 {
	color: #444446;
	font-size: 28px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.cta {
	margin-right: 10px;
}

.nav li {
}

.footer-container {
	background: #000000 ;
	position: relative; top: 1px;
}
.footer,
.footer a,
.footer li {
	color: #FFFFFF;
}
.footer ul a {
	font-weight: bold;
}
.footer {
	padding: 15px 0 15px 0;
}
.slideshow-container {
	overflow: hidden;
	width: 100%;
	margin: auto 0;
}

.feature-container {
	width: 960px;
	height: 100px;
	overflow: visible;
	position: relative; top: -80px;
}
.feature-title {
	padding: 15px;
	background: #0071BD;
	color: #FFFFFF;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.feature-item2 {
	margin: 0 4px 0 4px;
}
.feature-item1 {
	margin: 0 8px 0 0;
}
.feature-item3 {
	margin: 0 0 0 8px;
}





.side-top-text {
	font-size: 35px !important;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 55px !important;
}

.page-container {
	position: relative; top: -100px;
}
.nav ul li {
	margin-left: 7px;
	margin-right: 7px;
}
.nav a {
	border-left: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;

}
.nav {
	background: transparent;
}

.footer p{
	color: #fff;
	margin: 0;
}


.feature-container {
	width: 960px;
	overflow: visible;
	height: 280px;
	
}
.feature-inner {
	width: 1100px;
}
.feature-item {
	float: left;
	margin-right: 8px;
	cursor: pointer;
}
.feature-item table {
	width: 328px;
	height: 280px;
}
.feature-text-container {
	padding: 10px;
	font-size: 20px;
	text-align: center;
}

.feature-text {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.feature-description {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}
.feature-container {
	position: relative; left: -20px;
	margin-bottom: 25px;
}

.logonow {
	padding: 6px 4px 4px 8px;
	background: #fff;
	position: fixed;
	right: 0px;
	bottom: 0px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.75);
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
}
.testimonial-item{
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}
.testimonial-item:last-child{
	border: 0;
}
.footer li{
	position: relative;
	padding:  0 5px !important;
}
.footer li:after {
    content: '-';
    position: absolute;
    right: -4px;
    font-size: 16px;
}
.footer li:last-child:after{
	content: unset;
}

/*responsive-menu*/

.res-menu-open{
  display: block;
  z-index: 99;

}
.main-menu-icon{
  width: auto;
  float: right;
  display: none;
  position: absolute;
  right: 10px;
  z-index: 999;
 /* top: 50%;
    transform: translateY(-50%);*/
    bottom: 10px;
}
.main-menu-icon a {
  position: relative;
  height: 16px;
  line-height: 15px;
  float: left;
}
.main-menu-icon a:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #177EC1;
    transition: all 0.3s;
}
.main-menu-icon a span {
    height: 4px;
    width: 30px;
    background-color: #177EC1;
    line-height: 13px;
    float: left;
    margin-top: 8px;
}
.main-menu-icon a:after {
    content: "";
    position: absolute;
    bottom:-4px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #177EC1;
    transition: all 0.3s;
}
.main-menu-icon a.menu-open:after{
    background:#177EC1;
}
.main-menu-icon a.menu-open:before{
    background:#177EC1;
}
.menu-open:before{
    transform: rotate(-45deg);
    top: 6.5px !important;
}
.menu-open:after{
    transform: rotate(45deg);
    bottom: 5px !important;
}
.menu-open span{
    opacity: 0;
}

/*responsive*/


@media screen and (min-width:1241px) and (max-width:1500px){
	

}

@media screen and (min-width:1025px) and (max-width:1240px){

	/*home-page*/
	.container{width: 96%;}
	.feature-container{width: 96%;}
}


@media screen and (min-width:901px) and (max-width:1024px){	
    
    /*home-page*/
	.container{width: 96%;}
    .page-container{width: 96%;}
    .feature-container{width: 100%;}
    .feature-inner{width: 100%;}
    .nav a{padding: 10px;font-size: 15px;}
    .feature-inner .feature-item{width: 245px;}
	
}

@media screen and (min-width:768px) and (max-width:900px){
	
    /*home-page*/
	.container{width: 96%;}
    .page-container{width: 96%;}
    .feature-container{width: 100%;}
    .feature-inner{width: 100%;}
    .nav a{padding: 10px 5px;font-size: 14px;}
    .feature-inner .feature-item{width: 245px;}
    .page-container h1{font-size: 28px !important;}

    .slideshow img{top: 0px !important;}
}

@media (max-width: 767px){
   /*home-page*/
	.container{width: 96%;}
    .page-container{width: 100%;box-sizing: border-box;}
    .feature-container{width: 100%;}
    .feature-inner{width: 100%;}
    .nav a{padding: 10px 5px;font-size: 14px;}
    .feature-inner .feature-item{width: 48%;margin-bottom: 10px;}

    .sidebar{width: 100%;}
    .page-container h1{font-size: 24px !important;margin: 10px 0px;}
    .page-container p{margin: 5px 0px;}
    .contact-form input[type="text"], .contact-form input[type="email"]{width: 100%;}
    .nav{display: none;}
    .feature-item table{width: 100%;}
    .feature-container{left: 0px !important;}
    /*.header{    width: 100%;display: inline-block;white-space: nowrap;overflow-x: auto;}*/
    .page-container h3{font-size: 20px !important;margin-top: 20px !important;margin-bottom: 10px !important;}
    .logo{height: 40px;padding: 10px;}
    .header table tbody tr td table tbody tr td:first-child{display: none;}
    .content-container table {
    	width: 100%;
	}
	.contact-form textarea{width: 100%;}
	.gallery-item{width: 46%;}
	.gallery-item img{width: 100%;height: 200px;}
	.slideshow img{top: 0px !important;}
	.sidebar .buttons .item .icon{width: 40px;height: 40px;}
	.sidebar .buttons .item{min-height: 40px;}

	.main-menu-icon{display: block;}
	.header{position: relative;padding-bottom: 40px;}
	.nav-container .container{width: 100%;}
	.nav ul li{margin: 0px;width: 100%;}
	.nav a{width: 100%;border-radius: 0px;}
	.nav ul{background-color: #177ec1;padding: 10px 0px;}

	form.wpcf7-form.init .contact-form tbody tr td{width: 100%;float: left;}
	.slideshow{height: auto !important;}
	div#slideshow-container {
    	height: 190px!important;
	}
	.page-container{top: 0px !important;}
	.slideshow img{height: 300px !important;object-fit: cover;}

}


@media screen and (max-width:575px){	
	.feature-inner .feature-item{width: 100%;}
	.feature-item table{width: 100%;background-repeat: no-repeat !important;
		background-size: cover !important;margin-bottom: 20px;}

	.gallery-item{width: 100%;}
	.gallery-item img{width: 100%;height: 200px;}
}


@media screen and (max-width:480px){	
	.footer ul li{display: block;}
	.footer li:after{display: none;}
}
