.h4-head{
	font-size: 16px;
	font-family: dallas-regular;
	color: #1f415c;
}

.btn{
	padding: .75rem 2rem;
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	font-size: 1rem;
  transition: color .15s;
}

.btn.btn-white {
    background: white;
    color: #1f415c !important;
    border: 1px solid #1f415c !important;
}

.btn.btn-black {
    background: #000000;
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
}

.btn.btn-blue {
    background: #1f415c;
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
}

.text-shadow{
	    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
}

.text-center{
	text-align: center;
}

.no-underline{
	text-decoration-line: none !important;
}

.inline-block	{
	display: inline-block !important;
}

nav.primary .sub-menu {
    text-align: left;
}

#nf-form-5-cont .nf-form-content nf-fields-wrap, #nf-form-5_1-cont .nf-form-content nf-fields-wrap{
		display: flex;
		width: 100%;
		justify-content: center;
}


div#n2-ss-2 .n2-ss-slide {
    height: calc(100vh - 161px) !important;
}
@media only screen and (min-width: 601px) and (max-height: 800px) {
  div#n2-ss-2 .n2-ss-slide {
		min-height: 700px;
		margin-top: 161px;
	}
}
@media only screen and (max-width: 767px) {
  div#n2-ss-2 .n2-ss-slide {
		height: 100vh !important;
	}
}
#partners_slide .n2-ss-slider .n2-ss-item-image-content img {
    position: relative;
		width: auto;
		max-height: 140px;
}

.overlay_text{
	background-color: rgba(0, 0, 0, 0.5);
}

.partners_logo_grid{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
  .partners_logo_grid{
		margin-top: 10px;
	}
}
.partners_logo_grid ._inner{
	margin: 10px;
	text-align: center;
}
.partners_logo_grid img{
	height: auto;
	max-height: 100px;
	width: auto;
	max-width: 200px;
	position: relative;
}
.partners_logo_grid p{
	color: #1f415c;
	font-size: 16px;
	font-family: Undeka-Light;
}

/* Project Slider */
.sp-wpcp-647 .wpcp-single-item .wpcp-slide-image img{
	object-fit: cover;
	object-position: center;
	height: 450px;
}

/* Grid plugin css */
.post-grid .grid-items .wp-post-image{
	position: relative;
	height: 320px;
	object-fit: cover;
	object-position: center;
}
.post-grid .grid-items{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.post-grid .grid-items .title a:hover, .post-grid .grid-items .excerpt a:hover{
	color: #fff;
}
@media only screen and (max-width: 1024px) {
  .post-grid .grid-items .wp-post-image{
		height: 220px;
	}
}
@media only screen and (max-width: 767px) {
  .post-grid .grid-items{
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Projects Grid List page */
#projects_grid_list .thumb-collection .thumb img{
	height: 500px;
	object-fit: cover;
	object-position: center;
}
#projects_grid_list .thumb-collection .thumb-rel, #projects_grid_list .thumb-collection .thumb .ph{
	height: 500px;
	position: relative;
	overflow: hidden;
}
#projects_grid_list .thumb-collection .thumb .title{
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
	#projects_grid_list .thumb-collection .thumb img{
		height: 300px;
	}
  #projects_grid_list .thumb-collection .thumb-rel, #projects_grid_list .thumb-collection .thumb .ph{
		height: 300px;
	}
}

/* Accoridion Plugin */
.ac_title_class{
	font-family: Undeka-Light;
}
#wpsm_accordion_844 .wpsm_panel-collapse .wpsm_panel-body, #wpsm_accordion_889 .wpsm_panel-collapse .wpsm_panel-body, #wpsm_accordion_896 .wpsm_panel-collapse .wpsm_panel-body{
	font-size: 18px !important;
	font-family: Undeka-Light !important;
	color: #1f415c !important;
	white-space: pre-line;
}
.service_grid{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (max-width: 767px) {
	.ac_title_class{
		font-size: 22px !important;
	}
	.service_grid{
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}

/* Custom Spacer */
._spacer_{
    padding-top: 200px;
}
@media only screen and (max-width: 767px) {
    ._spacer_{
        padding-top: 50px;
    }
}