.logo-image img {
    width: 100px;
}
.t4-header {
padding:20px 0px;
}
.header-block a.btn {
    color:#fff;
    background:#f26422;
    border-radius:3px;
}
.t4-megamenu .navbar-nav>li>a, .t4-megamenu .navbar-nav>li>.nav-link {
    font-weight: bold;
}
.t4-banner {
    padding: 30px 0px;
}
.t4-services .t4-col {
    border: 1px solid #fff;
    padding: 40px;

}
.t4-services .t4-col h3 {
color:#1c2536;  
margin-bottom:13px;   
}
.t4-footnav .t4-module .module-title span {
    font-size: 14px;
}
#t4-footer-blocks {
    background:#1c2536;
    color:#fff;
}
#t4-footer-blocks .wf-column {
    background: #2c384f;
padding:30px;
}
#Mod126 {
    padding-top:30px;
}
.t4-footnav {
     background:#1c2536;
}
.t4-footnav .t4-module .module-title {
    color:#fff;
}
#t4-services .t4-col {
    position:relative;
    min-height:240px;
}
/* #t4-services .t4-col img {
    position: absolute;
    bottom: 10px;
    left:0px;
    right:0px;
} */
.form-control {
    max-width: 100%;
}
.rsform-type-submitbutton {
    text-align:right;
}
.ja-masthead {
    min-height:350px;
}
.ja-masthead .ja-masthead-detail {
    margin: 80px auto;
}
.position {
    padding: 5%;
}
.ja-masthead-title {
    font-size:40px;
}
.ja-masthead-description {
    font-size:24px;
}
#t4-banner .bg-overlay-image {
     border-bottom: 1px solid #00acf0;
}
.t4-article { 
margin-top: 60px;
}
.item-101 .t4-article {
    margin-top: 20px;
    margin-bottom: 50px; 
}
    .items-row .item {
        padding-top: 0rem;
        padding-bottom: 2rem;
        background: #f9f9f9;
        min-height: 800px;
    }
    .items-row .item .item-content .page-header {
        padding-left:10px;
        padding-right:10px;
        text-align: center;
    }
    .item-intro {
         padding-left:10px;
         padding-right:10px;
         text-align:center;
    } 
    p.readmore {
        position: absolute;
        bottom: 10px;
        left:0px;
        right:0px;
        text-align: center;
        margin: 0 auto; 
    }
.item-content {
  position: relative;
  min-height: 489px;
}
.com-content-category-blog  {
  margin-bottom: 70px;
}
.com-content-category-blog div {
    margin-bottom: 25px;
}
.btn.btn-primary {
    background: #f26422;
    border:none;
}
.logo-img {
   transition: width 1s;
}
.not-at-top .logo-img {
    width: 50px
}
.t4-header {
  transition: padding 1s;
}
.not-at-top .t4-header {
  padding: 0;
}
#t4-header {
  z-index: 99999999;
}
.h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-weight: bold;
}
.items-row .item .item-content h2, .items-row .item .item-content .h2 {
  font-size: 1.4rem;
}
p.readmore .btn:hover, p.readmore .blog-list .item-readmore a:hover, .blog-list .item-readmore p.readmore a:hover, p.readmore .btn:active, p.readmore .blog-list .item-readmore a:active, .blog-list .item-readmore p.readmore a:active, p.readmore .btn:focus, p.readmore .blog-list .item-readmore a:focus, .blog-list .item-readmore p.readmore a:focus {
  background-color: #1C2536;
  color: #fff;
}
@media (max-width: 991.98px) {
  .nav-breakpoint-lg .collapse-static {
    position: relative;
  }
  .navbar-expand-lg {
    display: none;
  }
}
#t4-topbar {
    text-align: center;
}
#t4-services .btn-outline-light {
   position: absolute;
   bottom: 20px;
  left: 50%;
  transform: translate(-50%);
}
#t4-services .t4-col {
    min-height: 320px;
}

@media (max-width: 1180px) {
#t4-services .t4-col {
    min-height: 440px;
}
}
@media (max-width: 570px) {
#t4-services .t4-col {
    min-height: 300px;
}
}

.blue-box {
    background: #0183C1;
    padding: 50px;
    position: relative;
}
#white-text {
    color: #FFFFFF
}
.projects .item-content {
  position: relative;
  min-height: auto;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #ffffff;
  text-align: center;
  background: rgba(17, 71, 117, .30);
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transform: translate(-100%,0%);
  -ms-transform: translate(-100%,0%);
  -o-transform: translate(-100%,0%);
  -moz-transform: translate(-100%,0%);
  transform: translate(-100%,0%);
}
.projects p.readmore {
 position: relative;
}
.projects .item {
  position: relative;
  padding: 0;
  height: 350px;
  width: 350px;
  overflow: hidden;
}
.projects .item:hover .item-content {
  opacity: 1;
  -webkit-transform: translate(0%);
  -ms-transform: translate(0%);
  -o-transform: translate(0%);
  -moz-transform: translate(0%);
  transform: translate(0%);
}
.projects .item .item-content h2 {
  position: absolute;
  bottom: 0;
  text-align: left;
  text-transform: none;
  padding: 0 0 50px 20px;
}
.projects .item .item-content h2 a {
    color: #fff;
}
.transparent-cut-out {
  content: '';
  position: absolute;
  bottom: -40px;
  right: 0;
  top: auto;
  left: auto;
  border-top: 200px solid transparent;
  border-right: 340px solid #fff;
  width: 0;
}
.projects .article-body img {
    transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.projects .article-body img:hover {
-webkit-transform: scale(1.05,1.05) translateY(-10px);
  -ms-transform: scale(1.05,1.05) translateY(-10px);
  -o-transform: scale(1.05,1.05) translateY(-10px);
  -moz-transform: scale(1.05,1.05) translateY(-10px);
  transform: scale(1.05,1.05) translateY(-10px);
}
.pull-domestic-thumbnail img{
    width: 100%!important;
}
#t4-footer-blocks{
    margin-top: -6px;
}