﻿.slider-92911{
  position: relative;
}

/* Carousel 4*/
.testimony-29101 .image {
  width: 100%;
  background-size: cover;
  background-position: center center;
}
 .testimony-29101 .image {
    height: 400px;
  }

  .testimony-29101 .image{
    width: 100%;
    display: block !important;
}

.slide-one-item {
 /* -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);*/
}

@media (max-width: 991.98px) {
  .slide-one-item .owl-nav {
    display: none;
  }
}

.slide-one-item .owl-nav .owl-prev,
.slide-one-item .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
}

.slide-one-item .owl-nav .owl-prev span,
.slide-one-item .owl-nav .owl-next span {
  font-size: 30px;
}

.slide-one-item .owl-nav .owl-prev:hover,
.slide-one-item .owl-nav .owl-next:hover {
  color: #000;
}

.slide-one-item .owl-nav .owl-prev:active,
.slide-one-item .owl-nav .owl-prev:focus,
.slide-one-item .owl-nav .owl-next:active,
.slide-one-item .owl-nav .owl-next:focus {
  outline: none;
}

.slide-one-item .owl-nav .owl-prev {
  left: 20px;
}

.slide-one-item .owl-nav .owl-next {
  right: 20px;
}

.slide-one-item .owl-dots {
  text-align: center;
  z-index: 2;
  background: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateY(50%) translateX(-50%);
  -ms-transform: translateY(50%) translateX(-50%);
  transform: translateY(50%) translateX(-50%);
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.slide-one-item .owl-dots .owl-dot {
  display: inline-block;
  min-width: 1rem;
  margin-bottom: 3px;
}

.slide-one-item .owl-dots .owl-dot>span {
  -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  display: inline-block;
  width: 15px;
  height: 3px;
  background: rgba(0, 123, 255, 0.4);
  margin: 3px;
  display: block;
  margin: 5px;
  background: #dbdbdb;
  height: 16px;
  width: 16px;
  border-radius: 100%;
}

.slide-one-item .owl-dots .owl-dot.active>span {
  width: 15px;
  background: #a30134;
}

.thumbnail {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateY(50%) translateX(-50%);
  -ms-transform: translateY(50%) translateX(-50%);
  transform: translateY(50%) translateX(-50%);
  z-index: 99;
}

.thumbnail li {
  display: inline-block;
}

.thumbnail li a {
  display: block;
  margin: 4px;
  background: #dbdbdb;
  height: 16px;
  width: 16px;
  border-radius: 100%;
}
.thumbnail li.active a {
    background: #7e7d7d;
}

.thumbnail li a img {
  width: 50px;
  border-radius: 50%;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.thumbnail li.active a img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width:767px){
.testimony-29101 .image {
	height: 300px;
}
.slide-one-item .owl-dots .owl-dot>span{
	width:8px !important;
	height:8px;
}
}

/*Owl carousel Styles for Home Page Banner*/
.home-carousel {
  position: relative;height:100%
}

.home-carousel .owl-carousel .owl-stage{
	background: linear-gradient(180deg, #F2F2F2 50%, #FFFFFF 100%);
	display:flex;
	align-items:center
}
.home-carousel .container {
    padding-left: 15px;
    padding-right: 15px;
}


.home-carousel-container{
	padding:1rem;
} 
.home-carousel .title{
	font-weight: 700;
	font-size: 32px;
	line-height: 44px;
	text-transform:uppercase;

}
.home-carousel .subTitle{
	font-size: 18px;
	line-height: 20px;
	color: #333333;
}
.census2020-item .subTitle{
	font-weight:600;
	text-transform:uppercase
}

.home-carousel p{
	font-size: 14px;
	line-height: 20px;
	color: #555555;
}
.home-carousel p span{
	font-weight:600;
}
.banner-btn-grp{
	text-align:left;
	margin-top:1.5rem;
	display: flex;
    align-items: center;
}
.banner-btn-grp .btn-banner{
	min-width: 8rem;
    margin-right: .5rem;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding:.5rem 1rem;
	font-size: 14px;
    font-weight: 600;
}
.btn-arrow-icon {
    margin-left: 1rem;
}
.home-carousel .btn-banner:hover .btn-arrow-icon{
	transform: translateX(6px);
}
.red-text{
	color:#A30931;
}

.green-text{
	color:#006C80;

}

.blue-text{
	color:#4574C2
}

.red-box, .home-carousel .red-box.btn-banner:hover{
	background:#A30931!important;
	color:#fff!important;
	border:0!important;
}

.orange-box, .home-carousel .orange-box.btn-banner:hover{
	background:#DA6029!important;
	color:#fff!important;
	border:0!important;
}

.green-box, .home-carousel .green-box.btn-banner:hover{
	background:#006C80!important;
	color:#fff!important;
	border:0!important;
}

.blue-box, .home-carousel .blue-box.btn-banner:hover{
	background:#4574C2!important;
	color:#fff!important;
	border:0!important;	
}

.item-center{
	align-items:center
}

/*.home-carousel .slide-one-item .owl-dots{
display:none
}*/
.home-carousel .slide-one-item .owl-dots .owl-dot.active>span {
    width: 16px;
    background: #006C80;
}

.home-carousel .owl-carousel .owl-nav button.owl-next, .home-carousel .owl-carousel .owl-nav button.owl-prev{
	height: 64px;
    width: 64px;
}
.home-carousel .slide-one-item .owl-nav .owl-prev span, .home-carousel .slide-one-item .owl-nav .owl-next span{
	display: block;
    height: 64px;
    width: 64px;
}
.home-carousel .slide-one-item .owl-nav .owl-next span{
	background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.3535 5.64642L45.3535 31.6464M18.6464 57.6464L44.6464 31.6464' stroke='%23555555'/%3E%3C/svg%3E%0A");
}
.home-carousel .slide-one-item .owl-nav .owl-prev span{
	background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M44.6465 5.64642L18.6465 31.6464M45.3536 57.6464L19.3536 31.6464' stroke='%23555555'/%3E%3C/svg%3E%0A");
}
@media(max-width:640px){
.banner-btn-grp {
    flex-direction: column;
}

.banner-btn-grp .btn-banner {
    margin-bottom: 1rem;
    margin-right: 0;
    margin-left: 0;
}}
/*Owl carousel Styles for Home Page Banner*/

.flag-text{
	color:#71123A;
}
.flag-box, .home-carousel .flag-box.btn-banner:hover{
	background:#71123A!important;
	color:#fff!important;
	border:0!important;
}


.gisDay-item{
	background:url(../../images/gisDay-Banner1.png);
	min-height: 350px;
	padding:0;
	    background-repeat: no-repeat;
    background-position: 50%;
}
.gisDay-wrapper{
	background: radial-gradient(192.1% 261.36% at 13.37% 68.23%, #E5F7A2 0%, #8DBC9F 48.71%, #89B99F 100%);
	opacity: 0.8;
	display:flex;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.gisDay-content {
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    min-height:350px;
}

.gisDay-content p {font-size: 18px;line-height: 21px;color: #034123;font-weight: 600;text-decoration:none}

.date {
    background: #fff;
    padding: .2rem 1rem;
    color: #034123;
}

.gisday-logo {
    padding-bottom: 2rem;
}
.gisDay-content .title{
	color:#034123;
	text-transform:none;
}
.gisDay-wrapper+a {
    top: 0;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    min-height: 100%;
    text-decoration: none;
}
.gisDay-wrapper+a:hover, .gisDay-wrapper+a:active, .gisDay-wrapper+a:focus, .gisDay-wrapper+a:visited {
    text-decoration: none !important;
}

@media (max-width:767px){
	
	.gisDay-item {
    min-height: calc(100vh - 150px);
    background-position: 50% 100%;
}
.gisDay-wrapper+a{
	padding:30px
}
}

#SearchBox {
    display: block !important;
}