* {
    margin: 0;
    padding: 0;
    outline: none;
}

html,
body {
    margin: 0;
    padding:0;
}   
.wrapper{
	width: 970px;
	height: 250px;
	margin: 0 auto;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #000;
}
.mainDiv{
	height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.mainDiv:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ffffff+49,ffffff+49,ffffff+50,000000+100 */
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.3) 0%, rgba(255,255,255,0) 49%, rgba(255,255,255,0) 49%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.3) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(255,255,255,0) 49%,rgba(255,255,255,0) 49%,rgba(255,255,255,0) 50%,rgba(0,0,0,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.3) 0%,rgba(255,255,255,0) 49%,rgba(255,255,255,0) 49%,rgba(255,255,255,0) 50%,rgba(0,0,0,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}
.mainBGImage{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.introTabOneBg, .introTabTwoBg, .introThreeBg{
	opacity:0;
	width: 104%;
    top: -2%;
    position: absolute;
    left: 0px;
  -webkit-207
  : opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.activeIntroBg{
	opacity: 1;
}
.activeImageLeftSlide{
  /*transition: left 3s ease-in-out;*/
  animation: animateIntroBgImage 3s ease-in-out;
  -webkit-animation-fill-mode: forwards; 
}
@keyframes animateIntroBgImage{
    0%{transform:translateX(0px);}
    100%{transform:translateX(-15px);}
}
.introthemeOne, .introThemeTwo, .introThemeThree{
	/*flex-basis: 33.33%;
	flex-direction: column;
    display: flex;
	align-self: end;*/
	height: 100%;
	width: 321px;
    position: relative;
    z-index: 1;
    cursor:pointer;
}
.introThemeTwo{
	border:3px solid rgba(0,0,0,0);
	border-top: 0;
	border-bottom: 0;
	flex-basis: 321px;
}
.uppperBox{
	margin: 0 auto;
	text-align: center;
}
.uppperBox .mapLogo{
	width: 38px;
	margin-top: 3px;
}
.uppperBox .logoImg{
	width: 127px;
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
}
.heading{
	text-align: center;
  text-transform:uppercase;
}
.heading h4{
	font-size: 22px;
	color: #fff;
	font-weight: normal;
	padding:0;
	margin-top: 2px;
	font-weight: 400;
	font-family: "Stag Sans-Medium";
  letter-spacing:0.12em;
}
.heading h6{
	color: #DED0AD;
	font-weight: normal;
	padding:0;
	margin-top: 3px;
	font-size: 17px;
	letter-spacing: 0.7px;
	font-weight: 400;
	font-family: "Stag Sans-Medium";
  text-transform:lowercase;
}
.animateBox{
	height: 100%;
    display: flex;
    flex-direction: column;
	position: relative;
    background: rgba(0, 179, 170, 0.5);
    border-bottom: 1px solid #333f48;
}
.arrowBox{
	height: 50px;
}
.roundShape{
	background: #fff;
	border-radius: 50%;
	width: 78px;
	height: 78px;
	text-align:center;
	position: absolute;
    left: 50%;
    -moz-transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    top: 28px;
    border: 1px solid #000;
    z-index: 2;
    cursor:pointer;
  transition: background-color 1s ease;
}

.bottomText{
	text-align:center;
	position: relative;
	overflow: hidden;
	margin-top: auto;
}
.scrollText{
	position: relative;
	top: 2px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: "Stag Sans-Medium";
    text-transform:uppercase;
}
.arrowBox img, .roundShape gwd-image .intermediate-element img {
	top: 13px;
	position: relative;
	width: 20px;
}
.introthemeOne:hover .roundShape, .introThemeTwo:hover .roundShape, .introThemeThree:hover .roundShape{
  background:#9f8e76;
  transition: background-color 1s ease;
}

/* Radical Circle */
.radial-progress {
    display: block;
    position: absolute;
    margin: 0 auto;
    width: 50px;
    top: 184px;
    left:467px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    height: 50px;
    overflow: hidden;
  transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
     cursor: pointer;
}

.radial-progress .circle {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.radial-progress .inner-circle {
    width: 30px;
    height: 30px;
    position: relative;
    margin: 0px auto;
    top: 36%;
    left:-7px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    border-radius: 50%;
    color: #fff;
}


.play-list-item.active .radial-progress .inner-circle:before {
    content: "\f04b";
    position: absolute;
    /* background-color: rgba(0,0,0,0.6); */
    /* width: 20px; */
    height: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    border-radius: 5px;
    padding: 2.5px 0px 2.5px 3px;
    margin: 0px auto;
}


.fa-pause {
    display: none;
}

.radial-progress .inner-circle.active .fa-play {
    display: none;
}

.radial-progress .inner-circle.active .fa-pause {
    display: block;
}

.radial-progress .inner-circle .fa-play {
    display: block;
}

.radial-progress .inner-circle.active i {
    position: absolute;
    top: 21%;
    left: 50%;
    transform: translate(-50%,-21%);
    -webkit-transform: translate(-50%,-21%);
    -moz-transform: translate(-50%,-21%);
    -ms-transform: translate(-50%,-21%);
    border-radius: 5px;
    padding: 7.5px 0px 2.5px 0px;
    margin: 0px auto;
    font-style: normal;
}

    .radial-progress .inner-circle.active i:hover {
        text-shadow: 0px 0px 20px #000000;
    }

.radial-progress .inner-circle i {
    position: absolute;
    top: 20%;
    left: 55%;
    transform: translate(-55%,-20%);
    -webkit-transform: translate(-55%,-20%);
    -moz-transform: translate(-55%,-20%);
    -ms-transform: translate(-55%,-20%);
    border-radius: 5px;
    padding: 7.5px 0px 2.5px 0px;
    margin: 0px auto;
    font-style: normal;
}

    .radial-progress .inner-circle i:hover {
        text-shadow: 0px 0px 20px #000000;
    }

.inner-circle .pauseBtn, .inner-circle .playBtn{
   height:14px;
   display:none;
  position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.inner-circle.active .pauseBtn{
  display:block;
}
.inner-circle.active .playBtn{
  display:none;
}
.inner-circle .playBtn{
  display:block;
}
/* CSS Arrows */
.IntroDownArrow {
  display: inline-block;
  position: absolute;
  width: 14.5px;
  height:14.5px;
  background: transparent;
  text-indent: -9999px;
  border-top: 2px solid #283C47;
  border-left: 2px solid #283C47;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  color: transparent;
  left:31px;
  top:8px;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  
}
.IntroDownArrow:before {
  display: block;
  height: 200%;
  width: 200%;
  margin-left: -50%;
  margin-top: -50%;
  content: "";
  transform: rotate(45deg);
}

.cta{
  left:316px;
  bottom:70px;
  top: inherit;
}
.button-des, .button-des-card3{
  margin-top:7px;
  left:inherit;
  right: 20px;
}
/***KC****/
.roundShape{  
    -moz-transform: translate(-50%, 0px) scale(1);
    -webkit-transform: translate(-50%, 0px) scale(1);
    transform: translate(-50%, 0px) scale(1);
   transition: all 200ms linear;
}
.roundShape.boxClick{  
    -moz-transform: translate(-50%, 0px) scale(0.325);
    -webkit-transform: translate(-50%, 0px) scale(0.325);
    transform: translate(-50%, 0px) scale(0.325);
   transition: all 200ms linear;
}