/*evergreen*/
.clear-padding{
	padding: 0px 0px 0px 0px;
	margin-left: 0px;
	margin-top: 0px !important;
	margin-right: 0px;
}
.padding-left{
	padding-left: 30px;
}
.padding-right{
	padding-right: 30px;
}
.padding-above{
	padding-top: 30px;
}
.padding-below{
	padding-bottom: 30px;
}
.text-black{
	color: #000000;
}
.align-center{
	text-align: center;
}
.align-right{
	text-align: right;
}
.align-left{
	text-align: left;
}

.font-size-20pt{
	font-size: 20px;
}
.font-size-17pt{
	font-size: 17px;
}
.background-yellow{
	/*background: #ffffcc;*/
}
.background-red{
	/*background: #ffaa9b;*/
}
.header-label{ /*limits size of <p> to text within it */
	display:inline-block;
	/*clear:both;
    float:left;*/
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 15px 10px 15px;
	/*border-radius: 20%;*/
}
.no-overflow{
	/*overflow-x: auto;
    overflow-y: hidden;*/
    white-space: nowrap;
}
.image-scale{
	max-width: 100%;
    height: auto;
	/*margin-left: 15px;*/
}
.margin-top-none{
	margin-top: 0px !important;
}
.inline-block{
	display: inline-block;
}
.boxed-textbox{
  position: relative;
  background: #ffffff;
  padding: 30px 69px;
  border: 1px solid #ededed; margin-top: 30px;
}
.text-red {
	color: red;
}

/*contact modal*/
textarea {
	width: 300px;
	height: 150px;
}
#contact-modal{
	margin-top: 60px;
}

/*header related*/
.header-banner-size{
	height:175px;
}
@media (max-width: 480px) {
	.header-banner-size{
		height:125px;
	}
}
.banner-div{
	background-image: url("images/gradient.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-align: left;
	overflow-wrap: break-word;
	/*margin-left: 20px;*/
}
.banner-text{
	color: #000000;
	/*font-size: 24px;*/
	text-align: center;
	width: 80%;	
	/*display: inline-block;*/
}
.center-vertical{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.nudge-percentage{
	margin-left: 16.5%;
}
@media (max-width:991px){
	.nudge-percentage{
		margin-left:0px;
	}
}
	
#header-text-size{
	font-size: 2.4vw;
}
#footer-text-size{
	font-size: 1.25vw;
}
#footer-mobile-text-size{
	font-size: 2.7vw;
}

#toggleImage-2{
	display:none;
}
@media (max-width: 1400px){
	#footer-text-size{
		font-size: 1.6vw;
	}
}

@media (max-width: 900px) {
	#header-text-size{
		font-size: 3.5vw;
	}
	#footer-text-size{
		
	}
}

@media (max-width: 775px) {
	
	#header-text-size{
		font-size: 4vw;
	}
	#footer-text-size{
		font-size: 2vw !important;
	}
	
	#toggleImage-1{
		display:none;
	}
	#toggleImage-2{
		display:block;
	}
}

@media (max-width: 475px) {
	#header-text-size{
		font-size: 4.75vw;
	}
	#footer-text-size{
		font-size: 2.5vw !important;
	}
}
@media (max-width: 380px) {
	#header-text-size{
		font-size: 5.0vw;
	}
}

.navbar-background{
	/*background-color: #000000;*/
	background-color: rgba(205,236,250,.70);
	
}
.float-left{
	 float: left;
}

/*index-home related*/
.rounded-corner-image{
	border-radius: 20%;
}
.caption-wrapper{
	min-height: 75px;
}
.h-min-height{
	min-height: 48px;
}
.logo-marquee-images{	
	height: 60px;
	width: auto;
	margin-left: 40px;
}
.tools-images{
	width: 100%;
	height: auto;
}
.tool-images-wrapper{
	min-height: 260px;
}
@media (max-width: 1200px) {
	.tool-images-wrapper{
		min-height: 210px;
	}
}


.bkgd-color{
	background: #ffffff;
}
@media (max-width: 500px) {
	.mobile-row {
		clear: none !important;
		width: 50% !important;
	 }
}
@media (max-width: 365px) {
	.mobile-row {
		clear: none !important;
		width: auto !important;
	 }
}


/*footer-related*/
#footer-mobile{
	display:none;
}
#footer{
	display:block;
}
@media (max-width: 700px) {
	#footer-mobile{
		display: block;
	}
	#footer{
		display: none;
	}
}
.lg-icon-footer{
	font-size: 65px !important;
	/*color: #ff3300;*/
	color: #B22222;
}

/*service-pages-related*/
.our-services-corner-image{
	float: left;
    overflow: auto;	
	border-radius: 20%;
	/*margin-left: 30px;*/
	height: 200px;
	width: 200px;
	margin-right: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
	margin-top: 75px;
}
@media (max-width: 991px) {
	.our-services-corner-image{
		margin-top: auto;
	}
	.client-logo-holder {
		border-bottom: 3px solid black;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
}
p:before{
    content: none;
}
/*current-clients-related*/
.client-logo-side{
	height: auto;
	width: 100%;
	box-sizing: border-box;
}
.client-logo-above{
	display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;	
	height: 120px;
	width: auto;
	box-sizing: border-box;
}