h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .t4-megamenu .navbar-nav > li {
  text-transform: uppercase;
}
body {
    color: #000000 !important;
}
p{
    font-family: montserrat;
}
#t4-header {
  padding:10px 0px;
}
.t4-megamenu .navbar-nav .nav-link{
      color: #ffffff !important;
      font-weight: bold;
}
.home-page .t4-megamenu .navbar-nav .nav-link{
      color: #000000 !important;
      font-weight: normal;
}
.t4-footer{
    background-color: #2C347F !important;
    padding: 10px;
}
.t4-footer a{
    color: #ffffff !important;
}
.t4-footer a:hover{
    color: #2B3580 !important;
    text-decoration: none;
}
.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link, .t4-megamenu .navbar-nav > li.active > a, .t4-megamenu .navbar-nav > li.active > .nav-link {
  color:#000;
}
.footer {
    width: 100%;
    max-width: 100%;
    flex: none;
}
.t4-footer .container {
  padding-top:20px;
  padding-bottom:20px;
}
#t4-footer .acm-hero h2.hero-heading {
  margin-bottom:0px;
  color:#000;
}
#t4-footer .spacer {
  display:none;
}
#t4-footnav, #t4-footer {
background:#f3f3f3;
}
.t4-footnav .module-title {
  color:#a1c8d4;
}
.t4-footnav .module-inner {
  color:#000;
}
#t4-reviews {
  padding:20px 0px;
}
.btn.primary.html5link {
  display:none;
}
#t4-topbar{
  background:#2c347f;
}
#t4-topbar .btn, #t4-header .btn, .t4-offcanvas .btn{
    background: #a1c8d4;
    color: #000;
    padding: 3px 8px;
    /* font-weight: bold; */
    font-size: 13px;
}
#triggerButton{
    background: none !important;
    padding: 0 !important;
}

#Mod102 .module-title {
  font-size:30px;
}
.t4-megamenu .navbar-nav > li > .nav-link {
  border-bottom: 2px solid transparent;
}
.t4-megamenu .navbar-nav > li > .nav-link:hover, .t4-megamenu .navbar-nav > li > .nav-link:active {
  color:#a1c8d4;
  border-bottom:2px solid #a1c8d4;
}
.col-form-label {
  display:none;
}
.form-control, .inputbox {
    max-width: 100%;
    width: 100%;
}
#rsform_4_page_0 .col-sm-9 {
    width: 100%;
    max-width: 100%;
    flex: none;
}

span.green {
  color:#a1c8d4;
}
.sb-widget.border {
border:none!important;
}
.t4-megamenu .navbar-nav > li.show > a, .t4-megamenu .navbar-nav > li.show > .nav-link, .t4-megamenu .navbar-nav > li:hover > a, .t4-megamenu .navbar-nav > li:hover > .nav-link {
    color:#a1c8d4;
}
#t4-masthead .bg-overlay-image {
    background-image:url('/images/slide.jpg');
}
#t4-hero {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#t4-header + #t4-hero { 
    margin-top: 0;
}
.btn.btn-secondary {
  color: #000 !important;
}
@media (min-width: 1200px) {
  #t4-section-8 .t4-section-module {
    padding-left: 12.063em;
  }
}
#t4-section-7 .t4-section-module, #t4-section-8 .t4-section-module {
  max-width: 45rem;
}
.services h3{
    color: #2B3580;
    text-align: left !important;
}
.services .information{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #f8f9fa;
    border-radius: 0.25rem;
    padding: 2rem;
    box-shadow: 0px 0px 20px #cccccc;;
}
.services .information a{
    background-color: #a1c8d4 !important;
    border-color: #a1c8d4 !important;
}
.services .picture{
    border-radius: 0.25rem;
    box-shadow: 5px 10px 18px #888888;
}
.services .picture img{
    display: block;
    width: 100vw;
    object-fit: cover;
    height: 100%;
    border-radius: 0.25rem;
}
.service-panels {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.service {
  position: relative;
  overflow: hidden;
  height: 250px;
  box-shadow: 5px 10px 18px #888888;
  border-radius: 1rem;
}

.service img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service p {
  position: absolute;
  left: 0;
  bottom: 15%;
  transform: translateY(50%); /* vertical centering */
  width: 100%;
  background: #f3f3f3;
  text-align: center;
  font-weight: 600;
  padding: 0.5rem;
  font-size: 17px;
}
.service a:hover{
    color: #000 !important;
}
.service img {
  transition: transform 0.3s ease;
}

.service:hover img {
  transform: scale(1.2);
}
.margin-bottom{
    margin-bottom: 25px;
}
#userForm h2{
    display: none;
}
.contact .details{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #f8f9fa;
    border-radius: 0.25rem;
    padding: 2rem;
}
.contact .details b{
    text-transform: uppercase;
    color: #2B3580;
}
.contact .details a{
    color: #888888 !important;
}
.contact .details a:hover{
    text-decoration: none;
    color: #a1c8d4 !important;
}
.contact .theForm{
    border-radius: 0.25rem;
    padding: 2rem;
    background-color: #f8f9fa;
}
.formControlLabel{
    color: #2B3580;
}
.formControls{
    border: 1px solid #A0C8D4;
    border-radius: 0.25rem !important;
}
#submit{
    background-color: #A0C8D4 !important;
    border-color: #A0C8D4 !important;
    width: 100%;
    border-radius: 0.25rem;
}
.input-group-text{
    background-color: #ffffff;
}
.contact-page iframe{
    border-radius: 0.25rem;
}
.t4-footnav .module-title span::after{
    display: none;
}
.t4-footnav a{
    color: #000000 !important;
}
.t4-footnav a:hover{
    color: #100c73 !important;
    text-decoration: none;
}
.button-box {
    height: 75px;
    overflow: auto;
    white-space: nowrap;
    margin: 1rem auto;
}
.btn-service{
    background: #a1c8d4;
    text-transform: uppercase;
    color: #ffffff;
    margin: 5px;
    transition: 0.2s;
}
.btn-service:hover{
    background-color: #2c347f;
    color: #ffffff;
}
.topmargin{
    margin-top: -5rem;
}
.ja-masthead:before{
    display: none;
}
.profiles .wf-column{
    background-color: #f8f9fa;
    border-radius: 0.25rem;
    box-shadow: 0px 0px 20px #cccccc;
    margin-bottom: 20px;
    transition-duration: 0.2s;
}
.profiles .wf-column:hover{
    transform: scale(1.01);
}
.profiles .wf-column img{
    border-radius: 0.25rem 0.25rem 0 0;
}
.profiles .wf-column .profile-info{
    padding: 10px;
}
.profiles .wf-column h3{
    font-weight: bold;
    color: #2B3580;
}
.t4-footnav .module-title span{
    color: #2B3580;
    font-family: sans-serif;
    font-weight: bold;
}
.t4-footnav .footnav-1 p{
    font-family: sans-serif;
}
@media(max-width: 1700px){
    #t4-section-7 .t4-section-module {
        padding-left: 2.063em !important;
    }
    #t4-section-8 .t4-section-module{
        padding-right: 2.063em !important;
        padding-left: 4.063em !important;
    }
}
.home-page .t4-section-7 .module-title span{
    color: #2B3580;
    font-weight: bold;
}
.home-page .t4-section-7 .module-title span::after{
    display: none;
}
.home-page .t4-section-7 a{
    background-color: #a1c8d4 !important;
    border-color: #a1c8d4 !important;
}
.home-page .t4-section-2 .hero-heading a{
    color: darkblue;
    font-weight: bold;
    font-size: 20px;
    text-decoration: 2px solid underline;
    text-underline-offset: 10px;
    transition-duration: 0.2s;
}
.home-page .t4-section-2 .hero-heading a:hover{
    color: #a1c8d4;
    font-style: italic;
}
.home-page .t4-section-2 .module-title span{
    color: #2B3580;
    font-weight: bold;
}
.home-page .t4-section-2 .module-title span::after{
    display: none;
}
.t4-hero .hero-heading{
  font-family: 'Lunasima', sans-serif;
}
.ja-masthead-detail{
    width: fit-content;
}
.ja-masthead-title{
    background-color: rgba(0,0,0,0.0);
    padding: 15px;
    border-radius: 0.25rem;
}
.ja-masthead .ja-masthead-detail{
    max-width: none;
}

.t4-megamenu .dropdown-menu ul > .active a.nav-link, .t4-megamenu .dropdown-menu ul > .active a.dropdown-item{
    color: #100c73 !important;
    font-weight: bold !important;
}
#t4-section-1 .t4-section-inner {
    position: relative;
}
.modulebadgess {
  position: absolute;
  bottom: 38%;
  left: 5%;
}
@media(max-width: 768px) {

.modulebadgess {
  position: relative;
  }

}
.t4-section-module .sub-title {
  font-family: inherit;
}
.partners .wf-column{
    padding: 20px;
    background-color: #f8f9fa;
    margin: 10px 0;
    text-align: left;
    border-radius: 0.25rem;
    box-shadow: 0px 0px 20px #cccccc;
}
.partners .wf-column h3{
    text-align: center;
    color: #100c73;
    text-decoration: 2px solid underline;
    text-underline-offset: 10px;
    margin-bottom: 20px;
}
.partners .wf-column img{
    height: 90px;
    width: auto;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
#Mod148 .module-ct {
  max-width: 100%;
  margin: 0 0 84px;
}
#t4-section-1 .container, #t4-section-2 .container, #t4-section-3 .container, #t4-section-4 .container, #t4-section-5 .container, #t4-section-6 .container {
  padding-top: 5.375em;
  padding-bottom: 3.375em;
}
.items-row .item .item-content .page-header {
  margin-bottom: 0.5rem;
  padding: 1rem;
}
.items-row .item {
  border: 1px solid #f1f1f1;
  margin: 1rem;
  border-radius: 10px;
  background: #fefefe;
  transition: all 1s;
  padding: 0;
}
.items-row .item:hover {
box-shadow: 0px 1px 24px 0px rgba(0,0,0,0.48);
-webkit-box-shadow: 0px 1px 24px 0px rgba(0,0,0,0.48);
-moz-box-shadow: 0px 1px 24px 0px rgba(0,0,0,0.48);
}
.item-intro {
  display: none;
}
.top-b p{
    margin-bottom: 0;
}
.top-a{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.service-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}
.service-image {
  flex: 1 1 50%;
  aspect-ratio: 16 / 9; 
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.service-image:hover img {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .service-image {
    flex: 1 1 100%;
  }
}
.service-image .service-image-overlay {
  position: absolute;
  left: 0;
  bottom: 25%;
  transform: translateY(50%);
  width: 100%;
  background: #f3f3f3;
  color: #000000;
  text-align: center;
  font-weight: 600;
  padding: 0.5rem;
  font-size: 15px;
  margin: 0;
}
.service-image .service-image-overlay b{
    color: #2c347f;
}
.moduleservice-panelled .module-ct{
    max-width: none;
}
.moduleservice-panelled .introductory-service{
    margin-bottom: 20px;
}
.moduleservice-panelled .introductory-service h3{
    color: #2c347f;
}
#Mod108{
    color: #000000;
}
.our-services .t4-mainbody .col-md{
    padding-top: 1rem !important;
    padding-bottom: 0 !important;
}
.our-services .t4-section-2 .container{
    padding-top: 0 !important;
}
.our-services .t4-section-2 .module-title{
    display: none;
}
.home-page .t4-section-2 .module-ct{
    max-width: none;
}
.t4-megamenu .item-caret{
    border-top: 4px solid #ffffff !important;
}
.home-page .t4-megamenu .item-caret{
    border-top: 4px solid #000000 !important;
}
.t4-footnav .logo{
    display: none;
}
[itemprop="blogPost"] {
    box-shadow: 0px 0px 20px #cccccc;
}
[itemprop="blogPost"] img{
    width: 100%;
    border-radius: 0.25rem 0.25rem 0 0;
}
.news-page .col-12.col-md-6.col-lg-4 {
    display: flex;
    margin-bottom: 25px;
}
.news-page [itemprop="blogPost"] {
    display: flex;
    flex-direction: column;
    height: 100%;
}
body:not(.home-page) #t4-header {
    background-color: transparent !important;
    background: linear-gradient(
        to bottom,
        rgba(44, 52, 127, 1) 0%,
        rgba(44, 52, 127, 1) 55%,
        rgba(44, 52, 127, 0) 100%
    );
    border-bottom: none;
    height: 175px;
}
:not(.home-page) #t4-masthead {
    margin-top: -80px;
}
body:not(.home-page) #t4-masthead {
    position: relative; /* required for the overlay to size correctly */
}

body:not(.home-page) #t4-masthead::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    pointer-events: none;
    z-index: 11;
}
.service-provided{
    margin-bottom: 20px;
}
.our-services .wf-columns-layout-1-2{
    min-height: 135px;
}
.our-services .wf-columns-layout-1-2 .wf-column:nth-child(2){
    align-content: center;
}
.service-provided > .wf-column {
    box-shadow: 0px 0px 20px #cccccc;
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 0.25rem;
}
.our-services .service-provided a{
    transition-duration: 0.2s;
}
.our-services .service-provided a:hover{
    text-decoration: none;
    color: #000000;
    box-shadow: 5px 10px 50px #888888;
}
.contact .wf-column{
    box-shadow: 0px 0px 20px #cccccc;
}
.t4-header .nav-item .menu-item-title{
    font-size: 15px;
}
.theme-default .t4-header .header-phone{
    font-size: 15px;
}
.about-page #t4-masthead .ja-masthead, .testimonials-page #t4-masthead .ja-masthead{
    background-image: none !important;
}
#t4-topbar .btn, #t4-header .btn:hover {
    background: #ffffff;
    color: #A0C8D4;
}
.layout-home .t4-offcanvas-toggle i{
    color: #000;
}
@media(max-width: 1211px){
        .nav-breakpoint-lg .t4-megamenu .navbar-nav > li > a, .nav-breakpoint-lg .t4-megamenu .navbar-nav > li > .nav-link {
        padding: 1.875rem 0.5em;
    }
}
@media(max-width: 1009px){
    .t4-header .t4-megamenu .navbar-nav > li{
        padding-left: 0 !important;
    }
}
@media(min-width: 992px) and (max-width: 1199px){
    .t4-header .container{
        max-width: 1100px !important;
    }
}
@media(max-width: 991px){
    .t4-header .top-b{
        display: none;
    }
    .layout-home .t4-hero .col-md-6{
        max-width: 100%;
    }
}
@media(max-width: 767px){
    .t4-footnav .t4-col{
        margin-bottom: 30px
    }
    .t4-footnav .module-title{
        margin: 0 0 5px 0;
    }
}
@media(max-width: 575px){
    .t4-hero .t4-section-inner{
        transform: scale(0.8);
    }
}
@media(max-width: 410px){
    .t4-hero .hero-content h1{
        font-size: 30px !important;
    }
}
@media(max-width: 253px){
    .t4-hero .container{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}
@media (min-width: 768px) {
    .t4-header .col-md-2{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 22.666667%;
        max-width: 22.666667%;
    }
}
@media (min-width: 992px) {
    .t4-header .nav-breakpoint-lg .t4-megamenu .navbar-nav > li > a, .nav-breakpoint-lg .t4-megamenu .navbar-nav > li > .nav-link {
        padding: 1.875rem 0.75em;
    }
}
@media(max-width: 1258px){
    .theme-default .t4-header .header-phone{
        font-size: 12px !important;
    }
    .t4-header .col-md-2{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}
@media(max-width: 1199px){
        .t4-header .nav-breakpoint-lg .t4-megamenu .navbar-nav > li > a, .nav-breakpoint-lg .t4-megamenu .navbar-nav > li > .nav-link {
        padding: 1.875rem 10px;}
}
.t4-footnav .show{
    border: none !important;
    background-color: #F3F3F3 !important;
}
@media (max-width: 960px) {

  /* Stack the icon + heading row */
  .service-provided .wf-columns-layout-1-2 {
    display: flex;
    flex-direction: column;
  }

  /* Heading first */
  .service-provided .wf-columns-layout-1-2 .wf-column:nth-child(2) {
    order: 1;
  }

  /* Icon second */
  .service-provided .wf-columns-layout-1-2 .wf-column:nth-child(1) {
    order: 2;
  }

  /* Body content third (already below, but make sure spacing is nice) */
  .service-provided .wf-columns-stack-medium > .wf-column {
    order: 3;
  }

  /* Optional: center align for better mobile layout */
  .service-provided .wf-column {
    text-align: center;
  }

  /* Optional: spacing tweaks */
  .service-provided h5 {
    margin-bottom: 10px;
  }

  .service-provided img {
    margin: 10px auto;
    display: block;
  }
  .wf-columns-layout-1-2>.wf-column:last-child{
    width: 100%;
  }
}




#t4-masthead .ja-masthead-title {
  font-size: clamp(28px, 5vw, 64px) !important;
  line-height: 1.2 !important;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #t4-masthead .ja-masthead-title {
    font-size: clamp(24px, 6vw, 40px) !important;
  }
}

h2, h3{
    text-transform: none !important;
}
.news-page .item-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;       /* fills the box without distortion */
  object-position: center; /* centre-centre crop */
  display: block;
}
