/*Content Phrases*/
/*Color definintions*/
/*Navigation colors*/
/*Header in page*/
/*Content area*/
/*Footer*/
/*bs=boostrap*/
#section-banner {
  height: 600px;
  background-color: white;
}
#section-banner .tp-bannertimer {
  background-color: #7b004a !important;
  height: 4px !important;
}
#section-banner #banner-top {
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 999;
  width: 100%;
}
#section-banner .zindex0 {
  z-index: 0;
}
#section-banner .wrapper {
  position: relative;
  overflow: hidden;
  width: 100px;
  height: 100px;
  border: 1px solid black;
}
#section-banner #tophat #full-logo {
  position: absolute;
  z-index: 100;
  top: 50px;
  left: 10%;
  display: block;
  width: 25%;
}
#section-banner #tophat #headbox {
  z-index: 100100;
  position: absolute;
  z-index: 1000;
  top: 50px;
  left: 200px;
  width: 500px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 50px;
}
#section-banner #tophat #headbox img {
  display: none;
}
#section-banner #tophat .tp-caption {
  /*white-space: pre;*/
  /*width: 800px;*/
  /*background-color:red;
            background-color:rgba(9,25,71,0.9);*/
  background: transparent;
  white-space: normal;
}
#section-banner #tophat .tp-caption .link {
  transition: all .5s;
}
#section-banner #tophat .tp-caption .link:hover {
  color: white;
}
#section-banner #tophat .caption-category {
  background-color: rgba(0, 0, 0, 0.9);
}
#section-banner #tophat .caption-text {
  border: 1px solid black;
  padding: 30px;
  background-color: rgba(9, 25, 71, 0.9);
}
#section-banner #tophat .caption-logo {
  width: 25%;
}
#section-banner #tophat .tp-caption-width {
  width: 400px;
  /*height: 100px;*/
  white-space: normal;
  /*.tp-bullets.simplebullets.round .bullet {
				background: none;
				background-color: none;
			}

			.tp-bullets.simplebullets.round .bullet.selected {
				background: none;
				background-color: transparent;
				border-radius: 5px;
			}

			.tp-bullets.simplebullets.round .bullet {
				cursor: pointer;
				position: relative;
				background: none;
				width: 20px;
				height: 20px;
				margin-right: 0px;
				float: left;
				margin-top: 0px;
				margin-left: 3px;
			}*/

}
#section-banner #tophat .tp-caption-width .buttn {
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid white;
  border-radius: 3px;
  padding: 10px 25px 10px 25px;
  font-size: larger;
  color: #091c57 !important;
  transition: all 1s;
  text-shadow: none;
  font-weight: normal;
  position: relative;
  left: 200px;
  background-image: none;
}
#section-banner #tophat .tp-caption-width .buttn .fa {
  color: #313f71 !important;
  margin-right: 3px;
  transition: all 1s;
}
#section-banner #tophat .tp-caption-width .buttn:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
#section-banner #tophat .tp-caption-width .buttn:hover .fa {
  color: #091c57 !important;
}
#section-banner #tophat #top-mobile {
  display: none;
}
@media only screen and (max-width: 992px) {
  #section-banner #tophat h1 {
    font-size: 14pt;
  }
}
#section-banner #tophat #slide-side {
  padding-top: 20px;
  /*background-color: rgba(0,0,0,0.7);*/

}
#section-banner #tophat #slide-side img {
  border: 3px solid white;
  border-radius: 5px;
  /*-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
				-moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
				box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);*/

}
#section-banner #tophat #slide1image {
  position: absolute;
  top: 0px;
  left: -600px;
  width: 600px;
  height: 400px;
  transition: 1s;
  z-index: 1000;
  visibility: hidden;
}
#section-banner #tophat #content1 .title-icon,
#section-banner #tophat #content2 .title-icon {
  color: #1e9970;
  float: left;
  display: inline-block;
  margin-right: 30px;
  position: relative;
  top: 17px;
}
#section-banner #tophat #content1 .btn .fa,
#section-banner #tophat #content2 .btn .fa {
  color: white;
}
#section-banner #tophat #content1,
#section-banner #tophat #content2 {
  background: White;
  height: 400px;
  position: relative;
  overflow: hidden;
  margin-top: 25px;
  padding: 35px;
  padding-top: 100px;
  border: 2px solid white;
}
#section-banner #tophat #content1 {
  border-right: 1px solid #091c57;
}
#section-banner #tophat #content2 {
  border-left: 1px solid #091c57;
}
#section-banner #tophat a {
  position: relative;
  text-decoration: none;
  font-size: 14pt;
  color: #ad327c;
  transition: 0.3s;
  font-weight: bold;
}
#section-banner #tophat a .fa {
  color: #ad327c;
  transition: 0.5s;
}
#section-banner #tophat a:hover {
  font-size: 14pt;
  font-weight: bold;
  color: #7b004a;
}
#section-banner #tophat a:hover .fa {
  color: #091c57;
}
#section-banner #tophat a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #7b004a;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#section-banner #tophat a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#section-banner #video {
  margin-top: 40px;
  border: 2px solid white;
}
#section-banner #hero-logo {
  height: 300px;
  margin-top: 60px;
}
#section-banner .hero-description {
  height: 100%;
  max-height: 400px;
  padding: 20px;
  background-color: white;
  color: black;
  border: 1px solid #014d6f;
  margin-top: 40px;
}
#section-banner .hero-description h1 {
  font-size: 16pt;
  line-height: 1.2em;
  margin-bottom: 5px;
  color: black;
}
