/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */


@import url("https://use.typekit.net/esy1mah.css");

@font-face {
	font-family: 'Roboto', sans-serif;
	src:url('../fonts/SaintMarcheRough.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: myFont;
    src:url('../fonts/fontman/Uni-Sans-Heavy-Italic.otf')
}

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src:url('../fonts/feathericons/feathericons.eot?-8is7zf');
	src:url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),
		url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),
		url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),
		url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}


/*******************  Linearicons *************************/
.lnr {
  display: inline-block;
  fill: currentColor;
  width: 1em;
  height: 1em;
  vertical-align: -0.2em;
}

.lnr-chevron-right {
  color: #232323;
  /* We can use "color" for setting the color
  of the SVG because we set its "fill" to
  "currentColor" */
  font-size: 22px;
  /* We can use "font-size" for changing the size
  of the SVG because its width and height were
  set 1em.
  To get crisp results, use sizes that are
  a multiple of 20; because Linearicons was
  designed on a 20 by 20 grid. */
}



/* ========================================================== */
/* 			            Default Classes                       */
/* ========================================================== */

body {
    font-family: proxima-nova-extra-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.h1, h1 {
    font-size: 2.9rem;
    color: #196893;
}

p {
    font-size: 19px;
    color: #9e9e9e;
}


a {
	color: #5f5f5f;
	cursor:pointer;
}

a:hover {
    color: #0056b3;
    text-decoration: none;
}

.wow {
    visibility: hidden;
}

.btn {
	background: #196893;
	width: 32%;
	color: #ffffff;
	cursor:pointer;
	outline: none;
	border: none;
	padding: 13px 0;
	border-radius: 0;
}
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #3caaca00;
	border-color: #000000;
	box-shadow: none;
}
.btn-primary:hover {
    color: #fff;
    background-color: #c3c3c3;
    border-color: #000000;
    border: 0px solid black;
}
.btn.focus, .btn:focus {
	outline:none;
	border:none;
	box-shadow: none;
}

.section-divider {
	position:relative;
	padding: 80px 0;
}

.alert {
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.alert {
    position: fixed;
    transform: scale(0,0);
    padding: 6em;
    border: 0;
    background: white;
    box-shadow: 0px 0px 40px -6px #000;
    border-radius: 0;
    z-index: 1100;
    overflow: auto;
    justify-content: center;
    -webkit-transition-property: all;
    -webkit-transition-duration: .30s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: all;
    transition-duration: .30s;
    transition-timing-function: ease-in-out;
}

.estimate-section-divider .alert, .estimate-section-divider .alert p {
    text-align: left;
    font-size: inherit;
}
.custom-show {
    position: fixed;
    transform: scale(1,1);
    border: 0;
    background: white;
    border-radius: 0;
    z-index: 1100;
    overflow: inherit;
    -webkit-transition-property: all;
    -webkit-transition-duration: .30s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: all;
    transition-duration: .30s;
    transition-timing-function: ease-in-out;
}

.block-overlay {
	position:absolute;
	display:inline-block;
	background:rgba(0, 0, 0, 0.6);
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:0;
}


/********* Set Timeout Function FadeDiv Styling **********/
.fadeDiv {
	position:fixed;
	display: inline-block;
	/* width:100%; */
	z-index:1050;
	color: #fff;
	background: #300e87;
	padding:50px;
	top:150px;
	bottom:150px;
	left:300px;
	right:300px;
	transform:scale(0,0);
	box-shadow: 0px 0px 20px -1px #000;
	transition:all .20s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.menu-scaler {
	position:fixed;
	display: inline-block;
	padding:50px;
	z-index:1050;
	/* background:red; */
	top:150px;
	bottom:150px;
	left:300px;
	right:300px;
	transform:scale(1,1);
}

.fadeDiv .fadeDiv-close {
	position:absolute;
	right: 20px;
	top: 10px;
	font-weight:900;
	font-size: 2em;
	font-family:'Lato';
	cursor:pointer;
}

.navbar-collapse ul {
	width:100%;
	position: relative;
	left: -188px;
}

.overlay {
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.49);
	padding: 7% 0;
	
    display: flex;
    justify-content: center;
    align-items: center;
	
}

#myBtn {
    display: block; /* Hidden by default */
    width: 55px;
    height: 55px;
    position: fixed; /* Fixed/sticky position */
    top:100%; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #196893; /* Set a background color */
    color: #ffffff;
    cursor: pointer; /* Add a mouse pointer on hover */
    font-size: 14px;
    padding-top: 0; /* Some padding */
    padding-bottom: 5px;
    border-radius: 50px; /* Rounded corners */
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
#myBtn i {
	color: white;
}
#myBtn:hover {
    background-color: #424242; /* Add a dark-grey background on hover */
    color:#fff;
}


/*******************  Jarallax Styling *************************/

.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


/* ========================================================== */
/* 			            Custom Navbar	                      */
/* ========================================================== */

.top-header {
	position:absolute;
	width:100%;
	z-index:1;
	padding:15px 0;
	background:#2f2f2f00;
}
.top-header a,
.top-header i {
	color:#ffffff;
}

.navbar-scroll {
	padding: 5px 0;
	position: fixed;
	background: #ffffff;
	border-bottom: 1px solid #d0d0d0;
	margin-top: 0px;
	width: 100%;
	z-index: 1;
	-webkit-transition: all .6s ease;
	transition: all .6 ease;
}
.navbar-light .navbar-brand {
	color:#ffffff;
	font-size: 20px;
}
.navbar-light .navbar-nav .nav-link {
	font-size: 21px;
	padding: 0 35px;
	color: #757575;
	margin-top: 0px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav
.nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light
.navbar-nav .show>.nav-link {
	color: #196893;
	text-decoration: none;
	text-decoration-color: #65af41;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #196893;
}

.navbar-collapse {
	height:100%;
}

.mobile-top-header {
	display:none !important;
}
.shrink {
	padding: 0.1%;
	background-color: #ffffff;
	border-bottom: 1px solid #d0d0d0;
	/* border: none; */
	margin-top: 0;
	-webkit-transition: all .5 ease;
	transition: all .5 ease;
}


.remove {
	display: none;
}
.small {
	width: 30%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.logo-pic {
    width: 44%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.mobile-menu {
    position: fixed;
    transform: scale(0,0);
    padding: 6em;
    border: 0;
    background: white;
    box-shadow: 0px 0px 40px -6px #000;
    border-radius: 0;
    z-index: 1100;
    overflow: auto;
    justify-content: center;
    -webkit-transition-property: all;
    -webkit-transition-duration: .30s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: all;
    transition-duration: .30s;
    transition-timing-function: ease-in-out;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    width: 220px;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: white;
    text-align: left;
    list-style: none;
    background-color: #000000c4;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 9px 0px;
    clear: both;
    font-weight: 400;
    color: white;
    text-align: center;
    white-space: nowrap;
    background: 0 0;
    border: 0;
    font-size: 12px;
    text-transform: uppercase;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown > .dropdown-toggle:active {
    pointer-events: none;
}

.dropdown-divider {
    margin: 0;
}

.dropdown .col-sm {
    padding: 0;
}

.dropdown .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #65af41;
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #6f6f6f;
}

/* ========================================================== */
/* 			           HOME PAGE 		                      */
/* ========================================================== */

iframe {
	border:none;
}
#home .about-welcome-section {
	background-color: yellow;
}

/*HOME WELCOME SECTION*/
.home-welcome-section {
    background-image: url("/img/backgrounds/pattern1.jpg");
}

.home-welcome-section h4 {
    font-weight: bold;
}

.home-welcome-section .overlay {
    background: rgba(255, 255, 255, 0.54);
}

/*SPLIT SECTION*/
.split-section {
    padding: 0% 0;
}

.split-section .pic {
    /*background: url("/img/precast-4.jpg");*/
    background: url("/img/services/yard-base-04.jpg");
    background-position: center;
    background-repeat: none;
    background-size: cover;
    width: auto;
    padding: 35%;
}

.split-section .info {
    padding-top: 6%;
    padding-left: 40%;
    padding-right: 8%;
}

.split-section .btn {
    position: relative;
    top: 12px;
}

.split-section ul {
    list-style: none;
    position: relative;
    left: -45px;
}

.split-section ul li:before {
    content: '*';
}

.split-section li {
    font-weight: 500;
    color: #717070;
    padding: 2%;
    font-size: 17px;
}

.split-section h1 {
    margin-bottom: 7%;
    font-weight: bold;
    color: #196893;
}

.split-section #sub-header {
    position: relative;
    top: 17px;
    left: 2px;
    color: #a0a0a0;
    font-weight: 500;
}


/*SECTION A*/
.section-a {
    padding: 6% 0;
    background: #f3f3f3;
    color: #333333;
}

.section-a h1 {
    font-size: 65px;
    font-weight: normal;
    margin-bottom: 35px;
}

.section-a #column-b {
    padding-left: 3%;
}


.section-a #row-2 {
    margin-top: 26px;
}

.section-a #row2 {
    margin-top: 6%;
}

.section-a h5 {
    color: #6d6d6d;
}
.services-a .service-blocks {
    overflow: hidden;
    border-radius: 0px;
    width: 100%;
}

.section-a-grid{
	display: grid;
	grid-template-columns: 1fr 1fr;
	
	gap: 15px;
	
	
}

.section-a-grid .btn {
    background: #196893;
    width: 100%;
    color: #ffffff;
    cursor: pointer;
    outline: none;
    border: none;
    padding: 13px 0;
    border-radius: 0;
}
.section-a-grid .fb{
	
	padding: 10px;
	display:inline-flex;
	border-radius: 25px;
	border: 2px solid black;
	color: black;
font-weight: normal;
	
}


/*DIVIDER A*/
.divider-a {
    text-align: center;
    padding: 0% 0%;
    background: url("/img/precast-6.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #ffffff;
}

.divider-a .btn {
    width: 71%;
    border: 0px solid #f9b81f;
}

.divider-a .btn:hover {
    border: 2px solid #f9b81f;
}

.divider-a h2 {
    font-size: 46px;
}

/*SECTION B*/
.section-b {
    padding: 6% 0;
}

.section-b .pic1 {
    padding: 29% 0;
    /*background: url("/img/precast-10.jpg");*/
    background: url("/img/services/yard-base-07.jpg");
    background-size: cover;
}

.section-b .pic2 {
    padding: 29% 0;
    /*background: url("/img/precast-14.jpg");*/
    background: url("/img/services/ib-sizes.jpg");
    background-size: cover;
}

.section-b .pic3 {
    padding: 29% 0;
    /*background: url("/img/precast-12.jpg");*/
    background: url("/img/services/yard-base-05.jpg");
    background-size: cover;
}

.section-b .pic1:hover {
    position: relative;
    top: -5px;
}

.section-b .pic2:hover {
    position: relative;
    top: -5px;
}

.section-b .pic3:hover {
    position: relative;
    top: -5px;
}

.section-b h3 {
    margin: 4% 0;
    color: #777777;
}

/*ESTIMATE SECTION DIVIDER*/
.estimate-section-divider {
	background:#e0e0e0;
	text-align: center;
	padding: 5% 0%;
}

.estimate-section-divider .btn {
    margin-top: 37px;
}

/* CUSTOMIZE TABS
-------------------------------------------------- */



/* CUSTOM CAROUSEL
-------------------------------------------------- */


/* ========================================================== */
/* 			           ABOUT PAGE                         	  */
/* ========================================================== */

/*ABOUT SHOWCASE*/
.about-showcase {
    background-image: url("/img/precast-15.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
    padding: 0% 0;
    padding-top: 113px;
    text-align: center;
		height: 60vh;
		
		background-repeat: no-repeat; 
}

.about-showcase h1 {
    position:relative;
    top: 0px;
    left: 0px;
    font-size: 60px;
    color: white;
}
.about-showcase.gallery-bg{
    background-image: url("/img/gallery-updated/yard-base-03.jpg");
    background-position: center bottom;

	
}
/*BANNER*/
.banner {
    background: #e2e2e2;
    padding: 1%;
    transform: rotate(1.1);
}


/*ABOUT A*/
.about-a {
    padding: 7.0% 0%;
    background: #ffffff;
}

.about-a p {
    line-height: 229%;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 38px;
    color: #676767;
}

.about-a .pic {
    /*background-image: url("/img/precast-16.jpg");*/
    background-image: url("/img/services/yard-base-02.jpg");
    background-size: cover;
    box-shadow: 7px 9px 37px #464646;
    width: 97%;
    padding: 40% 0;
}

.about-a h1 {
    margin-bottom: 5%;
}

.about-a .btn:hover {
    border: rgba(255,255,255,0.00);
}

.about-a #sub-header {
    margin-bottom: -12px;
    color: #676767;
}

/*ABOUT DIVIDE 1*/
.about-divide1 {
    /*background-image: url("/img/precast-17.jpg");*/
    background-image: url("/img/services/ib-conduit.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.about-divide1.usa-bg {
    /*background-image: url("/img/precast-17.jpg");*/
    /*background-image: url("/img/services/ib-conduit.jpg");*/
    background-image: url("/img/services/ib-american-flag.webp");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.about-divide1 .overlay {
    padding: 9% 0%;
    background: rgba(0,0,0,0.49);
    color: white;
}

.about-divide1 h1 {
    color: white;
}
.about-divide1.usa-bg h2 {
    font-size: 4.5rem;
    text-align: center;
}
.about-divide1.usa-bg h2 span{
    font-size: 2.4rem;
		font-style: italic; 
    text-align: center;
}
/*ABOUT B*/
.about-b {
    padding: 4% 0%;
    text-align: center;
}

.about-b #sub-header {
    margin-bottom: -3px;
    font-weight: 500;
    font-size: 19px;
    color: #7b7b7b;
}

.about-b .pic {
    background: url("/img/logo/iowa-base-inc-logo.png");
    background-size: cover;
    width: 60%;
    padding: 16% 0%;
    /* position: relative; */
    /* left: 204px; */
    margin: auto;
    margin-top: 4%;
}

.about-b .info {
    border: 1px solid #eaeaea;
    width: 36%;
    margin: auto;
    padding: 28px 18px;
}

.about-b h3 {
    margin-top: 0px;
}

.about-b p {
    color: gray;
    font-weight: 500;
}

.about-b #social1 {
    font-size: 19px;
    color: #65af41;
}

.about-b #social2 {
    font-size: 21px;
    position: relative;
    top: 1px;
    padding-left: 10px;
    color: #65af41;
}
/* CUSTOMIZE TABS
-------------------------------------------------- */



/* CUSTOM CAROUSEL
-------------------------------------------------- */


/* ========================================================== */
/* 			           SERVICES PAGE                          */
/* ========================================================== */

/*SERVICES SHOWCASE*/
.services-showcase {
    background-image: url("/img/precast-26.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: 0 -483px;
    padding: 0% 0;
    padding-top: 113px;
    text-align: center;
}

.services-showcase h1 {
    position:relative;
    top: 0px;
    left: 0;
    font-size: 63px;
    color: white;
}

/*SERVICES A*/
.services-a {
    padding: 5%;
    text-align: center;
}

.services-a .service-blocks {
    overflow: hidden;
    border-radius: 0px;
    width: 90%;
}

.services-a .service-blocks:hover {
    position: relative;
    top: -1px;
}

.services-a #plus {
    color: white;
}

.services-a .pic1 {
    /*background-image: url("/img/precast-20.jpg");*/
    background-image: url("/img/services/yard-base-04.jpg");
    background-size: cover;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
}

.services-a .pic2 {
    /*background-image: url("/img/precast-25.jpg");*/

	
    background-image: url("/img/services/yard-base-03.jpg");
    background-size: cover;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
}

.services-a .pic3 {
    /*background-image: url("/img/precast-29.jpg");*/
    /*background-image: url("/img/services/yard-base-05.jpg");*/
    background-image: url("/img/services/ib-cage.jpg");
    background-size: cover;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
}

.services-a .pic1:hover {
    transform: scale(1.2);
}

.services-a .pic2:hover {
    transform: scale(1.2);
}

.services-a .pic3:hover {
    transform: scale(1.2);
}

.services-a .pic4:hover {
    transform: scale(1.2);
}

.services-a .pic5:hover {
    transform: scale(1.2);
}

.services-a .pic6:hover {
    transform: scale(1.2);
}


.services-a #row2 {
    margin-top: 26px;
}

.services-a #sub-header {
    margin-bottom: -3px;
    font-weight: 500;
    font-size: 19px;
    color: #7b7b7b;
}

.services-a h1 {
    margin-bottom: -6px;
}

.services-a #info {
    margin-bottom: 51px;
    font-weight: 400;
    color: #7b7b7b;
}

.services-a .overlay {
    background: rgba(0, 0, 0, 0.2);
    padding: 29% 0%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: white;
}

.services-a .overlay:hover {
    background: rgba(0, 0, 0, 0.84);
    color: #f9b81f;
}

.services-a #plus {
    font-size: 43px;
}


@media(max-width: 991px){
	
.services-a .service-blocks {
    overflow: hidden;
    border-radius: 0px;
    width: 100%;
}



}
/*SERVICES B*/
.services-b {
    text-align: center;
    padding: 7%;
}

.services-b .pic {
    /*background-image: url("/img/precast-19.jpg");*/
    background-image: url("/img/services/yard-base-01.jpg");
    background-size: cover;
    background-position: center;
    padding: 34% 0;
    width: 98%;
    box-shadow: 7px 9px 37px #464646;
    position: relative;
    top: 8px;
    margin-top: 10px;
    border-radius: 0px;
}

.services-b #header {
    padding: 0% 29%;
}

.services-b #col1 {
    text-align: left;
    font-size: 14px;
}

.services-b #col2 {
    text-align: left;
    font-size: 14px;
    margin-top: 6%;
}

.services-b #col3 {
    text-align: left;
    font-size: 14px;
    margin-top: 6%;
}

.services-b .info {
    padding-right: 32%;
    position: relative;
    left: 81px;
}

.services-b p {
    color: gray;
}

.services-b h2 {
    color: black;
    margin-bottom: -14px;
}

.services-b #row2 {
    margin-top: 5%;
}
@media(max-width: 991px){
	
 
.services-b #header {
    padding: 0% 10%;
}


}
/*SERVICES C*/
.services-c {
    text-align: center;
    padding: 7% 0%;
    background: #f3f3f3;
}

.services-c .pic {
    /*background-image: url("/img/precast-27.jpg");*/
    background-image: url("/img/services/ib-cage.jpg");
    background-size: cover;
    padding: 34% 0;
    width: 98%;
    box-shadow: 7px 9px 37px #464646;
    position: relative;
    top: 8px;
    margin-top: 10px;
    border-radius: 0px;
}

.services-c #header {
    padding: 0% 29%;
}

.services-b #col1 {
    text-align: left;
    font-size: 14px;
}

.services-c #col2 {
    text-align: right;
    font-size: 14px;
    margin-top: 6%;
}

.services-c #col3 {
    text-align: right;
    font-size: 14px;
    margin-top: 6%;
}

.services-c .info {
    padding-right: 32%;
    position: relative;
    left: 81px;
    text-align: right;
}

.services-c p {
    color: gray;
}

.services-c h2 {
    color: black;
    margin-bottom: -14px;
}

.services-c #row2 {
    margin-top: 5%;
}

/*SERVICES D*/
.services-d {
    text-align: center;
    padding: 7%;
}

.services-d .pic {
    background-image: url("/img/precast-18.jpg");
    background-size: cover;
    background-position: center;
    padding: 34% 0;
    width: 98%;
    box-shadow: 7px 9px 37px #464646;
    position: relative;
    top: 8px;
    margin-top: 10px;
    border-radius: 0px;
}

.services-d #header {
    padding: 0% 29%;
}

.services-d #col1 {
    text-align: left;
    font-size: 14px;
}

.services-d #col2 {
    text-align: left;
    font-size: 14px;
    margin-top: 6%;
}

.services-d #col3 {
    text-align: left;
    font-size: 14px;
    margin-top: 6%;
}

.services-d .info {
    padding-right: 32%;
    position: relative;
    left: 81px;
}

.services-d p {
    color: gray;
}

.services-d h2 {
    color: black;
    margin-bottom: -14px;
}

.services-d #row2 {
    margin-top: 5%;
}

/* CUSTOMIZE TABS
-------------------------------------------------- */



/* CUSTOM CAROUSEL
-------------------------------------------------- */


/* ========================================================== */
/* 			            GALLERY                               */
/* ========================================================== */

#portfolio {
    display: block;
    padding-left: 0;
}
#portfolio li {
  display: block;
  float: left;
  /* width:280px; */
  /* height:160px; */
  position:relative;
  margin:10px;
  overflow:hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.25);
  -moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.25);
  box-shadow: 1px 2px 2px rgba(0,0,0,0.25);
}

#portfolio li a {
  display:block;
  background: #fff;
  width:100%;
  height:140px;
  width:260px;
  overflow:hidden;
  position:relative;

  -o-transition:all .30s ease;
	-moz-transition:all .30s ease;
	-webkit-transition:all .30s ease;
    transition:all .30s ease;
}
#portfolio li a img {
   position: absolute;
   top: -9999px;
   bottom: -9999px;
   left: -9999px;
   right: -9999px;
   margin: auto;
	width: 120%;
}

#portfolio li a:hover {
	opacity:.8;
	transform:scale(1.1);
}

/*GALLERY SHOWCASE*/
.gallery-showcase {
    background-image: url("/img/backgrounds/slider-bg-1.jpg");
    background-size: cover;
    padding: 0% 0;
    padding-top: 120px;
    text-align: center;
}

.gallery-showcase h1 {
    position:relative;
    top: 106px;
    left: 0;
    font-size: 63px;
    color: white;
}

/*GALLERY A*/
.gallery-a {
    text-align: center;
    padding: 4% 5%;
}

.gallery-a .image {
    width: 29%;
    height: 339px;
}

.carousel-control-prev {
    left: 0;
    top: 105px;
    background: black;
    width: 3%;
    height: 18%;
}

.carousel-control-next {
    right: 12px;
    top: 105px;
    background: black;
    width: 3%;
    height: 18%;
}


/* ========================== Gallery ZoomIn Effect ================================ */

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}



/* ========================================================== */
/* 			           CONTACT PAGE                           */
/* ========================================================== */

.header-contact_info {
	font-size:1em;
	font-weight:400;
	color: #bbbbbb;
	padding:0;
	margin:0;
}
.contact-header-section {
	position:relative;
	background: url(/img/backgrounds/slider-bg-1.jpg) 0 0 no-repeat;
	background-size: cover;
	color:#ffffff;
	padding:168px 0 80px;
}
.contact-content-section {
	background: #ffffff;
}

/*CONTACT SHOWCASE*/
.contact-showcase { 
    /*background-image: url("/img/precast-7.jpg");*/
    /*background-image: url("/img/services/iowa-sign.webp");*/
    background-image: url("/img/services/iowa-sign-shrink.jpg");
    background-size: cover;
    background-attachment: fixed;
    /*background-position: 0 -483px;*/
    background-position: 0 ;
    padding: 0% 0;
    padding-top: 113px;
    text-align: center;
		height: 70vh;
}

.contact-showcase h1 {
    position:relative;
    top: 0;
    left: 0;
    font-size: 63px;
    color: white;
}

.address {
    font-weight: bold;
}



/* ========================================================== */
/* 			           EXPERTISE PAGE                         */
/* ========================================================== */

/*EXPERTISE SHOWCASE*/
.expertise-showcase { 
    background-image: url("/img/precast-27.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: 0 -483px;
    padding: 0% 0;
    padding-top: 113px;
    text-align: center;
}

.expertise-showcase h1 {
    position:relative;
    top: 0px;
    left: 0;
    font-size: 63px;
    color: white;
}

/*EXPERTISE A*/
.expertise-a {
    padding: 4%;
}

.expertise-a .pic {
    background-image: url("/img/services/yard-base-06.jpg");
    background-size: cover;
		background-position: 50%; 
    padding: 32%;
    position: relative;
    top: 0;
    left: -0;
}

/* ========================================================== */
/* 			           SECTION A PAGE                         */
/* ========================================================== */

/*SECTION A SHOWCASE*/
.sectionA-showcase { 
    /*background-image: url("/img/precast-22.jpg");*/
    background-image: url("/img/services/ib-frost-01.JPG");
    background-size: cover;
    background-attachment: fixed;
    background-position: 0 -483px;
    padding: 0% 0;
    padding-top: 113px;
    text-align: center;
}

.sectionA-showcase h1 {
    position:relative;
    top: 0px;
    left: 0;
    font-size: 63px;
    color: white;
}

/*SECTION A1*/
.sectionA-1 {
    padding: 4%;
}

.sectionA-1 .pic {
    /*background-image: url("/img/precast-28.jpg");*/
    background-image: url("/img/services/ib-square-01.jpg");
    background-size: cover;
    padding: 32%;
    position: relative;
    top: 21px;
    left: -15px;
}

/*SECTION A2*/
.sectionA-2 {
    padding: 4%;
}

.sectionA-2 .pic {
    /*background-image: url("/img/precast-15.jpg");*/
    background-image: url("/img/services/yard-base-01.jpg");
    background-size: cover;
    background-position: center;
    padding: 32%;
    position: relative;
    top: 21px;
    left: -15px;
}



/*SECTION Testimonials*/
.testimonials {
	padding: 100px 0; 
}

.testimonials .t-card {

	padding: 20px;
	background: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}



/* ========================================================== */
/* 			           FOOTER		                          */
/* ========================================================== */

/*FOOTER PARALLAX*/
.footer-parallax {
    background: #181818;
    background-attachment: fixed;
}

/*FOOTER CONTACT*/
.footer-contact {
    text-align: center;
    padding: 0%;
    background: #505050;
    border-bottom: 1px solid #2d2d2d;
}

.footer-contact .col-sm {
    height: 100%;
    padding: 3% 0%;
}

.footer-contact #col1 {
    border-right: 1px solid #2d2d2d;
}

.footer-contact #col2 {
    border-right: 1px solid #2d2d2d;
}

.footer-contact strong {
    color: white;
}

.footer-contact p {
    margin: 0;
}

.footer-contact i {
    font-size: 25px;
    color: #8c8c8c;
    position: relative;
    left: -10px;
}

/*FOOTER SECTION*/
.footer-section {
	background: #505050;
	color: #ffffff;
	text-align: center;
}
.footer-section .service-cities p {
	margin:0 0 3px;
}

.footer-section h4 {
    color: white;
}

.service-cities {
	margin-bottom:1em;
}

/*BOTTOM FOOTER*/
.bottom-footer {
    border-top: 1px solid #2d2d2d;
    padding: 1% 0;
    padding-top: 32px;
}




/* RESPONSIVE CSS
-------------------------------------------------- */

@media screen and (min-width : 1824px) {

}

@media screen and (max-width : 1440px) {

}

@media screen and (max-width: 1190px) {
	
.header-contact_info {
	font-size: .9em;
}

.top-header .col-sm-2 {
	padding-top: 11px;
}

.top-header .col-sm-3 {
	padding-top: 11px;
}

}

@media screen and (max-width: 991px) {
.top-header a, .top-header i {
    color: #333;
}

.top-header {
	display:none;
}
.header-contact_info {
    font-size: 1.04em;
}
.navbar-scroll {
	display:none;
}

.header-contact_info a {
    color: #333;
}

.mobile-top-header .logo {
	position:absolute;
	top: 2px;
	width: 100%;
	padding-bottom: 0;
}
.top-header div[class*='col-'] {
  display:flex;
  justify-content: left;
  width: 33.333%;
  padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(3) {
  display:flex;
  justify-content: flex-end;
  width: 33.333%;
  padding: 22px 0;
}
.mobile-top-header {
	display:block !important;
	padding: 8px 30px;
	background: white;
	z-index: 4;
	overflow:visible;
}
.top-header div[class*='col-']:nth-child(2) {
	background:none;
	margin:0;
}
.top-header div[class*='col-']:nth-child(1) a {
	font-size: 1.5em;
}
.top-header div[class*='col-']:nth-child(2) p {
	font-size:inherit;
	line-height: inherit;
}
.alert {
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;    
}
.alert h1,
.alert p {
	top: 2em;
	opacity: 0;
	position:relative;
}
.alert h1 {
	/* padding:0 0 30px; */
	margin-top: 0;
	color: #2b1663;
}
.alert {
    position: fixed;
    transform:scale(0,0);
    padding: 6em;
    border: 0;
    background: white;
    box-shadow: 0px 0px 40px -6px #000;
    border-radius:0;
    z-index: 1100;
    overflow: auto;
    justify-content: center;
    -webkit-transition-property: all;
    -webkit-transition-duration: .30s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: all;
    transition-duration: .30s;
    transition-timing-function: ease-in-out;
}
.custom-show {
    position: fixed;
    transform:scale(1,1);
    border: 0;
    background: white;
    border-radius:0;
    z-index: 1100;
    overflow: inherit;
    -webkit-transition-property: all;
    -webkit-transition-duration: .30s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: all;
    transition-duration: .30s;
    transition-timing-function: ease-in-out;
}
.mobile-menu {
    position: fixed;
    transform: scale(0,0);
    padding: 6em;
    border: 0;
    background: white;
    box-shadow: 0px 0px 40px -6px #000;
    border-radius: 0;
    z-index: 1100;
    overflow: auto;
    justify-content: center;
    -webkit-transition-property: all;
    -webkit-transition-duration: .30s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: all;
    transition-duration: .30s;
    transition-timing-function: ease-in-out;
}

.alert {
    position: fixed;
    /* height: 85%; */
    /* width: 60%; */
    transform: scale(0,0);
    padding: 6em;
    border: 0;
    background: white;
    box-shadow: 0px 0px 40px -6px #000;
    border-radius: 0;
    z-index: 1100;
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: center; */
    overflow: auto;
    justify-content: center;
    -webkit-transition-property: all;
    -webkit-transition-duration: .30s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: all;
    transition-duration: .30s;
    transition-timing-function: ease-in-out;
}
.alert {
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mobile-menu div[class*='col'] {
    display: flex;
    justify-content: center;
}
.mobile-menu .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin: 20px 0;
    height: 100px;
    width: 100px;
    border-radius: 0;
    color: #fff;
    background: #ff000000;
    border: 1px solid #fff;
    text-align: center;
}
    
.mobile-menu-custom-show {
    position: fixed;
    color: rgb(255, 255, 255);
    transform: scale(1,1);
    visibility: visible;
    padding: 2rem;
    border: 0;
    background: #196893;
    border-radius: 0;
    z-index: 1100;
    overflow: inherit;
    -webkit-transition-property: all;
    -webkit-transition-duration: .30s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: all;
    transition-duration: .30s;
    transition-timing-function: ease-in-out;
}
.mobile-menu-top-hero {
	background-size: cover;
	padding: 40px 0 0;
	top:0;
	left:0;
	width:100%;
}
.mobile-menu-top-hero h2 {
    padding: 0 25px;
    text-align: center;
}

#home .show-form {
	background: white;
	position:relative;
	top:2em;
	left:0;
	opacity: 0;
}

#mobile-menu-header {
  margin-top:0;
  background: #ffffff00;
  box-shadow: none;
}
#mobile-menu-header ul {
	list-style:none;
	padding:0 20px;
	margin-top: 8em;
	position: relative;
	width: inherit;
}
#mobile-menu-header ul li a {
	color:#ffffff;
	padding: 20px 20px;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
    outline: none;
    z-index: 3;
}
.alert-dismissible .close span {
	font-size: 35px;
}
.img-fluid {
    /*max-width: 66%;*/
    /*height: auto;*/
    /*position: relative;*/
    /*left: 40px;*/
    /*top: -8px;*/
    max-width: 100%;
    height: auto;
    position: relative;
    left: 0;
    top: -0;
}
    
.footer-section .img-fluid {
    max-width: 100%;
    height: auto;
    position: relative;
    left: 0;
    top: 0;
}
    
.split-section .info {
    padding-top: 0%;
    padding-left: 6%;
    padding-right: 4%;
}
    
.split-section {
    padding: 5% 0;
}
    
.split-section .pic {
    width: 100%;
    padding: 34%;
    position: relative;
    top: 0;
    left: -30px;
}
    
.section-a #par1 {
    position: relative;
    top: 2px;
}
    
.section-a #par2 {
    position: relative;
}
    
.section-a #par3 {
    position: relative;
    top: -1px;
}
    
.section-a #par4 {
    position: relative;
    top: -28px;
}
    
.about-showcase h1 {
    position: relative;
    top: 0px;
    left: 0px;
    font-size: 60px;
    color: white;
}
    
.overlay {
    padding: 11% 0;
}
    
.banner {
    padding: 1.8%;
}
    
.about-divide1 .overlay {
    padding: 13% 0%;
}

.about-showcase {
    padding-top: 68px;
}
    
.services-showcase h1 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 63px;
}
    
.services-b .info {
    padding-right: 0%;
    position: relative;
    left: 0px;
}
    
.services-b .pic {
    padding: 38% 0;
    width: 100%;
    box-shadow: 7px 9px 37px #464646;
    position: relative;
    top: 0;
    margin-top: 10px;
    border-radius: 0px;
}
.services-c #header {
    padding: 0% 10%;
}
.services-c .pic {
    padding: 37% 0;
    width: 100%;
    box-shadow: 7px 9px 37px #464646;
    position: relative;
    top: 0;
    margin-top: 10px;
    border-radius: 0px;
}
    
.services-c .info {
    padding-right: 3%;
    position: relative;
    left: 21px;
    text-align: right;
}
    
.services-d .info {
    padding-right: 0%;
    position: relative;
    left: -26px;
}
.services-d #header {
    padding: 0% 10%;
}
.services-d .pic {
    padding: 37% 0;
    width: 110%;
    box-shadow: 7px 9px 37px #464646;
    position: relative;
    top: 0;
    margin-top: 10px;
    border-radius: 0px;
}
   
.gallery-showcase {
    padding: 0% 0;
    padding-top: 68px;
}
    
.gallery-showcase h1 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 63px;
}
    
.gallery-a .image {
    width: 29%;
    height: 200px;
}
    
.gallery-a .image {
    width: 29%;
    height: 200px;
}
    
.contact-showcase {
    padding-top: 68px;
    text-align: center;
}
    
.contact-showcase h1 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 63px;
}
    
.mission-showcase {
    padding: 0% 0;
    padding-top: 68px;
}
    
.mission-showcase h1 {
    position: relative;
    top: 0;
    left: 0;
}
    
.parallax .overlay {
    padding: 9% 0;
}

.expertise-showcase {
    padding: 0% 0;
    padding-top: 68px;
    text-align: center;
}
    
.expertise-showcase h1 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 63px;
}
    
.sectionA-showcase {
    padding: 0% 0;
    padding-top: 68px;
    text-align: center;
}
    
.sectionA-showcase h1 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 63px;
}
    
.sectionA-1 .pic {
    padding: 32%;
    position: relative;
    top: 0;
    left: -0;
}
    
.sectionA-2 .pic {
    padding: 32%;
    position: relative;
    top: 0;
    left: -0;
}
    
.divider-showcase {
    padding: 0% 0;
    padding-top: 68px;
    text-align: center;
}
    
.divider-showcase h1 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 63px;
}
    
.service2-showcase {
    padding: 0% 0;
    padding-top: 68px;
    text-align: center;
}
    
.service2-showcase h1 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 63px;
}
    
.service1-showcase {
    padding: 0% 0;
    padding-top: 68px;
    text-align: center;
}
    
.service1-showcase h1 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 63px;
    color: white;
}
    
.service3-showcase {
    padding: 0% 0;
    padding-top: 68px;
    text-align: center;
}
    
.service3-showcase h1 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 63px;
}
    
.service4-showcase {
    padding: 0% 0;
    padding-top: 68px;
    text-align: center;
}
    
.service4-showcase h1 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 63px;
    color: white;
}

}

@media screen and (max-width: 425px) {
	
.img-fluid {
    /*max-width: 125%;*/
    height: auto;
    position: relative;
    /*left: -11px;*/
}
    
.split-section .pic {
    width: 100%;
    padding: 34%;
    margin-top: 31px;
    position: relative;
    top: 0;
    left: 0;
}
    
.section-a #row-2 {
    margin-top: 0;
}
    
.section-a #par1 {
    position: relative;
    top: 2px;
    margin-top: 8%;
}
    
.section-a #row-2 {
    margin-top: 9px;
}
    
.section-a #par4 {
    position: relative;
    top: -20px;
}
    
.section-a #par3 {
    position: relative;
    top: 2px;
}
    
.divider-a {
    padding: 0% 0%;
    text-align: center;
}
    
.banner {
    padding: 2.8%;
}
    
.about-a .pic {
    margin-top: 8%;
}
    
.about-divide1 .overlay {
    padding: 21% 0%;
}
    
.about-b .pic {
    width: 80%;
    padding: 27% 0%;
}
    
.about-b .info {
    border: 1px solid #eaeaea;
    width: 80%;
    margin: auto;
    padding: 39px 18px;
}
    
.overlay {
    padding: 13% 0;
}
    
.services-a .service-blocks {
    width: 100%;
    margin-top: 4%;
}
    
.services-b #header {
    padding: 0% 9%;
}
    
.services-b .pic {
    padding: 38% 0;
    width: 100%;
    box-shadow: 7px 9px 37px #464646;
    position: relative;
    top: 0;
    margin-top: 10px;
    border-radius: 0px;
}
    
.services-c .info {
    padding-right: 3%;
    position: relative;
    left: 4px;
    text-align: center;
}
    
.services-c #col3 {
    text-align: center;
    font-size: 14px;
    margin-top: 6%;
}
    
.services-c .pic {
    padding: 30% 0;
    width: 84%;
    box-shadow: 7px 9px 37px #464646;
    position: relative;
    top: -27px;
    left: 37px;
    margin-top: 10px;
    border-radius: 0px;
}
    
.services-c #header {
    padding: 0% 12%;
}
    
.services-d #header {
    padding: 0% 9%;
}
    
.services-d .pic {
    padding: 37% 0;
    width: 100%;
    box-shadow: 7px 9px 37px #464646;
    position: relative;
    top: 0;
    margin-top: 10px;
    border-radius: 0px;
}
    
.services-showcase {
    padding: 0% 0;
    padding-top: 68px;
    text-align: center;
}
    
.service4-a .pic {
    padding: 32%;
    position: relative;
    top: -4px;
    left: 0;
}
    
.sectionA-1 .pic {
    padding: 32%;
    position: relative;
    top: -4px;
    left: 0;
}
    
.sectionA-2 .pic {
    padding: 32%;
    position: relative;
    top: -7px;
    left: 0;
}

}