html,
body {}

body {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  background: url(../images/main-bg.jpg) repeat;
  overflow-x: hidden;
}

.animated {
  animation-duration: 500ms;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Fjalla One', sans-serif;
}

header .navbar {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 30px;
  z-index: 9
}

header .search-text {
  position: absolute;
  right: 45px;
  top: 30px;
}

header .search-text .form-control {
  background: transparent;
  border-color: #ccc;
  color: #fff !important;
  font-size: 14px;
  font-style: italic
}

header .navbar-light .navbar-nav .nav-item.active .nav-link {
  color: rgb(236 28 45);
}

header .navbar-light .navbar-nav .active {
  color: rgb(236 28 45) !important;
}

header .navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  font-size: 18px;
  padding-right: 1rem;
  padding-left: 1rem;
}

header .navbar-expand-lg .navbar-nav .nav-link:focus {
  text-decoration: none;
  color: #fff;
  outline: none
}

header .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: rgb(236 28 45);
  text-decoration: none;
}

header .search-text .form-control::-webkit-input-placeholder {
  color: #fff;
}

header .search-text .form-control:-ms-input-placeholder {
  color: #fff;
}

header .search-text .form-control::placeholder {
  color: #fff;
}

header .nav-item .search-text {
  display: none
}

header .navbar-light .navbar-toggler-icon {
  background: url(../images/toggle-menu.png) no-repeat;
  background-size: 100%;
  width: 2.5em;
  height: 2.5em;
}

header .navbar-toggler:focus,
header .navbar-toggler:hover {
  outline: none
}

header .navbar-light .navbar-toggler {
  border-color: transparent;
}

header .dropdown-menu {
  background-color: #2a338f;
  border: 1px solid #707070;
  text-align: center;
  border-radius: 20px;
}

header .dropdown-item {
  font-size: 16px;
  color: #fff;
}

header .dropdown-item:focus,
header .dropdown-item:hover {
  background: transparent;
  outline: none;
  color: #ec1c2d
}

header .custom-drp {
  display: flex
}

header .custom-drp .box-1 {
  width: 50%;
}

header .custom-drp .dropdown-item {
  font-size: 13px;
}


/*white-space: nowrap; overflow: hidden; text-overflow: ellipsis;*/

header .custom-drp .dropdown-menu {
  min-width: auto;
}

header .custom-drp .box-1.line-custom {
  border-right: 1px solid #EC1C2D
}

.join-main .bottom-text a:hover {
  background: #cccccc;
  color: #000
}

.who-are-we-main .bottom-text a:hover {
  background: #cccccc;
  color: #000
}

footer .contact-btn a:hover {
  background: #fff;
  color: #EC1C2D
}

.banner-desktop-view p a:hover {
  background: #EC1C2D;
  color: #fff;
  border-color: #EC1C2D
}

.desktop-nav {
  display: block;
}

.mobile-nav {
  display: none;
}


/*overlay start*/

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}

.overlay-home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1080px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}

#homepage_banner_slider .item::after {
  position: absolute;
  left: 0;
  content: '';
  left: 0;
  top: -359px;
  width: 100%;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.3);
  height: 1090px;
}

/*overlay end*/
.banner-desktop-view h2{
  z-index: 4;
}
.banner-desktop-view h3 {
  z-index: 4;
}
.banner-desktop-view p {
  z-index: 4;
}



.banner-desktop-view {
  padding-top: 350px;
  padding-bottom: 100px;
  height: 1080px;
}

.banner-desktop-view img {
  position: absolute;
  top: -350px;
  left: 0px;
  width: 100%;
  object-fit: cover;
  height: 1080px;
}

.banner-desktop-view video {
  position: absolute;
  top: -350px;
  left: 0px;
  width: 100%;
  object-fit: cover;
  height: 1080px;
}

.banner-desktop-view h2 {
  font-family: 'Fjalla One', sans-serif;
  background-color: rgba(42, 51, 143, 0.6);
  color: #fff;
  font-size: 90px;
  font-weight: bold;
  padding: 10px;
  display: inline-block;
  line-height: 1;
  margin-left: 30px;
  margin-top: 350px;
}

.banner-desktop-view h3 {
  font-family: 'Fjalla One', sans-serif;
  background-color: rgba(42, 51, 143, 0.6);
  color: #fff;
  font-size: 70px;
  padding: 10px;
  display: table;
  font-weight: 100;
  line-height: 1;
  margin-left: 30px;
}

.banner-desktop-view p a {
  font-family: 'Fjalla One', sans-serif;
  border: 1px solid #707070;
  background: #434343;
  font-size: 24px;
  padding: 5px 30px;
  color: #fff;
  border-radius: 50px;
  margin-top: 20px;
  margin-left: 300px;
  display: inline-block;
  font-weight: 100
}

.banner-mobile-view {
  display: none
}

.join-main {
  margin-top: 150px;
}

.join-main .bg-main {
  background: #ef535f;
  margin: 20px 50px;
  padding: 30px
}

.join-main .bg-main .col-md-4 {
  margin-top: -60px;
}

.join-main h2 {
  font-size: 30px;
  color: #FFF
}

.join-main p {
  font-size: 16px;
  color: #FFF
}

.join-main .bottom-text {
  justify-content: center;
  margin-top: 50px;
}

.join-main .bottom-text a {
  background: #434343;
  padding: 5px 20px;
  border-radius: 40px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}

.who-are-we-main {
  margin-top: 75px;
}

.who-are-we-main .bg-main {
  margin: 20px 100px;
  padding: 30px
}

.who-are-we-main .bg-main .col-md-4 {
  margin-top: -60px;
}

.who-are-we-main h2 {
  font-size: 30px;
  color: #434343
}

.who-are-we-main p {
  font-size: 16px;
  color: #434343
}

.who-are-we-main .bottom-text a {
  background: #434343;
  padding: 5px 20px;
  border-radius: 40px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.slider-custom-main {
  margin-top: 150px;
  position: relative
}

.slider-custom-main .bg-main {
  background: #5e64a9;
  margin: 20px 50px;
  padding: 30px 30px 10px 30px
}

.slider-custom-main .owl-slider {
  margin-top: -60px;
}

.slider-custom-main h2 {
  font-size: 24px;
  color: #FFF;
  padding: 0;
  margin: 10px 0 0px 0;
}

.slider-custom-main p {
  color: #FFF;
  padding: 0;
  margin: 0 0 0px 0;
}

.slider-custom-main .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.slider-custom-main .owl-nav button.owl-prev {
  left: -15px;
  background: url(../images/left-solid.png) no-repeat !important;
  background-size: cover !important;
  background-position: 0 !important;
  height: 50px;
  width: 50px;
}

.slider-custom-main .owl-nav button.owl-next {
  right: -15px;
  background: url(../images/right-solid.png) no-repeat !important;
  background-size: cover !important;
  background-position: 0 !important;
  height: 50px;
  width: 50px;
}

.slider-custom-main .owl-dots {
  display: none;
  text-align: center;
  padding-top: 15px;
}

.slider-custom-main .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}

.slider-custom-main .owl-dots button.owl-dot.active {
  background-color: #000;
}

.slider-custom-main .owl-dots button.owl-dot:focus {
  outline: none;
}

.slider-custom-main .owl-nav button {
  position: absolute;
  top: auto;
  bottom: 15px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}

.slider-custom-main span {
  font-size: 0px;
  position: relative;
  top: -5px;
}

.slider-custom-main .owl-nav button:focus {
  outline: none;
}

.slider-custom-main .bg-main h4 {
  position: absolute;
  font-size: 30px;
  top: -80px;
  left: 140px;
}

.slider-custom-main-2 {
  margin-top: 50px;
  background: url(../images/bg-slider.png) repeat;
  background-position: center;
  background-size: cover;
}

.slider-custom-main-2 .bg-main {
  padding: 30px 0px 30px 0px;
}

.slider-custom-main-2 h2 {
  font-size: 20px;
  color: #000;
  padding: 0 0 25px 0;
  margin: 0;
  text-align: center;
}

.slider-custom-main-2 .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.slider-custom-main-2 .owl-nav button.owl-prev {
  left: 50px;
  background: url(../images/bottom-slider-arrow-left.png) no-repeat !important;
  background-size: cover !important;
  background-position: 0 !important;
  height: 40px;
  width: 40px;
}

.slider-custom-main-2 .owl-nav button.owl-next {
  right: 50px;
  background: url(../images/bottom-slider-arrow-right.png) no-repeat !important;
  background-size: cover !important;
  background-position: 0 !important;
  height: 40px;
  width: 40px;
}

.slider-custom-main-2 .owl-dots {
  display: none;
  text-align: center;
  padding-top: 15px;
}

.slider-custom-main-2 .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}

.slider-custom-main-2 .owl-dots button.owl-dot.active {
  background-color: #000;
}

.slider-custom-main-2 .owl-dots button.owl-dot:focus {
  outline: none;
}

.slider-custom-main-2 .owl-nav button {
  position: absolute;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}

.slider-custom-main-2 span {
  font-size: 0px;
  position: relative;
  top: -5px;
}

.slider-custom-main-2 .owl-nav button:focus {
  outline: none;
}

.slider-custom-main-2 .owl-carousel .owl-item img {
  width: 250px;
  height: 200px;
  object-fit: contain;
}

.slider-custom-main-2 .owl-carousel.owl-drag .owl-item .item {
  text-align: center;
  display: inline-block;
}

.slider-custom-main-2 .owl-carousel.owl-drag .owl-item {
  text-align: center;
}

.slider-custom-main-2 .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

footer {
  background: #000000;
  padding-top: 40px;
  padding-bottom: 10px;
}

footer .footer-menu ul {
  list-style: none;
  margin-top: 20px;
}

footer .footer-menu ul li {
  list-style: none;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

footer .footer-menu ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 22px;
}

footer .contact-btn a {
  background: #EC1C2D;
  font-size: 20px;
  margin-top: 30px;
  display: inline-block;
  border-radius: 130px;
  padding: 6px 30px;
  color: #fff;
  text-decoration: none;
}

.local-unions-main .bg-main {
  margin: 0px 50px;
  padding: 30px
}

.local-unions-main .bg-main .box-inner {
  background: #8c8c8c;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
}

.local-unions-main h2 {
  font-size: 30px;
  color: #FFF
}

.local-unions-main p {
  font-size: 16px;
  color: #FFF
}

.local-unions-main .bottom-text {
  justify-content: center;
  margin-bottom: 50px;
}

.local-unions-main .bottom-text a {
  background: #434343;
  padding: 5px 20px;
  border-radius: 40px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}

.banner-desktop-common {
  min-height: inherit;
  padding-top: 400px;
  padding-bottom: 40px;
  display: block;
  height: 600px;
}

.banner-desktop-common img {
  position: absolute;
  top: -400px;
  left: 0;
  width: 100%;
  object-fit: cover;
  height: 600px;
}

/*new subpage detail height*/
.banner-desktop-common.subpage-detail{
  height: 400px;
}

.banner-desktop-common.subpage-detail img{
  height: 400px;
}
.banner-desktop-common.subpage-detail .overlay{
  height: 400px;
}
.banner-desktop-common.subpage-detail img{
  top: -200px;
}
.banner-desktop-common.subpage-detail {
  padding-top: 200px;
}
.banner-desktop-common.subpage-detail h2 {
  font-size: 95px;
}
.banner-desktop-common.subpage-detail h3 {
  font-size: 80px;
}
/*----*/

.banner-desktop-common h2 {
  font-family: 'Fjalla One', sans-serif;
  color: #EC1C2D;
  font-weight: 100;
  font-size: 120px;
  line-height: 60px;
  margin-bottom: 15px;
}

.banner-desktop-common h3 {
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  font-size: 85px;
  font-weight: 100;
}

.banner-mobile-common {
  display: none
}

.contact-main {
  margin-top: 50px;
  margin-bottom: 50px
}

.contact-main .bg-main {
  margin: 20px 50px;
  padding: 30px
}

.contact-main .bg-main .box-inner {
  background: #5e65a9;
  padding: 50px 30px;
  border-radius: 50px;
  margin-top: 0px;
}

.contact-main .left-main::after {
  height: 100%;
  width: 2px;
  position: absolute;
  right: -50px;
  top: 0;
  content: '';
  background: #EC1C2D
}

.contact-main .bottom-text {
  justify-content: center;
  margin-bottom: 50px;
}

.contact-main .bottom-text a {
  background: #434343;
  padding: 5px 20px;
  border-radius: 40px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}

.contact-main .left-main .submit-btn {
  background: #4a4b5d;
  border-radius: 30px;
  padding: 8px 30px;
  border: 0;
}

.contact-main .left-main .submit-btn:focus {
  border: 0;
  outline: none
}

.contact-main .left-main .form-group {
  margin-bottom: 30px;
}

.contact-main .left-main .form-control {
  background: #4a4b5d;
  border-radius: 30px;
  color: #fff;
  border-color: #4a4b5d;
  padding-left: 30px;
}

.contact-main .left-main .form-control::-webkit-input-placeholder {
  color: #fff;
}

.contact-main .left-main .form-control:-ms-input-placeholder {
  color: #fff;
}

.contact-main .left-main .form-control::placeholder {
  color: #fff;
}

.contact-main .right-main {
  padding: 0 0px 0 120px;
}

.contact-main .box-inner2 h2 {
  font-size: 30px;
}

.contact-main .box-inner3 h3 {
  font-size: 30px;
}

.contact-main .box-inner3 {
  background: #ef5360;
  padding: 20px;
  border-radius: 40px;
}

.contact-main .dropdown {
  position: relative;
  cursor: pointer;
  color: white;
  width: 100%;
  font-size: 16px;
  border-radius: 30px 30px 30px 30px;
  margin-bottom: 30px;
  padding: 10px 30px;
}

.contact-main .dropdown ul {
  list-style: none;
  display: none;
  border-radius: 0px 0px 30px 30px;
  position: absolute;
  left: 0;
  top: 37px;
}

.contact-main .dropdown ul li {
  padding: 5px 20px;
  height: 0;
}

.contact-main .dropdown ul li a {
  font-size: 16px;
  color: #fff;
  text-decoration: none
}

.contact-main .dropdown ul li a:hover {
  color: #EC1C2D;
  text-decoration: none
}

.contact-main .dropdown .active {
  padding-top: 0;
  display: block;
  position: relative
}

.contact-main .dropdown.active li {
  height: 100%;
  transition: height 2s ease 0s;
}

.contact-main .dropdown.active::before {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #EC1C2D;
  content: '';
  left: 0;
  top: -28px;
}

.responsive-local-unions {
  display: none
}

.responsive-local-unions .slider-custom-main-2 {
  display: none
}

.alert-modal {
  margin-top: 130px;
}

.alert-modal .modal-content {
  background: #2A338F;
  overflow: auto;
  max-height: 400px;
}

.alert-modal .close {
  opacity: 1
}

.alert-modal .close:focus {
  border: 0;
  outline: none
}

.alert-modal h2 {
  font-size: 24px;
}

.alert-modal p {
  font-size: 16px;
}

.alert-modal .btn-secondary {
  border-radius: 40px;
  background: #434343;
  border-color: #434343
}

.alert-modal .modal-dialog {
  max-width: 700px;
}

.alert-msg {
  background: #2A338F;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 9999;
}

.alert-msg p a {
  margin: 0 20px;
  padding: 0;
  font-size: 20px;
  color: #fff
}

.central-iowa-main {
  margin-top: 50px;
  margin-bottom: 50px;
  color: #FFF
}

.central-iowa-main .bg-main {
  margin: 20px 50px;
  padding: 30px
}

.central-iowa-main .bg-main .box-inner {
  background: #8c8c8c;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
}

.central-iowa-main h3 {
  font-size: 24px;
}

.central-iowa-main h2 {
  font-size: 30px;
  color: #FFF
}

.central-iowa-main .bottom-text {
  justify-content: center;
}

.central-iowa-main .bottom-text a {
  background: #434343;
  padding: 5px 20px;
  border-radius: 40px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}

.central-iowa-main hr {
  margin-top: 3rem;
  margin-bottom: 3rem;
  border-top: 2px solid #EC1C2D;
}

.search-page-main {
  margin-top: 50px;
  margin-bottom: 50px
}

.search-page-main .bg-main {
  margin: 20px 50px;
  padding: 30px
}

.search-page-main .bg-main .box-inner {
  padding: 20px;
  margin-bottom: 20px;
}

.search-page-main h2 {
  font-size: 30px;
  color: #000
}

.search-page-main h3 {
  font-size: 24px;
  color: #000
}

.search-page-main .bottom-text a {
  background: #434343;
  padding: 5px 20px;
  border-radius: 40px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}

.search-page-main hr {
  margin-top: 0rem;
  border-top: 2px solid #EC1C2D;
}

.search-page-main.blue-search .bg-main {
  background: #2A338F;
  border-radius: 30px;
}

.search-page-main.blue-search .form-control {
  background: transparent;
  border-color: #ccc;
  color: #fff !important;
  font-size: 14px;
  max-width: 250px;
}

header ul li.dropdown:hover .dropdown-menu {
  display: block
}

header ul li.dropdown:hover .dropdown-menu.show {
  display: block
}

header ul li .dropdown-menu {
  top: 85%;
}

.custom-dropdown-main .dropdown-menu {
  background: #2A338F;
  border-radius: 30px;
}

.custom-dropdown-main .dropdown-menu h3 {
  font-size: 30px;
}

.custom-dropdown-main.box1 .dropdown-menu {
  min-width: 40em;
  left: 0;
  right: auto;
}

.custom-dropdown-main.box1 .dropdown-menu::before {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #2A338F;
  position: absolute;
  left: 110px;
  top: -15px;
  content: '';
}

.custom-dropdown-main.box2 .dropdown-menu {
  min-width: 40em;
  left: 0;
  right: auto;
}

.custom-dropdown-main.box2 .dropdown-menu::before {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #2A338F;
  position: absolute;
  left: 110px;
  top: -15px;
  content: '';
}

.custom-dropdown-main.box3 .dropdown-menu {
  min-width: 40em;
  left: 0;
  right: auto;
}

.custom-dropdown-main.box3 .dropdown-menu::before {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #2A338F;
  position: absolute;
  left: 110px;
  top: -15px;
  content: '';
}

.custom-dropdown-main.box4 .dropdown-menu {
  min-width: 40em;
  left: auto;
  right: 0;
}

.custom-dropdown-main.box4 .dropdown-menu::before {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #2A338F;
  position: absolute;
  left: auto;
  right: 60px;
  top: -15px;
  content: '';
}

.custom-dropdown-main.box1.lastbox .dropdown-menu {
  min-width: 40em;
  left: auto;
  right: -80px;
}

.custom-dropdown-main.box1.lastbox .dropdown-menu::before {
  left: 430px;
}

.ironworkers-detail {
  margin-top: -139px;
}

.ironworkers-detail .detail-image {
  height: 200px;
  margin-top: -190px;
  position: relative;
  margin-bottom: 0px;
}

.ironworkers-detail .bg-main {
  margin: 20px 50px;
  padding: 30px;
}

.ironworkers-detail h2 {
  font-size: 26px;
}

.ironworkers-detail .box-inner3 {
  background: #ef5360;
  padding: 20px;
  border-radius: 40px;
}

.ironworkers-detail a.Contact-btn {
  background: #434343;
  padding: 5px 20px;
  border-radius: 40px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.ironworkers-detail .social-media-main ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ironworkers-detail .social-media-main ul li {
  margin-left: 8px;
  margin-right: 8px;
}

.ironworkers-detail .map-custom {
  border: 15px solid #2A338F;
  border-radius: 20px;
}

.ironworkers-detail hr {
  margin-top: 3rem;
  margin-bottom: 3rem;
  border-top: 2px solid #EC1C2D;
}

.ironworkers-detail .active:nth-child(3) {
  opacity: 0.9;
  position: static;
  filter: opacity(0.9);
}

.ironworkers-detail .owl-nav {
  display: none
}

.ironworkers-detail .owl-dot {
  background: #A0A0A0 !important;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
}

.ironworkers-detail .owl-dot.active {
  background: #f05460 !important;
}

.ironworkers-detail button:focus {
  outline: none
}

.central-iowa-main .bottom-text a:hover {
  background: #EC1C2D;
  color: #fff;
}

.alert-modal button a:hover {
  color: #fff
}

.alert-modal button a:hover {
  color: #ccc
}

.contact-main .left-main .submit-btn:hover {
  background: #EC1C2D;
  color: #fff;
}

.ironworkers-detail a.Contact-btn:hover {
  background: #EC1C2D;
  color: #fff;
}

.local-unions-main .bottom-text a:hover {
  background: #cccccc;
  color: #EC1C2D
}

.search-page-main .bottom-text a:hover {
  background: #cccccc;
  color: #EC1C2D
}

.alert-overlay {
  top: 70px;
}

.event-page-main{
  display: block;
  width: 100%;
  margin-top: 60px;  
}
.event-page-main .fc-clear{
  display: none;
}
.event-page-main .nav-item a.active{
  background: #434343;
  padding: 5px 20px;
  border-radius: 40px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}

.event-page-main .btn-primary {
  background-color: #2A338F;
  border-color: #2A338F;
}

.event-page-main .btn-primary:hover {
  background-color: #434343;
  border-color: #434343;
}

.event-page-main .btn.disabled,
.event-page-main .btn:disabled {
  opacity: 0.5;
}

.contractor-scroll{
  padding-right: 30px;
  padding-left: 30px;
  overflow-y: scroll;
  max-height: 400px;
}

.event-calendar .fc table{
  height: 120px;
}

.contractor-scroll-hr{
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.central-iowa-main .bg-main .box-inner {
  height: initial !important;
}

.event-page-main .bg-main .box-inner {
  height: initial !important;
}

.local-unions-main .bg-main .box-inner{
  height: initial !important;
}

/* local union gallery slider*/
.slider-custom-main-2.lc-gallery-slider{
  background: transparent !important;
}

.slider-custom-main-2.lc-gallery-slider .owl-dots button.owl-dot.active {
    background-color: #f05461;
}

.slider-custom-main-2.lc-gallery-slider .owl-dots {
    display: block !important;
}

.slider-custom-main-2.lc-gallery-slider .owl-dots button.owl-dot {
    border-radius: 0;
}

.slider-custom-main-2.lc-gallery-slider .owl-item.center{
  height: 350px;
}

#gallery_slider .owl-stage-outer.owl-height{
  height: auto !important;
}

.slider-custom-main-2.lc-gallery-slider .owl-carousel.owl-drag .owl-item .item{
  display: flex;
  justify-content: center;
}

.slider-custom-main-2.lc-gallery-slider .owl-item.active.center img{
  transform: scale(2);
  object-fit: inherit;
}

.slider-custom-main-2.lc-gallery-slider .owl-item.active.center iframe{
  height: 360px;
  width: 500px;
}

.slider-custom-main-2.lc-gallery-slider .owl-item.active.center{
  opacity: 1
}

.slider-custom-main-2.lc-gallery-slider .owl-item{
  opacity: 0.5;
}

.slider-custom-main-2.lc-gallery-slider .owl-carousel .owl-nav.disabled{
  display: none;
}
/* gallery slider ends*/

.career-info .form-control{
  font-size: 18px;
}


.event-calendar .full-calendar .fc-toolbar{
  justify-content: center;
}
.event-calendar .full-calendar .fc-prev-button {
  left: -15px;
  background: url(../images/left-solid.png) no-repeat !important;
  background-size: cover !important;
  background-position: 0 !important;
  height: 30px;
  width: 30px;
  border: none;
}

.event-calendar .full-calendar .fc-prev-button span{
  display: none;
}

.event-calendar .full-calendar .fc-next-button {
  left: -15px;
  background: url(../images/right-solid.png) no-repeat !important;
  background-size: cover !important;
  background-position: 0 !important;
  height: 30px;
  width: 30px;
  border: none;
}

.event-calendar .full-calendar .fc-next-button span{
  display: none;
}

.event-calendar .full-calendar .fc-toolbar .fc-right{
  margin-left: 15px;
  margin-right: 15px;
}

.event-calendar .full-calendar .fc-day-grid-event{
  background-color: rgb(236 28 45) !important;
  color: #fff !important;
  font-weight: bold !important;
  font-size: 14px !important;
  border-color: rgb(236 28 45) !important;
}

.career-info-font{
  font-size: 18px;
}

/*cross browser css*/
.gecko .career-info .career-info-font input[type="checkbox"]{
  top: -5px !important;
}
/**/

/*media start*/

@media (min-width:1700px) {
  .banner-desktop-common {
    min-height: inherit;
  }
  header .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 22px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;

  }
}

@media(min-width: 1200px){

  /*calender start*/

  .event-calendar .full-calendar .fc-toolbar h2{
    font-size: 6em;
    color: #2A338F;
    text-transform: uppercase;
  }


  .event-calendar .full-calendar .fc-left{
    position: relative;
    top: 18px;
  }

  .event-calendar .full-calendar .fc-center{
    position: relative;
    top: 18px;
  }

  /*calendar end*/
}

@media (max-width: 1200px) {
  .custom-dropdown-main.box1 .dropdown-menu {
    min-width: auto;
  }
  .custom-dropdown-main.box1 .dropdown-menu::before {
    left: 110px;
    top: -15px;
  }
  .custom-dropdown-main.box2 .dropdown-menu {
    min-width: auto;
  }
  .custom-dropdown-main.box2 .dropdown-menu::before {
    left: 110px;
    top: -15px;
  }
  .custom-dropdown-main.box3 .dropdown-menu {
    min-width: auto;
  }
  .custom-dropdown-main.box3 .dropdown-menu::before {
    left: 110px;
    top: -15px;
  }
  .custom-dropdown-main.box4 .dropdown-menu {
    min-width: auto;
  }
  .custom-dropdown-main.box4 .dropdown-menu::before {
    left: 110px;
    top: -15px;
  }
  .custom-dropdown-main.box1 .dropdown-menu::before {
    left: auto;
    right: auto;
  }
  .custom-dropdown-main.box2 .dropdown-menu::before {
    left: auto;
    right: auto;
  }
  .custom-dropdown-main.box3 .dropdown-menu::before {
    left: auto;
    right: auto;
  }
  .custom-dropdown-main.box4 .dropdown-menu::before {
    left: auto;
    right: auto;
  }
}

@media (max-width: 1024px) {
  .local-unions-main h2 {
    font-size: 26px;
  }
  .banner-desktop-common h3 {
    font-size: 70px;
  }
  .banner-desktop-view p a {
    margin-left: 200px;
  }

  .desk-logo{
    width: 200px;
  }
}

@media (max-width: 991px) {
  .desktop-nav {
    display: none;
  }
  .mobile-nav {
    display: block;
  }
  header .search-text {
    display: none
  }
  header .responsive-menu {
    position: absolute;
    right: 0;
    top: 40px;
    background: #2a338f;
    z-index: 99;
    width: 88%;
    text-align: right;
    padding-right: 30px;
    padding-bottom: 30px;
  }
  header .navbar-light .navbar-toggler {
    border-color: transparent;
    z-index: 999;
    position: relative;
    top: 10px;
  }
  header .navbar-expand-lg .navbar-nav {
    margin-top: 30px;
  }
  header .nav-item .search-text {
    display: block;
    position: static;
  }
  header .search-text .form-control {
    width: 200px;
    display: inline-block;
    margin-top: 10px;
  }
  header .navbar-nav .dropdown-menu {
    margin-left: 30px;
  }
  .contact-main .right-main {
    padding: 0;
    margin-top: 65px;
  }
  .contact-main .bg-main {
    padding: 0;
  }
  .contact-main .left-main::after {
    height: 2px;
    width: 100%;
    position: absolute;
    right: 0;
    top: auto;
    content: '';
    background: #EC1C2D;
    bottom: -50px;
  }
  .contact-main .bg-main .box-inner {
    margin-top: 0px !important;
  }

  .mobile-nav .card {
    background-color: transparent;
    border: 0px solid rgba(0, 0, 0, .125);
    border-radius: 0;
  }
  .mobile-nav .card ul {
    list-style: none
  }
  .mobile-nav .card ul li {
    list-style: none
  }
  .mobile-nav .btn-link {
    color: #fff;
    position: relative;
    top: 6px;
  }
  .mobile-nav .myaccordion ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0px 0 0 20px;
    padding: 10px 15px;
    border: 1px solid #707070;
    border-radius: 20px;
  }
  .mobile-nav .myaccordion ul li {
    width: 50%;
    white-space: initial;
    white-space: initial;
    text-align: center !important;
    margin-bottom: 10px;
  }
  .mobile-nav .myaccordion ul li a {
    font-size: 13px !important;
    font-family: 'Fjalla One', sans-serif;
  }
  .mobile-nav .myaccordion ul li.w-100 {
    width: 100% !important;
    text-align: left !important
  }
  .mobile-nav ul li a {
    font-family: 'Fjalla One', sans-serif;
  }
}

@media screen and (min-width: 992px) and (max-width: 1150px) {
  header .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 20px;
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media (max-width: 767px) {
  .overlay {
    height: 435px;
  }

  .mob-logo{
    width: 200px;
  }

  .career-info .form-control{
    font-size: 14px;
  }

  .career-info-font{
    font-size: 14px;
  }

  .contact-main .dropdown{
    font-size: 14px;
  }

  #homepage_mobile_banner_slider .item::after {
    position: absolute;
    left: 0;
    content: '';
    left: 0;
    top: -275px;
    width: 100%;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.3);
    height: 775px;
  }

  .banner-mobile-view h2{
    z-index: 4;
  }
  .banner-mobile-view h3 {
    z-index: 4;
  }
  .banner-mobile-view p {
    z-index: 4;
  }
  .h-85p{
    height: 85% !important;
  }
  .homepage-content-1 h1 {
    font-size: 1rem;
    margin-top: 10px;
  }
  .join-main p {
    font-size: 14px;
  }
  .join-main .bg-main {
    margin: 20px 20px;
  }
  .slider-custom-main .bg-main {
    margin: 20px 20px;
  }
  .join-main h2 {
    font-size: 30px;
    margin-top: 30px;
  }
  .join-main {
    margin-top: 100px;
  }
  .who-are-we-main .bg-main {
    margin: 20px 20px;
  }
  .who-are-we-main {
    margin-top: 50px;
  }
  .slider-custom-main {
    margin-top: 80px;
  }
  .slider-custom-main-2 {
    margin-top: 50px;
  }
  footer .footer-menu ul {
    margin-top: 30px;
    margin-left: auto;
    padding-left: inherit;
  }
  footer .contact-btn a {
    margin-top: 10px;
  }
  .slider-custom-main-2 .owl-carousel.owl-drag .owl-item .item {
    min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .slider-custom-main-2 .owl-nav button.owl-prev {
    left: 0px;
  }
  .slider-custom-main-2 .owl-nav button.owl-next {
    right: 0
  }
  .banner-desktop-view {
    display: none
  }
  .banner-mobile-view {
    padding-top: 250px;
    padding-bottom: 30px;
    display: block;
    height: 750px;
  }
  .banner-mobile-view img {
    position: absolute;
    top: -250px;
    left: 0;
    width: 100%;
    height: 750px;
    object-fit: cover;
  }

  .banner-mobile-view video {
    position: absolute;
    top: -250px;
    left: 0;
    width: 100%;
    height: 750px;
    object-fit: cover;
  }

  .banner-mobile-view h2 {
    font-family: 'Fjalla One', sans-serif;
    background-color: rgba(42, 51, 143, 0.6);
    color: #fff;
    font-size: 65px;
    font-weight: bold;
    padding: 10px;
    display: inline-block;
    line-height: 1;
    margin-top: 200px;
  }
  .banner-mobile-view h3 {
    font-family: 'Fjalla One', sans-serif;
    background-color: rgba(42, 51, 143, 0.6);
    color: #fff;
    font-size: 50px;
    padding: 10px;
    display: table;
    font-weight: 100;
    line-height: normal;
  }
  .banner-mobile-view p a {
    font-family: 'Fjalla One', sans-serif;
    border: 1px solid #707070;
    background: #434343;
    font-size: 24px;
    padding: 5px 30px;
    color: #fff;
    border-radius: 50px;
    margin-top: 20px;
    margin-left: 100px;
    display: inline-block;
    font-weight: 100
  }
  .slider-custom-main .bg-main h4 {
    left: 60px;
  }
  .local-unions-main .bg-main {
    margin: 20px;
    padding: 0;
  }
  .local-unions-main .bottom-text {
    margin-bottom: 0px;
  }
  .contact-main .bg-main {
    margin: 20px;
  }
  .contact-main .dropdown {
    padding: 10px 20px;
    margin-bottom: 10px;
  }
  .contact-main .left-main .form-group {
    margin-bottom: 20px;
  }
  .banner-mobile-common {
    padding-top: 250px;
    padding-bottom: 50px;
    display: block;
    height: 435px;
  }
  .banner-mobile-common img {
    position: absolute;
    top: -250px;
    left: 0;
    width: 100%;
    height: 435px;
    object-fit: cover;
  }
  .banner-mobile-common h2 {
    font-family: 'Fjalla One', sans-serif;
    color: #EC1C2D;
    font-weight: 100;
    font-size: 60px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .banner-mobile-common h3 {
    font-family: 'Fjalla One', sans-serif;
    color: #fff;
    font-size: 40px;
    font-weight: 100;
  }
  .banner-desktop-common {
    display: none
  }
  .responsive-local-unions {
    display: block
  }
  .responsive-local-unions hr {
    /*margin-top: 3rem;*/
    margin-bottom: 0rem;
    /*border-top: 2px solid #EC1C2D;*/
  }
  .responsive-local-unions {
    margin-top: 50px;
    /*margin-bottom: 50px;*/
    position: relative;
    z-index: 0;
  }
  .responsive-local-unions .bg-main .box-inner {
    background: #8c8c8c;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .responsive-local-unions h2 {
    font-size: 25px;
  }
  .responsive-local-unions .bottom-text {
    justify-content: center;
    margin-bottom: 50px;
  }
  .responsive-local-unions .bottom-text a {
    background: #434343;
    padding: 5px 20px;
    border-radius: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
  }
  .responsive-local-unions .slider-custom-main-3 {
    margin-bottom: 130px;
  }
  .responsive-local-unions .slider-custom-main-3 .owl-nav button {
    position: absolute;
    top: auto;
    bottom: -100px;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
  }
  .responsive-local-unions .slider-custom-main-3 .owl-nav button.owl-prev {
    left: 0px;
    background: url(../images/left-solid.png) no-repeat !important;
    background-size: cover !important;
    background-position: 0 !important;
    height: 30px;
    width: 30px;
  }
  .responsive-local-unions .slider-custom-main-3 .owl-nav button.owl-next {
    right: 0px;
    background: url(../images/right-solid.png) no-repeat !important;
    background-size: cover !important;
    background-position: 0 !important;
    height: 30px;
    width: 30px;
  }
  .responsive-local-unions .slider-custom-main-3 .owl-dots {
    display: none;
    text-align: center;
    padding-top: 15px;
  }
  .responsive-local-unions .slider-custom-main-3 .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
  }
  .responsive-local-unions .slider-custom-main-3 .owl-dots button.owl-dot.active {
    background-color: #000;
  }
  .responsive-local-unions .slider-custom-main-3 .owl-dots button.owl-dot:focus {
    outline: none;
  }
  .responsive-local-unions .slider-custom-main-3 .owl-nav button {
    position: absolute;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
  }
  .responsive-local-unions .slider-custom-main-3 span {
    font-size: 0px;
    position: relative;
    top: -5px;
  }
  .responsive-local-unions .slider-custom-main-3 .owl-nav button:focus {
    outline: none;
  }
  .responsive-local-unions .slider-custom-main-3 .owl-carousel .owl-item img {
    width: auto
  }
  .responsive-local-unions .slider-custom-main-3 .owl-carousel.owl-drag .owl-item .item {
    text-align: center;
    display: inline-block;
    width: 80%;
  }
  .responsive-local-unions .slider-custom-main-3 .owl-carousel.owl-drag .owl-item {
    text-align: center;
  }
  .responsive-local-unions .slider-custom-main-3 .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
  }
  .responsive-local-unions .scroll-text {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    top: 60px;
    z-index: -1;
  }
  .local-unions-main {
    display: none
  }
  .ironworkers-detail .bg-main {
    margin: 0px 0px;
    padding: 0px;
  }
  .alert-modal {
    margin-top: 100px;
  }
  .alert-modal .modal-dialog {
    max-width: 92%;
  }
  .custom-dropdown-main.box1 .dropdown-menu {
    z-index: 9999;
  }
  #contractor_slider hr {
    margin-top: 1rem;
  }
  .responsive-local-unions .bg-main {
    z-index: 9999;
  }
  .central-iowa-main .bg-main {
    margin: 0;
    padding: 0 10px
  }
  .central-iowa-main h2 {
    font-size: 20px;
  }
  .res-mt-custom {
    margin-top: -42px;
  }
  .search-page-main {
    margin-top: 50px;
    margin-bottom: 50px
  }
  .search-page-main .bg-main {
    margin: 0px;
    padding: 0px
  }
  .search-page-main .bg-main .box-inner {
    padding: 20px;
    margin-bottom: 20px;
  }
  .search-page-main h2 {
    font-size: 30px;
  }
  .search-page-main h3 {
    font-size: 30px;
  }
  .search-page-main .bottom-text a {
    background: #434343;
    padding: 5px 20px;
    border-radius: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
  }
  .search-page-main hr {
    margin-top: 0rem;
    border-top: 2px solid #EC1C2D;
  }
  .search-page-main.blue-search .bg-main {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .overlay-home {
    height: 750px;
  }
  .alert-overlay {
    top: 70px;
  }
  .contractor-scroll{
    padding-right: 20px;
    overflow-y: scroll;
    max-height: 250px;
    padding-left: 20px;
  }
  .custom-dropdown-main .dropdown-menu h3{
    font-size: 20px;
  }
  .custom-dropdown-main .dropdown-menu h4{
    font-size: 16px;
  }

  .custom-dropdown-main .dropdown-menu p{
    font-size: 14px;
  }

  .central-iowa-main .bottom-text a.trans-back{
    padding: 0px;
    font-size: 14px;
    margin: 0px;
  }

  .central-iowa-main hr{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .custom-dropdown-main.box1.lastbox .dropdown-menu{
    min-width: 100%;
    left: 0;
    right: 0;    
  }
  .custom-dropdown-main.box1.lastbox .dropdown-menu::before{
    left: auto;
  }

  .ironworkers-detail{
    margin-top: 95px;
  }

  .central-iowa-main .bg-main .box-inner {
    height: auto !important;
  }

  .event-page-main .bg-main .box-inner {
    height: auto !important;
  }
}

@media(max-width: 580px) {
  .alert-msg p a {
    margin: 0 10px;
    padding: 0;
    font-size: 14px;
    color: #fff;
  }
  .alert-msg span img {
    width: 15px
  }
  .alert-overlay {
    top: 62px;
  }

  .h-85p{
    height: 83.5% !important;
  }
}

@media (max-width: 550px) {
  header .custom-drp {
    flex-direction: column;
  }
  header .custom-drp .box-1.line-custom {
    border: 0
  }
  header .custom-drp .box-1 {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .join-main .bottom-text {
    margin-top: 30px;
    display: block !important;
  }
  .join-main .bottom-text a {
    margin-top: 10px;
    display: block;
  }
}

@media(max-width: 484px) {
  .alert-msg p {
    margin: 0px 0px;
  }
  .alert-msg {
    padding: 20px 10px;
  }
  .banner-mobile-common h2{
    font-size: 42px;
  }
  .banner-mobile-common h3{
    font-size: 38px;
  }
}

@media (max-width: 421px) {
  .banner-mobile-view h2 {
    font-size: 50px;
  }
  .banner-mobile-view h3 {
    font-size: 30px;
  }
  header .navbar-brand .img-fluid {
    max-width: 165px;
  }
  .banner-mobile-view {
    padding-top: 200px;
    /*margin-bottom: 180px;*/
  }
  .banner-mobile-view p a {
    margin-left: 10px;
  }
  .overlay-home {
    height: 550px
  }
}

@media(max-width: 400px) {
  .alert-msg span img {
    width: 15px;
  }
  .alert-msg p a {
    font-size: 13px;
    margin: 0px 5px;
  }
  .alert-msg {
    padding: 20px 5px;
  }
  .alert-overlay {
    top: 58px;
  }
  .h-85p{
    height: 83% !important;
  }

  .career-resume-upload{
    flex-direction: column;
  }
  .career-resume-upload .file-upload-responsvie{
    margin-top: 15px;
  }
}

@media (max-width: 360px) {
  .responsive-local-unions .scroll-text {
    font-size: 14px;
  }
  .alert-msg p a {
    font-size: 12px;
  }
}

@media(max-width: 333px) {
  .alert-msg p a {
    font-size: 11px;
  }
  .alert-overlay {
    top: 56px;
  }
}

.social-media-icon{
  font-size: 36px;
  color: white;
  margin: 1%;
}

.social-icons{
  margin-top: 5%;
}
.x-twitter-icon{
  font-size: 30px !important;
}
