/*.accessibility_panel_open #smooth-wrapper{top:65px !important;}*/

.logopart a .slogan em {
    font-size: 12px;
    display: block;
    font-weight: 600;
    margin-top: 5px;
    font-style: normal;
}
a.request_info_link.for_service_tab {
    display: flex;
}

/* Open state */
/*.hamburger_menu_btn.open span:nth-child(1), .hamburger_menu_btn1.open span:nth-child(1) {
  transform: translateY(13px) rotate(45deg);
}

.hamburger_menu_btn.open span:nth-child(2), .hamburger_menu_btn1.open span:nth-child(2){
  opacity: 0;
}

.hamburger_menu_btn.open span:nth-child(3), .hamburger_menu_btn1.open span:nth-child(3) {
  transform: translateY(-13px) rotate(-45deg);
}
*/

/* Menu Css */

#menu__toggle {
  opacity: 0;
}

#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}

#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}

#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}

.hamburger-menu.open_menu .menu__box {
  opacity:1;
  visibility: visible;

}

.menu__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
}
.menu__box a{
  color: #000;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #616161;
  transition-duration: .25s;
}

.menu__btn > span::before {
  content: '';
  top: -8px;
}

.menu__btn > span::after {
  content: '';
  top: 8px;
}

.menu__box {

  position: fixed;
  opacity:0;
  visibility: hidden;
 overflow-y:auto;
  height:100%;
  top:0px;
  right: 0;
  width: 100%;
  margin: 0;
      padding:0px 0px;
  list-style: none;
  background-color: #fff;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
  transition-duration: .6s;
}

@media(max-width:991px){
    .left-section {
    width: 100%;
}
        .subscribe-right button {
        width: 26%;
    }
	.menu__box{ background-color: #0a217c}
   .menu_bent_item.info_menu {
    display: none!important;
}
.banner-text h1 {
    font-size: 35px;
    line-height: 1.3;
}
.small-guam_timing {
    text-align: center;
    margin: 0 auto;
}
}

.sticking .menu__box {}
body.open_menu_in_body {
    overflow: hidden;
}
body.open_menu_in_body .top-head-bar:before {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 92px;z-index:9;    border-bottom: 1px solid #05289d;
}

body.open_menu_in_body .head-menu{padding:2px 0}

.hamburger-menu.open_menu .menu__box {
    overflow-y: auto;
}
.text_for_selct_page{position:absolute; left:0; right:0; top:7em;}
.dis_flex_menu{    display: flex;

    margin-top: 8.5em;
    padding: 0;
    padding-top: 1em;     text-align: left;}
    
    .user-logged-in .dis_flex_menu{margin-top: 16em;}
    .user-logged-in .navigation.menu--main .close_div, .user-logged-in .navigation.menu--main .close_div1{top:240px;}
    .user-logged-in .text_for_selct_page{    top: 15em;}
    
    @media(max-width:991px){
        .user-logged-in .dis_flex_menu {margin-top: 0;}
        .user-logged-in .navigation.menu--main .close_div{display:none}
    .user-logged-in .text_for_selct_page{display:none}
    }

.open_menu_in_body .top-bar-header{display:none !important}
.for_full_menu li.menu__item.menu-main__item > a, .for_full_menu li.menu__item.menu-main__item > span.menu-main__link {
/*   min-height: 68px;*/
    padding-bottom: 10px;
    display: block;
    border-bottom: 1px solid #3c6da5;
    line-height: 1.4; color:#3c6da5
}
.for_full_menu 
.menu__item {  
  display: block;
  padding: 12px 10px;
  color: #333;

  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition-duration: .25s;    width: 100%;
}

a.li-menu {
    font-size: 30px;
    margin-bottom: 20px;
    display: block;
    color: #41bfcd;
}
.submenu .menu__item {
  font-size: 18px;
}

.submenu li a {
    font-weight: 500;
    font-size: 18px;
    padding: 8px 0px;
    display: inline-block;
}
.submenu li a:hover{
  color:#3c6da5;
}
.submenu {
  list-style: none;
  padding-left: 0px;
  display: none;  /* Initially hidden */
}

/* Mobile view: submenu should toggle visibility on click */
@media (max-width: 991px) {
  .submenu {
    display: block!important;  /* Ensure submenus are hidden on mobile */
  }
.double-module{
    background-size: 100%;
}
.logopart a span.slogan b {
    font-size: 22px;
}
.right_side_sec{
    margin-top: 30px;
}
  .expanded.open > .submenu {
    display: block;  /* Show submenu when parent has 'open' class */
  }

  .menu__item .li-menu {
    position: relative;
        padding: 12px 24px 12px 15px;
        margin: 0px;
        font-size: 22px;
}
li.menu__item.expanded.open a.li-menu {
    background: #fff;
    color: #000;
}
a.li-menu {
    color: #fff;
}
  .menu__item.expanded .li-menu::after {
  position: absolute;
    top: 22px;
    right: 30px;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
.menu__item.expanded.open .li-menu::after{
-webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(225deg);
        -webkit-transition: border-color 0.2s ease;
        -moz-transition: border-color 0.2s ease;
        -ms-transition: border-color 0.2s ease;
        -o-transition: border-color 0.2s ease;
        transition: border-color 0.2s ease;
        border-bottom: 2px solid #000000;
        border-right: 2px solid #000000;
}
.menu__item {
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    padding: 0px;
}
.submenu li {
    border-top: 1px solid rgba(255, 255, 255, 0.20);
}
.submenu li a {
    font-size: 16px;
    padding: 8px 20px 8px 30px;
       color: #fff;
    font-weight: 600;   width: 100%;
  }
  .submenu li a:hover{    background: #073763;
    color: #fff;}
}

/* Desktop view: Always show the submenu */
@media (min-width: 992px) {
  .submenu {
    display: block;  /* Always display submenu on desktop */
  }
  .text-rt{
    text-align: right;
  }
}

/* Upcoming events */

.upcoming-events .container-fluid {
    padding: 0px;
    overflow: hidden;
}
.events-list {
    display: flex;
    justify-content: space-between;
    padding: 0px 20px;
    margin-bottom: 30px;

}
.event-inp {
    padding: 0px 30px;
    padding-right: 0px;
}

.time {
    font-size: 22px;
    color: #41bfcd;
    font-weight: 600;
}
.title a {
    font-size: 30px;
    color: #000;
    line-height: 1.2;
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #41bfcd;
}
.event-in img {
    max-width: 230px;
}
.upcoming-events h2.section__title {
    font-size: 70px;
    margin: 30px 0px 60px 40px;
}
  .title a {
    font-size: 26px;
    text-transform: uppercase;
}
.title a i:before, .right-dv a i:before,
.flx-ul a i:before{
    transform: rotate(45deg);
}
.title a:hover{
  color: #41bfcd;
}
.title {
    margin: 10px 0px;
}
.event-bt {
    margin: 30px 0px 60px 0px;
}
.event-inp p{
  color: #000;
}
.event-bt p{
  color: #000;
    font-size: 26px;
    line-height: 1.2;
}
.title a {
    font-size: 30px;
    font-weight: 500;
    display: inline-block;
}
.upcoming-events .row {
    align-items: center;
}
.subheader {
    font-size: 72px;
}
.sub-p {
    font-size: 34px;
    color: #000;
  }
  .story-flx {
    display: flex;
    margin-bottom: 40px;
}
.story-right a {
    color: #000;
    font-size: 32px;
    line-height: 1.2;
    border-bottom: 2px solid #41bfcd;
}
.story-right a:hover{
  color: #41bfcd;
}
.story-right {
    margin: 0px 40px;
}
.story-right p {
    color: #000;
    font-size: 27px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 20px;
}
.story-left img {
    max-width: 550px;
    width: 100%;
}
.link--featured {
    color: #000;
    font-size: 30px;
    border-bottom: 2px solid #41bfcd;
    text-transform: uppercase;
}
.link--featured:hover {
    color: #41bfcd;
}
.tab-in {
    padding: 80px 0px;
}

.tab-in li {
    list-style: none;
    margin-bottom: 18px;
    position: relative;
    width: 100%;
    padding-left: 0px;
   transition: border-bottom-color 1s ease;
    border-bottom: 2px solid #000;
}

.tab-in li a {
    font-size: 45px;
    color: #000;
    padding: 0 8px 15px;
    position: relative;
    z-index: 1;
    transition: color 5s ease; 

}

.tab-in li:hover a {
    color: #fff;
    transition: color 1s ease;
}

/* Creating a colored background bar that will move */
.tab-in li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 100%;
    bottom: 0;
    z-index: 0;
    transition: all 1s ease; /* Slowed down to 1 second */
}

/* Define the colors for each row */
.bg_color1::after {
    background-color: #0066cc; /* Blue */
}

.tab-in li.bg_color1:hover {
    border-bottom-color: #0066cc;
}

.bg_color2::after {
    background-color: #009688; /* Teal */
}

.tab-in li.bg_color2:hover {
    border-bottom-color: #009688;
}

.bg_color3::after {
    background-color: #e7cf00; /* Yellow */
}

.tab-in li.bg_color3:hover {
    border-bottom-color: #e7cf00;
}

.bg_color4::after {
    background-color: #4caf50; /* Green */
}

.tab-in li.bg_color4:hover {
    border-bottom-color: #4caf50;
}

.bg_color5::after {
    background-color: #ff5722; /* Orange */
}

.tab-in li.bg_color5:hover {
    border-bottom-color: #ff5722;
}

/* Hover effect - fill the background from right to left */
.tab-in li:hover::after {
    right: 0;
}


.sticking .top-bar {
    display: none;
}
.social-feature__heading__headline {
    font-size: 72px;
}
.flx-latest {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.right-dv a {
    color: #000;
    font-size: 30px;
    border-bottom: 2px solid #41bfcd;
}
.right-dv a:hover {
    color: #41bfcd;
}
.slider_for_images button.slick-prev.slick-arrow {
    left: 20px;
    bottom: -60px;
    top: inherit;
    right: auto;
    z-index: 9;
}
.slider_for_images button.slick-next.slick-arrow {
    left: 80px;
    bottom: -60px;
    top: inherit;
    }
    .slick-arrow i {
    font-size: 32px;
    color: #000;
}
.slider_for_images .item {
    padding: 0px 10px;
}
.slider_for_images .item img {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1;
}
.latest-slide {
    padding-bottom: 80px;
}
.slider_for_images.slick-arrow:before{content:none !important}
.slider_for_images .slick-arrow i::before {
    font-weight: 600 !important;
}
.heading {
    text-align: center;
    margin-bottom: 30px;
}
.subtitle {
    color: #000;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
}
.heading h3 {
    color: #000;
    font-size: 72px;
    font-weight: 600;
    letter-spacing: 1.5px;
}
.flx-ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flx-ul li {
    list-style: none;
    padding: 0 25px;
}
.flx-ul li a {
    color: #000;
    font-size: 30px;
    position: relative;
}
.flx-ul li a:before {
    background: #000;
    bottom: -4px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    transition: right;
    transition-duration: .7s;
}
.flx-ul li a:hover:before {
    right: 100% !important;
}
.latest_for_images_section {
    overflow: hidden;
    padding-top: 60px;
    position: relative;
}
.latest-new-dv {
    position: relative;
    padding: 70px 0px;
}

.latest-new-dv:before {
    background: #b2d8d8;
    border-radius: 6px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    margin: 0 auto;
    max-width: 1480px;
    height: 100%;
}
.latest_for_images .item{
  padding: 0px 78px;
}
.address_item i {
    margin-right: 10px;
    margin-top: 5px;
    color: #fff;
}

.menu-logo-wrap {
    margin-bottom: 30px;
}
.footer-back-link {
    
}
.top-bar {
         background-color: white;
    text-align: center;
    padding: 20px 0px;
    font-size: 34px;
    font-weight: bold;
    font-family: "RomekSharp";
    /* font-family: "Brush Script MT", cursive; */
    /* padding-top: 20px; */
    border-bottom: 1px solid #000;
        }
  .popup-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            display: none;
            justify-content: center;
            align-items: center;
        }
        .popup {
            background: white;
            padding: 30px;
            max-width: 600px;
            border-radius: 10px;
            position: relative;
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
        }
         .popup h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}
        .popup label {
            display: block;
            margin: 10px 0 5px;
           font-size: 16px;
    color: #000;
        }
       .popup input, .popup select {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    border: 1px solid #e1e1e1;
    box-shadow: 0 0px 16px rgb(0 0 0 / 6%);
    font-size: 14px;
    background-color: #fff;
}

.popup input:focus, .popup select:focus {
    border: 1px solid #b3b3b3;
    color: #000;
}
       .popup button {
    padding: 8px 30px;
    margin-bottom: 10px;
    background-color: #44ccd6;
    border: none;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    text-align: center;
    margin:20px auto 0;
}
 .popup button:hover {
    background: #0a58ca;
    color: #fff;
 }
        .invisible-close {
            position: absolute;
            top: 5px;
            left: 5px;
            width: 30px;
            height: 30px;
            opacity: 0;
            cursor: pointer;
        }
        .error {
    background: #a94442;
    font-size: 12px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 2px;
    padding: 0px 5px;
    width: 100%;
    margin: 6px auto;
    position: relative;
    left: 0;
    right: 0;
    font-size: 12px;
    text-align: left;
    margin-bottom: 0;
    display: block;
    color: #fff;
}
.image-item img {
    width: 100%;
}

/*Header style start*/

:root, html, body{scroll-behavior:auto !important}


/* Top bar */

.top-bar-header {
    padding: 5px 0;
    text-align: end;    z-index: 992;
    position: relative;
}
.accesible-pannel img {
    max-width: 35px;
}
.top-bar-header ul {
    margin: 0px;
    padding: 0px;
}
/* Accesible Pannel Css*/

li.accesible-pannel {
    display: inline-block;
}
li.accesible-pannel a {
    text-decoration: none;
}
.sr-only-clip {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    padding: 0 !important;
    border: 0! important;
    white-space: nowrap !important;
    clip: rect(1px 1px 1px 1px) !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip-path: inset(50%) !important;
}
/* Language  Css */
body {
    top: 0 !important;
}
/*Back To Top*/
/*End Back To top*/

/* pre-loader-wrapper */
/* Header Css */

@media (max-width: 991px) {
/* #cssmenu > ul > li.home {
 display: block !important;
 text-indent: inherit;
}*/
}

/* when class="float-panel fixed" */
@media(min-width:991px) {
/*-------- Generic styles for the page ------------------*/
/*.inner-page-header.stic.sticking .head-menu{ background: #fff;}*/
}
.header_user_info li::marker{display:none;content:none}

/* Define the animation */

/* Apply animation to the arrow icon */
    
    
    
/* Style the container */

/* Style individual list items */

/* Style the buttons */

/* Style the active dot */

.hamburger_menu_btn, .hamburger_menu_btn1 {
    width: 35px;
       height: 21px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
}

.menu_bent_item.for_btn_full_menu{    display: none;    padding: 4px 6px;}

.menu_bent_item.for_btn_full_menu .hamburger_menu_btn{    margin: 0 auto;margin-bottom: 3px;}
.menu_bent_item.for_btn_full_menu .request_info_link_label{    font-size: 11px;}

.hamburger_menu_btn span, .hamburger_menu_btn1 span {
  display: block;
  height: 4px;
  width: 100%;
  background-color: #000;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* Open state */

.menu_buttons{display: flex;
    justify-content: right;    z-index: 9;
    position: relative;}

.header_controls{display: flex;align-items: center;gap: 10px;}
.menu_bent_item {display: flex;align-items: center;}
.menu_bent_item .hamburger_menu_btn, .hamburger_menu_btn1{margin-right:10px;}
.menu_bent_item {
        display: flex;
    align-items: center;
    background: #fff;
    padding: 10px 6px;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid #000;
    border-radius: 8px;
    color: #000;
    line-height: 1;
    min-height: 54px;
}
.menu_bent_item:hover{background: #0b3462;
    border: 2px solid #0b3462;    color: #fff;}
.menu_bent_item:hover .hamburger_menu_btn span{    background-color: #fff;}
.header_controls .request_info_link {
         padding: 12px 6px;
    height: 54px; display:inline-block;
          background: #fff;
    font-weight: 600;
    color: #000;
    border: 2px solid #000;
    border-radius: 8px;
}
a.request_info_link.for_service_tab:hover{background: #f1f1f1;}
a.request_info_link.for_service_tab:hover .request_info_link_label{color:#000}

.header_controls .audience_toggle {
 padding: 16px 10px;
    height: 59px; display:inline-block;
        background: #fff;
    font-weight: 600;
    color: #000;
    border: 2px solid #05289d;
    border-radius: 8px;
}

.header_controls .request_info_link:hover {
    background: #0b3462;
    border: 2px solid #0b3462;
    color: #fff;
}

.header_controls .audience_toggle:hover {
   

        background: #f1f1f1;
    border: 2px solid #fff;
    color: #000;
}

.header_controls .audience_toggle.for_livechat:hover {
   

          background: #05289d;
    border: 2px solid #05289d;
    color: #fff;
}

.navigation.menu--main .close_div, .navigation.menu--main .close_div1 {
    position: absolute;
    right: 10px;
    top: 7em;
}

@media (min-width: 992px) {
    .submenu {
        display: block !important;
    }
    .menu__item.only_mobile_tab {
        display: none !important;
    }
}

/*Header style end*/

/*Animation css start*/

.sun {
     background-color: #145590;
    opacity: 0.3;
    position: absolute;
    top: -80%;
    left: -10%;
    width: 2200px;
    height: 1200px;
    border-radius: 50%;
    animation-name: sunrise2;
    animation-duration: 12s;
    animation-timing-function: linear;
    animation-delay: 1s;
    animation-iteration-count: infinite;
}

.sun2 {
      background-color: #3d6386;
    opacity: 0.3;
    position: absolute;
    top: -100%;
    left: -1200px;
    width: 2200px;
    height: 1200px;
    border-radius: 50%;
    animation-name: sunrise2;
    animation-duration: 16s;
    animation-timing-function:linear;
    animation-delay: 2s;
    animation-iteration-count: infinite;
}

.sun3 {
     background-color: #071624;
    opacity: 0.3;
    position: absolute;
    top: -100%;
    left: -80%;
    width: 100%;
    height: 180%;
    border-radius: 50%;
    animation-name: sunrise2;
    animation-duration: 14s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
}

@keyframes sunrise2 {
  0% {
    transform: translate(0px, 0px);
  }
  25% {
    transform: translate(150px, 50px);
  }
  50% {
    transform: translate(300px, 10px);
  }
  75% {
    transform: translate(150px, 50px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

/*Animation end*/

@media(min-width: 992px){
    .desktop_none{display: none;}
}



.sub_menu_btn2{position:relative}
.sub_menu_btn2 .sub_menu_list {
    position: absolute;
    top: 60px;
    padding-top: 10px;
    list-style: none;
    background: #fff;
    width: 300px;
    right:0;
    opacity:0; visibility:hidden;
    box-shadow: 0 16px 24px rgba(3,54,63,.16),0 8px 16px rgba(3,54,63,.04),0 4px 8px rgba(3,54,63,.04),0 2px 4px rgba(3,54,63,.02),0 1px 2px rgba(3,54,63,.04),0 -1px 2px rgba(3,54,63,.04);
    border-radius: 10px;
    overflow: hidden;text-align: left; transition:.5s all
}
.sub-menu-right {
    margin-left: 30px;
}
.sub-menu-right h4 {
    padding-bottom: 20px;
}
.sub-menu-right h4{
   font-size: 22px;
}
.sub_menu_btn2:hover .sub_menu_list{
    opacity:1; visibility:visible; transition:.5s all
}
.sub_menu_btn2 .sub_menu_list li a {
       display: block;
    padding: 6px 15px;
    color: #000;
    font-weight: 500;
    font-size: 18px;
}
.sub_menu_btn2 .sub_menu_list li a:hover{
   
    color:#3c6da5;
}


.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0;
}

.open_menu_in_body .header-wrapper {
    padding: 0;
}

.logopart {
    margin-right: 0px;
    padding: 5px 0;
    position: relative;
    z-index: 9;
}

.logopart a {
    position: relative;
}
.logopart a {
    display: flex;
    align-items: center;
}

.logopart img {
    width: 200px;
    padding: 5px 0 2px;
    z-index: 1;
    position: relative;
    margin-bottom: 0px;
}

.head-menu .logopart img {
    max-width: 140px;
}

.open_menu_in_body .head-menu .logopart img {
    max-width: 80px; margin:0
}
.open_menu_in_body .logopart a span.slogan, .open_menu_in_body .logopart a span.slogan span.color-change {
    font-size: 25px;
}
.open_menu_in_body .logopart a span.slogan b{font-size: 18px;}
.container-semi-large {
    max-width: 1400px;
    margin: 0 auto;
}

.open_menu_in_body .header-right.menuicon {
    padding-right: 15px !important;
}
.menu__item.menu-main__item.show_only_mobile {
    display: none;
}

@media (max-width: 991px) {
    .services_btn_list {
    grid-template-columns: repeat(2, 1fr);
}
.overflow_scroll_event {
    margin-top: 30px;
}
    .for-spotlight .slider-navigation-style-06.swiper-button-prev {
    left:30px;
}
.for-spotlight .slider-navigation-style-06.swiper-button-next {
    right: 30px;
}
.services-box-img a img {
    text-align: center;
    margin: 0 auto;
    display: block;
}
.cover-background .slider-navigation-style-06.swiper-button-prev {
    left: 30px;
}
.for-dv-box .item_for_service {
    margin-bottom: 30px;
}
.col {
    width: 100%;
    max-width: 100%;
    flex: 50%;
}
.about-style-one-item img {
    margin-top: 30px!important;
    margin: 0 auto;
    display: block;
}
.default-padding {
    overflow: hidden;
}
.cover-background .slider-navigation-style-06.swiper-button-next {
    right: 30px;
}
.about-style-one-card{
            margin: 0!important;
        margin-top: 30px;
                padding: 30px 30px!important;
}
.header_controls{gap:0}
   .text-left-top .text-left-top {
        display: block;
        width: 100%;
        text-align: center;
    }
    .section-title h2 {
    font-size: 36px;
}
    .sub-top-links {
        display: inline-block;
    }
    
    .show_mobile_only {
        display: inline-block;
    }
    .col-md-6.splite_div {
        display: none;
    }
    
    .head-menu .top-head-bar .menuicon {
               position: relative;
        margin: 0;
        background:#0b2f7f;
        margin-top: 0px;
        top: 0;
             position: relative;
        z-index: 991;
    }
        body.open_menu_in_body {
        overflow: inherit;
    }
    .header-wrapper {
        display: flex;
        flex-wrap: wrap;
    }
    .header-wrapper .header-left{order:2;width: 100%;}
    .header-wrapper .header-right{order:1}
    
        .hamburger_menu_btn, .hamburger_menu_btn1 {
        margin: 0 auto;
    }
        .menu_bent_item .request_info_link_label {
        display: block;
    }
        span.request_info_link_label {
        font-size: 12px;
        color: #fff;
    }
    
    .header_controls .sub_menu_btn {
    display: none;
}
body.open_menu_in_body .top-head-bar:before{content:none !important}
    
}


.menu__item.menu-main__item.show_only_mobile{display:none}

@media (max-width:991px) {

/*.header_controls .sub_menu_btn, .header_controls .sub_menu_btn2{display:none}*/

.menu__item.menu-main__item.show_only_mobile{display:block}
.menu_buttons{    padding-right: 15px;
    border-top: 1px solid #ffffff1f;
    padding-top: 10px;
    padding-bottom: 2px;}
.mobile_none{display:none}

.top-head-bar .col-lg-4.col-md-12.col-sm-12{order:2}
.col-md-8.menuicon{    position: relative;
    margin: 0;
    background: #073763;}
.header_controls{    width: 100%;
    justify-content: end;}
    .menu_bent_item{order:2;    padding: 0;
    border: 0;}
    .menu_bent_item{display:block; text-align:center}
    .hamburger_menu_btn, .hamburger_menu_btn1{margin:0 auto}
    .hamburger_menu_btn span, .hamburger_menu_btn1 span{background-color: #000;}
    span.request_info_link_label {
    font-size: 12px;
    color: #000;
}
.menu_bent_item .hamburger_menu_btn {
    margin-right: auto;
}
.menu_bent_item:hover {
    background: #dce3ff;
}
li.menu-get-btn.for-consumers a {
    color: #fff;
}
li.menu-get-btn.for-consumers a i{font-size:24px !important}
.logopart a{    padding-top: 10px;
    justify-content: center;}
    .logopart a span.slogan {
    font-size:21px;
    font-weight: 800;
    color: #1f184c;
    max-width: 260px;
    margin-left: 10px;
}
 .logopart a span.slogan span{    font-size: 21px;}

.logopart a span.slogan em{font-size:12px;}

    .head-menu{padding-top:0;        padding-bottom: 0;}
body.pre-loaded.open_menu_in_body .top-head-bar:before{display:none}
.open_menu_in_body li.menu__item.menu-main__item > a{ color: #fff;
        font-size: 16px;
        font-weight: 600;}
    

.menu__item.expanded> .menu-main__link::after {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 10px;
    height: 10px;
           border-bottom: 2px solid #ffffff;
        border-right: 2px solid #ffffff;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
    
    .dis_flex_menu .menu__item > a.menu-main__link {
    position: relative;
    padding: 12px 24px 12px 15px;
    margin: 0px;
    font-size: 22px;
    width: 100%;
    display: block;
}
.open_menu_in_body .menu__item {
    border-top: 1px solid rgb(255 255 255 / 11%);
    padding: 0px;
}
li.menu__item.menu-main__item.show_only_mobile a:hover{background:#fff; color:#000}

    .col-md-8.menuicon{position: static !important;}
section.banner {
    padding: 0;
}

    .body-stick .hamburger-menu.open_menu .menu__box {
               min-height: calc(100vh - 130px);
        max-height: calc(100vh - 130px);
    }

}
@media (max-width:767px) {
    .subscribe-left h3 {
    font-size: 24px;
}
    .completions_section .section-title {
    text-align: center;
}
.div_for_doc a {
    padding: 25px 10px;
}
.div_for_doc .view_more_link, .div_for_doc .elementor-icon-list-text {
    font-size: 16px;
}
.coming_event_item {
    display: block;
}
.box_item_content h6 {
    font-size: 22px;
}
.box_date_item span {
    line-height: normal;
}
.box_date_item {
    padding: 10px 15px;
}
.col-sm-12.services-box-img.xs-h-300px {
    height: auto !important;
}
.services-box-img {
    margin-top: 30px;
}
.for_item_for_it {
    margin-bottom: 0px;
}
.title_for_section {
    margin-top: 30px;
}
.newsletter-subscribe {
    display: block;
}
.newsletter-subscribe h3 {
    margin-right: 0px;
    margin-bottom: 30px;
    font-size: 32px;
}
.fun-fact-card {
    margin-top: 50px;
}
.btn.btn-large {
    font-size: 14px;
    padding: 14px 15px;
    margin-bottom: 10px;
}
.services_btn_list {
    grid-template-columns: repeat(1, 1fr);

}
.links-right {
    text-align: center;
    padding-top: 12px;
}
.center-mb p {
    text-align: center;
}
    .head-menu .logopart img {
            max-width: 62px;
        margin: 0;
}
    .logopart a span.slogan b {
        font-size: 17px;
    }
.text-left-top ul.sub-top-links i {
    font-size: 16px !important;
}
.feature-box-content h3 {
    font-size: 26px!important;
}
.btn-footer {
    display: block!important;
}
.completions_section .section-title {
    text-align: center;
}
    .logopart a span.slogan, .open_menu_in_body .logopart a span.slogan {
        font-size: 18px;
    }
.logopart a span {
    max-width: 200px;
}
.menuicon {
        top: 0px;
    }
 .top-head-bar .header-right .menu_buttons {
        top: 10px;
    }
    .left-section {
    width: 100%;
}
.subscribe-right button {
        padding: 12px 15px;
        width: 70%;
    }
    .ft-btn {
    margin: 20px 5px!important;
}
}


/*Menus Responsive css*/

@media only screen and (max-width:991px) {
.open_menu_in_body .top-bar-header {
        display: block !important;
    }
    .mobile_none {
    display: none!important;
}
.dis_flex_menu {
    display: block;
    background: #0a217c;
    height: 100vh;
    overflow: scroll;
}

.menuicon {
        margin-top: 3px;
    }
.menu_buttons.open_menu {
    top: auto;
}
    .dis_flex_menu {
    padding-top: 0;
    padding-bottom: 132px;
}

.menu__box.menu_section .container.container-semi-large {
    padding: 0;
}
.dis_flex_menu{padding-bottom:0}
.dis_flex_menu{height:auto; margin-top:0}
.open_menu_in_body li.menu__item.menu-main__item > a{min-height:inherit; border:0;position: relative;}
.menu__box{    position: absolute;
    top: 124px;
    padding: 0;
    height: auto;}
body.pre-loaded.open_menu_in_body {
    overflow: inherit;
}
.navigation.menu--main .close_div{display:none}

.top-bar-header1 ul{    margin-top: -10px;}

.top-head-bar .container-fluid {
    padding: 0;
}
.header-wrapper{padding:0 !important}

    #header {
        background: #fff;}
    li.menu__item.expanded.open> a.menu-main__link {
        background: #0b2f7f;
        color: #fff !important;
    }
        .menu__item.expanded.open> .menu-main__link::after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(225deg);
        -webkit-transition: border-color 0.2s ease;
        -moz-transition: border-color 0.2s ease;
        -ms-transition: border-color 0.2s ease;
        -o-transition: border-color 0.2s ease;
        transition: border-color 0.2s ease;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        top: 20px;
    }
    
    .top-bar-header.top-item-links .row{margin:0 -12px;}
    .card.director-card, .happenings{overflow:hidden}
    .footer-bar {
    padding-bottom: 60px !important;
}
}
.for_logos .row .client-box {
   height: 300px!important;
    max-width: 300px;
    margin: 5px auto;
}

@media only screen and (max-width:767px) {


        .menuicon {
        margin-top: 8px;
    }
    .text-left-top ul.sub-top-links .accesible-pannel {
    margin-right: 0;
    margin-left: 5px !important;
}
.sub-top-links li {
    margin: 5px 0px;
}
.language-section {
    margin-right: 0px;
        margin-left: 0;
    }
        .sub-top-links a {
        font-size: 14px!important;
    }
    .sub-top-links a {
    justify-content: center;
}
}
li.accesible-pannel.ms-2.tooltip span {
    display: none;
}
@media (min-width: 992px) and (max-width: 1480px) {
.menu__item {
    padding: 12px 18px;
}
}
@media (min-width: 992px) and (max-width: 1250px) {
.head-menu .logopart img{max-width: 100px;}

.logopart a span.slogan em{font-size:12px;}
.header_controls .request_info_link, .header_controls .audience_toggle, .menu_bent_item{font-size:16px;}

}
.not-front #header {
    z-index: 200;
   
}


.show_mobile_only{display:none}

li.close_menu_hap {
    text-align: right;
    display: none;
}

@media(max-width:991px){
    .gold-btn {
    padding: 12px 20px;
}
.fs-45, .h3, h3 {
    font-size: 2rem;
}
.left_announcement h5, .right_side_sec h5 {
    font-size: 24px;
}
li.close_menu_hap {

    display: block;
}

    .show_mobile_only{display:inline-block}
    
    .sub-top-links a{font-size:20px;}
    .sub-top-links svg{    width:15px;
    height: 15px;}
    li.menu-get-btn.for-consumers a i{font-size:20px;}
    .language-section{margin-left:0; vertical-align:middle}
    div#guam_timer{margin-bottom:8px;}
    
    .menu_buttons .top-bar-header1{display:none !important}
    .header_controls .request_info_link span {
    font-size: 16px;
}
.header_controls .request_info_link{border-color:#fff}
.menu_buttons{padding-bottom:10px !important;}

   .header_controls .menu_bent_item {
        display: block;
        text-align: center;
        border: 2px solid #fff;
        padding: 5px 10px;
        padding-bottom: 0;
        max-height: 60px;        margin-right: 15px;
    }
    .menu_bent_item .request_info_link_label{display:block}
        
        
    .text_for_selct_page{display:none}
    .header_controls .request_info_link:hover {
    background: #dce3ff;
    border: 2px solid #ffffff;
    color: #fff;
}

.navigation.menu--main.for_service_menu .close_div1{display:none}
.navigation.menu--main.for_service_menu .sub-menu-right{display:none}
.navigation.menu--main.for_service_menu .submenu.menu-main__submenu{display:block !important}
    .service_program_tab h4{display:none}
.navigation.menu--main.for_service_menu .dis_flex_menu.menu-main div{width:100% !important}
.sub_menu_btn2 .sub_menu_list{    top: 80px;
    right: 10px;}
.head-menu .col-md-8.menuicon {
    z-index: 999;
}

.header_controls .sub_menu_btn{order:2}
.header_controls .sub_menu_btn2{order:3}

.menu_buttons .header_controls{    justify-content: center;}
.menu_buttons{padding-right:0!important}

.sub_menu_btn2 .sub_menu_list{width: 100%;right: 0;        padding-top: 0;}

.request_info_link.for_service_tab .hamburger_menu_btn1{margin:0 auto !important}
.request_info_link.for_service_tab {
    display: block !important;
    text-align: center;
    border: 2px solid #fff;
    padding: 5px 10px;
    padding-bottom: 0;
    max-height: 60px;
}
.header_controls .for_service_tab.request_info_link span {
        font-size: 12px;
        display: block;
    }


a.request_info_link.for_service_tab:hover{background: transparent;}
a.request_info_link.for_service_tab .request_info_link_inner.request_info_link_label{color:#fff !important}
}

.sub_menu_list ul {
    padding-left: 0;
    list-style: none;
}

.body-stick .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation: slideDown 0.4s;
    background-color: #fff;
    z-index: 111;
    border-bottom: 1px solid #0334da;
    /* height: var(--header-height); */
}
.body-stick .header-wrapper {
    padding: 0px 0;
}
.body-stick .head-menu{padding:2px 0}

.body-stick .menu_bent_item, .open_menu_in_body .menu_bent_item{    font-size: 14px;
    padding: 16px 10px;
    height: auto;
    line-height: 1;
    min-height: auto;}
.body-stick .header_controls .request_info_link, .body-stick .header_controls .audience_toggle{    font-size: 14px;
    padding: 16px 10px;
    height: auto;
    line-height: 1;}
    

.open_menu_in_body .header_controls .request_info_link, .open_menu_in_body .header_controls .audience_toggle{    font-size: 14px;
    padding: 16px 10px;
    height: auto;
    line-height: 1;}


.open_menu_in_body .sub_menu_btn2 .sub_menu_list{top:50px;}

.sub_menu_btn2.wider_menu .sub_menu_list {
    min-width:765px;
}

.sub_menu_btn2.wider_menu .sub_menu_list li {
    width: 33.33%;
    float: left;
    border-right: 0px solid #ddd;
}

.sub_menu_btn2.wider_menu.less_wider_menu .sub_menu_list {
    min-width:555px;
}

.sub_menu_btn2.wider_menu.less_wider_menu .sub_menu_list li {
    width: 50%;
    float: left;
    border-right: 0px solid #ddd;
}

.sub_menu_btn2.wider_menu .sub_menu_list > ul > li.menu__item{padding: 12px 18px;}
.sub_menu_btn2.wider_menu .sub_menu_list li li, .sub_menu_btn2.wider_menu.less_wider_menu .sub_menu_list li li{width:100%;}
.sub_menu_btn2.wider_menu .sub_menu_list li li a{padding: 6px 0;
    background: #fff;
    color: #000;
    font-weight: 500;}

.sub_menu_btn2.wider_menu .sub_menu_list li li a:hover{    color: #0b3462;}
.sub_menu_btn2.wider_menu .sub_menu_list li.menu__item > span.menu-main__link{    padding-bottom: 10px;
    display: block;
    border-bottom: 1px solid #0b3462;
    line-height: 1.4;
    color: #0b3462;
    font-size: 20px;
    margin-bottom: 10px;}
	
	.body-stick .sub_menu_btn2 .sub_menu_list{top:51px;}


.sub_menu_btn2.wider_menu .sub_menu_list li:nth-child(odd){border:0}

a.btn.banner_btn {
    background: #000120;
    color: #fff;
    border: 1px solid;
}
a.btn.banner_btn.gold_btn {
    background: #dd9900;
    color: #fff;
    border: 1px solid;
}
a.btn.banner_btn:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}
a.btn.blue_btn {
    background: #05289d;
    color: #fff;
}
a.btn.blue_btn:hover {
    background: transparent;
    color: #05289d;
    border-color: #05289d;
}
.top-content_notification{
    background: #800000;
    color: #fff;
    font-size: 20px;
    padding: 10px;
}
.top-content_notification a{
    color: #fff;
    text-decoration: underline;
}
.top-content_notification a:hover{
    color: #ddd;
}
@media(max-width: 480px){
.top-content_notification{
    font-size: 14px;
}
}
    section {
        overflow: hidden;
    }
	
	.menu-get-btn.menu_bent_item_search{margin-right: 0px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    line-height: 1;
    padding: 9px 15px;}
	
	.menu-get-btn.menu_bent_item_search i.fa{    font-size: 20px;
    padding-right: 0;
    display: block;
    width: 100%;
       padding-bottom: 4px;
    padding-top: 3px;}
	
	.menu-get-btn.menu_bent_item_search a{text-align:center}
	
	.body-stick li.menu-get-btn.menu_bent_item_search.for-consumers {
    display: block;
}

.body-stick .menu_bent_item_search{padding:8px 10px}
.menu_bent_item_search.for_btn_full_menu {
    padding: 8px 10px;
}
.body-stick .for_btn_full_menu{display:block}
.body-stick .menu_bent_item.for_btn_full_menu, .open_menu_in_body .menu_bent_item.for_btn_full_menu {
   padding: 4px 6px;
}

.menu_bent_item_search.for-consumers {
   display: block;
    align-items: center;
    background: #fff;
    padding: 6px 10px;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid #000;
    border-radius: 8px;
    color: #000;
    line-height: 1;
    min-height: 54px;
}
.menu_bent_item_search.for-consumers:hover{    background: #0b3462;
    border: 2px solid #0b3462;
    color: #fff;}
	.menu_bent_item_search.for-consumers:hover a{color:#fff !important}
	.col-md-6.splite_div .sub-top-links li {
        margin-left: 10px;
    margin-right: 10px;
}

.fun-fact {
    color: #dd9900;
    text-align: center;
    border-right: 1px solid #14457c;
}


.testi_content:hover {
    background: #fef1db;
}	
.default-padding {
    overflow: hidden;
}

.offender-filters{
    display:flex;
    gap:14px;
    margin-top:0px;
}

/* Label style */
.modern-check{
          position: relative;
    padding-left: 34px;
    font-size: 16px;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    line-height: 1.4;
    font-weight: 600;
    margin: 0;
    padding-top: 4px;
    padding-bottom: 4px;    font-size: 18px !important;
}

/* Hide default checkbox */
.modern-check input{
    position:absolute;
    opacity:0;
    cursor:pointer;
}

/* Custom box */
.modern-check .checkmark{
    position:absolute;
    left:0;
    top:2px;
    width:26px;
    height:26px;
    background:#fff;
    border:2px solid #ccc;
    border-radius:8px;
    transition:0.3s;
}

/* Hover effect */
.modern-check:hover .checkmark{
    border-color:#0b3462;
    box-shadow:0 0 6px rgb(11 52 98 / 30%);
}

/* Checked style */
.modern-check input:checked ~ .checkmark{
    background:#0b3462;
    border-color:#0b3462;
}

/* Tick */
.modern-check .checkmark:after{
    content:"";
    position:absolute;
    display:none;
}

/* Show tick */
.modern-check input:checked ~ .checkmark:after{
    display:block;
}

/* Tick design */
.modern-check .checkmark:after{
      left: 7px;
    top: 3px;
    width: 9px;
    height: 16px;
    border: solid white;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
}

.tab-content .form-group input:focus, .tab-content .form-group input:hover, .tab-content .form-group select:focus, .tab-content .form-group select:hover, .basic-wrapper input:hover, .basic-wrapper input:focus{border-color:#dd9900}

.tab-content .form-group label{font-size:16px;}
.tab-content .form-group input::placeholder, .basic-wrapper input::placeholder{ color: #000 !important;}
.tab-content .form-group input, .tab-content .form-group select, .basic-wrapper input{    color: #000;
    font-size: 18px;
    font-weight: 500;}


.body-stick .alert-top, .open_menu_in_body .alert-top{display:none}

.news_ann_item h6 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;    line-height: 1.2;
}