@charset "utf-8";
/* CSS Document */

.team-thumb h4 {
  background: rgba(31, 64, 109, 0.9);
}

	.border-11
		{
			border: 2px solid #1f406d !important;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: rgb(31, 64, 109);
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: rgb(31, 64, 109);
  border-radius: 20%;
  border-top: 1px dashed red !important;
  border-bottom: 1px dashed red !important;
		}
h2, .h2 {
				margin: 0;
			}

.space{padding: 60px 0px;}

.top-space {
    padding: 30px 0 60px 0;
}

.text-theme-colored3 {
  color: #f9d81f !important;
}
.btn-info {
  color: #fff;
  background-color: #045298;
     width: 100%;
  border-color: #fcd500;
}
.btn-group, .btn-group-vertical {
  width: 100%;
}
.past-dis-gov-sidebar{
    background-color: #FFFADE;
    padding: 15px;
}
   .pdf-container {
      position: relative;
      padding-bottom: 75%; /* Aspect ratio 4:3 */
      height: 0;
      overflow: hidden;
      max-width: 100%;
      border: 1px solid #ccc;
    }

    .pdf-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: none;
    }
.font {
  font-size: 23px;
  color: #f0c809;
}
.justify-content-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.menuzord-menu > li > a {
  padding: 8px 13px;
}
.cta-text {
    font-size: 26px;
    font-weight: 300;
    color: #FFFFFF;
}	
.text-theme-colored {
  color: #1F406D !important;
  font-size: 21px;
}
		@media (max-width: 767px)
		{
			h2, .h2 {
			  font-size: 1.6rem;
				margin: 0;
			}
		.space
			{
				padding: 40px 0px;
			}
   .cta-text {
    font-size: 16px;
}	
		}

    #img-1, #img-2 {

      border : 1px solid rgba(20, 20, 20, 0.808);
      padding: 1%;
      margin-bottom: 5%;
     
    }
@media screen and (min-width: 768px) {
  .hide-on-desktop {
    display: none !important;
  }
}
    /*======================================================================================*/