.container{
	max-width: 1300px;
	
}
h1, h2{
	text-align: center;
}

.phone a{
	color:#375a80;
} 
.phonebtm a{
	color:#2287cf;
}
.phone a, .phonebtm a{
	font-size: 30px;
	font-weight: bold;
}
.bluebg{
	background-color:#2287cf;
}
.heroouter{
	position: relative;
}

.herohead{
	padding-top:60px;
	font-weight: bold;
	font-size:38px;
}
.herosub{
	font-weight: bold;
	font-size:30px;
	padding-bottom:10px;
}
.herosub2{	
	font-size:24px;
}
.rslides{
	z-index: -1;
}
.boxtext{
	font-size:28px;
	font-weight:bold;
	color:#fff;
	padding:75px 0;
	text-shadow: 0px 0px 5px  #000;
}
.boxtext:hover{
	font-size: 30px;
	padding-top:74px;
	padding-bottom:73px;
}
.box1{
	background-image: url("../images/box.jpg");
	background-color: #375a80;
  background-blend-mode: multiply;
	background-position: center;
	background-repeat: no-repeat;
}
.box2{
	background-image: url("../images/box.jpg");
	background-color: #444;
  background-blend-mode:multiply;
	background-position: center;
	background-repeat: no-repeat;
}
.box3{
	background-image: url("../images/box.jpg");
	background-color: #375a80;
  background-blend-mode:multiply;
	background-position: center;
	background-repeat: no-repeat;
}

.btn{
	box-shadow:0px 0px 10px 1px #000;
}
footer, header{
	border-top: solid 3px #2287cf;
	
}
footer{
	background-color: #000;
}
.callaction{
	height:350px;
	background-image:url("../images/callaction.jpg");
	background-position: center;
	border-top: solid 3px #2287cf;
	margin-top:15px;
	color:#fff;
	font-size:32px;
}
.copyright{
	font-size: 14px;
	text-align: center;
	background-color: #375a80;
	color:#fff;
}
.heading{
	background-image:url("../images/banner.jpg");
}
.services{
	list-style: none;
}
.servicelist ul {		
	display: flex;
	justify-content: center;
	padding-top: 10px;
}


.servicelist ul li:first-child{
	list-style:none;
	margin-left:0px;
}
/**NAVBAR**/

.navbar { /* navbar styles */
	background:#2287cf;
	padding:0 1rem;
}

.nav-link { /* top level link */
  color:#fff;
  font-size:15px;
}

.nav-link:hover {
  color:#000; /* top level link hover */
}

.dropdown-menu { /* dropdown menu styles */
	background:#FFF;
}

.dropdown-item { /* dropdown link */
	 color:#000;
}

.dropdown-item:hover { /* dropdown link hover */
	 color:#FFF;
	 background:#00F;
}

.navbar-toggler { /* styles the mobile nav button border */
	border-color:#000;
	border-radius:8px;
}

.navbar-toggler-icon { /* sets color of the mobile nav button lines, only edit the "stroke='rgb(0,0,0)'" value */
	  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(0, 0, 0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* mobile nav styles */
@media (max-width: 767px) {
	.navbar { /* navbar styles */
		padding:.25rem 1rem;
	}
	
	.nav-link { /* top level link */
		text-align:left;
		font-size:18px;
		border-bottom:1px solid rgba(0,0,0,0.2);
	}
	
	.dropdown-menu { /* dropdown menu styles */
		padding-top:0;
		padding-bottom:0;
		background:none;
		border:none;
	}
	
	.dropdown-item { /* dropdown link */
		padding-top:10px;
		padding-bottom:10px;
		font-size:18px;
		border-bottom:1px solid rgba(0,0,0,0.2);
	}
}


/*DIVIDERS*/

.nav-link {
	position:relative;
}

/*lines*/
/*
.nav-link:before {
	display:block;
	content:"";
	position:absolute;
	right:0;
	top:5px;
	bottom:5px;
	background:#000;
	width:1px;
}



.nav-link:before {
	display:block;
	content:"";
	position:absolute;
	right:4px;
	top:50%;
	margin-top:-4px;
	background:#000;
	width:8px;
	height:8px;
	border-radius:8px;
}

.nav-item:last-child .nav-link:before {
	display:none;
}
*/
/*END DIVIDERS*/


/**END NAVBAR**/


/************************/
/**SIZE SPECIFIC STYLES**/
/************************/

/**COMBINATIONS**/

/**SM & DOWN*/
@media (max-width: 767px) {
	.boxpad{
		margin-bottom:2px;
	}
	.herohead {padding-top:20px;font-size:30px;}
	.herosub {font-size:25px}
	.herosub2 {font-size:22px}
	h1 {font-size:2rem;}
}

/**MD & DOWN*/
@media (max-width: 991px) {
	
}

/**LG & DOWN**/
@media (max-width: 1199px) {
	
}

/**MD & UP*/
@media (min-width: 768px) {
	.boxpadmid{
	border-left: solid 2px #fff;
	border-right: solid 2px #fff;
}
	.servicelist ul li{
	margin-left:55px;
}
	.herotext{
	position: absolute;
	top:0;
	left:0;
	right:0;	
	color:#fff;
	font-family: 'Yaldevi', sans-serif;
}
	.herohead, .herosub, .herosub2, .actiontext{
	text-shadow: 0px 0px 5px #000;
}
	
}

/**LG & UP**/
@media (min-width: 992px) {

}

/**INDIVIDUAL SIZES**/

/**XS**/
@media (max-width: 575px) {

}

/**SM**/
@media (min-width: 576px) and (max-width: 767px) {

}

/**MD**/
@media (min-width: 768px) and (max-width: 991px) {

}

/**LG**/
@media (min-width: 992px) and (max-width: 1199px) {

}

/**XLG**/
@media (min-width: 1200px) {

}