
* {
  padding: 0;
  margin: 0;
}

html {
  font-size: 18px;
  background-color: #eaeaea !important;
}

.body {
  background-color: rgb(238, 247, 246);
  background: #eaeaea !important;
  font-family: "Roboto", sans-serif !important;
}


.header-2 {
  border-left-color: #008bd9;
  border-left-style: solid;
  border-left-width: 2px;
  padding: 0;
}


.header-21 {

  background-image: linear-gradient(to right,#008bd9 0%,#005483 100%);
}


.header-callarea {
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  margin:0;
  padding: 18px 0;
  min-height: 2rem;
}

.header-callarea a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

.header-logo {
  max-width: 100%;
  height: 120px;
  padding: 0 25%;
}

.hols {
    padding-top: 1.6rem;
    height: 5rem;
    background-color: #ffb3b3;
    color: #4d4d4d;
    font-size: 1.5rem;
    font-weight: bold;

  display: flex;
  padding-left: 1rem;
  align-items: center;
  border: 1px solid #ffb3b3;
  box-shadow: 0px 0px 3px 0px #ffb3b3;
  border-radius: 10px;
    
    
}

.nav-item:hover {
  background-color: #32a9b0;
}

.footer {
  background-color: #005066;
  color: white;
  text-align: center;
}

.footer-links {
  padding: 0;
}

.footer-links-item {
  padding: 3px;
  text-decoration: none;
  color: white;
}

.footer-contact {
  display: flex;
  align-items: start;
  margin-bottom: 5px;
}

.footer-contact a {
  text-decoration: none;
  color: white;
}

.footer-contact-text {
  color: white;
  margin-left: .5rem;
}

.page-heading {
  width: 100%;
  height: 6rem;
  background-color: #0f5e8a;
  display: flex;
  align-items: center;
  font-size: 2rem;
  color:white;

}

.page-subheading {
  height: 3rem;
  background-color: #3fa8e2;
  color: white;
  display: flex;
  align-items: center;
  padding-left: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #3fa8e2;
  box-shadow: 0px 0px 3px 0px #3fa8e2;
  border-radius: 10px;

}


.card-heading {
  color: #0098cd;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
}


.card-subheading {
  color: #555555;
  text-transform: none;
  font-weight: normal;
}

.box-heading {
  color: #0098cd;
  text-transform: uppercase;
  font-weight: bold;
}

.box-text {
  color: #696969;
}

.box-text ul li {
  color: #696969;
}

.box-text li {
  color: #696969;
  list-style: none;
  margin-top: 4px;
}

.box-text li a {
  color: #696969;
}

.card-title {
  color: #0098cd;
  color: black;

}

.card {
  transition: all .2s ease-in-out;
} 

.card:hover {
  transform: scale(1.05);
} 

.card-spl {
  height: 456px;
}

.card-inftip {
  height: 530px;
}
.block-gap {
  margin-top: 2rem;
}

.box-border {
  padding: 20px;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 10px 0px #c5c5c5;
  border-radius: 10px;
}



.inner {
  overflow: hidden;
}

.inner img {
  transition: all 1.5s ease;
}

.inner:hover img {
  transform: scale(1.2);
}

.wrapper {
	width: 100%;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.contact-wrap {
	background: #e8edf0;
}

.contact-wrap h3 {
  text-transform: uppercase;
  color: #0f5e8a;
}
#form-message-success {
	color: #28a745;
	font-size: 18px;
	font-weight: 500;
}

#form-message-warning {
	color: red;
}

#form-message-warning, #form-message-success {
	display: none;
}



.form-group {
	margin-bottom: 1rem;
}

.contactForm .label {
	color: #000;
	text-transform: uppercase;
	font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: .6rem;
}

#contactForm .error {
	color: red;
	font-size: 14px;
}

.form-control::placeholder {
	color: rgba(0, 0, 0, 0.3) !important;
}

.submitting {
	float: left;
	width: 100%;
	padding: 10px 0;
	display: none;
	font-size: 16px;
	font-weight: 500;
	color: #2553b8;
}

.box-image {
  overflow: hidden;

}

.cgnews {
  background-color: #e8edf0;
}

.contact-info  {
  padding-left: 5%;
}

.contact-info .text {
  color: #696969;
}

.contact-info a {
  text-decoration: none;
}

.contact-info i {
  color: black;
}

.accordion-button {
  background-color: #0072b1;
  color: white;
  margin-top: 10px;
  border-radius: 5px;
}

.accordion-button:not(.collapsed) {
  background-color: #0072b1;
  color:white;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0,0,0,.125);
}

.accordion-body {
  background-color: #e7f1ff;
}


button[aria-expanded="true"] {
  color: #000 !important;
  background: #008bd9 !important;
}

.carousel-caption {
  width: 40%;
  padding: 0;
  background-color: #c5c5c5;
  font-size: 24px;
  font-weight: bold;
  opacity: 0.8;
  color: #005066;
  transform: translateX(60%);
  top: 250px;
}

.carousel-caption h5 {

  font-size: 30px;
  font-weight: bold;

}

.list-group-item a {
  text-decoration: none;
  color: #696969;
  text-align: center;
  font-size: 0.9rem;
}