body{
	font-family: 'Poppins', sans-serif;
}

p{
	font-size:15px;
	color: #4E4D4D;
	font-family: 'Poppins', sans-serif;
	line-height: 24px;
}

h1,h2,h3,h4{
	font-family: 'Poppins', sans-serif;
}

.top-bar-blue {
    background: #48b3e4;
    width: 100%;
    float: left;
    color: #fff;
	font-size:14px;
	padding: 8px 0px;
	letter-spacing: 1px;
	line-height: 24px;
}

.brownback {
	background: #af3a05;
	padding: 30px 0px;
	margin-bottom: 30px;
}



.navbar-brand{
	padding-top: 0px;
	padding-bottom: 0px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.95);
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
	background:#575858;
	padding: 12px 30px;
	color: #fff;
	font-weight: 500;
}

.about-content-back{
	background-attachment: fixed;
	background: url("../images/hillcrest-doxies-bckgrd.jpg");
	background-repeat: no-repeat;
	padding: 40px 0px;
}

.whitecolor {
    color: #fff;
}

h1{
	font-size:16px;
	color:#575858;
	font-weight:bold;
	
	margin-top:10px;
}

h2{
	font-size:26px;
	color:#2f3536;
	line-height:40px;
	text-transform:uppercase;
	margin-top:20px;
}

h3{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	font-weight:300;
	color:#2f3536;
	margin-bottom:30px;
	line-height:26px;
}


.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

.footer-back{
	background:#48b3e4;
	padding:30px 0px;
	width:100%;
	float:left;
	color:#fff;
}

.footer-links{
	color:#fff;
	text-decoration:none;
	font-size:15px;
	line-height:30px;
	border-bottom:solid 1px #38a2d2;
	display:block;
}

.footer-links:hover{
	color:#fff;
}

.copyright-back{
	background:#575858;
	padding:10px 0px;
	width:100%;
	float:left;
	color:#fff;
	text-align:center;
}


.box-round {
   box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	border-radius: 4px;
	padding: 25px;
	border:solid 1px #cdcece;
}

.blueback-main{
	background: #005686;
	padding: 40px 0px;
	color: #fff;
}

.fontsize46{
	font-size:46px;
}

.contact-area > div {
    margin-bottom: 1.5rem;
}

.box-shadow{
	   box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.margintop0{
	margin-top: 0px;
}

.mainbottom0{
	margin-bottom: 0px;
}
.lightback {
    background: #e0e0e0;
    padding: 15px 10px;
}




.lightgreyback {
    background: #e3e3e3;
    padding: 15px;
    margin-bottom: 20px;
}

.yellowcolor {
    color: #005686;
}

h4{
	margin-top: 10px;
}

.small-button{
	background:#005686;
	padding: 5px 20px;
	color: #fff;
	text-decoration: none;
	font-size:13px;
	border-radius: 4px;
}

.small-button:hover{
	background:#3a3738;
	padding: 5px 20px;
	color: #fff;
	text-decoration: none;
	font-size:13px;
	border-radius: 4px;
}

/*tabs-start*/



.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #fff;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #d703fc;
}


.nav-pills .nav-link {
	color: #fff;
	background: #8f1e87;
	position: relative;
	margin-bottom: 5px;
}

	.nav-pills .nav-link.active {
		color: #fff;
		background: #d703fc;
	}


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
	.nav-pills .nav-link::before {
		content: '';
		display: block;
		border-top: 8px solid transparent;
		border-left: 10px solid #d703fc;
		border-bottom: 8px solid transparent;
		position: absolute;
		top: 50%;
		right: -10px;
		transform: translateY(-50%);
		opacity: 0;
	}
}

.nav-pills .nav-link.active::before {
    opacity: 1;
}


.nav-pills .nav-link {
	border-radius: 0px;
}

.tab-content{
	padding: 0px;
}

.fa-facebook-official{
	color: #fff;
	margin-right: 10px;
}

.fa-instagram{
	color: #fff;
	margin-right: 10px;
}
.fa-linkedin-square{
	color: #fff;
	margin-right: 10px;
}

.fa-pinterest-square{
	color: #fff;
	margin-right: 10px;
}

.fa-twitter-square{
	color: #fff;
	margin-right: 10px;
}
.fa-reddit-square{
	color: #fff;
	margin-right: 10px;
}
.fa-youtube-square{
	color: #fff;
}


a {
  color: #0d6efd;
  text-decoration: none;
}


/*menu-css-start*/

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
  position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 90%;
  top: auto;
  left: 5%;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}
.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}

.icons {
  display: inline-flex;
  margin-left: auto;
}
.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}
.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}

.btn-info{
	color:#fff;
	background: #0000cc;
	border-color: #0000cc;
	
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 0px;
	padding-left: 0px;
}


/* video background */

video {
  display: block;
  height: auto;
  margin: 20px auto;
  position: relative;
  width: 100%;
}
.video-wrap {
  margin: 0 auto;
  position: relative;
  width: 100%;

}
.video-wrap:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

/*19-dec-2023*/

.box-round{
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	background:#eaeaea;
	padding: 25px 25px;
	margin-bottom: 25px;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background: #0000cc;
	text-transform: uppercase;

}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 2px solid transparent;
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: transparent;
    border-left-color: #fff;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
}

.nav-link {
	 color: #fff;
}
.nav-link:focus, .nav-link:hover {
  color: #fff;
}


.tab-content > .tab-pane{
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	padding: 25px;
}

.butn {
  position: relative;
  display: inline-block;
  background: #0000cc;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: none;
  font-size: 14px;
  cursor: pointer;
  outline: none;
  font-weight: 600;
  padding: 16px 30px;
  border-radius: 0;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 1;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.butn:hover, .butn:active, .butn:focus {
  color: #ffffff
}
.butn:hover span, .butn:hover i {
  color: #ffffff
}
.butn:active span, .butn:active i {
  color: #ffffff
}
.butn:focus span, .butn:focus i {
  color: #ffffff
}
.butn:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition: all 0.3s;
  transition-timing-function: ease-out
}
.butn:hover:after, .butn:active:after, .butn:focus:after {
  background: #ff00bb;
  opacity: 1;
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1)
}

.butn.small {
  padding: 12px 20px;
  font-size: 12px;
}

.ms-2 {
  margin-left: 0.5rem !important;
}



.mt0{
	margin-top: 0px;
}
.page-link {
  position: relative;
  display: block;
  color: #0000cc;
}

.page-link:hover {
  z-index: 2;
  color: #fff;
  background-color: #ff00bb;
  border-color: #ff00bb;
}


.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0000cc;
  border-color: #0000cc;
}

.text-secondary {
  color: #333333 !important;
}