@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');




/*new css for 2 col*/

/* Three-column dropdown submenu for Products */
#cssmenu ul.three-column-submenu {
  display: flex;
  flex-wrap: wrap;
  width: 829px;
  padding: 0;
  background: #134685;
  z-index: 1000;
  margin-left: -70vh;
  margin-top: -15%; 
}

#cssmenu ul.three-column-submenu li {
  width: 33.33%;
  border: none;
}

#cssmenu ul.three-column-submenu li a {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 150%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  background: #134685;
  font-family: "Raleway", sans-serif;
}

#cssmenu ul.three-column-submenu li:last-child a {
  border-bottom: none;
}

#cssmenu ul.three-column-submenu li:hover > a:after {
  width: 100%;
}

/* Mobile - vertical scrollable list */
@media (max-width: 960px) {
  #cssmenu ul.three-column-submenu {
    display: block;
    width: 100%;
    max-height: 300px; /* Adjust height as needed */
    overflow-y: auto;
    overflow-x: hidden;
    background: #134685;
    padding: 0;
    margin: 0;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  }

  #cssmenu ul.three-column-submenu li {
    width: 100%;
  }

  #cssmenu ul.three-column-submenu li a {
    padding: 12px 15px;
    font-size: 15px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: #134685;
    display: block;
    font-family: "Raleway", sans-serif;
  }

  #cssmenu ul.three-column-submenu li:last-child a {
    border-bottom: none;
  }

  /* Optional: scrollbar style */
  #cssmenu ul.three-column-submenu::-webkit-scrollbar {
    width: 6px;
  }

  #cssmenu ul.three-column-submenu::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
  }
}





#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

#cssmenu:after,
#cssmenu>ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;

}

#cssmenu #menu-button {
  display: none;
}

#cssmenu {
  font-size: 15px;
  position: relative;

}


.fix_nav {
  background: transparent;
}

.top-flex {
  padding-right: 1%;
  background: transparent;
}

.email a {
  font-size: 15px;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.phone a {
  font-size: 15px;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.content .phone {
  padding: 10px;
  border-right: 1px solid rgb(0 0 0 / 20%);
}

.content .since{
  padding: 10px;
  border-right: 1px solid rgb(0 0 0 / 20%);
}

.content .since p{
  font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #000;
    text-align: left;
}

.content .since span{
  font-family: "Poppins", sans-serif;
}

.content .email {
  padding: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

#cssmenu.align-center>ul {
  font-size: 0;
  text-align: center;
}

#cssmenu.align-center>ul>li {
  display: inline-block;
  float: none;
}

#cssmenu.align-center ul ul {
  text-align: left;
}

#cssmenu.align-right>ul>li {
  float: right;
}

#cssmenu>ul>li>a {
  font-size: 18px;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
   font-family: "Raleway", sans-serif;
  padding: 5px 0px;
  margin: 10px 30px;
}

#cssmenu li:last-child a {}


#cssmenu>ul>li:hover>a,
#cssmenu>ul>li>a:hover {
  color: #000;
}

#cssmenu>ul>li.active>a {
  color: #000;

}

#cssmenu > ul > li:before {
  position: absolute;
  bottom: -23px;
  left: 0;
  width: 0;
  height: 3px;
  content: '';
  background-color: #e31d24;
  transition: all 500ms ease;
}

#cssmenu > ul > li:hover:before {
  width: 100%;
  background-color: #e31d24;
}

#cssmenu > ul > li.active:before {
  width: 100%;
}


#cssmenu>ul>li.has-sub>a {
  padding-right: 4px;
}

#cssmenu>ul>li.has-sub>a:after {
  position: absolute;
  top: 17px;
  right: -12px;
  width: 8px;
  height: 1px;
  display: none;
  background: #000;
  content: '';
}

#cssmenu>ul>li.has-sub>a:before {
  position: absolute;
  top: 13px;
  right: -9px;
  display: none;
  width: 1px;
  height: 8px;
  background: #000;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#cssmenu>ul>li.has-sub:hover>a:after {
  background: #000;
}

#cssmenu>ul>li.has-sub:hover>a:before {
  top: 23px;
  height: 0;
  background: #fff;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 68px;
}

#cssmenu.align-right ul ul {
  text-align: right;
}

#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#cssmenu li:hover>ul {
  left: auto;
}

#cssmenu.align-right li:hover>ul {
  left: auto;
  right: 0;
}

#cssmenu li:hover>ul>li {
  height: auto;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 15px 15px;
  width: 262px;
  font-size: 16px;
   font-family: "Raleway", sans-serif;
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
  background: #134685;
  line-height: 145%;
  text-align: left;
  position: relative;
  z-index: 1;

}

#cssmenu ul ul li a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: '';
  z-index: -1;
  background-color: #e31d24;
  transition: all 500ms ease;
}

#cssmenu ul ul li:hover > a:after,
#cssmenu ul ul li.active > a:after {
  width: 100%;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover,
#cssmenu ul ul li.active > a,
#cssmenu ul ul li a.active {
  color: #fff;
  background: #134685; /* Let :after handle background */
}


#cssmenu ul ul li.has-sub>a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}

#cssmenu.align-right ul ul li.has-sub>a:after {
  right: auto;
  left: 11px;
}

#cssmenu ul ul li.has-sub>a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#cssmenu.align-right ul ul li.has-sub>a:before {
  right: auto;
  left: 14px;
}

#cssmenu ul ul>li.has-sub:hover>a:before {
  top: 17px;
  height: 0;
}

@media only screen and (max-width :1400px){
  #cssmenu>ul>li>a {
    margin: 10px 15px;
  }
}

@media only screen and (max-width :1200px) {
  #cssmenu>ul>li>a {
      margin: 10px 11px;
  }
}

@media only screen and (max-width:1180px) {
  #cssmenu > ul > li:before {
    bottom: -13px;
  }

  #cssmenu>ul>li>a {
    margin: 10px 16px;
}
}

@media only screen and (max-width:1150px){
  #cssmenu>ul>li>a {
    margin: 10px 8px;
}
}

@media only screen and (max-width:1000px){
  #cssmenu>ul>li>a {
    margin: 10px 11px;
}
}

@media only screen and (max-width:999px) {
 
}


@media all and (max-width: 960px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 960px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 960px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 960px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 960px),
only screen and (min-resolution: 192dpi) and (max-width: 960px),
only screen and (min-resolution: 2dppx) and (max-width: 960px) {

  #cssmenu #menu-button {
    text-align: left;
  }

  #cssmenu {
    background: #fff;
}
  #cssmenu>ul>li>a:hover {
    background: #134685;
    color: #fff !important;
  }
  
  #cssmenu>ul>li.active>a {
    background: #134685;
    color: #fff !important;
  
  }
  
  #cssmenu ul ul {
    top: 0;
  }

  #cssmenu,
  #cssmenu ul,
  #cssmenu ul li,
  #cssmenu ul li a,
  #cssmenu #menu-button {
    float: none;
  }

  #cssmenu>ul>li>a {
    padding: 14px 0px;
    font-size: 16px;
    text-decoration: none;
    color: #000 !important;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    padding: 10px 10px;
    margin: 0;
    text-align: left;
  }

  #cssmenu > ul > li:before {
    display: none;
  }

  #cssmenu>ul>li>a {
    border-right: #134685 solid 0px;
  }

  #cssmenu {
    width: 100%;
  }

  #cssmenu ul {
    width: 100%;
    display: none;

  }

  #cssmenu.align-center>ul {
    text-align: left;
  }

  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);

  }

  #cssmenu ul ul li,
  #cssmenu li:hover>ul>li {
    height: auto;
  }

  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }

  #cssmenu>ul>li {
    float: none;
  }

  #cssmenu ul ul li a {
    padding-left: 25px;
  }

  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }

  #cssmenu ul ul li a {
    color: #000;
    background: none;
    font-size: 14px;
    font-weight: 500;
  }

  #cssmenu ul ul li:hover>a,
  #cssmenu ul ul li.active>a {
    color: #fff;
    background: #134685;

  }

  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }

  #cssmenu>ul>li.has-sub>a:after,
  #cssmenu>ul>li.has-sub>a:before,
  #cssmenu ul ul>li.has-sub>a:after,
  #cssmenu ul ul>li.has-sub>a:before {
    display: none;
  }

  #cssmenu #menu-button {
    display: block;
    padding: 13px;
    color: #000;
    cursor: pointer;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
  }

  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 10px;
    width: 22px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    right: 25px;
    top: 15px;
  }

  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #000;
    right: 25px;
    top: 21px;
  }

  #cssmenu #menu-button.menu-opened:after {
    top: 21px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #cssmenu #menu-button.menu-opened:before {
    top: 21px;
    background: #000;
    width: 15px;
    height: 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 0px solid rgba(120, 120, 120, 0.2);
    height: 34px;
    width: 46px;
    cursor: pointer;

  }

  #cssmenu .submenu-button.submenu-opened {
    background: #000;
  }

  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }

  #cssmenu .submenu-button:after {
    position: absolute;
    top: 18px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #000;
    content: '';
  }

  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }

  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }

  #cssmenu .submenu-button:before {
    position: absolute;
    top: 15px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    content: '';
  }

  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }

  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}


/* -------------------------------- 
Pagination
-------------------------------- */

.page-numbers{
	display: flex;
    justify-content: center;
    gap: 27px;
    list-style: none;
}

nav[role="navigation"] {
	text-align: center;
  }
  
  .pagination {
	width: 90%;
	margin: 2em auto 2em;
	text-align: center;
  }
  .pagination li {
	/* hide numbers on small devices */
	display:inline-block;
	margin: 0 .2em;
  }
  .pagination li.button {
	/* make sure prev next buttons are visible */
	display: inline-block;
  }
  .pagination a, .pagination span {
	display: inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/* use padding and font-size to change buttons size */
	padding: 12px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
  }
  .pagination a {
	border: 1px solid #e6e6e6;
	border-radius: 0.25em;
	text-decoration:none !important;
	color:#000;
  }
  .no-touch .pagination a:hover {
	background-color: #f2f2f2;
	text-decoration:none;
  }
  .pagination a:active {
	/* click effect */
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	text-decoration:none;
  }
  .pagination a.disabled {
	/* button disabled */
	color: rgba(46, 64, 87, 0.4);
	pointer-events: none;
  }
  .pagination a.disabled::before, .pagination a.disabled::after {
	opacity: .4;
  }
  .pagination .button:first-of-type a::before {
	content: '\00ab  ';
  }
  .pagination .button:last-of-type a::after {
	content: ' \00bb';
  }
  .pagination .current {
	/* selected number */
	background-color: #13017c;
	border-color: #032741;
	color: #ffffff;
	pointer-events: none;
  }
  
  
  
  .pagination li{
	  
  }
  
  .page-numbers {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 2px 0 0;
    line-height: 1;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 600;
    color: #fff;
  }
  .page-numbers.current,
  a.page-numbers:hover {
	  background: #e31e25;
    color: #fff;
  }
  .center{
	  text-align:center;
	  margin:5% 0% 0% 0%;
  }