﻿

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap');




body {
	font-family: 'Roboto', sans-serif !important;
	color: #1b3c86;
	font-size: 15px;
	}

a {
  color: #fe7b18;
  text-decoration: none;
}

a:hover {
  color: #ff8b24;
  text-decoration: none;
}


h1, h2, h3, h4, h5, h6 {
	font-family: 'Cormorant', serif;
    color: #020202;
    line-height: 1.3em;
    font-weight: 700;
    margin: 0 0 10px;
}



.top-header
{background: rgb(2,30,80);
background: linear-gradient(180deg, rgba(2,30,80,1) 56%, rgba(1,51,110,1) 100%)!important;
position: relative;
cursor: pointer;
padding: 5px 0px;
}

.search-box-style {
  outline: 0;
  float: left;
  position: relative;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.search-box-style > .textbox {
  outline: 0;
  height: 42px;
  width: 281px;
  line-height: 42px;
  padding: 0 25px;
  background: none;
  color: #727e93;
  border: 1px solid #ffffff;
  float: left;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 4px;
}

.search-box-style > .textbox:focus {
  outline: 0;
  background-color:none;
}

.search-box-style > .button-search {
  outline: 0;
  position: relative;
  background: none;
  background:none;
  float: left;
  height: 42px;
  width: 42px;
  text-align: center;
  line-height: 42px;
  border: 0;
  color: #FFF;
  font-size: 16px;
  text-rendering: auto;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.search-box-style .search-icon
{
  position: absolute;
  right: 20px;
  top: 9px;
  font-size: 21px;
  color: #fff;
}

.search-box-style > .button-search:hover {
  background-color: rgba(0, 150, 136, 0.8);
}

.twitter-follow a
{
  color: #fff;
  font-weight: 600;
  padding-top: 10px !important;
  padding-bottom: 20px !important;
}
.twitter-follow span{
  color: #03a9f4;
}
.twitter-follow img{
  padding-right: 5px;
}

.header {
  background: #033d88;
  transition: all 0.5s;
  z-index: 997;
 
}
.twitter-follow {
  margin-top: 23px;
}


/*
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #121314;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #fe7b18;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
*/
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 1200px) {
  .about-img-wrap-three img:nth-child(2)
{
  display: none;
}
}

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
  .about-content-three
{
  padding-left: 15px;
  padding-top: 35px;
}
.about-img-wrap-three img:nth-child(2)
{
  display: none;
}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  z-index: 997;
  transition: all 0.5s;
  padding: 16px 0;
  position: absolute;
  width: 100%;
  background: transparent;
}

#header .logo h1 {
  font-size: 24px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;

}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo h1 a span,
#header .logo h1 a:hover span {
  color: #fe7b18;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 100px;
}


.float-right {
  float: right;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
	width: 100%;
	/* Allows the section to expand if needed */
	position: relative;
	overflow: hidden;
	background-size: cover;
	padding: 0 !important;
  height: 500px;
}

.hero-container {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.hero-img {
	width: 100%;
	min-height: 500px;
	object-fit: cover;
	display: block;
}

.banner-text {
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	color: #fff !important;
	padding: 20px;
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
}
	.banner-text h1{
		color:#fff !important;
	}
	/* Responsive Adjustments */
	@media (max-width: 1024px) {
		.banner-text {
		font-size: 36px; /* Adjust for tablets */
	}
}

@media (max-width: 768px) {
	.banner-text {
		font-size: 28px;
		left: 5%;
	}
}

@media (max-width: 480px) {
	.banner-text {
		font-size: 20px; /* Smaller screens */
		text-align: center;
		width: 90%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

.pop-up-section
{
 
  z-index: 150;
  min-height: 450px;
  margin-top: -450px;
}
.pop-notification
{
  position: absolute;
  z-index: 150;
  background: #e1e5e0;
  right: 0px;
  top: 45px;
  bottom: 0px;
  width: 380px;
  height: 365px;
  box-sizing: border-box;
}
.title-pop
{
  background: #252525;
  text-align: center;
  padding: 10px;
  color: #fff!important;
  font-weight: 600;
}
	.title-pop h3 {
		padding: 0px;
		margin: 0px;
		color: #fff !important;
		margin-left: 10px;
		font-family: 'Roboto', sans-serif;
	}
.pop-notification .content-area-notifi
{
  padding: 28px;
  position: relative;
  display: block;
}
.pop-notification .content-area-notifi a{
  color: #000000;
}
.pop-notification .content-area-notifi p span
{
  color: ##011f53 !important;
  font-weight: 600;
}
.v-align {
	vertical-align: middle;
	padding-top: 3px;
}
.read-more-btn
{
  color: ##011f53;
  text-transform: uppercase;
  font-weight: 500 !important;
}
.right-arrow
{
  margin-top: -2px;
  transition: 0.3s linear;
  padding-left: 4px;
}
.read-more-btn:hover .right-arrow
{
  margin-left: 5px;
}
.archive-btn
{ 
  position: relative;
  display: block;
  color: #fff !important;
  width: 140px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  float: right;
  margin-top: 10px;
  background: #ae0008;
  text-transform: uppercase;
  transition: 0.3s linear;
  font-weight: 500 !important;
  
}
.archive-btn:hover 
{
  background: #d9232d;

}
.no-padding
{
  padding: 0px;
}

.quick-service-catergory {
	background: url(/Portals/0/Images/quick-service-bg.jpg);
	padding: 0 !important;
	position: relative;
	overflow: hidden;
}
/*.quick-service-card {
  width: 180px !important;
  text-align: center;
  position: relative;
  vertical-align: top;
  display: block;
}
*/
.quick-service-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px; /* Adds spacing between items */
	justify-content: center; /* Center the items horizontally */
}

.quick-service-card {
	flex: 1 1 calc(12.5% - 0px);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.categories-wrapper {
  padding: 20px 20px 15px 15px;
  border-radius: 10px;

  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  max-height: 300px;
}


.categiories-thumb {
  transition: .3s
}

.categiories-thumb img {
  margin-bottom: 20px;
  margin: 8px auto;
}

.catagory-wrapper .catagory-content h3 {
  font-size: 1.125rem;

  font-weight: 700;
  margin-bottom: 4px;
  line-height: 1.5;
}

.mb-30 {
  margin-bottom: 30px;
}

.categories-wrapper:hover .categiories-thumb {
  transform: translateY(-10px)
}

.categories-content h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #000;
 /* font-size: 1.125rem !important;*/
  margin-bottom: 5px;
  margin-top:10px;
}
	.categories-content h4 a{
	color: #000;

	}

	.categories-content p {
		font-weight: 600
	}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .categories-content p {
      font-size: 0.938rem
  }
}

.category-shap-01 {
  position: absolute;
  top: -28%;
  left: -5%
}

.category-shap-02 {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden
}

@media only screen and (min-width: 1600px) and (max-width: 1800px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .category-shap-02 {
      right: 0
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .category-shap-02 {
      display: none
  }
}


.about-area-three {
	position: relative;
	padding: 60px 0;
	/*background: #f3f5fc;*/
}
.about-img-wrap-three {
	position: relative;
	text-align: left;
	padding-bottom: 30px;
}
.law-statue {
	position: absolute;
	/*  right: -101px;*/
	right: 20px;
	bottom: 0px;
}
.law-statue img{
  width: 450px;
 
}
.shaded-bg
{
  position: absolute;
  left: -424px;
  bottom: -237px;
}
.about-img-wrap-three img:nth-child(1) {
	border-radius: 100px 0 0 0;
}
.about-img-wrap-three img:nth-child(2) {
	border-radius: 0 50px 0 0;
    border: 8px solid #fff;
    position: absolute;
    right: 0px;
    bottom: -19px;
    z-index: 2;
    width: 200px;
}
.about-img-wrap-three .experience-wrap {
	width: 439px;
	display: inline-block;
	align-items: center;
	text-align: left;
	background: #011f53;
	border-radius: 0px 0px 0px 60px;
	padding: 25px 15px 25px 50px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.about-img-wrap-three .experience-wrap .title {
	margin-bottom: 0;
	text-align: left;
	font-size: 38px;
	line-height: .9;
	color: #fff;
	position: relative;
	padding-right: 13px;
	margin-right: 13px;
}


.about-img-wrap-three .experience-wrap p {
	font-weight: 500;
	font-size: 16px;
	margin-top: 15px;
  font-style: italic;
	color: #fff;
	line-height: 1.4;
	
}
.section-title-two span {
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	display: inline-block;
	color: #011f53;
	background: var(--tg-lavender);
	border-radius: 50px;
	padding: 4px 13px;
	margin-bottom: 12px;
}
.section-title-two .title {
	font-weight: 800;
	font-size: 40px;
  text-transform: uppercase;
	margin-bottom: 20px;
}
.about-content-three
{
  padding-left: 20px;

}
.about-content-three p {
	margin-bottom: 0;
	color: var(--tg-paragraph-color);
	width: 90%;
}
.about-content-three p.info-one {
	margin-bottom: 25px;
}
.about-list-two .list-wrap {
	margin-bottom: 20px;
  padding:10px;
}
.about-list-two .list-wrap li {
	font-weight: 300;
    font-size: 16px;
    display: flex;
    align-items: baseline;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 20px;
    text-wrap: wrap;
    white-space: normal;
    width: 100%;
    max-width: 500px;
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}
.about-list-two .list-wrap li:last-child {
	margin-bottom: 0;
}
.about-list-two .list-wrap li i {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
  border: 1px solid #fff;
	color: #fff;
	border-radius: 50%;
	font-size: 12px;
	margin-right: 8px;
	flex: 0 0 auto;
}

.about-author-info {
	display: flex;
	align-items: center;
	margin-top: 35px;
}
.about-author-info .thumb {
	border-radius: 50%;
	border: 3px solid #fff;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
	width: 70px;
	flex: 0 0 auto;
	margin-right: 15px;
}
.about-author-info .content .title {
	font-size: 20px;
	margin-bottom: 5px;
}
.about-author-info .content span {
	font-weight: 500;
	font-size: 14px;
	display: block;
	line-height: 1;
}
.about-author-info .signature {
	margin-left: 20px;
}
.about-shape-wrap-two img {
	position: absolute;
	z-index: -1;
}
.about-shape-wrap-two img:nth-child(1) {
	left: 15%;
	bottom: 27%;
	animation: alltuchtopdown 8s infinite linear;
}
.about-shape-wrap-two img:nth-child(2) {
	left: 40%;
	top: 5%;
}
.about-shape-wrap-two img:nth-child(3) {
	right: 0;
	bottom: 0;
}

.default-btn
{ 
  position: relative;
  display: block;
  color: #fff !important;
  width: 160px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-top: 10px;
  background: #ae0008;
  text-transform: uppercase;
  transition: 0.3s linear;
  font-weight: 500 !important;
  
}
.default-btn-read-more {
	position: relative;
	display: block;
	color: #fff !important;
	width: 160px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	margin-top: 10px;
	background: #ae0008;
	text-transform: uppercase;
	transition: 0.3s linear;
	font-weight: 500 !important;
}
.default-btn:hover,
.default-btn-2:hover, default-btn-read-more {
	background: #d9232d;
}
.default-btn-2
{ 
  position: relative;
  display: block;
  color: #fff !important;
  width: fit-content;
  height: 48px;
  display: flex;
  padding: 0px 20px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-top: 10px;
  background: #ae0008;
  text-transform: uppercase;
  transition: 0.3s linear;
  font-weight: 500 !important;
  
}
.know-court-section
{
  padding: 0px;
  position: relative;
  display: block;
  background: #0c1e52;
}
.court-information {
	background: url(/Portals/0/Images/about-court-bg.jpg);
	background-size: cover;
	padding: 100px 50px;
	height: 709px;
}
.court-information h2, 
.court-information-map h2
{
  font-size: 44px;
  color: #fff;
  text-transform: uppercase;
}
.court-information .sub-title,
.court-information-map .sub-title
{
  font-size: 22px;
  font-weight: 400;
  color: #fff;
}
.court-information-map
{
  background: #011f53;
  padding: 50px 50px;
}
.court-information-map .map-card
{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.court-information-map .map-card img
{
  width: 469px;
  cursor: pointer;
}


.features-area {
	padding: 60px 15px;
	position: relative;
  background: url(/Portals/0/Images/background-waves.png);
  background-size: cover;
	z-index: 1;
}
.features-item {
	border-radius: 10px;
  padding: 30px 25px;
	margin-bottom: 40px;
	background: #fff;
	position: relative;
  min-height: 510px;
  
}
.bg-light-1
{
  background: #e3e2f5;
}
.bg-light-2
{
  background: #f6f0e1;
}
.bg-light-3
{
  background: #f9e4dd;
}
.bg-light-1::before {
	content: "";
	position: absolute;
	left: 5px;
	right: 5px;
	bottom: -8px;
	background: #cac8e8;
	border: 1px solid #cac8e8;
	border-radius: 8px;
	height: 70px;
  opacity: .8;
	z-index: -1;
	transition: .3s ease-in;
}
.bg-light-1::after {
	content: "";
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: -15px;
	background: #a4a1d7;
	border: 1px solid #a4a1d7;
	border-radius: 8px;
	height: 70px;
	z-index: -2;
	transition: .3s ease-in;
}
.bg-light-2::before {
	content: "";
	position: absolute;
	left: 5px;
	right: 5px;
	bottom: -8px;
	background: #dbca9e;
	border: 1px solid #dbca9e;
	border-radius: 8px;
	height: 70px;
  opacity: .8;
	z-index: -1;
	transition: .3s ease-in;
}
.bg-light-2::after {
	content: "";
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: -15px;
	background: #c5af78;
	border: 1px solid #c5af78;
	border-radius: 8px;
	height: 70px;
	z-index: -2;
	transition: .3s ease-in;
}
.bg-light-3::before {
	content: "";
	position: absolute;
	left: 5px;
	right: 5px;
	bottom: -8px;
	background: #c08975;
	border: 1px solid #c08975;
	border-radius: 8px;
	height: 70px;
  opacity: .8;
	z-index: -1;
	transition: .3s ease-in;
}
.bg-light-3::after {
	content: "";
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: -15px;
	background: #b37864;
	border: 1px solid #b37864;
	border-radius: 8px;
	height: 70px;
	z-index: -2;
	transition: .3s ease-in;
}
.features-item:hover::after,
.features-item:hover::before {
	bottom: 3px;
}
.features-content .content-top {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.features-item:hover .features-content .content-top .icon::before {
	left: 0;
	top: 0;
}
.features-content .content-top .title {
  font-size: 30px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 800;
  color: #011f53;
}
.features-content p {
	margin-bottom: 10px;
	color: #011f53;
  font-size: 16px;
}

.mix-blend-multiply
{
  mix-blend-mode: multiply;
}
.pd-right
{
  padding-right: 8px;
}
.list-style-one
{
  padding: 0px;
  margin: 0px;
}
.list-style-one li{
  position: relative;
  display: block;
  color: #011f53;
  font-size: 18px;
  font-weight: 600;
  padding-left: 38px;
  padding-right: 15px;
  margin-bottom: 20px;
}
.list-style-one li a{
  color: #011f53;
}
.list-style-one li span
{
  transition: 0.3s linear;
}
.list-style-one li span a{
  color: #fff;

}
.list-style-one li span:hover{
  color: #fff;
  background: #d9232d;
}


.list-style-one li:last-child{
  margin-bottom: 0px;
}

.list-style-one li:before{
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  width: 24px;
  height: 24px;
  border: 1px solid #011f53;
  color: #011f53;
  font-size: 12px !important;
  border-radius: 50%;
  font-size: 18px;
  margin-right: 8px;
  flex: 0 0 auto;
  display: flex;
  left: 0;
  align-items: center;
  justify-content: center;
  background: none;
}
.list-style-one li .list-style-span
{
  border: 1px solid #a71714;
  padding: 5px 10px;
  border-radius: 4px;
  background: #a71714;
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
}
.footer-list-menu
{
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30; 
  flex-wrap: wrap;

}
.footer-list-menu li
{
 padding: 10px 5px;
 font-size: 16px;
 color: #fff;
}
.footer-list-menu li a
{
  color: #fff;
}
.footer-bg-shade
{
  position: absolute;
  left: -188px;
  top: -198px;
}
.footer-bg-shade img
{
  width: 400px;
}
.copyright-footer
{
  border-top:1px solid #212a68;
}
@media only screen and (max-width: 1400px) and (min-width: 1200px)
{
  .features-content p {
   
    font-size: 15px;
}
.list-style-one li {  
  font-size: 16px;
}
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
/*  padding:60px 0;
*/  overflow: hidden;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;

  color: #121314;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #fe7b18;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}





.resources-section {
  background: url(../img/blue-bg.jpg) center center;
  background-attachment: fixed;
  background-size: cover;
  padding: 60px 0px;
  position: relative;

}

.resource-thumb {
  position: relative;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden
}


.resource-thumb img {
  transition: all 0.9s cubic-bezier(0, 0, .2, 1);
  width: 100%
}

.resource-wrapper:hover .resource-thumb img {
  transform: scale3d(1.3, 1.3, 1.3)
}

.resource-content p {
  margin-bottom: 15px;
  text-align: left;
}

.resource-content a {
  color: #101824;
}

.resource-content h3 {
  font-size: 1.25rem;
  text-align: left;
  font-weight: 700;
  margin-bottom: 5px;
  color: #ff8b23;
  line-height: 1.4
}

.resource-content h3:hover {
  color: #2f0060
}

.resource-btn {
  background: #ff8b23;
  border: 1px solid #ff8b23;
  padding: 5px 12px;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff !important;
  border-radius: 5px;
  line-height: 25px;
  margin-bottom: 16px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  transition: 0.5s !important;
}

.resource-btn:hover {
  background: #fff;
  border: 1px solid #ff8b23;
  color: #000 !important;

}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .resource-content h3 {
    font-size: 1.25rem
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .resource-content h3 {
    font-size: 1.125rem;
    font-weight: 600
  }
}

.resource-content-wrapper {
  padding: 20px 20px 20px;
  background: #ffffff;
  box-shadow: 0 5px 10px #1c33541a;
  border-radius: 0 0 5px 5px
}

@media only screen and (max-width: 990px) {
  .resource-content-wrapper {
    padding: 30px 20px 40px;
    margin-bottom: 25px;
  }

  .banner-title {
    font-size: 1.5rem;
  }
}

.resource-wrapper {
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.resource-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #ff8b23;
  color: #fff;
  padding: 0 15px;
  font-size: 0.813rem;
  font-weight: 600;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: .6s
}

.resource-tag:hover {
  background: #ffffff;
  color: #141517
}

.resource-tag:focus {
  color: #141517
}

.display-center {
  display: flex;
  position: relative;
  /* margin: 0px auto; */
  align-items: center;
  justify-content: center;
}

.button-white {
  background: none;
  padding: 8px 25px;
  color: #fff;
  margin-top: 20px;
  line-height: 25px;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-bottom: 16px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: 0.5s !important;
}

.button-white:hover {
  color: #fff;
  background: #ff8b23;
  border: 1px solid #ff8b23;
}

.color-highlight {
  color: #ff8b23;
}



#footer {
  background: #fff;
  padding: 0 0 0px 0;
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 100;

}

.contact_info {
  position: relative;
  margin-bottom: 25px;
}

.icon_contact {
  position: absolute;
  left: 0;
  font-size: 1.25rem;
  top: -2px;
  color: #4F5E64;
}

.contact_text h6 {
  margin-left: 26px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
}

.contact_text p {
  margin-left: 26px;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f1f6fe;
  text-align: center;
  font-size: 0.938rem;
}

#footer .footer-newsletter h4 {
  font-size: 1.5rem;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 1rem;
  padding: 0 20px;
  background: #566784;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #0d58ba;
}

#footer .footer-top {
  padding: 40px 0 0px 0;
  background: #001138;

}

#footer .footer-top .footer-contact {
  margin-bottom: 10px;
  display: block;
  z-index: 100;
}

#footer .footer-top .footer-contact h3 {
  font-size: 1.5rem;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
  color: #FFF;
}

#footer .footer-top .footer-contact p {
  font-size: 1rem;
  text-align: center;
  margin-top: 15px;
  line-height: 24px;
  margin-bottom: 0;
  color: #ffffff;
}
.h4-style-footer
{
  text-align: center;
  margin:15px 0px;
  color: #8afbff;
}


#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  font-size: 1.125rem;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 6px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {

  transition: 0.3s;
  display: inline-block;
  line-height: 1.5;
  color: #fff;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fe7b18;
}

#footer .footer-top .social-links a {
  font-size: 1.125rem;
  display: inline-block;
  background: none;
  color: #fff;
  padding: 2px 0;
  border: 2px solid #ff8b23;
  margin-right: 10px;
  border-radius: 50%;
  text-align: center;
  width: 42px;
  line-height: 27px;
  height: 42px;
  transition: 0.3s;
}

.mt-20 {
  margin-top: 20px;
}

#footer .footer-top .social-links a:hover {
  background: #fff;
  transform: translateY(-10px);

}

#footer .copyright {
  text-align: center;
  float: left;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 0.813rem;
  color: #444444;
}

.footer-bottom {
  position: relative;
  background: #171d22;
  padding: 10px 0px;
}

@media (max-width: 768px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }

  .blog-one-side .image-box {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .blog-one-side .content-box-right {
    position: relative;
    background: #fff;
    width: 100%;
    padding: 20px;
    float: left;
  }

  .blog-one-side {

    margin-left: 15px;
    margin-right: 15px;

  }
}

.float-left1 {
  float: left;
  width: 50%;
}

.small-text {
  font-size: 13px;
  font-weight: 400;
  padding: 15px 0px 0px 0px;
  color:white;
}

.offshore_list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 30px;
}

.offshore_list li {
  margin-bottom: 11px;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 14px;
  word-break: break-word;
  padding-left: 38px;
  border-bottom: 1px solid #ff8b23;

}

.offshore_list li a {
  color: #fff;
}

.offshore_list li a:hover {
  color: #ff8b23;
}

.offshore_list li:last-child {
  border: none;
}

.bold_text {
  font-weight: 600;
}

.no_bold {
  font-weight: normal;
}

.tick_icon {
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  font-size: 11px;
  position: absolute;
  left: 0;
  top: 0px;
}

.click-arrow {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  float: left;
  margin-left: 15px;
}

.arrow-left {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);

}

.arrow-right {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

#clickme:hover {
  background-color: #f56f07;
}

.contact_div {
  background-color: #001037;
  background-image: linear-gradient(160deg, #001037 0%, #003367 100%);
  position: relative;
  padding: 5px 20px;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}

#slideout {
  position: fixed;
  width: 230px;
  height: 80px;
  top: 33%;
  right: 0px;
  cursor: pointer;
  padding-left: 0px;
  z-index: 1005;
}

#clickme {
  position: absolute;
  top: 0px;
  left: 0;
  margin-left: -40px;
  height: 40px;
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  cursor: pointer;
  width: 40px;
  color: #fff;
  text-align: center;
  background-color: #1f2732;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);

}

#slidecontent {
  height: 120px;
}

.quick-section {
  margin-top: -95px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.quick-icon-1 {
  list-style: none;
}

.quick-icon-1 li {
  display: inline-block;
}

.bg-white-shade {
  padding: 20px;
  border-radius: 10px;
}

.quick-icon-design {
  background: #024076;
  padding: 13px;
  width: 99px;
  height: 99px;
  position: relative;
  text-align: center;
  border: 5px solid #fff;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 20px;
  transition: all 0.1s ease;
}

.quick-icon-design::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
}

.quick-icon-design:hover::before {
  -webkit-animation: sonar-effect 1s ease-in-out 0.1s infinite;
  animation: sonar-effect 1s ease-in-out 0.1s infinite;
}

.quick-icon-design:hover {
  background-color: #163963;
  background-image: linear-gradient(160deg, #163963 0%, #0072bb 100%);
}
.service-style-two {
  text-align: center;
  border-radius: 5px;
  margin-bottom: 0px;
  padding: 25px 15px 15px;

}

.service-style-two h6 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}






@-webkit-keyframes sonar-effect {
  0% {
    opacity: 0.3;
  }

  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 5px #fff, 0 0 10px 10px #fff, 0 0 0 10px #fff;
  }

  100% {
    box-shadow: 0 0 0 5px #fff, 0 0 10px 10px #fff, 0 0 0 10px #fff;
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes sonar-effect {
  0% {
    opacity: 0.3;
  }

  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 5px #fff, 0 0 10px 10px #fff, 0 0 0 10px #fff;
  }

  100% {
    box-shadow: 0 0 0 5px #fff, 0 0 10px 10px #fff, 0 0 0 10px #fff;
    transform: scale(1.2);
    opacity: 0;
  }
}




.header-section {
  background: #033d88;
}

.header-logo a {
  position: relative;
  max-width: 158px
}

.header-logo a img {

  position: absolute;
  top: -76px;
  left: 0px;
  width: 111px;
}

.header-logo a img.light-logo {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0
}

@media only screen and (max-width:479px) {
  .header-logo a {
    max-width: 120px
  }
}

@media only screen and (max-width:1200px) {
  .header-logo a img {
    position: relative;
    top: 10px;
    left: 0px;
    width: 100px;
  }
}

.header-light .header-logo a img.light-logo {
  opacity: 1
}

.header-light .header-logo a img.dark-logo {
  opacity: 0
}


.site-main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left
}

.site-main-menu>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding-left: 0;
  list-style: none
}

.site-main-menu>ul>li {
  position: relative
}

.site-main-menu>ul>li>a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.375;
  display: block;
  padding: 18px 11px;
  color: #fff;

}

.site-main-menu>ul>li>a .menu-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

.site-main-menu>ul>li .menu-toggle {
  display: none
}

.site-main-menu>ul>li.has-children>a .menu-text::after {
  font-family: "Font Awesome 6 Free";
  font-size: 8px;
  font-weight: 900;
  margin-left: 10px;
  content: ""
}

.site-main-menu>ul>li:hover>a {
  color: #d1a662
}

.site-main-menu>ul>li:hover .mega-menu,
.site-main-menu>ul>li:hover>.sub-menu {
  visibility: visible;
  margin-top: 0;
  opacity: 1
}

.site-main-menu .mega-menu,
.site-main-menu .sub-menu {
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  visibility: hidden;
  width: 240px;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 18px 0;
  list-style: none;
  -webkit-transition: all .4s ease .2s;
  transition: all .4s ease .2s;
  opacity: 0;
  border-top: 4px solid #d1a662;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, .05);
  box-shadow: 0 2px 29px rgba(0, 0, 0, .05)
}

.site-main-menu .mega-menu li,
.site-main-menu .sub-menu li {
  position: relative
}

.site-main-menu .mega-menu li a,
.site-main-menu .sub-menu li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
  display: block;
  padding: 8px 30px;
  color: #000;
}


.site-main-menu .mega-menu li a .menu-text,
.site-main-menu .sub-menu li a .menu-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.site-main-menu .mega-menu li .menu-toggle,
.site-main-menu .sub-menu li .menu-toggle {
  display: none
}

.site-main-menu .mega-menu li.has-children>a .menu-text::after,
.site-main-menu .sub-menu li.has-children>a .menu-text::after {
  font-family: "Font Awesome 6 Free";
  font-size: 8px;
  font-weight: 900;
  margin-left: auto;
  content: ""
}

.site-main-menu .mega-menu li.active>a,
.site-main-menu .mega-menu li:hover>a,
.site-main-menu .sub-menu li.active>a,
.site-main-menu .sub-menu li:hover>a {
  color: #0c1d4f;
}

.site-main-menu .mega-menu li:hover>.sub-menu,
.site-main-menu .sub-menu li:hover>.sub-menu {
  visibility: visible;
  margin-top: 0;
  opacity: 1
}

.site-main-menu .mega-menu .sub-menu,
.site-main-menu .sub-menu .sub-menu {
  top: -18px;
  left: 100%
}

.site-main-menu .mega-menu {
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 30px 15px 34px;
  list-style: none
}

.site-main-menu .mega-menu h4 {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  color: #1b3c86;
  font-family: 'Roboto', sans-serif;
  padding: 10px 0px;
  border-bottom: 1px dashed #cca766;
  margin-bottom: 10px;
}

.site-main-menu .mega-menu>li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  padding: 0 15px;
  margin-bottom: 15px;
}

.site-main-menu .mega-menu>li.menu-item-50 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  padding: 0 15px
}

.site-main-menu .mega-menu>li>ul {
  padding-left: 0;
  list-style: none;
  margin: 0
}

.site-main-menu .mega-menu>li>ul>li>a {
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  padding: 7px 0
}

.site-main-menu .mega-menu>li>ul>li>a .badge {
  background-color: transparent;
  background-image: linear-gradient(45deg, #fe378c 0, #fe5b34 100%);
  display: inline-block;
  border-radius: 2px;
  padding: 4px 8px 3px;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin: 0 0 0 7px
}

.site-main-menu .mega-menu>li>ul>li>a .badge.primary {
  background-image: none;
  background-color: #ff8b24 !important
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
  .site-main-menu.laptop-space>ul>li>a {
    padding-right: 9px;
    padding-left: 9px
  }
}

.site-main-menu.menu-hover-1>ul>li>a .menu-text {
  position: relative
}

.site-main-menu.menu-hover-1>ul>li>a .menu-text::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  content: "";
  -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
  transition: all .25s cubic-bezier(.645, .045, .355, 1);
  background-color: #ff8b24
}

.site-main-menu.menu-hover-1>ul>li:hover>a .menu-text::before {
  left: 0;
  width: 100%
}

.header-light .site-main-menu>ul>li>a {
  color: #fff
}

.header-light .site-main-menu>ul>li:hover>a {
  color: #fff
}

.header-light .site-main-menu.menu-hover-1>ul>li>a .menu-text::before {
  background-color: #fff
}

.header-orange .site-main-menu>ul>li>a {
  color: #3f3a64
}

.header-orange .site-main-menu>ul>li:hover>a {
  color: #ef6f31
}

.header-orange .site-main-menu .sub-menu {
  border-bottom: 4px solid #ef6f31
}

.header-orange .site-main-menu .sub-menu li.active>a,
.header-orange .site-main-menu .sub-menu li:hover>a {
  color: #ef6f31
}

.header-orange .site-main-menu .mega-menu {
  border-bottom: 4px solid #ef6f31
}

.header-orange .site-main-menu .mega-menu li.active>a,
.header-orange .site-main-menu .mega-menu li:hover>a {
  color: #ef6f31
}

.header-orange .site-main-menu.menu-hover-1>ul>li>a .menu-text::before {
  background-color: #ef6f31
}

.header-fluid .site-main-menu .mega-menu,
.header-fluid-two .site-main-menu .mega-menu {
  width: 1230px;
  left: 48%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center
}

.header-left .site-main-menu .mega-menu {
  left: 150px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  text-align: center
}

@media only screen and (min-width:1000px) and (max-width:1300px) {
  .header-fluid .site-main-menu .mega-menu, .header-fluid-two .site-main-menu .mega-menu {
   
    width: 1100px;
  
  }

}

.fullscreen-search-close,
.header-mobile-menu-toggle,
.mobile-menu-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px;
  float: right;
}

.fullscreen-search-close .toggle,
.header-mobile-menu-toggle .toggle,
.mobile-menu-close .toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  border: none;
  background-color: transparent
}

.fullscreen-search-close .toggle i,
.header-mobile-menu-toggle .toggle i,
.mobile-menu-close .toggle i {
  position: relative;
  display: block;
  overflow: hidden;
  width: 24px;
  height: 2px
}

.fullscreen-search-close .toggle i+i,
.header-mobile-menu-toggle .toggle i+i,
.mobile-menu-close .toggle i+i {
  margin-top: 6px
}

.fullscreen-search-close .toggle i::after,
.fullscreen-search-close .toggle i::before,
.header-mobile-menu-toggle .toggle i::after,
.header-mobile-menu-toggle .toggle i::before,
.mobile-menu-close .toggle i::after,
.mobile-menu-close .toggle i::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff
}

.fullscreen-search-close .toggle i.icon-bottom::before,
.fullscreen-search-close .toggle i.icon-top::before,
.header-mobile-menu-toggle .toggle i.icon-bottom::before,
.header-mobile-menu-toggle .toggle i.icon-top::before,
.mobile-menu-close .toggle i.icon-bottom::before,
.mobile-menu-close .toggle i.icon-top::before {
  -webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
  transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
  transition: transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
  transition: transform .6s cubic-bezier(.165, .84, .44, 1) .2s, -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  -webkit-transform-origin: right;
  transform-origin: right
}

.fullscreen-search-close .toggle i.icon-bottom::after,
.fullscreen-search-close .toggle i.icon-top::after,
.header-mobile-menu-toggle .toggle i.icon-bottom::after,
.header-mobile-menu-toggle .toggle i.icon-top::after,
.mobile-menu-close .toggle i.icon-bottom::after,
.mobile-menu-close .toggle i.icon-top::after {
  -webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
  transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
  transition: transform .6s cubic-bezier(.165, .84, .44, 1);
  transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
  -webkit-transform-origin: left;
  transform-origin: left
}

.fullscreen-search-close .toggle i.icon-middle::before,
.header-mobile-menu-toggle .toggle i.icon-middle::before,
.mobile-menu-close .toggle i.icon-middle::before {
  -webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
  transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
  transition: transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
  transition: transform .6s cubic-bezier(.165, .84, .44, 1) .2s, -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  -webkit-transform-origin: left;
  transform-origin: left
}

.fullscreen-search-close .toggle i.icon-middle::after,
.header-mobile-menu-toggle .toggle i.icon-middle::after,
.mobile-menu-close .toggle i.icon-middle::after {
  -webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
  transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
  transition: transform .6s cubic-bezier(.165, .84, .44, 1);
  transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
  -webkit-transform-origin: right;
  transform-origin: right
}

.fullscreen-search-close .toggle:hover i::after,
.fullscreen-search-close .toggle:hover i::before,
.header-mobile-menu-toggle .toggle:hover i::after,
.header-mobile-menu-toggle .toggle:hover i::before,
.mobile-menu-close .toggle:hover i::after,
.mobile-menu-close .toggle:hover i::before {
  background-color: #ff8b24
}

.fullscreen-search-close .toggle:hover i.icon-bottom::before,
.fullscreen-search-close .toggle:hover i.icon-top::before,
.header-mobile-menu-toggle .toggle:hover i.icon-bottom::before,
.header-mobile-menu-toggle .toggle:hover i.icon-top::before,
.mobile-menu-close .toggle:hover i.icon-bottom::before,
.mobile-menu-close .toggle:hover i.icon-top::before {
  -webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
  transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
  transition: transform .6s cubic-bezier(.165, .84, .44, 1);
  transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0)
}

.fullscreen-search-close .toggle:hover i.icon-bottom::after,
.fullscreen-search-close .toggle:hover i.icon-top::after,
.header-mobile-menu-toggle .toggle:hover i.icon-bottom::after,
.header-mobile-menu-toggle .toggle:hover i.icon-top::after,
.mobile-menu-close .toggle:hover i.icon-bottom::after,
.mobile-menu-close .toggle:hover i.icon-top::after {
  -webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
  transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
  transition: transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
  transition: transform .6s cubic-bezier(.165, .84, .44, 1) .2s, -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0)
}

.fullscreen-search-close .toggle:hover i.icon-middle::before,
.header-mobile-menu-toggle .toggle:hover i.icon-middle::before,
.mobile-menu-close .toggle:hover i.icon-middle::before {
  -webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
  transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
  transition: transform .6s cubic-bezier(.165, .84, .44, 1);
  transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0)
}

.fullscreen-search-close .toggle:hover i.icon-middle::after,
.header-mobile-menu-toggle .toggle:hover i.icon-middle::after,
.mobile-menu-close .toggle:hover i.icon-middle::after {
  -webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
  transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
  transition: transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
  transition: transform .6s cubic-bezier(.165, .84, .44, 1) .2s, -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .2s;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0)
}

@media only screen and (max-width:479px) {

  .fullscreen-search-close,
  .header-mobile-menu-toggle,
  .mobile-menu-close {
    padding-right: 8px;
    padding-left: 8px
  }
}

.header-light .fullscreen-search-close .toggle i::after,
.header-light .fullscreen-search-close .toggle i::before,
.header-light .header-mobile-menu-toggle .toggle i::after,
.header-light .header-mobile-menu-toggle .toggle i::before,
.header-light .mobile-menu-close .toggle i::after,
.header-light .mobile-menu-close .toggle i::before {
  background-color: #fff
}

.header-light .fullscreen-search-close .toggle:hover i::after,
.header-light .fullscreen-search-close .toggle:hover i::before,
.header-light .header-mobile-menu-toggle .toggle:hover i::after,
.header-light .header-mobile-menu-toggle .toggle:hover i::before,
.header-light .mobile-menu-close .toggle:hover i::after,
.header-light .mobile-menu-close .toggle:hover i::before {
  background-color: #fff
}

.site-main-mobile-menu {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
  transition: all .25s cubic-bezier(.645, .045, .355, 1);
  opacity: 0;
  background: rgba(0, 0, 0, .7)
}

.site-main-mobile-menu-inner {
  position: relative;
  z-index: 9;
  float: right;
  width: 360px;
  height: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top center;
  background-size: cover
}

@media only screen and (max-width:479px) {
  .site-main-mobile-menu-inner {
    width: 300px
  }
}

.site-main-mobile-menu-inner::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: rgba(63, 58, 100, .9)
}

#page {
  position: relative;

}

.mobile-menu-open {
  overflow: hidden
}

.mobile-menu-open #page {}

.mobile-menu-open .site-main-mobile-menu {
  visibility: visible;
  opacity: 1
}

.mobile-menu-open .site-main-mobile-menu-inner {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.mobile-menu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 80px;
  padding: 0px 15px 10px 15px;
  background-color: #0c1d4f;
}

.mobile-menu-logo a {
  width: 158px
}

.fullscreen-search-close,
.mobile-menu-close {
  padding: 0
}

.fullscreen-search-close .toggle,
.mobile-menu-close .toggle {
  position: relative;
  width: 40px;
  height: 40px
}

.fullscreen-search-close .toggle i,
.mobile-menu-close .toggle i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 29px;
  height: 2px;
  margin: 0 !important;
  -webkit-transform-origin: center;
  transform-origin: center
}

.fullscreen-search-close .toggle i.icon-top,
.mobile-menu-close .toggle i.icon-top {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg)
}

.fullscreen-search-close .toggle i.icon-bottom,
.mobile-menu-close .toggle i.icon-bottom {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg)
}

.fullscreen-search-close .toggle:hover i::after,
.fullscreen-search-close .toggle:hover i::before,
.mobile-menu-close .toggle:hover i::after,
.mobile-menu-close .toggle:hover i::before {
  background-color: #111
}

.mobile-menu-content {
  overflow-y: auto;
  height: calc(100% - 80px);
  padding: 20px 30px 100px;
  background: #022e5b;
}

.site-mobile-menu>ul {
  margin: 0;
  padding-left: 0;
  list-style: none
}

.site-mobile-menu>ul>li {
  position: relative !important
}

.site-mobile-menu>ul>li+li>a {
  border-top: 1px solid rgba(255, 255, 255, .15)
}

.site-mobile-menu>ul>li>a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  display: block;
  padding-top: 19px;
  padding-right: 0;
  padding-bottom: 19px;
  padding-left: 0;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid transparent
}

.site-mobile-menu .mega-menu h4 {
  text-align: left;
  font-family: "roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0px;
  color: #d1a662;
  border-bottom: 1px solid #eee;
}

.site-mobile-menu>ul>li .menu-toggle {
  position: absolute;
  top: 11px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: end;
  width: 100%;
  height: 40px;
  cursor: pointer;
  color: #fff;
  border-radius: 50%;
  background-color: transparent
}

.site-mobile-menu>ul>li .menu-toggle i {
  font-size: 18px;
  line-height: 1;
  -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
  transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.site-mobile-menu>ul>li .menu-toggle:hover {
  background-color: none;
}

.site-mobile-menu>ul>li.open>a {
  border-bottom-color: rgba(255, 255, 255, .15);
}

.site-mobile-menu>ul>li.open>.menu-toggle {
  background-color:none;
}

.site-mobile-menu>ul>li.open>.menu-toggle i {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.site-mobile-menu .mega-menu,
.site-mobile-menu .sub-menu {
  display: none;
  margin: 14px 0;
  padding-left: 0;
  list-style: none;
  margin: 0px 0;
  background: #061f48;
  padding: 17px;
}

.site-mobile-menu .mega-menu li,
.site-mobile-menu .sub-menu li {
  position: relative;
  padding: 3px 0px;
}

.site-mobile-menu .mega-menu li>a,
.site-mobile-menu .sub-menu li>a {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
  color: #fff
}

.site-mobile-menu .mega-menu li>a:hover,
.site-mobile-menu .sub-menu li>a:hover {
  color: #fff
}

.site-mobile-menu .mega-menu li .menu-toggle,
.site-mobile-menu .sub-menu li .menu-toggle {
  top: 1px
}

.site-mobile-menu .mega-menu li.open>a,
.site-mobile-menu .sub-menu li.open>a {
  color: #fff
}

.site-mobile-menu .mega-menu li.open>.menu-toggle,
.site-mobile-menu .sub-menu li.open>.menu-toggle {
  background-color: rgba(255, 255, 255, .2)
}

.site-mobile-menu .mega-menu li.open>.menu-toggle i,
.site-mobile-menu .sub-menu li.open>.menu-toggle i {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg)
}

.site-mobile-menu .mega-menu ul,
.site-mobile-menu .sub-menu ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  list-style: none
}

.site-mobile-menu .mega-menu ul li a .badge,
.site-mobile-menu .sub-menu ul li a .badge {
  background-color: transparent;
  background-image: linear-gradient(45deg, #fe378c 0, #fe5b34 100%);
  display: inline-block;
  border-radius: 2px;
  padding: 4px 8px 3px;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin: 0 0 0 7px
}

.site-mobile-menu .mega-menu ul li a .badge.primary,
.site-mobile-menu .sub-menu ul li a .badge.primary {
  background-image: none;
  background-color: #ff8b24 !important
}

.site-mobile-menu .mega-menu .sub-menu,
.site-mobile-menu .sub-menu .sub-menu {
  padding-left: 15px
}

#mainContent-inner {
	padding: 0px !important;
}
@media only screen and (max-width: 768px) {

	.quick-service-card {
		flex: 1 1 calc(48.5% - 25px);
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.categories-wrapper {  
        padding: 15px 15px;
        border-radius: 10px;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
        /* max-height: 300px; */
        min-width: 208px;
        max-width: 200px;

	}
}
.navbar-toggle {
    position: relative;
    float: right;
    color: #000 !important;
    padding: 9px 10px;
    font-size: 29px !important;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #ffffff !important;
    background-image: none;
    border: 1px solid #003f84;
    border-radius: 4px;
} 
	.navbar-toggle .icon-bar {
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
		background: #003f84 !important;
	}
/*.mb-2 {
	margin-bottom: .5rem !important;
}*/
.mt-2 {
	 margin-top: .5rem !important;
}


#siteWrapper {
	width: 100%;
	overflow-x: hidden; 
}


.content-form {
	width: 60%;
	margin: 2% auto;
	padding: 20px;
	
	border-radius: 8px;
	background-color: #f9f9f9;
	text-align: center;
}

.form-title {
	font-size: 1.5em;
	margin-bottom: 15px;
	color: #333;
}

.content-textarea {
	width: 100%;
	padding: 12px;
	font-size: 1em;
	border: 1px solid #ccc;
	border-radius: 5px;
	resize: none;
	box-sizing: border-box;
}

.submit-btn {
	padding: 8px 20px;
	margin-top: 15px;
	font-size: 1.2em;
	
	background-color: #0056b3;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

	.submit-btn:hover {
		background-color: #007bff;
	}

.response-message {
	margin-top: 15px;
	font-weight: bold;
	color: green;
	font-size: 1em;
}
.content-table-container {
	/*padding: 20px;
	border: 1px solid #ccc;
	border-radius: 8px;
	background-color: #fff;*/
	text-align: center;
}

.table-title {
	font-size: 1.5em;
	margin-bottom: 10px;
	color: #333;
}

.content-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}

.table-header {
	background-color: #033d88;
	color: white;
	padding: 10px;
	border: 1px solid #ddd;
}

.table-body tr:nth-child(even) {
	background-color: #f2f2f2;
}

.table-body td {
	padding: 10px;
	border: 1px solid #ddd;
	text-align: left;
}


.add-btn {
	padding: 8px 20px;
	margin-top: 15px;
	background-color: #0056b3;
	font-size: 1.2em;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	transition: background-color 0.3s ease;
	margin-right: 2%;
}
.add-btn:hover {

	background-color: #007bff;
}
.add-button {
	
	padding: 8px 20px;
	margin-top: 15px;
	background-color: #0056b3;
	font-size: 1.2em;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	transition: background-color 0.3s ease;

	margin-left: 2%;
}

.button-container {
	display: flex;
	
	gap: 11px;
	margin-top: 6px;
}

.lang-button {
	padding: 10px 20px;
	font-size: 16px;
	color: white;
	border: 1px solid #a71714;
	border-radius: 4px;
	background-color: #ae0008;
	#ae0008 cursor: pointer;
	transition: background-color 0.3s ease;
}

	.lang-button:hover {
		border:none;
		background-color:red;
	}

.content-form {
	width: 550px;
	margin: auto;
	padding: 15px;

	border-radius: 5px;
	margin-top: 2%;
	margin-bottom: 2%;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.input-row {
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
}

.title-input, .link-input {
        flex: 1;
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 5px;
  width: 300px;
}
.submit-btn {
	margin-top: 10px;
	padding: 8px 12px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	background-color: #0056b3;
	font-size: 1.2em;
	color: white;
	transition: background-color 0.3s ease;
	
}

	.submit-btn:disabled {
		background-color: #aaa;
		cursor: not-allowed;
	}

.response-message {
	margin-top: 10px;
	font-weight: bold;
}

/* Announcement Container */
#announcement-container {
	position: absolute; /* Fixed position for visibility */
	bottom: 0px;

	right: 30px;
	width: 90%;
	max-width: 320px;
	background: #f8f9fa;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	text-align: center;
	z-index: 1000;
  border-radius: 8px 8px 0px 0px;
	overflow: hidden;
	transition: opacity 0.8s ease-in-out;
	height: 330px;
}

/* Announcement Header */
#announcement-header {
	background-color: black;
	color: white !important;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

	#announcement-header h2 {
		font-size: 25px;
		margin: 0;
		display: flex;
		align-items: center;
		color:white !important;
	}
#announcement-header a{
	color:#fff !important;
}

#announcement-header img {
	width: 30px;
	height: 30px;
	margin-right: 8px;
}

/* Announcement Content */
#announcement-content {
	padding: 15px;
	overflow:hidden;
	transition: opacity 0.5s ease-in-out;
}

#announcement-title {

	font-weight: bold;
	color: #333;
	margin-bottom: 8px;
	height:50px;
}

#announcement-description {
	font-size: 13px;
	color: #555;
	height: 110px;

}

/* Read More Button */
.read-more-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ae0008;
	color: white;
	font-size: 14px;
	border: none;
	padding: 10px 15px;
	cursor: pointer;
	border-radius: 5px;
	margin-top: 10px;
	transition: background 0.3s ease;
	width: 100%;
}

	.read-more-btn:hover {
		background-color: red;
	}

.read-more {
	color: white !important;
	text-decoration: none;
	display: flex;
	align-items: center;
}

	.read-more i {
		margin-left: 5px;
	}



/* Responsive Styles */
@media (max-width: 600px) {
	
    #announcement-container {
        width: 85%;
        bottom: 0px;
        right: 0px;
       top: -63px;
   
        margin: 0 auto;
        position: relative;
        max-width: 100%;
    }
}


/*ADMINISTARTIVE ORDERS Page Start*/
.dnn-florida-rules {
	font-family: Arial, Helvetica, sans-serif !important;
}
	.dnn-florida-rules h1 {
		color: #011d4d !important;
		font-size:19px !important;
		border-bottom: #011d4d thin inset;
		font-family: Arial, Helvetica, sans-serif !important;
		font-weight:600;
		margin:10px;
	}
	.dnn-florida-rules p {
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 10px;
		line-height: 25px;
	}
.dnn-florida-rules a {
	text-decoration: underline;
	color: #ff8b24;
}
		/*ADMINISTARTIVE ORDERS Page End*/
/*CIRCUIT JUDGES START */
/* Specific styles for Circuit Judges content */
.circuit-judges h1, .circuit-judges h2 {
	font-family: Arial, sans-serif !important;
}
.circuit-judges h2 {
	font-size: 18px;
	color: #011d4d !important;
	font-weight: 600;
}
	.circuit-judges h1 {
		color: #011d4d !important;
		font-size: 19px !important;
		border-bottom: #011d4d thin inset;
		font-family: Arial, Helvetica, sans-serif !important;
		font-weight: 600;
		margin: 10px;
	}
	/* Navigation links specific to Circuit Judges section */
.circuit-judges-nav {
	display: flex;
	justify-content: center; /* Centers the content horizontally */
	align-items: center; /* Centers the content vertically (if needed) */

}

.circuit-judges-link {
	
	text-decoration:underline !important;
	color: #000 !important;
	font-size:16px;
	margin-right:5px;

}

	.circuit-judges-link:hover {
		text-decoration: underline;
	}

/* Styling for each section */
.circuit-judges-section {
	margin: 5px;
	position: relative;
}

/* Styling for "Back to Top" link */
.back-to-top-heading {
	
	text-decoration:underline !important;
	color: #000 !important;
	
}

	.back-to-top-heading:hover {
		text-decoration: underline;
	}
.circuit-description {
	text-align: center;
	font-size: 12px;
	color: #9a0108;
}
.back-to-top a {
	text-decoration: underline !important;
	color: #000 !important;
	font-size:14px !important;
}
.back-to-top:hover {
	text-decoration: underline;
}
	.circuit-description a {
		color: #9a0108;
		text-decoration: none;
	}

		.circuit-description a:hover {
			text-decoration: underline;
		}
/*CIRCUIT JUDGES  END*/
/*	add announcements*/
.announcement-form {
	max-width: 400px;
	margin: 20px auto;
	padding: 20px;
	background: #f9f9f9;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

	.announcement-form h2 {
		text-align: center;
		color: #333;
	}

	.announcement-form label {
		font-weight: bold;
		display: block;
		margin-top: 10px;
	}

	.announcement-form input,
	.announcement-form textarea {
		width: 100%;
		padding: 8px;
		margin-top: 5px;
		border: 1px solid #ccc;
		border-radius: 4px;
	}

	.announcement-form button {
		width: 100%;
		padding: 10px;
		
		color: white;
		border: none;
		
		margin-top: 15px;
		cursor: pointer;
		border-radius: 5px;
		background-color: #0056b3;
		font-size: 1.2em;
		color: white;
		transition: background-color 0.3s ease;
	}




		.announcement-form button:hover {
			background-color: #007bff;
		}
/*	add announcements*/
/* Card container */
.announcement-card {
	background: white;
	width: 100%;
	max-width: 1300px;
	padding: 30px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin:10px;
}

/* Title */
.announcement-card-title {
	/* font-size: 24px; */
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}

/* Description */
.announcement-card-description {
	font-size: 13px;
	color: #555;
	text-align: justify;
}

/* Back button */
.announcement-back-btn {
	display: inline-block;
	background: #ae0008;
	color: white;
	text-decoration: none;
	padding: 10px 15px;
	margin-top: 15px;
	border-radius: 5px;
	transition: background 0.3s ease;
}

	.announcement-back-btn:hover {
		background: red;
	}
/*tolling-orders start*/

.tolling-orders-container h2 {
	color: #011d4d !important;
	font-size: 19px !important;
	border-bottom: #011d4d thin inset;
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: 600;
	margin: 10px;
}

/*tolling-orders end*/
/*County Judge Biographies start*/
.judge-container {
	max-width: 800px;
	margin: auto;
	font-family: Arial, sans-serif;
}
.judge-heading {
	text-decoration: underline !important;
	color: #000 !important;
	font-size: 16px;
	margin-right: 5px;
}

.judge-heading a {
	text-decoration: none;
	color: #0645AD;
	font-weight: bold;
}

	.judge-heading a:hover {
		text-decoration: underline;
	}

.judge-list {
	list-style-type: none;
	padding-left: 0;
}

	.judge-list li {
		margin-bottom: 5px;
	}

	.judge-list a {
		text-decoration: none;
		color: #0645AD;
	}

		.judge-list a:hover {
			text-decoration: underline;
		}

.judge-back {
	display: block;
	margin-top: 10px;
	font-weight: bold;
}
/*County Judge Biographies end*/

/* Button Group Container */
.btns-group {
	display: flex;
	justify-content: flex-end; /* Align buttons to the right */
	margin: 15px;
	padding-right: 10%;
}

.btns-group {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}


.custom-btn {
	/* Button color */
	color: white !important;
	padding: 10px 15px;
	border-radius: 5px;
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
	transition: background 0.3s ease;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	 background-color: #0056b3;
}

	.custom-btn:hover {
		background-color:#007bff; /* Darker shade on hover */
	}
/*
	circuit judges biographies*/
.circuit-judges-container h1 {
	color: #011d4d !important;
	font-size: 19px !important;
	border-bottom: #011d4d thin inset;
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: 600;
	margin: 10px;
}
.circuit-judge-links {
	display: flex;
	justify-content: center;
	align-items: center;
}


.circuit-judges-container h2 {
	font-size: 18px;
	color: #011d4d !important;
	font-weight: 600;
	font-family: Arial, sans-serif !important;
}
.judge-lists a {
	text-decoration: underline;
	color: #9a0108;
	font-size: 14px !important;
}
.circuit-calendars-container h1 {
	color: #011d4d !important;
	font-size: 19px !important;
	border-bottom: #011d4d thin inset;
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: 600;
	margin: 10px;
}
.circuit-calendar-list a, .county-calendar-list a {
	text-decoration: underline;
	color: #9a0108;
	font-size: 14px !important;
}
.calendar-update{
	font-size:14px;
}

.col-md-12{
	padding:0px !important;
}
.circuit-judge-manuals-container h1 {
	color: #011d4d !important;
	font-size: 19px !important;
	border-bottom: #011d4d thin inset;
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: 600;
	margin: 10px;
}
.judge-section h2 {
	font-size: 18px;
	color: #011d4d !important;
	font-weight: 600;
	font-family: Arial, sans-serif !important;
}
.judge-links a {
	text-decoration: underline;
	color: #9a0108;
	font-size: 14px !important;
}
.judge-section h3 {
	font-size: 16px;
	color: #011d4d !important;
	font-weight: 600;
	font-family: Arial, sans-serif !important;
}
.judge-section p {
	font-size: 14px;
}
.judges-link  {
	display: flex !important;
	justify-content: center !important;
	
}
	.judges-link a {
		font-size: 14px !important;
		color: #000 !important;
		text-decoration:underline;
	}

.breadcums-style {
	padding: 30px;
	position: relative;

	background: #f3f5fc;
}
.breadcums {
	background: #f8f8f8;
	padding: 30px 0px;
}

.dnn-florida-rules a {
	text-decoration: underline;
	color: #0d6efd;
	
}

.mb-2 {
	margin-bottom: 20px;
	margin-top: 20px;
}

p {
	font-family: 'Roboto', sans-serif !important;
	font-size: 16px !important;
         color:#020202 !important;
}
#dnnMenu {
	font-family: 'Roboto', sans-serif !important;
}
#dnnMenu .topLevel > li > a:focus, #dnnMenu .topLevel > li > a:hover {
	color: #8afbff !important;
	background: none !important;
}
#dnnMenu .dropdown-menu li:hover {
	background: #033d88;
}
#dnnMenu .topLevel > li.active > a:focus, #dnnMenu .topLevel > li.active > a:hover {
		color: #8afbff !important;
		background: none !important;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 10px !important;
}
#dnnMenu .topLevel > .active.open > a, #dnnMenu .topLevel > .active.open > a:hover, #dnnMenu .topLevel > .active.open > a:focus {
	color: #8afbff !important;
}

.all-main-content {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 60px 0;
}




.service-sidebar .service-widget-categories {
	margin-bottom: 30px;
	background-color: #f8f8f8;
	padding: 30px;
}

	.service-sidebar .service-widget-categories h4 {
		font-size: 30px;
		margin-bottom: 0;
		text-transform: uppercase;
		font-weight: 800;
		color: #011f53;
		margin-bottom: 16px;
	}

	.service-sidebar .service-widget-categories ul li {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 22px 25px;
		background-color: #fff;
		box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
		font-weight: 500;
		transition: all 0.4s ease-in-out;
		border-radius: 0;
		font-size: 18px;
		line-height: 1;
		font-weight: 500;
		cursor: pointer;
	}

		.service-sidebar .service-widget-categories ul li a {
			color: #09052f !important;
		}

		.service-sidebar .service-widget-categories ul li span {
			transition: all 0.4s ease-in-out !important;
			color: #09052f!important;
		}

		.service-sidebar .service-widget-categories ul li:not(:last-child) {
			margin-bottom: 12px;
		}

		.service-sidebar .service-widget-categories ul li:hover {
			background-color: #1b3c86;
		}

			.service-sidebar .service-widget-categories ul li:hover a {
				color: #fff !important;
			}

			.service-sidebar .service-widget-categories ul li:hover span {
				color: #fff!important;
			}

		.service-sidebar .service-widget-categories ul li.active {
			background-color: #1b3c86!important;
		}

			.service-sidebar .service-widget-categories ul li.active a {
				color: #fff;
			}

			.service-sidebar .service-widget-categories ul li.active span {
				color: #fff;
			}

.list-style {
	padding: 0;
	margin: 0px !important;
}


.title-inside {
	font-size: 24px;
	font-weight: 800;
	color: #444444;
}

.secondary-title {
	font-size: 36px;
	font-weight: 800;
	color: #1b3c86;
}

.fs-18 {
	font-size: 16px;
}

.link {
	color: #0a58ca !important;
}

/* Team Page Css  End */
.court-service a{
	font-size:16px !important;
	
	
}
.court-service-link a {
	font-size: 16px !important;
}
.dotted-box {
	border: 2px dotted black;
	padding: 10px;
	display: inline-block;
}
.jurors-links {
	display: flex !important;
	justify-content: center !important;
	align-items: center;
	font-size: 16px !important;
}
.Juvenile-links a {
	font-size: 16px !important;
}
.ada-accomdations-link {
	display: flex !important;
	justify-content: center !important;
}

.main-content a {
	text-decoration: underline;
	color: #0d6efd !important;
}
.edit-btn {
	color: white;
	background: green;
	border-radius: 5px;
	border: none;
	padding: 7px 15px;
	font-size: 14px;
}
.delete-btn {
	color: white;
	background: red;
	border-radius: 5px;
	border: none;
	padding: 7px 15px;
	font-size: 14px;
}
.editable{
	width:600px !important;
}

.delete-table {
	display: flex;
	justify-content: flex-end; /* Align buttons to the right */
	margin: 15px;
	padding-right: 10%;
	color: white;
	background: red;
	border-radius: 5px;
	border: none;
	padding: 7px 15px;
	font-size: 14px;
}
.table-actions{
	display:flex;
	justify-content:flex-end;
}
.actions-th{
	width:300px;
}

.clear-btn {
	margin-top: 5px;
	color: white;
	background-color: #0056b3;
	border-radius: 5px;
	border: none;
	padding: 7px 15px;
	font-size: 14px;
}
.alphabet-nav a {
	margin-right: 10px;
	text-decoration: none;
	font-weight: bold;
}

.glossary-section {
	padding-top: 60px;
	margin-top: -60px;

}

.glossary-section dt{
	font-size:18px;
}
	.glossary-section dl {
		font-size: 16px;
	}

	th{
		font-size:16px!important;
	}
td {
	font-size: 14px !important;
}

.forms-links a{
  font-size:16px!important;
}
.announcements-video {
	display: flex;
	
}
#dnnMenu .dropdown-menu {
 
  background: #033d88 !important;

}
#dnnMenu .dropdown-menu li {
  
  border-bottom: 1px solid #285bb1;
 
}
#dnnMenu .dropdown-menu li a:hover
{
  color: #fff !important;
}
#dnnMenu .dropdown-menu::after {

  border-bottom-color: #3cddff;
 
}
#dnnMenu .dropdown-menu li:hover {
  background: #0099b9;
}
#dnnMenu .dropdown-menu li a:hover,
#dnnMenu .dropdown-menu li a:focus,
#dnnMenu .dropdown-menu li a:focus-within,
#dnnMenu .dropdown-menu li a:focus-visible { 
    color: white !important;
}

/* Ensuring the background remains unchanged if required */
#dnnMenu .dropdown-menu li a {
    transition: color 0.3s ease-in-out;
    
}
#dnnMenu .dropdown-menu .dropdown a:hover {
  color: #fff !important;
}
.dropdown-menu>li>a {
 
  color: #fff !important;
 
 
}

#search-top span
{
  position: relative;
}
@media (min-width: 1200px) {
  #search-top .SearchButton {
      width: 50px;
      height: 30px;
      top: 49%;
      left: 82%;
      transform: translateY(-50%);
  }
}
@media (max-width: 990px)
{
  #search-top {
	justify-content: center;
    padding-top: 1% !important;
    margin-bottom: 10px;
}
#search-top input
{
  width: 544px;
}
#search-top .SearchButton {
  top: 50%;
  left: 93%;
  transform: translateY(-50%);
}
div#google_translate_element {
    justify-content: center !important;
    align-items: center !important;
    display: flex !important;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
  #search-top .SearchButton {
      top: 50%;
      left: 92%;
      transform: translateY(-50%);
  }
}



@media(max-width: 480px) {
  #search-top .SearchButton {
      top: 50%;
      left: 93%;
      transform: translateY(-50%);
  }
}

.TitleH2 {
	text-align:center !important;

}
.dnnFormItem{
	display:flex !important;
	justify-content:center !important;
}
.dnnPrimaryAction{
	margin-right:5px !important;
}

.dnn-florida-rules ul 
{
  position: relative;
}

.dnn-florida-rules ul li {
    padding-bottom: 10px;
    padding-top: 10px;
    list-style: none;
    padding-left: 5px;
}
.dnn-florida-rules ul li:before {
  content: "\f058";
  position: absolute;
  left: -18px;
  color: #3a6bfa;
  font-family: "Font Awesome 6 Free";
}
.back-to-top
{
  background: #1b3c86;
  padding: 6px 15px;
  line-height: 23px;
  color: #fff !important;
  border-radius: 4px;
  margin-bottom: 17px !important;
  display: inline-block;
}
.edit-btn {
color:#fff !important;
}

.goog-te-gadget-simple{
        border-radius:5px !important;
        margin-top:10px !important;
}
.dnnSearchResultContainer p {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	line-height: 25px;
}

.dnnSearchResultContainer a {
	text-decoration: underline !important;
	color: #0d6efd !important;
}


    
.dnnSearchResultItem-Subset{
  margin:0px !important;
}
.cancel-btn{

    padding: 8px 20px;
    margin-top: 15px;
    font-size: 1.2em;
    margin-left:5px;
    background-color: red;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
.desc-column {
    width: 80%; /* Adjust width as needed */
    min-width:150px;
    word-wrap: break-word;
}
.actions-column{
	 width: 20%; /* Adjust width as needed */
    min-width:150px;
    word-wrap: break-word;
	text-align:Center;
}

.title-column{
	 width: 40%; /* Adjust width as needed */
   min-width:150px;
    word-wrap: break-word;
	text-align:Center;
}

.title-link{
  width: 50%; /* Adjust width as needed */
  min-width:150px;
   word-wrap: break-word;
 text-align:Center;
}

.title-actions{
  width: 10%; /* Adjust width as needed */
  min-width:20px;
  word-wrap: break-word;
text-align:Center;
}


 @media (max-width: 768px) {
    .dnn-menu, .dnn-menu ul {
        display: none !important;
    }
    .menu-toggle {
        display: block !important; /* Show the toggle button */
    }
    .dnn-menu.active, .dnn-menu.active ul {
        display: block !important;
    }
}

@media (max-width: 768px)
{
	#search-top input {
        width: 300px !important;
    }	
	.quick-service-container {
    
    gap: 10px 20px;
    padding: 0px 18px;
}
}

/* Custom disabled button styles */
/* Custom disabled button styles */
.disabled-btn {
    opacity: 0.5;            /* Make the button appear faded */
    cursor: not-allowed;     /* Change cursor to not-allowed */
}

/* To allow hover effects, don't disable pointer events */
.custom-btn:hover {
    background-color: #0056b3;  /* Customize hover effect */
    color: white;
}

.disabled-btn:hover {
    opacity: 0.5;              /* Keep the opacity on hover for the disabled button */
    background-color: #6c757d; /* Optional: change the background color for disabled button hover */
}
/* Modal Styles */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}
.modal-content p{
	font-size:20px !important;
}

.modal-footer {
    margin-top: 20px;
	   text-align: center !important;
	   padding:0px !important;
	   border:none !important;
}

.modal-button {
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.modal-button:hover {
    background-color: #45a049;
}

#dnnMenu .dropdown-menu li
{
  z-index: 1050;
}

.map-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.responsive-map {
  width: 90% !important;
  height: auto !important;
  display: block !important;
}
.img-map-responsive
{
  max-width: 100% !important;
  height: auto !important;
}

@media (max-width: 990px)
{
	.quick-service-card {
    flex: 1 1 calc(29.5% - 0px);
   
   
}
}

@media (max-width: 768px) {
  .responsive-map {
      width: 100% !important;
  }
  #footer .footer-top {
    padding: 40px 15px 10px 15px;
    background: #001138;
}	
.container {
    padding-right: 30px !important;
    padding-left: 30px !important;
   
}	
.categories-content h4 {
    font-size: 16px;

}
.court-information h2, .court-information-map h2 {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
}
#hero
{
    height: auto;
}
.section-title-two .title {
  font-weight: 800;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

div#dnn_ctr400_HtmlModule_lblContent {
    padding-right: 15px;
}

}

  #marquee-announcement {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background-color: rgb(0,138,0,1);
     color:white !important;
      padding: 10px 0;
      text-align: center;
      font-size: 16px;
    
  z-index: 10;}
	  
	  
	  .slideshow-container {
    position: relative;
    text-align: center;
    padding: 40px 20px;
    background: #ffffff;
    border-radius: 10px;
    margin-top: 40px;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.slide {
    display: none;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.slide.active {
    display: block;
    opacity: 1;
}

.slide-title {
    font-size: 24px;
    font-weight: 700;
    color: #2b2b2b;
    margin-bottom: 10px;
}

.slide-content {
    font-size: 16px;
    color: #555;
    margin: 0 auto;
    max-width: 700px;
    line-height: 1.6;
}

/* Navigation buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 12px 16px;
    font-size: 20px;
    color: #ffffff;
    background: rgb(1 31 83);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    user-select: none;
    z-index: 10;
}

.prev:hover, .next:hover {
    background: #2b2b2b;
    color: #fff;
}

.prev {
    left: 20px;
}

.next {
    right: 20px;
}
.readmorebtn
{
	margin-top: 10px;
	 color: #ffffff;
    background: #ae0008 !important;
    font-size: 14px;
    padding: 5px 8px;
    border-radius: 5px;

}
 