.t4-footer .container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 9rem;
    padding-bottom: 9rem;
   background-image: url(/images/footerpng.png);
   background-position: bottom right;
   background-size: 200px 200px;
  background-repeat: no-repeat;
}

.t4-section-module .module-title span::after {
    content: none !important;
}

.t4-footnav .module-title  span::after {
    content: none !important;
}


.t4-megamenu .navbar-nav > li.active > a, .t4-megamenu .navbar-nav > li.active > .nav-link {
    color: #000;
    border-bottom: 1px solid #fff;
}

.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
    color: #000;
    padding: 0.9375rem 0;
    border-bottom: 1px solid transparent;
    margin-bottom: -1px;
}

.t4-megamenu .navbar-nav > li > a:hover, .t4-megamenu .navbar-nav > li > a:focus, .t4-megamenu .navbar-nav > li > a:active,
.t4-megamenu .navbar-nav > li > .nav-link:hover,
.t4-megamenu .navbar-nav > li > .nav-link:focus,
.t4-megamenu .navbar-nav > li > .nav-link:active {
  color: #92C2DF;
}

.t4-megamenu .dropdown-menu ul > .active a.nav-link, .t4-megamenu .dropdown-menu ul > .active a.dropdown-item {
    color: #92C2DF !important;
}

.layout-home .t4-sticky.t4-palette-inspirejoy {
    background-color: #fff;
}

.not-at-top .t4-sticky.t4-palette-inspirejoy {
    background-color: #fff;
}

.t4-offcanvas-toggle i, .navbar-toggler i {
    font-size: 22px;
    color: #a3a3a3;
}

.t4-offcanvas .t4-off-canvas-header {
    background-color: #fff;
}
.t4-offcanvas .t4-off-canvas-header .close {
    background: #a3a3a3;
}

.t4-offcanvas .t4-off-canvas-header .close span {
    color: #fff;
}

.t4-offcanvas .t4-off-canvas-body .navbar .nav-item.active > .nav-link, .t4-offcanvas .t4-off-canvas-body .navbar .nav-item.active > .separator {
    color: #5aa3d0;
}

:root{
    --body-link-hover-color: #92C2DF;
}

#t4-section-1 .bg-overlay-image {
    background-image: url(/images/IJ-Front-Banner.jpg?width=1920&height=873);
    background-repeat: no-repeat;
    background-position: 0px -125px;
}

@media (max-width: 576px) {
   #t4-section-1 .bg-overlay-image {
  	background-image: url(/images/IJ-Front-Banner.jpg?width=1920&height=873);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.alert-info, .contact .contact-miscinfo {
    /* color: #18204e; */
    /* background-color: #d5d8ea; */
    /* border-color: #c4c9e2; */
}
  
  
  .ijworkshoptext {
  position: absolute;
  bottom: 0px;
  width:100%;
  padding:16px;
  font-size:18px;
  text-align:left;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.9);
}
  .interestbtnlg {
  	display: none;
  }
}
  
@media (min-width: 577px) {
   .interestbtn {
         	display: none;
 
    }
     
  }
}


@media (min-width: 768px){
.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 25%;
    max-width: 50%;
  }
}

.t4-section.gutter-big  [class*=" col-"] {
    padding-right: 20px;
    padding-left: 20px;
}

.t4-section.gutter-big .row {
    margin-right: -1.6rem;
    margin-left: -1.6rem;
}

.dropdown-item {
    white-space: normal;
 }

.t4-palette-inspirejoy a:not(.btn) {
    color: #fff;
  text-decoration: none;
}