@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap");

body {
  font-family: "Arial", sans-serif !important;
}

p {
  color: #555555;
  line-height: 23px;
  transition-duration: 1s;
}

.theme1 .col-news h4,
.theme1 .col-news .panel-body ul li {
  background: #fff;
}

.theme1 img,
.theme1 .ample-inner-banner {
  filter: grayscale(100%) !important;
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.theme1 .slidermig1 {
  filter: grayscale(100%) !important;
}

.theme1 .col-bg1,
.theme1 .col-search .fa-search,
.theme1 .col-date,
.theme1 .col-view-calender,
.theme1 .col-btn,
.theme1 .col-news label,
.theme1 .col-copy-rights {
  background: #000;
}
.theme1 .col-about ul li label,
.theme1 .col-about ul li,
.theme1 .col-location p,
.theme1 .col-location h2,
.theme1 .col-time,
.theme1 .col-time-location h3,
.theme1 .col-news h3,
.theme1 .col-news p,
.theme1 .col-news h4 {
  color: #000;
  border-color: #000;
}
.theme1 .shape-01 {
  color: #000;
  border-color: #000;
  border-bottom: 0;
}
.theme1 .fa-search,
.theme1 .col-date span,
.theme1 .col-date label,
.theme1 .col-news label,
.theme1 .col-copy-rights p,
.theme1 .col-footer h4,
.theme1 .fa-bars,
.theme .col-footer h4,
.theme1
  #mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item
  > a.mega-menu-link:hover {
  color: #fff;
}

#theme-reset img {
  filter: inherit !important;
}

.col-header-active .col-ada {
  /*top: 17px;*/
}

h1,
h2,
h3,
h4,
label,
span,
li {
  transition-duration: 0.5s;
}
h2 {
  color: #525f69;
}
header ul {
  padding: 0;
  margin: 0;
}
header {
  /* position: fixed; */
  z-index: 999;
  margin: 0 auto;
  width: 100%;
  /*background:#ffffffbd;*/
  transition-duration: 1s;
  background: url("../images/header-bg.png");
  /*background-color: rgba(255,255,255,0.7);*/
  background-color: rgba(255, 255, 255, 0.66);
}
header ul li {
  float: left;
  list-style: none;
}
header .col-search-02 {
  position: relative;
  /*top: -8px;
    right: -17px;*/
}
.col-ada-font {
  float: right;
  margin-right: 20px;
}
.col-ada-font ul li {
  padding: 5px;
}
.col-ada-theme {
  float: right;
  margin-right: 20px;
}
.col-ada-theme ul li {
  padding: 3px;
}
.carousel-inner {
  height: 702px;
}
.col-language {
  float: right;
  width: 162px;
  position: relative;
  top: 7px;
  height: 25px;
}
.switcher {
  position: absolute;
}
.col-language input {
  width: 100%;
}
.slidermig1 {
  /*background: rgba(0, 0, 0, 0) url("../img/slider.png") no-repeat  center center / cover !important;	*/
  height: 702px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 60%;
}
ul {
  padding: 0;
  margin: 0;
}
header ul li:first-child {
  margin-left: 0px;
}
ul li {
  list-style: none;
}
.col-bg1 .btn-default {
  background: #fdc800;
  border: solid 1px #fdc800;
  border-radius: 0;
  color: #4e4e4e;
  margin-top: 30px;
}
.col-bg2 {
  background: rgba(0, 0, 0, 0) url("../img/bg1.png") no-repeat fixed center
    center / cover !important;
}
.col-Wanna-talk {
  background: rgba(0, 0, 0, 0) url("../img/bg2.png") no-repeat fixed center
    center / cover !important;
}
.col-new-post h2 {
  color: #7244a2 !important;
}
.col-bg2 h2 {
  color: #fff;
  margin-bottom: 25px;
}
.col-bg2 p {
  color: #fff;
}
.col-right {
  float: right;
  margin-top: 35px;
}
.col-search {
  position: absolute;
  right: 15px;
  bottom: -72px;
  z-index: 99;
}
.col-search .fa-search {
  background: #bfa65e;
  padding: 7px 10px;
  border: solid 1px #fff;
  font-size: 19px;
}
.col-new-post label {
  font-weight: normal;
  color: #555555;
}
.col-bg1 {
  background: #84330f;
  padding: 10px;
  text-align: center;
}
.col-search-02 input {
  position: relative;
  /*right: 15px;
    top: 52px;*/
  border: solid 1px #bea65e !important;
  padding: 7px !important;
  display: block;
  /*width:150px;*/
  z-index: 9;
  margin-left: 5px;
}
.activSearch {
  display: block !important;
  width: 150px !important;
}
.activSearch {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.col-bg1 p {
  color: #fff;
  font-size: 12px;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
}
/*.btn-success{
	background: #fdc800;
	color:#4e4e4e;
	border-radius:0;
	border-color:#fdc800;	
}*/
.col-ada {
  float: left;
}
.col-theme {
  float: left;
  margin-right: 10px;
}
.col-Experienced img {
  margin-bottom: 20px;
}
.col-search button {
  position: absolute;
  padding: 6px 9px;
  background: #ffdb23;
  border: 0;
  right: 1px;
  top: 1px;
}
.col-logo {
  position: relative;
  top: 12px;
}
.col-a2 {
  font-size: 25px;
}
.col-a1 {
  font-size: 20px;
}
.col-theme ul {
  margin: 0;
  padding: 0;
}
.col-theme ul li {
  float: left;
  list-style: none;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  line-height: 22px;
  margin: 2px;
}
header ul li .fa {
  margin-right: 5px;
}
.col-Mortgage-Tech {
  float: left;
  width: 100%;
}
.col-recent ul li {
  list-style: none;
  color: #fff;
  margin-bottom: 15px;
}
.col-recent h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
}
.col-about ul li img {
  display: table;
  margin: 0 auto;
}
.col-about ul {
  margin-top: 65px;
  margin-bottom: 65px;
  /* 	float:left; */
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.col-about ul li:last-child {
  border: 0;
}
/*.col-news .panel-body  ul li:nth-child(2) {
	border:0;
}*/
.col-about ul li {
  float: left;
  list-style: none;
  padding: 10px 57px;
  border-right: solid 1px #0e3178;
  min-height: 200px;
  text-align: center;
}
.col-about ul li label {
  text-align: center;
  margin-top: 25px;
  color: #0f3178;
  cursor: pointer;
}
.col-location h2 {
  font-size: 17px;
  font-weight: 700;
  color: #0f3178;
}
.col-recent ul {
  padding: 0;
}
.col-recent ul li label {
  width: 100%;
}
.col-date {
  width: 27%;
  background: #f0e1cd;
  text-align: center;
  height: auto;
  float: left;
  padding: 5px;
  margin-right: 10px;
}
.col-date span {
  width: 100%;
  float: left;
  color: #0f3178;
  font-weight: 700;
  font-size: 12px;
}
.col-date label {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #bfa65e;
  margin: 0;
  line-height: 45px;
}
.col-location {
  float: left;
  width: auto;
  color: #0f3178;
  min-height: 100px;
  position: relative;
}
.col-location p {
  color: #0f3178;
  font-size: 17px;
  margin: 0;
}
.eventDates {
  font-size: 15px;
  margin: 0;
}
.col-date-254 {
  overflow: hidden;
  margin-bottom: 15px;
}
.eventVenue {
  font-weight: bold;
  white-space: nowrap;
  width: 290px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.col-time {
  width: 100%;
  float: left;
  color: #0f3178;
  padding: 10px 0;
  position: relative;
  top: 15px;
}
.col-time label {
  font-size: 17px;
}
.col-view-calender {
  background: #0f3178;
  position: absolute;
  right: 15px;
  bottom: 0;
  padding: 10px;
  padding-right: 25px;
  cursor: pointer;
}
.col-view-calender label {
  color: #fff;
  margin: 0;
  position: relative;
  font-weight: normal;
  cursor: pointer;
}
.shape-01 {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 40px solid #0f3178;
  position: absolute;
  left: -25px;
  top: 0px;
}

.fa-angle-double-right {
  position: absolute;
  right: 8px;
  color: #fff;
  top: 14px;
  font-size: 14px !important;
}
.col-date-img {
  position: absolute;
  right: 15px;
  top: 35px;
  width: 183px;
  overflow: hidden;
}
.col-time-location .panel-body {
  background: #fff;
}
.col-social ul {
  position: relative;
  top: 60px;
}

.col-date-img img {
  width: 165px;
  position: relative;
  right: -66px;
}
.col-bg3 {
  position: relative;
  z-index: 9;
  margin-bottom: 210px;
}
.col-time-location h3 {
  font-size: 35px;
  color: #0f3178;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 25px;
}
.col-time-location .panel-body {
  background: #fff;
  -webkit-box-shadow: 0px 10px 19px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 10px 19px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 10px 19px 0px rgba(0, 0, 0, 0.21);
  padding-left: 25px;
}
.col-news h4 {
  background: #f0e1ce;
  color: #0f3179;
  padding: 10px 15px;
  font-weight: bold;
  margin-top: 0;
  margin: 0;
}

.acive-nave {
  display: block !important;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.col-news h3 {
  color: #0f3179;
  font-size: 17px;
  float: left;
  margin: 0;
  margin-right: 15px;
  padding-left: 15px;
  font-weight: bold;
  /*custom elipsis*/
  white-space: nowrap;
  width: 65%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.col-news p {
  width: 100%;
  float: left;
  color: #0f3179;
  padding-left: 15px;
}
.col-news label {
  background: #f0e1ce;
  padding: 2px 10px;
  font-weight: normal;
  color: #0f3179;
  border-radius: 2px;
  margin: 0;
  font-size: 12px;
}
.col-news .panel-body {
  background: #fbf4ec;
  padding: 0;
  -webkit-box-shadow: 0px 10px 19px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 10px 19px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 10px 19px 0px rgba(0, 0, 0, 0.21);
}
.col-copy-rights {
  width: 100%;
  float: left;
  padding: 20px;
  background: #222a45;
  color: #9b9ba7;
  text-align: center;
}
.col-address-1 ul li {
  color: #fff;
  font-size: 25px;
  font-size: 17px;
  margin-bottom: 5px;
}
.col-copy-rights p {
  color: #9b9ba7;
  margin: 0;
  font-size: 12px;
}
.col-quicklinkg ul li a {
  color: #fff;
  font-size: 25px;
  font-size: 17px;
  margin-bottom: 2px;
}

.col-news .panel-body ul li {
  border-bottom: solid 1px #ddbe98;
  float: left;
  width: 100%;
  position: relative;
  padding-top: 18px;
  padding-right: 20px;
  padding-bottom: 2px;
}
.col-about {
  position: relative;
  z-index: 9;
  margin-bottom: 35px;
}
.col-btn {
  position: absolute;
  right: 0;
  top: 0;
  background: #0f3179;
  width: 25px;
  height: 100%;
  text-align: center;
}
.col-btn .fa-angle-double-right {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 40px;
}
.col-theme-1 {
  background: #000;
  border: solid 3px #adadad;
}
.col-theme-2 {
  background: #fff;
  border: solid 3px #adadad;
  color: #000 !important;
}
.col-theme-3 {
  background: #ffdb23;
  border: solid 3px #adadad;
  color: #000 !important;
}
.col-ada ul {
  margin: 0;
  padding: 0;
}
.col-ada ul li {
  float: left;
  list-style: none;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #093c71;
  line-height: 27px;
  margin: 2px;
  cursor: pointer;
}
nav ul li {
  float: left;
  list-style: none;
  text-align: center;
  color: #000;
  /*margin-left: 27px;*/
  /*padding: 0px 5px;*/
  position: relative;
  font-weight: 700;
}

nav ul li ul li {
  margin-left: 0px;
}
nav ul {
  margin: 0;
  padding: 0;
}
header .col-ada {
  position: relative;
  top: 42px;
}
.col-top-left {
  width: 50%;
  height: 127px;
  transform: skew(-30deg);
  background: #fff;
  position: absolute;
  left: -37px;
  top: 0;
}
.glyphicon-chevron-left::before {
  content: "";
}
.glyphicon-chevron-right::before {
  content: "";
}
nav {
  width: auto;
  padding: 5px;
}

.col-social {
  float: left;
}
.col-social ul {
  padding: 0;
}
.col-social ul li {
  float: left;
  list-style: none;
  margin-right: 7px;
  position: relative;
  top: 6px;
  cursor: pointer;
}
.col-footer h4 {
  color: #bea55d;
  font-weight: 700;
  margin-bottom: 15px;
}
.col-REquest {
  float: right;
  background: #634a87;
  padding: 10px 15px;
}
.col-REquest a {
  color: #fff;
}
.col-bg1 .col-md-4 {
  text-align: center;
}
.col-bg1 h2 {
  margin-top: 0;
  margin-bottom: 35px;
  font-weight: normal;
}
.col-bg2 h2 {
  font-weight: 700;
}
.col-bg2 p {
  margin-bottom: 25px;
}
.slider-01 {
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  width: 80%;
  z-index: 99;
  margin: 0 auto;
  margin-top: 33%;
  text-align: center;
}
.col-header-active {
  -webkit-box-shadow: 0px 14px 28px -8px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 14px 28px -8px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 14px 28px -8px rgba(0, 0, 0, 0.13);
}

.col-header-active {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.col-time-location li,
.col-news li {
  list-style: none;
}
.col-address-1 h4,
.col-quicklinkg h4 {
  text-transform: uppercase;
}
.theme1 .col-footer {
  background: #151515;
}
.theme1 .scrollup {
  background: #000 !important;
  border: 1px solid #fff;
}
.site-content {
  position: relative;
  z-index: 9;
  background: transparent !important;
}
.inner-page header {
  top: 0;
}
.inner-page {
  /* padding-top: 280px; */
}
.ample-inner-banner {
  /* position: absolute; */
  top: 0;
  left: 0;
  height: 280px;
}

.inner-page .col-footer {
  padding-top: 210px;
}
.container.col-breadcrumb-1 {
  position: relative;
  top: 100px;
  padding-top: 17px;
}
.container.col-breadcrumb-1 h1 {
  color: #fff;
}
.breadcrumb {
  background: transparent;
  color: #fff;
  /* margin-bottom: 0px !important; */
}
.breadcrumb a {
  /* color: #0e3178 !important; */
}

.col-header-active .col-logo img {
  width: 155px;
}
header.col-header-active .col-ada {
  position: relative;
  top: 1 5px;
}
header.col-header-active .col-logo {
  position: relative;
  top: 23px;
}
header.col-header-active .col-top-left {
  height: 100px;
}
.slider-01 p {
  color: #fff;
  font-size: 20px;
  line-height: 35px;
}

#myCarousel .container {
  position: relative;
}
.slider-01 h1 {
  font-size: 43px;
  font-weight: 700;
}
.col-your-mortgage h3 {
  font-size: 20px;
}
.col-top-nav {
  width: 100%;
  background: #392358;
  height: 40px;
}
.col-logo2 img {
  margin-bottom: 8px;
}
.nav-active {
  color: #7d25d4;
}
.col-mortgage.col-recent .pull-right {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 15px;
}
.col-recent {
  position: relative;
}
.col-search-box {
  position: relative;
}
.col-bg022 {
  background: #7244a2;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.col-bg023 {
  background: #dedede;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.btn-success:hover {
  color: #fff;
  background-color: #f1d56d;
  border-color: #f1d56d;
}
.col-slider {
  width: 100%;
  height: auto;
  float: left;
}
.form-control {
  border-radius: 0;
  box-shadow: inherit;
}
.clear {
  clear: both;
}
.col-Pinellas-County-Statistics h2 {
  text-align: center;
  color: #fff;
  position: relative;
  top: -45px;
  font-weight: 700;
}
.col-other-message h4 {
  font-weight: 700;
}
.col-Efile {
  position: relative;
  background: #093c71;
  color: #fff;
  font-size: 17px;
  padding: 10px 10px 10px 60px;
  height: 45px;
}
.col-Efile-img {
  width: 45px;
  height: 45px;
  background: #ffdb23;
  position: absolute;
  left: 0;
  top: 0;
}
.col-Efile01 .col-md-4 {
  margin-bottom: 15px;
}
.col-Efile01 {
  margin-top: 35px;
  margin-bottom: 20px;
}
.col-other-message .col-md-3 {
  height: 280px;
}
h2 span {
  color: #7244a2;
  font-weight: 700;
}
.col-Pinellas-County-Statistics {
  float: left;
  width: 100%;
  height: auto;
  background-image: url(../img/bg2.png);
  padding: 72px 0;
}
.col-MortgageFlex-Mortgage {
  padding-top: 35px;
  padding-bottom: 35px;
}
.col-Pinellas-County-Statistics h3 {
  color: #fdd535;
  text-align: center;
  font-weight: 700;
}
.col-Pinellas-County-Statistics h4 {
  color: #fff;
  text-align: center;
  line-height: 25px;
}
.col-Pinellas-County-Statistics img {
  margin: 0 auto;
  display: table;
}
.col-subscribe {
  float: left;
  width: 100%;
  background: #f3f3f3;
  margin-bottom: 20px;
  position: relative;
}
.col-subscribe .col-md-8 {
  padding: 20px 35px;
}
.col-subscribe .col-md-4 {
  padding: 20px 15px;
  padding-bottom: 0;
}
.col-other-message {
  width: 100%;
  float: left;
  height: auto;
  background: #f1f1f1;
  padding: 25px 10px;
}
.col-daysTo-remember {
  background: #d8e0ed;
  float: left;
  width: 100%;
  margin-top: 20px;
  padding: 15px;
  padding-left: 57px;
  position: relative;
}
.col-daysTo-remember h4 {
  margin-bottom: 0;
  color: #093c71;
}
.col-daysTo-remember p {
  font-size: 13px;
}
.col-days {
  position: absolute;
  left: 15px;
  top: 20px;
}
.col-days h4 {
  color: #093c71;
}
.col-subscribe h4 {
  color: #093c71;
}
.col-subscribe label {
  color: #c46b1c;
}
.col-footer .panel-body {
  border: 0;
}
.col-footer .panel-body p {
  margin: 0;
  color: #8e95ac;
}
.col-footer .panel-default {
  border: 0;
  box-shadow: inherit;
  border-radius: 0;
}
.col-copyRight {
  width: 100%;
  float: left;
  height: auto;
  background: #262a35;
  padding: 10px 0;
}
.col-address {
  text-align: center;
  width: 100%;
  float: left;
  margin: 0;
}
.col-address label {
  color: #194b7b;
}
.col-Holidays {
  text-align: center;
  width: 100%;
  float: left;
  color: #194b7b;
}
.col-Mortgage-Tech span {
  color: #8e95ac;
}
.col-copyRight ul li {
  list-style: none;
  float: left;
}
.col-copyRight a {
  color: #fff;
}
.col-copyRight p {
  color: #8e95ac;
  margin-top: 7px;
}
.col-footer .panel-body h4 {
  margin-top: 0;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.col-Articles {
  position: absolute;
  width: 65%;
  height: 100%;
  background: #e8e8e8;
  top: 0;
  right: 15px;
}
.col-subscribe .container {
  position: relative;
}
.col-Experienced h3 {
  margin-top: 0;
}
.col-Publications {
  position: relative;
}
.col-subscribe .form-control {
  border: 0;
}
.col-daysTo-remember img {
  width: 40px;
  position: relative;
  left: -6px;
}
.col-social-icon {
  float: right;
}
.col-Wanna-talk {
  margin-bottom: -17px;
}
.col-Terms-of-Use {
  float: left;
  position: relative;
  top: 10px;
}
.col-other-message p {
  line-height: 25px;
}
.col-menu {
  display: none;
}
nav ul li:hover {
  /*color: #0f3178;*/
  cursor: pointer;
}
.col-newsletter input {
  margin-top: 10px;
  margin-bottom: 10px;
}
.col-sub1 {
  position: absolute;
  z-index: 9;
  background: #ffffff;
  width: auto;
  white-space: nowrap;
  display: none;
  left: 0;
  top: 50px;
  padding: 15px 20px;
  border-bottom: 5px solid #7244a2;
  -webkit-box-shadow: 0px 14px 28px -8px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 14px 28px -8px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 14px 28px -8px rgba(0, 0, 0, 0.13);
}
.col-sub2 {
  position: absolute;
  z-index: 9;
  background: #093c71;
  width: auto;
  white-space: nowrap;
  display: none;
  right: -103px;
  top: 0px;
}
.col-sub1 li {
  float: none;
  list-style: none;
  text-align: left;
  color: #000;
  margin: 0;
  padding: 7px 15px;
  font-weight: normal;
  transition: 0.7s;
}
.col-sub1 li:hover {
  border-left: 5px solid #634a87;
}
.col-footer label {
  font-weight: normal;
}
.col-Efile-img img {
  position: relative;
  top: 3px;
}
.col-footer {
  width: 100%;
  float: left;
  height: auto;
  background: #061139;
  padding: 22px 0;
  margin-top: 35px;
}
.col-heading {
  color: #634a87;
}
.bg2 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 100px;
}
.bg2 img {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.col-footer {
  position: relative;
}
.col-footer .container {
  position: relative;
  z-index: 9;
}
.col-inner-container {
  width: 100%;
  height: 190px;
  background: rgba(0, 0, 0, 0) url("../img/slider.png") no-repeat fixed center
    center / cover !important;
  margin-bottom: 25px;
}
.col-inner-container h1 {
  color: #fff;
}
.col-Experienced .panel-body {
  -webkit-box-shadow: 0px 14px 28px -8px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 14px 28px -8px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 14px 28px -8px rgba(0, 0, 0, 0.13);
  border-bottom: 2px solid #d6bcf1;
}
.col-Experienced .panel {
  border: 0;
}
.col-footer .panel {
  background: #323746;
  color: #fff;
}
.col-breadcrumb {
  width: 100%;
  height: 180px;
  background: #dbdbdb;
}
.col-breadcrumb {
  position: relative;
}
.col-header-active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background: #fff;
  width: 100%;
}
.col-social ul li {
  float: left;
}
.col-footer ul {
  width: 100%;
  float: left;
}
.col-footer p {
  color: #fff;
  margin-top: 10px;
  width: 100%;
  float: left;
}
.col-01 .col-md-4 img {
  width: 100%;
}
.col-02 .col-md-4 ul li {
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .search-head {
    width: 100%;
  }
  .col-search-02 input {
    width: 100%;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 1190px) and (max-width: 1670px) {
  .bg2 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 100px;
    height: 100px;
  }
}

/* */

@media only screen and (min-width: 320px) and (max-width: 1190px) {
  .bg2 {
    display: none;
  }
}

/* */
@media only screen and (min-width: 768px) and (max-width: 990px) {
  header .col-ada {
    position: relative;
    top: 45px;
    margin-bottom: 23px;
    left: 10px;
  }
}

/* */
@media only screen and (min-width: 770px) and (max-width: 1200px) {
  .col-nave-menu {
    padding: 9px 0;
  }
  .col-logo img {
    width: 200px;
  }
  .col-top-left {
    width: 40%;
    height: 76px;
  }
  .col-time label {
    font-size: 15px;
  }
  nav ul li {
    font-size: 12px !important;
    /*margin-left: 13px;*/
  }
  .col-nave-menu ul li {
    /*margin-left: 13px !important;*/
    /*padding:5px 0;*/
  }
}

/* */
@media only screen and (max-width: 990px) {
  .site-header-safety {
    height: 200px !important;
  }
  .col-menu {
    display: block;
    padding: 6px;
    position: relative;
    float: right;
    color: #fff;
    font-size: 25px;
  }
  .col-header-active li.current-menu-ancestor {
    background: #0e3178 !important;
  }
  .col-news {
    padding-top: 10px;
  }
  .col-nave-menu {
    display: none;
  }
  .site-main .post-navigation {
    height: 50px;
  }
  .tpo_board {
    width: 100% !important;
  }
  .parent-pageid-456 .single-ample-page {
    padding-bottom: 0 !important;
  }
  .single-ample-page {
    padding-bottom: 0 !important;
  }

  /*.theme1 a:active{
	color: #fff !important;
	background: #000 !important;
}*/
  .theme1 li.current-menu-ancestor {
    background: #7c7c7c !important;
  }
  .theme1 .main-nav li:hover > a {
    color: #fff !important;
  }
  .theme1 .main-nav li {
    border-bottom: 1px solid #ffffff;
  }
  nav {
    background: #0e3178;
    max-height: 341px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .post-navigation {
    display: none;
  }
  nav ul li {
    margin-left: 0;
  }
  li.current-menu-ancestor {
    background: #0e3178 !important;
  }

  .current-menu-item {
    background: transparent !important;
  }
}

@media (min-width: 992px) {
  .main-nav li {
    position: relative;
    padding: 0px 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .col-search-02 input {
    /*right: 5px;
    top: 25px;*/
  }

  .col-print {
    margin-top: 10px;
  }
  .page-img {
    width: 100% !important;
  }
  .half-img {
    width: 100% !important;
  }

  .col-search-02 .input-group-addon {
    /*right: 5px !important;
    top: 24px !important;*/
  }
  .container.col-breadcrumb-1 {
    padding-top: 0px;
  }
  .container.col-breadcrumb-1 {
    position: relative;
    top: 0;
  }
  .inner-page .ample-inner-banner {
    position: relative;
    padding: 10px 0px !important;
    height: 145px;
  }
  .breadcrumb {
    padding: 0 !important;
  }
  .inner-page {
    padding-top: 0;
  }
  .theme1 nav {
    background: #000;
  }
  .theme1 .fa-bars {
    color: #fff;
  }
  .theme1 .col-nave-menu ul li {
    color: #fff;
  }
  .theme1 .switcher .option a.selected {
    background: #c0c0c0 !important;
  }
  .theme1 .col-search .fa-search {
    color: #fff;
  }
  .theme1 .col-date label {
    color: #fff;
  }
  .theme1 .col-date span {
    color: #fff;
  }
  .theme1 .col-footer {
    background: #111;
  }
  .col-footer {
    padding-top: 30px !important;
  }

  .col-social ul {
    position: relative;
    top: 0;
  }
  .col-news .panel-body {
    padding-left: 0;
  }
  .col-about ul {
    margin-top: 20px;
  }
  .col-footer ul {
    margin-bottom: 25px;
  }
  header .col-ada {
    position: relative;
    top: 30px;
  }
  .slidermig1 {
    height: 200px;
  }
  .bg2 {
    display: none;
  }
  .col-bg3 {
    margin-bottom: 10px;
  }
  .col-time-location {
    margin-bottom: 50px;
  }
  .col-news .panel-body ul li {
    padding-right: 30px;
  }
  .col-about {
    margin-bottom: 20px;
  }
  .carousel-inner {
    height: 200px;
  }
  .slider-01 {
    margin-top: 7% !important;
    width: 80%;
    margin: 0 auto;
    display: table;
    position: relative;
  }
  .slider-01 p {
    color: #fff;
    font-size: 14px;
    line-height: 17px;
  }
  .col-about ul li {
    padding: 10px 25px;
    border: 0;
    width: 50%;
  }
  .col-bg1 p {
    font-size: 10px;
    line-height: 17px;
  }

  header.col-header-active .col-logo {
    position: relative;
    top: 10px;
  }
  .col-top-left {
    width: 90%;
    height: 127px;
    transform: skew(-30deg);
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
  }

  .col-nave-menu ul li:first-child {
    margin-left: 10px;
  }
  .col-nave-menu ul li {
    margin-left: 10px;
  }
  .col-nave-menu {
    display: none;
    width: 100%;
    float: left;
    /*background: #bfa65e;*/
    background: #00000000;
    height: 341px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .col-nave-menu ul li {
    width: 100%;
    text-align: left;
    padding: 5px 0px;
  }
  header {
    position: relative;
    z-index: 99;
  }
  .col-logo img {
    width: 220px;
  }
  header .col-search-02 {
    /* position: absolute;
    right: 5px;
    top: -17px;*/
  }
  .col-about ul {
    margin-bottom: 15px;
  }

  /*Mobile Menu Dark Theme Style*/
  .theme1 #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:after {
    color: #fff;
  }
  .theme1
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link {
    color: #fff;
  }
  .theme1
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item.mega-current-menu-item
    > a.mega-menu-link,
  .theme1
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item.mega-current-menu-ancestor
    > a.mega-menu-link {
    background: #fff;
  }
  .theme1 #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #000;
  }
  .theme1
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item.mega-toggle-on
    > a.mega-menu-link {
    background: #c1c1c1;
  }
  .theme1
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    li.mega-menu-item
    > a.mega-menu-link:hover {
    background: #000;
    color: #fff;
  }
}

/* */

@media only screen and (max-width: 480px) {
  .col-time-location .panel-body {
    padding: 15px;
  }
  .col-time-location h3 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 12px;
  }
  .col-location p {
    color: #0f3178;
    font-size: 13px;
  }
  .col-view-calender {
    width: 100%;
    float: left;
    padding: 15px;
    position: relative;
    right: 0;
  }
  .fa-angle-double-right {
    right: 15px;
    top: 17px;
  }
  .col-time {
    top: 0;
    padding: 0;
  }
  .col-search-02 input {
    /*right: 5px;
    top: 25px;*/
  }
  .col-news .panel-body ul li {
    padding-top: 7px;
  }
  /*.col-location {
    width: 100%;
}*/
  .col-date {
    width: 35%;
  }
  .shape-01 {
    display: none;
  }
  .col-news label {
    margin: 15px;
  }
  .col-btn .fa-angle-double-right {
    top: 45%;
  }
  .col-logo img {
    width: 145px;
  }
  .col-top-left {
    width: 47%;
  }
  header .col-ada {
    position: relative;
    top: 20px;
  }
  .col-ada-theme {
    float: right;
    margin-right: 0;
  }
  .col-about ul {
    margin-bottom: 0;
  }
  .col-about {
    margin-bottom: 0;
  }
  .col-about ul li img {
    width: 50px;
  }
  .col-about ul li label {
    margin-top: 5px;
    font-size: 10px;
  }
  .col-about ul li {
    padding: 10px 25px;
    border: 0;
    min-height: 50px;
    width: 50%;
  }
  .col-language input {
    width: 100px;
  }
  .col-language {
    width: auto;
    margin-bottom: 10px;
  }
  .col-language {
    /*width: auto !important;*/
  }
  .col-ada ul li {
    margin: 0;
  }
  .col-social-icon {
    float: left;
    width: 100%;
  }
  .col-Efile-img img {
    position: relative;
    top: 3px;
    width: 100%;
  }
  .col-Terms-of-Use {
    top: 0px;
  }
  .col-social-icon ul {
    padding: 0;
  }
  .col-other-message .col-md-3 {
    height: auto;
  }
  .col-search {
    width: 100%;
    margin-bottom: 10px;
  }
  .col-language {
    width: 100%;
    margin-bottom: 20px;
  }
  .col-Efile {
    font-size: 13px;
    padding: 5px 5px 5px 45px;
    height: 30px;
  }
  .col-Efile-img {
    width: 30px;
    height: 30px;
  }
  .col-Efile01 .col-md-4 {
    margin-bottom: 2px;
  }
  .col-Efile01 {
    margin-top: 10px;
  }
}

.col-Dates02 {
  background: #093c71;
  color: #fff;
}
.col-Dates03 {
  background: #d2d2d2;
}
.col-02 {
  padding: 35px 0;
}
.col-02 label {
  width: 100%;
  color: #dc7300;
}
.col-02 .col-md-8 li {
  position: relative;
  padding-left: 30px;
  width: 100%;
  margin-bottom: 20px;
}
.col-02 .col-md-8 li .fa-exclamation-circle {
  position: absolute;
  left: 0;
  top: 5px;
  color: #f38000;
  font-size: 17px;
}
.col-02 h2 {
  color: #76b58f;
}
.col-01 {
  padding: 35px 0;
}
.col-01 h2 {
  margin-top: 0;
}

/*Custom Styles	*/

/*#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
	font-family: 'Montserrat', sans-serif !important;
}*/
/*#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link :hover{
	font-family: 'Montserrat', sans-serif !important;
}*/
/*div#mega-toggle-block-1 {
    position: relative;
    top: -37px;
}
.mega-menu-toggle.mega-menu-open {
height:0 !important;
}*/
/*#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label .mega-toggle-label-closed{
	display: none !important;
}		
*/
#searchsubmit {
  background: #bfa65e;
  border: 0;
  padding: 8px;
}
.col-search-02 .input-group-addon {
  background: #ffae03;
  color: #fff;
  width: auto;
  position: absolute;
  z-index: 9;
  padding: 1px;
  right: 0;
  top: -1px;
  border-radius: 2px;
}
.col-search-02 .input-group-addon button {
  font-size: 13px;
}

.theme1 #searchsubmit,
.theme1 .nav-links a,
.theme1 .nav-links a:hover {
  background: #000 !important;
}
.theme1 .col-search-02 input {
  border: solid 1px #000 !important;
}
.theme1 a.card-link {
  text-decoration: underline;
  color: black;
}
.theme1
  #mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item.mega-current-menu-item
  > a.mega-menu-link,
.theme1
  #mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item.mega-current-menu-ancestor
  > a.mega-menu-link {
  color: #8f8f8f;
}
.theme1 .entry-content a {
  color: #000;
  text-decoration: underline;
}
.theme1 span.edit-link a {
  color: #000 !important;
  text-decoration: underline;
}
.theme1 .not-founds {
  text-shadow: -2px 2px #070707;
}
.theme1 .btn-info,
.theme1 .btn-info:hover {
  color: #fff;
  background-color: #000000;
  border-color: #0d0d0d;
}
.theme1 .logged-in-as a {
  color: #000;
}
/*Calendar styles for dark Theme */

.theme1 .fc-row.ui-widget-header th {
  color: black;
}
.theme1 .ui-state-default .ui-icon {
  background-image: url(ui-icons_ffffff_256x240.png);
}
.theme1 .fc-button-group button {
  background: #000;
}
.theme1 .ui-state-highlight,
.theme1 .ui-widget-content .ui-state-highlight,
.theme1 .ui-state-default {
  background: #000 !important;
}
.theme1 a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end {
  background: #fff !important;
  border-color: #000 !important;
  color: #000 !important;
}
.theme1 .ui-state-active,
.theme1 .ui-widget-content .ui-state-active,
.theme1 .ui-widget-header .ui-state-active {
  border: 1px solid #c4b79e;
  text-decoration: underline;
}
/*Enotification Form dark theme style*/
.theme1 .form-group label span {
  color: black !important;
}
.theme1 input.btn {
  background: black;
  color: white;
  border: none;
}
.theme1 .error,
.theme1 .page-title {
  color: #000;
}
.theme1 .breadcrumb,
.theme1 .breadcrumb a {
  color: #000 !important;
}
.theme1 .col-search-02 .input-group-addon,
.theme1 .col-print li .btn {
  background: #000;
}
.theme1 .col-print li .btn {
  border: solid 1px #000000;
}
.theme1 input.wpcf7-form-control.wpcf7-submit {
  background: #000;
}
.theme1 span.wpcf7-not-valid-tip {
  color: #000;
}
.theme1 div.wpcf7-validation-errors,
.theme1 div.wpcf7-acceptance-missing,
.theme1 div.wpcf7-mail-sent-ok {
  border: 2px solid #000;
}
.theme1 .col-news .panel-body ul li {
  border-bottom: solid 1px #000000;
}

.theme1 a:hover,
.theme1 a:focus,
.theme1 a:active {
  color: #000 !important;
}
/*.theme1 #menu-footer-menu a:visited{
	color: #fff !important;
}*/
.theme1 .alert-info {
  color: #000000;
  background-color: #ffffff;
  border-color: #000000;
}
.theme1 input {
  border: 1px solid #111111;
}
.theme1 .required {
  color: #000;
}
.inner-list li {
  list-style-type: circle;
  margin-bottom: 15px;
}
.scrollup {
  background: #bfa65e !important;
}
.col-print li {
  float: left;
  color: #061139;
}
.col-print li .btn {
  padding: 2px 10px;
  border: solid 1px #bea55d;
  background-color: #bea55d;
  color: #fff;
}
.col-print {
  position: relative;
  float: right;
  z-index: 9;
}
.col-print li:first-child {
  margin-right: 5px;
}
.col-print li:nth-child(2) {
  margin-right: 5px;
}
.inner-page #content {
  /*top: -130px;*/
}
.single-ample-page #primary {
  width: 100%;
}
.css-events-list table.events-table td {
  padding: 5px !important;
}
.css-events-list table.events-table th.event-time {
  padding: 5px !important;
}
.error404 .content-area .search-form .search-submit,
.nav-previous a,
.nav-next a,
.nav-previous a:hover,
.nav-next a:hover {
  background: #0f3178 !important;
}
.breadcrumb {
  padding: 10px 0px;
  color: #0e3178 !important;
}
#contact_form_pop .wpcf7 {
  width: 97% !important;
}

.wpcf7-validation-errors {
  display: none !important;
}

.breadcrumb-bg {
  /* background-color: #eceae4; */
  margin-bottom: 25px;
  /* border-bottom: 1px solid #ddd; */
}

.page-title {
  float: left;
  font-weight: 700;
  /*text-transform: uppercase;*/
  margin: 0px;
  color: #0e3178;
  margin-bottom: 2px;
  max-width: 742px;
}

.page-head {
  padding-bottom: 20px;
  overflow: hidden;
  /* border-bottom: 1px solid #ccc; */
}

.page-img {
  float: left;
  margin: 0px 33px 18px 0px;
  width: 50%;
}
.half-img {
  width: 35%;
}

.search-head {
  float: right;
  margin-top: 8px;
}

/* development */

.category-tag {
  display: none;
}
.single-event .entry-content i {
  display: none;
}
#wpsm_accordion_816 .wpsm_panel-body {
  line-height: 25px;
}

.current-menu-item {
  background: #ddd;
  /*padding: 3px 16px;*/
}

li.menu-item-has-children .current_page_ancestor {
  padding-left: 0 !important;
}
li.current-menu-ancestor {
  background: #ddd;
  padding: 0px 20px 0px 10px !important;
}
.col-header-active li.current-menu-ancestor,
.col-header-active .current-menu-item {
  background: #f5f5f5 !important;
}
.main-nav li ul li {
  padding: 0px !important;
}
/*li.current-menu-item .menu-item-home{
	padding: 3px 16px !important;
}*/
span.posted-by {
  display: none;
}
/*#menu-item-15{
 padding: 0px 15px;

}*/
.modal-title {
  font-weight: bold;
  color: #0e3178;
  text-transform: uppercase;
}
.wpcf7 label {
  font-weight: normal;
}
.wpcf7 .wpcf7-submit {
  border-radius: 2px;
  padding: 7px 10px;
  background: #bea55d;
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
}
a.bread_home {
  font-weight: bold;
}
span.required {
  color: #fb1429;
}
.carousel-indicators {
  display: none;
}
.wpcf7-tel {
  width: 100%;
}
span.cattype {
  text-transform: capitalize;
}
.enotify {
  border-radius: 2px;
  padding: 7px 10px;
  background: #bea55d;
  /*font-size: 16px;*/
  /*text-transform: uppercase;*/
  color: #fff;
}
.col-print li {
  padding-bottom: 5px;
}
.wpcf7-list-item.first {
  display: none;
}
ol li {
  margin-bottom: 14px;
  list-style-position: inside;
  padding-left: 15px;
}
.card {
  text-align: center;
}
.theme1 .card img {
  margin: auto;
}
.card img {
  height: 275px;
}
img.card-img-top {
  height: 275px !important;
}
.card h4 {
  font-weight: bold;
  margin-top: 35px;
}
#feed_text {
  height: 12%;
}
.col-view-calender {
  cursor: grab;
}
/* *********  */

.theme1 .img-color {
  display: none !important;
}
.theme1 .img-gray {
  display: block !important;
}
.img-gray {
  display: none !important;
}
.theme1 .img-pdfgray {
  display: inline-block !important;
}
.img-pdfgray {
  display: none !important;
}
.theme1 .breadcrumb-bg {
  background-color: #b5b5b5;
}
#email_check {
  display: none !important;
}
.locationmap {
  display: none;
}
.noevent {
  min-height: 142px;
}
.headline-bold {
  font-weight: bold;
}
.staff-strength {
  background-color: #fff;
  padding: 8px 17px;
  font-size: 12px;
  /*border: 1px solid #ccc;*/
  /*border-top: 1px solid #ccc;*/
  /*border-bottom: 1px solid #ccc;*/
}
.staff-strength p {
  margin: 0 0 3px !important;
}
.strength-title {
  color: #0e3178;
  font-weight: bold;
  margin-bottom: 0;
}
.theme1 .strength-title {
  color: #000;
}
#content a {
  color: #0d3279;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
}
#content a:hover {
  text-decoration: underline !important;
}

.confirm-popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 35%;
  background: #fff;
  margin: 0 auto;
  width: 450px;
  z-index: 999999;
  padding: 40px;
  display: none;
  text-align: center;
}
.confirm-popup-bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
  opacity: 0.6;
}
.confirm-btn button {
  padding: 5px;
  font-size: 13px;
}
.confirm-btn {
  width: 100%;
  text-align: center;
}
.confirm-popup span {
  color: #ff0000;
  font-weight: bold;
  font-size: 18px;
}
@media only screen and (max-width: 480px) {
  .confirm-popup {
    width: 80%;
  }
  #confirm-no {
    margin-bottom: 10px;
  }
}
.theme1 .confirm-popup span {
  color: #000;
}
.theme1 #content a {
  color: #000;
  text-decoration: underline;
}
.theme1 .btn-danger,
.theme1 .btn-success {
  background-color: #000 !important;
  border-color: #000 !important;
}
.nav-previous a,
.nav-next a {
  color: #fff !important;
}
.image-pdficon .doc-icon {
  display: none !important;
}
ul.link-list li {
  line-height: 28px;
  /*list-style: disc;*/
  list-style-position: inside;
}
.main-nav li a {
  font-size: 15px !important;
  text-transform: none;
}
.theme1 .shape-01 {
  border-bottom: 39px solid #000 !important;
  border-left: 25px solid transparent !important;
  border-right: 25px solid transparent !important;
  position: absolute !important;
  left: -25px !important;
  top: 1px !important;
  width: 0 !important;
  height: 0 !important;
}

.agen-row {
  background-color: #e6eaf1;
  padding: 10px 0px;
  overflow: hidden;
  border-bottom: 1px solid #b6c1d7;
}
.agen-row-alt {
  background-color: #f8f6ee;
  padding: 10px 0px;
  border-bottom: 1px solid #b6c1d7;
  overflow: hidden;
}
.col-footer .current-menu-item {
  background: none;
}
a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
a.skip-main:focus,
a.skip-main:active {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid yellow;
  text-align: center;
  font-size: 1.2em;
  z-index: 999;
}
.about-home h4 {
  background: #f0e1ce;
  color: #0f3179;
  padding: 10px 15px;
  font-weight: bold;
  margin-top: 0;
  margin: 0;
  font-style: italic;
  text-align: center;
}
a:hover {
  text-decoration: underline !important;
}
.col-about ul li label:hover,
.col-quicklinkg ul li a:hover {
  text-decoration: underline !important;
}
.img-space {
  margin: 20px 0px;
}
/*Fixed Header*/
#masthead {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  -webkit-box-shadow: 0px 10px 39px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 10px 39px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 10px 39px 0px rgba(0, 0, 0, 0.19);
}
/*li a:focus {
 color:#0f3178;
-webkit-transition: color 0.2s ease-in, text-shadow 0.2s ease-in;
transition: color 0.2s ease-in, text-shadow 0.2s ease-in;
 outline: 5.5px solid #d0d0d0;
}
a:focus {
 color:#0f3178;
-webkit-transition: color 0.2s ease-in, text-shadow 0.2s ease-in;
transition: color 0.2s ease-in, text-shadow 0.2s ease-in;
 outline: 0.5px solid #d0d0d0;
}*/
.eventtime {
  width: 50%;
}
/*SHAPE 1*/
/*.font-default-1 .shape-01{
border-bottom: 33px solid #0f3178;
}
.font-default-2 .shape-01{
border-bottom: 34px solid #0f3178;
}
.font-default-3 .shape-01{
border-bottom: 36px solid #0f3178;
}
.font-default-4 .shape-01{
border-bottom: 37px solid #0f3178;
}
.font-default-6 .shape-01{
border-bottom: 43px solid #0f3178;
}
.font-default-7 .shape-01{
border-bottom: 44px solid #0f3178;
}
.font-default-8 .shape-01{
border-bottom: 45px solid #0f3178;
}
.font-default-9 .shape-01{
border-bottom: 47px solid #0f3178;
}
*/
.font-default-9 .col-search-02 .input-group-addon button {
  font-size: 17px !important;
}

.theme1 .about-home h3 {
  color: #000;
}
.theme1 .agen-row {
  background-color: #bbbcbd;
  padding: 10px 0px;
  overflow: hidden;
  border-bottom: 1px solid #000;
}
.theme1 .agen-row-alt {
  background-color: #f0f0f0;
  padding: 10px 0px;
  border-bottom: 1px solid #b6c1d7;
  overflow: hidden;
}
.theme1 .form-control:focus {
  border-color: #000;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(84, 88, 91, 0.6);
}
.theme1 .scrollup:hover {
  color: #fff !important;
}
.theme1 .eventDates {
  color: #000;
}
.container.about-home {
  background: #fdfdfd;
  margin-top: 15px;
  -webkit-box-shadow: 0px 10px 31px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 10px 31px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 10px 31px 0px rgba(0, 0, 0, 0.12);
}
.wpcf7-form-control-wrap {
  margin-bottom: 20px;
}
@media only screen and (max-width: 770px) {
  #masthead {
    position: relative !important;
  }
}
.logo-tpo {
  padding-bottom: 15px;
}
@media only screen and (min-width: 770px) {
  .logo-left {
    padding-left: 60px;
  }
}
.popover {
  z-index: 1 !important;
}

#menu-primary-menu li ul.open {
  display: block !important;
}

.dropdown-toggle {
  display: none;
}
.search-input {
  font-size: 14px;
}
.input-group-addon .fa-search {
  font-size: 14px !important;
}
.col-view-calender label {
  font-size: 14px !important;
}
.nonews {
  min-height: 195px;
}
.theme1 .about-home h4 {
  background: #000;
  color: #fdfdfd;
}
.nav-links {
  display: none;
}
.activate-ssl {
  display: none;
}
.wpsm_ac_h_i {
  display: none !important;
}
/*accordion*/
.col-accordian .panel-body {
  display: none;
}
.col-accordian .panel {
  margin: 10px !important;
}
.col-accordian .col-down {
  position: absolute;
  right: 10px;
  top: 10px;
}
.col-accordian .panel-heading {
  position: relative;
  font-weight: bold;
  cursor: pointer;
}
.col-accordian .col-235 .fa-minus {
  display: block !important;
}
.col-accordian .col-235 .fa-plus {
  display: none;
}
.col-accordian .fa-minus {
  display: none !important;
}
.view_all {
  position: absolute;
  right: 25px;
  background: #0f3179;
  border: 0;
  color: #fff;
  padding: 3px 12px;
  border-radius: 3px;
  top: 7px;
}
.view_all:hover {
  color: #fff;
}
.theme1 .view_all {
  background: #000;
}

.image-box-service-box {
  position: relative;
  overflow: hidden;
  background-color: #0e3178;
}

.image-box-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.image-box-middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.image-box-service-box:hover .image-box-image {
  opacity: 0.4;
  transform: scale(1.2);
}

.image-box-service-box:hover .image-box-middle {
  opacity: 1;
}

.image-box-text {
  background: none;
  border: 1px solid #fff;
  font-size: 14px;
  padding: 10px 10px;
  color: #fff !important;
  text-transform: uppercase;
  white-space: nowrap;
}
.image-box-text:hover {
  text-decoration: none;
  color: #fff;
}

.image-content {
  padding: 15px;
  background-color: #efefef;
  min-height: 265px;
  margin-bottom: 20px;
}

.image-content-map {
  min-height: 139px;
  margin-bottom: 20px;
}

.image-content-transport {
  min-height: 200px;
  margin-bottom: 20px;
}

.image-content h3 {
  color: #0d3279;
}
/* Safety Action Plan Page Styles */

.inner_bar img {
  padding: 10px;
  width: 100%;
}
/* .site-header-safety {
	height: 127px;
	background-color: #fff !important;
}  */

/* .sec_about_action {

    padding: 40px 0px;
} */

/* .header_bg img {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    background-size: contain;
} */
/* 
.header_section {
    background: rgba(255, 255, 255, .89);
    padding: 5px 0px;

} */

.scp-logo {
  position: relative;
}

.search-02 {
  position: relative;
}

.search-02 input {
  position: relative;
  /*right: 15px;
    top: 52px;*/
  border: solid 1px #bea65e !important;
  padding: 7px !important;
  display: block;
  /*width:150px;*/
  z-index: 9;
  margin-left: 5px;
}

.search_submit {
  background: #bfa65e;
  border: 0;
  padding: 9px;
}

.search-02 .input-group-addon {
  background: #bfa65e;
  color: #fff;
  width: auto;
  position: absolute;
  z-index: 9;
  padding: 1px;
  right: 0;
  top: 0px;
  border-radius: 2px;
}

.language_style {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 6px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.padding_header {
  position: relative;
  top: 26px;
}

.left_side_bar {
  background: #f2f2f2;
  padding-bottom: 30px;
}

.title_bar {
  font-size: 18px;
  background: #ffb449;
  color: #fff;

  padding: 10px 20px;
  margin: 0px;
}

.side_bar_list {
  list-style: none;
}

.side_bar_list li {
  padding: 12px 40px;
  background: #e0e0e0;
  margin-top: 0;
}

.side_bar_list li a {
  color: #000;
}

.side_bar_list li a:hover {
  color: #337ab7;
}

.title_bar_1 {
  font-size: 18px;
  font-weight: 600;
  background: #00a9a4;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 10px 18px;
}

.title_bar_2 {
  font-size: 18px;
  font-weight: 600;
  background: #00a9a4;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  padding: 10px 18px;
}

.marg_top {
  margin-top: 600px;
}

.bg_white {
  background: #fff !important;
}

.no_padding {
  padding-left: 0px !important;
  padding-right: 0px;
}

.inner_bar {
  margin: 12px 10px 12px 10px;
  clear: both;
  overflow: hidden;
  background: #fff !important;
  border: 1px solid #bfcfd2 !important;
  position: relative;
}

.padding_10 {
  padding: 7px;
  margin: 0 auto;
}

.img_safety img {
  width: 250px;
  float: left;
  padding: 0px 20px 20px 0px;
}

.common_heading {
  font-size: 32px;
  padding: 10px 0px;
}

.font_16 {
  font-size: 16px;
}

.contct_address {
  font-size: 16px;
  text-align: center;
  padding: 5px 18px;
}

.news_title {
  font-size: 16px;
  font-weight: 600;
  padding: 5px 18px;
  margin: 0px;
  color: #262926;
}

.news_title a {
  color: #262926 !important;
}

.news_title a:hover {
  color: #337ab7 !important;
}

.text_news {
  font-size: 16px;
  padding: 5px 18px;
  margin: 0px;
}

.date_time {
  font-size: 13px;
  margin: 0px;
  padding: 0px 18px;
}

.inner_tileone {
  font-size: 16px;
  text-align: center;
  padding: 0px 18px;
}

.button_readmore {
  float: right;
  margin: 15px 15px 9px 0;
  padding: 5px 16px;
  background: #00a9a4;
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
  border: none;
  font-size: 12px;
  position: relative;
}

.button_readmore:hover {
  float: right;
  margin: 15px 15px 9px 0;
  padding: 5px 16px;
  background: #01706d;
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
  border: none;
  font-size: 12px;
  position: relative;
}

.footer_sap {
  background: #434343;
  padding: 30px 0px;
}

.mt_10 {
  margin-top: 20px;
}

.text_white {
  color: #fff;
}

.social-links a {
  font-size: 18px;
  display: inline-block;
  background: none;
  color: #fff;
  line-height: 1;
  border: 1px solid #ffb449;
  padding: 11px 0;
  margin-right: 4px;
  border-radius: 38px;
  text-align: center;
  width: 42px;
  height: 42px;
  transition: 0.3s;
}

.social-links a:hover {
  background: #ffb449;
  color: #fff;
  text-decoration: none;
}

.list_style_ada li {
  float: left;
  list-style: none;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #093c71;
  line-height: 27px;
  margin: 2px;
  cursor: pointer;
}

.list_style_ada li {
  padding: 5px;
}

.margin_un {
  float: right;
  margin-right: 20px;
}

@media screen and (max-width: 998px) {
  .header_bg img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    background-size: contain;
  }

  .header_section {
    background: none;
    padding: 5px 0px;
  }

  .padding_header {
    position: relative;
    top: 5px;
  }

  .search-02 input {
    position: relative;
    border: solid 1px #bea65e !important;
    padding: 7px !important;
    display: block;
    width: 150px;
    z-index: 9;
    width: 100%;
    margin-left: 5px;
  }

  .search-02 .input-group-addon {
    background: #bea65e;
    color: #fff;
    width: auto;
    position: absolute;
    z-index: 9;
    padding: 1px;
    right: -6px;
    top: 0px;
    padding: 2px;
    border-radius: 2px;
  }

  /* .marg_top {
        margin-top: -90px;
    } */
  .img_safety img {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .img_safety {
    width: 100%;
    float: left;
    padding: 0px 19px 9px 0px;
  }

  .header_bg img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    background-size: contain;
  }

  /* .marg_top {
        margin-top: -39px;
    } */
}
body.theme1 .title_bar_1,
body.theme1 .title_bar,
body.theme1 .title_bar_2 {
  background: #000;
}
body.theme1 .button_readmore {
  background-color: #000;
}
body.theme1 .social-links a {
  border: 1px solid #000;
}
body.theme1 .social-links a:hover {
  background-color: #000;
  color: #fff !important;
}
.social-links a:focus {
  color: #fff !important;
}
body.theme1 iframe {
  filter: grayscale(1);
}
#safety-page a:focus {
  outline: none;
}
#safety-page a {
  color: #0f3178;
}
body.theme1 #safety-page a {
  color: #000;
  text-decoration: none;
}
body.theme1 #wp-toolbar a {
  color: inherit !important;
}
.social-links a {
  color: #fff !important;
}

/* body.page-template-safety_action_plan header {
	position: relative !important;
} */
@media only screen and (max-width: 768px) {
  #wpadminbar {
    position: fixed !important;
    top: 0;
  }
  .marg_top {
    margin-top: 600px;
  }
  .no_padding {
    padding-right: 15px;
    padding-left: 15px !important;
  }
  body.logged-in header {
    margin-top: 0px;
  }
  #wpadminbar ul#wp-admin-bar-root-default > li#wp-admin-bar-wp-logo {
    margin-top: 10px;
  }
  body.logged-in header {
    margin-top: 30px;
  }
}
body.page-template-safety_action_plan .col-slider {
  position: absolute;
}
body.page-template-safety_action_plan .carousel-control {
  display: none;
}
