/* Styles for Choctaw Hotel IPTV */

@font-face {
    font-family: 'fridge';
    src: url(webfonts/refrigerator/RefrigeratorDeluxe-Heavy.ttf) format('TrueType');
}
@font-face {
    font-family: 'rubik-regular';
    src: url(webfonts/rubik/rubik-regular-webfont.woff), url(webfonts/rubik/rubik-regular-webfont.woff2), url(webfonts/rubik/Rubik-Regular.ttf);
}
@font-face {
    font-family: 'rubik-medium';
    src: url(webfonts/rubik/rubik-medium-webfont.woff) format('woff'), url(webfonts/rubik/rubik-medium-webfont.woff2) format('woff2'), url(webfonts/rubik/Rubik-Medium.ttf) format('TrueType');
}
@font-face {
    font-family: 'encode-sans';
    src: url(webfonts/encode-sans/encodeSans-medium.ttf) format('TrueType');
}

@font-face {
    font-family: 'marker';
    src: url(webfonts/PermanentMarker-Regular.ttf) format('TrueType');
}
* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    transition: .5s;
}
*:focus {
    outline: none;
}
html {
    height: 1080px;
    width: 1920px;
}
html, body {
    overflow-y: hidden;
    overflow-x: hidden;
}
body {
 /*   background-image: url('../images/home2.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
*/    background-color: black;
}

::-webkit-scrollbar {
    display: none;
}
.moving-bg img{width: -webkit-fill-available;
height: -webkit-fill-available;   animation: pulse 30s infinite;}

.moving-bg{
    width: -webkit-fill-available;
    z-index: -10; position: absolute;

}
/* Links and Menus*/

a {
    cursor: pointer;
    font-family: 'fridge';
    color: white;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 2.1em;
}
a:hover, a:focus, a:active {
    color: #BF903B;
    outline: none;
}
.linkbox {
    width: calc(100vw / 4);
    height: 60px;
    line-height: 60px;
    text-align: center;
}
a.linkbox:focus, a.linkbox:active, a.linkbox:hover {
    background-color: #BF903B;
    color: black;
}
.reserve {
    position: absolute;
    font-size: 1.3em;
    font-family: encode-sans;
    color: rgba(78, 186, 213, 1);
    text-transform: capitalize;
    margin-top: 20px;
    right: 25%;
    bottom: 10%;
}
.reserve p {
    display: inline-flex;
    font-size: 1.1em;
    color: rgba(78, 186, 213, 1);
}
.restaurant-title {
    color: rgba(191, 144, 59, 1);
    font-family: fridge;
    text-transform: uppercase;
    font-size: 2.5em;
    margin-top: 20px
}
.restaurant-desc {
    font-size: 1.5em;
    width: 80%;
    margin-top: 20px;
    font-weight: 100;
    line-height: 44px;
}
/* Visual Constructor */

.footergradient {
    position: absolute;
    bottom: 0px;
    height: 150px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: -moz-linear-gradient(top, rgba(69, 72, 77, 0) 0%, rgba(0, 0, 0, 1) 65%);
    background: -webkit-linear-gradient(top, rgba(69, 72, 77, 0) 0%, rgba(0, 0, 0, 1) 65%);
    background: linear-gradient(to bottom, rgba(69, 72, 77, 0) 0%, rgba(0, 0, 0, 1) 65%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0045484d', endColorstr='#000000', GradientType=0);
}
.footer-menu {
    animation: slide-up 1s ease-out 1;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    height: 100px;
    align-items: center;
    align-self: stretch;
}
.explainer {
    background-color: rgba(255, 255, 255, .3);
    height: 200px;
    width: 300px;
    position: absolute;
    bottom: 15%;
    right: 5%;
    border-radius: 30px;
    line-height: 200px;
    font-family: rubik-regular;
    font-size: 1.5em;
    text-align: center;
}
.content {
    display: none;
    animation: fade-in 1s forwards;
}
.content-stream {
    display: none;
    top: 5%;
    padding: 50px;
    padding-top: 25px;
}
.watch-container {
    display: flex;
    position: relative;
    margin: 10% 5%;
    flex-direction: row;
    justify-content: space-between;
}
.food-container {
    display: flex;
    position: relative;
    width: 100%;
    margin-top: 10%;
    flex-direction: row;
    justify-content: space-between;
}
.service-container {
    display: flex;
    position: relative;
    margin: 10% 5%;
    flex-direction: row;
    justify-content: space-between;
}
.streaming-container {
    background-color: rgba(0, 0, 0, .3);
    display: flex;
    position: relative;
    margin: 10% 5%;
    flex-direction: row;
    justify-content: space-between;
}
.hidden {
    display: none;
    animation: fade-in 1s forwards;
}
.sub-nav {
    background-color: rgba(0, 0, 0, .5);
    width: -webkit-fill-available;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
/*           Service Columns         */

.service-col {
    width: 33%;
}
.service-col .sm-f {
    width: -webkit-fill-available
}
.service-col .lg-f>img {
    max-width: 100%
}
.service-col .lg-f .clipper img {
    min-height: 100%;
    max-width: 100%;
}

#services1, #services2, #services3 {
    width: 33%;
}
/*  Restaurant Background Images           */

#firehouse {
    background-image: url('../images/firehouse.png');
    outline: rgba(255, 255, 255, .3);
}
#theriver {
    background-image: url('../images/river-grill.jpg');
    outline: rgba(255, 255, 255, .3);
}
#thecove {
    background-image: url('../images/thecove2.jpg');
    outline: rgba(255, 255, 255, .3);
}
#chilis {
    background-image: url('../images/chilis.jpg');
    outline: rgba(255, 255, 255, .3);
}
.restaurant-frame .image-frame, .restaurant-frame .text-frame {
    margin: 0
}
/*          Text Styles         */

.more {
    white-space: nowrap;
    font-size: 3rem;
}
.channel-desc {
    margin-top: 30px;
    line-height: 1.5em;
    max-width: 50%
}
h1, h2, h3, h4, h5, h6, p {
    font-size: 2em;
    color: white;
}
h1 {
    font-family: 'fridge' !important;
    font-size: 4.5em;
    letter-spacing: 2px;
}
h2 {
    font-family: 'rubik-regular' !important;
    font-size: 3em;
}
h3 {
    font-family: 'encode-sans' !important;
    font-size: 1.3em;
    font-weight: 100;
}
.sm-f li {
    font-size: 1.2em;
    list-style: none;
    font-family: 'encode-sans';
    font-weight: 100;
    color: white;
}
.service-col .sm-f h3 {
    font-size: 2em;
    font-family: 'Rubik-Regular';
    font-weight: 700;
    color: #BE8F3B;
    text-transform: uppercase;
}
.service-list {
    text-align: left;
    padding-left: 30%;
}
.lg-text h1 {
    font-size: 4.5em;
    white-space: nowrap;
}
.lg-text h2 {
    font-size: 3em
}
.lg-text h3 {
    font-size: 1.3em
}
.sm-text h1 {
    font-size: 3em;
    white-space: nowrap;
}
.sm-text h2 {
    font-size: 2em
}
.sm-text h3 {
    font-size: 1em
}
.sm-text a {
    font-size: 1.5em
}
#events>h1, #events>h2, #events>h3, #events>a {
    color: black;
    line-height: unset;
    margin-top: 5px;
    max-width: 70%;
}
#news>h1, #news>h2, #news>h3, #news>a {
    color: white;
    line-height: unset;
    margin-top: 5px;
    max-width: 70%;
}
#shows>h1, #shows>h2, #shows>h3, #shows>a {
    color: white;
    line-height: unset;
    margin-top: 5px;
    max-width: 70%;
}
#comedy>h1, #comedy>h2, #comedy>h3, #comedy>a {
    color: white;
    line-height: unset;
    margin-top: 5px;
    max-width: 70%;
}
#foreign>h1, #foreign>h2, #foreign>h3, #foreign>a {
    color: white;
    line-height: unset;
    margin-top: 5px;
    max-width: 70%;
}
.lg-f:focus a, .lg-f:hover a, .lg-f:active a {
    color: #4ebad5
}
.sm-f:focus a, .sm-f:hover a, .sm-f:active a {
    color: #4ebad5
}
.bullet {
    color: #BD8E3B !important;
    font-size: 1.7em;
    line-height: 0;
}
/* Column and Row Styles */

.col {
    display: flex;
    text-align: center;
    flex-direction: column;
    margin: 5px;
    height: auto;
}
.lg-f {
    display: block;
    margin: 20px;
    width: auto;
    height: 370px;
    background-color: rgba(255, 255, 255, .2);
    outline: 10px solid rgba(255, 255, 255, .3);
}
.lg-text {
    position: relative;
    display: flex;
    margin-left: 40px;
    margin-top: -330px;
    max-width: 70%;
    z-index: 2;
    text-align: left;
    flex-direction: column;
}
.sm-text {
    position: relative;
    display: flex;
    margin-left: 20px;
    margin-top: -170px;
    max-width: 70%;
    z-index: 2;
    text-align: left;
    flex-direction: column;
}
.clipper {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    overflow: hidden;
}
.sm-row {
    text-align: center;
    display: flex;
    flex-direction: row;
}
.sm-f {
    outline: 10px solid rgba(255, 255, 255, .3);
    display: block;
    margin: 20px;
    width: 50%;
    height: 170px;
    background-color: rgba(255, 255, 255, .2);
}
.restaurant-container {
    display: none;
    width: -webkit-fill-available;
    margin: 7% 10%;
    height: auto;
    position: absolute;
    background-color: rgba(0, 0, 0, .1);
    animation: fade-in 1s forwards;
    flex-direction: row;
}
.restaurant-frame {
    animation: grow .5s linear forwards;
    height: 400px;
    width: 0px;
    border-right: 10px solid #BF903B;
    border-left: 10px solid #BF903B;
    background: -moz-linear-gradient(left, rgba(255, 255, 255,.1) 0%, rgba(0, 0, 0, .5) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255,.1) 0%, rgba(0, 0, 0, .5) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, .1) 0%, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
}
.watch-main-title{    z-index: 10;
    position: absolute;
    left: 26%;
    display: inline-block;
    margin: 0 auto;
    top: -18%;}
    
.image-frame {
    display: inline-flex;
    position: absolute;
    height: 400px;
    width: 40%;
    background-color: white;
    margin: 1%;
    outline: 10px solid #BF903B;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    box-shadow: inset 0 0 50px 0px black;
}
.text-frame {
    opacity: 0;
    animation: fade-in .5s .5s forwards;
    display: inline-flex;
    position: absolute;
    font-family: encode-sans;
    flex-direction: column;
    color: white;
    width: 55.7%;
    right: 0px;
    height: 400px;
    /*  background-color: rgba(0,0,0,.3);
*/
    margin: 1%;
    /*  outline: 10px solid #BF903B;*/
    padding: 40px;
}
/* Assets */

.real-time {
    color: #D9D1AE;
    font-family: 'Adelle';
    font-size: 1.75em;
    display: inline-block;
    vertical-align: middle;
}
.top-icon {
    max-height: 40px;
    position: relative;
    margin-right: 10px;
    margin-left: 30px;
    padding-top: 10px;
}
#logo {
    position: absolute;
    top: 8%;
    left: 5%;
}
#info-holder {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 8%;
    right: 5%
}
#time {
    position: relative;
    color: #4ebad5;
    font-size: 1.7em;
    font-family: rubik-regular;
    margin: 0 20px;
    font-weight: 100;
}
#weather {
    position: relative;
    color: #4ebad5;
    font-size: 1.7em;
    font-family: rubik-regular;
    margin: 0 20px;
    font-weight: 100;
}
#room-id {
    position: relative;
    color: #4ebad5;
    font-size: 1.7em;
    font-family: rubik-regular;
    margin: 0 20px;
    font-weight: 100;
}
/*                              IPTV Channel ui*/

.stream-container {
    overflow-y: scroll;
    max-height: 600px;
    display: flex;
    position: relative;
    margin: 10% 5%;
    flex-direction: row;
}
.stream-grad {
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 19%, rgba(0, 0, 0, .5) 83%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(19%, rgba(0, 0, 0, 1)), color-stop(83%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 19%, rgba(0, 0, 0, .5) 83%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 19%, rgba(0, 0, 0, .5) 83%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 19%, rgba(0, 0, 0, .5) 83%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 19%, rgba(0, 0, 0, .5) 83%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
}
.channels-heading {
    color: white;
    font-family: 'fridge';
    font-size: 4em;
    display: inline-block;
    padding: 25px 25px 0px 25px;
    letter-spacing: .001em;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: solid #BE8F3B 5px;
    border-radius: 20px;
    margin-bottom: 20px;
}
#channel-list::-webkit-scrollbar {
    width: .25em;
    background: red;
    display: block;
}
#channel-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
#channel-list::-webkit-scrollbar-thumb {
    background-color: #8D97B0;
    outline: 1px solid #8D97B0;
}
.channel-link {

    background: rgba(255, 255, 255, .1);
    padding: 20px;
    margin-bottom: 5px;
    display: block;
    color: #CDD1E0;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 300;
    text-decoration: none;
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0 100%);
}

.channel-link:hover, .channel-link:focus, .channel-link:active {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bf903b+0,bf903b+100&1+43,0+100 */
background: -moz-linear-gradient(left, rgba(191,144,59,1) 0%, rgba(191,144,59,1) 43%, rgba(191,144,59,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(191,144,59,1) 0%,rgba(191,144,59,1) 43%,rgba(191,144,59,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(191,144,59,1) 0%,rgba(191,144,59,1) 43%,rgba(191,144,59,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf903b', endColorstr='#00bf903b',GradientType=1 ); /* IE6-9 */
    color: rgba(0, 0, 0, 1);
}
::target{background-color: #9b783d !important;}
.channel-title-right {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bf903b+0,bf903b+100&1+43,0+100 */
background: -moz-linear-gradient(left, rgba(191,144,59,1) 0%, rgba(191,144,59,1) 43%, rgba(191,144,59,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(191,144,59,1) 0%,rgba(191,144,59,1) 43%,rgba(191,144,59,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(191,144,59,1) 0%,rgba(191,144,59,1) 43%,rgba(191,144,59,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf903b', endColorstr='#00bf903b',GradientType=1 ); /* IE6-9 */
    color: rgba(0, 0, 0, 1);
    padding: 10px;
    font-family: fridge;                        
    font-size: 3em;
    text-align: left;
    margin-bottom: 25px;
    display: block;
    animation: imgFadeIn 3s forwards;
/*    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);*/
}
.channel-title-right-bg {
    font-family: ;
    font-size: 4.75em;
    position: absolute;
    z-index: -1;
    color: rgba(205, 209, 224, .075);
    top: 30px;
    white-space: nowrap;
    animation: ghostFadeIn 3s forwards;
}
.desc-box {
    border-top-right-radius: 50px;
    width: 40%;
    font-family: encode-sans;
    font-size: 1.2em;
    display: inline-block;
    height: inherit;
    margin-top: 0px;
    padding-top: 20px;
    padding: 40px;
    background: rgba(0, 0, 0, 0.6);
    color: #CDD1E0;
    bottom: 0px;
    animation: imgFadeIn 3s forwards;
    position: absolute;
}
.featuredwrap {
    width: 100%;
    background: rgba(205, 209, 224, 0.25);
    border-bottom: 3px;
    border-top: 0px;
    border-top-right-radius: 50px;
    border-style: solid;
    border-color: #3B4052;
    margin-right: 3%;
}
.left-container {
    width: 35%;
    height: fit-content;
    background-image: url(left-texture.png);
    background-repeat: no-repeat;
    background-position: 30% 0%;
    display: inline-block;
}
.right-container {
    overflow: hidden;
    width: 60%;
    position: fixed;
    display: inline-block;
    right: 0px;
    height: 63.2%;
}
.content-stream img {
    height: -webkit-fill-available;
    z-index: -1;
    position: absolute;
    animation: imgFadeIn 1s forwards;
    top: 0px;
}
/*            Message Container    */

.msg-text-fields {
    display: inline-flex;
    flex-direction: column;
    opacity: 1;
    animation: fade-in 1s .8s linear forwards;
}

.alert-content{ font-family: encode-sans;
font-size: 1.2em; font-style: normal; }

.msg-status {
    font-family: encode-sans;
    font-weight: 100;
    font-size: 1em;
    color: #4EBAD5;
    font-style: italic;
    text-transform: uppercase;
}
.msg-title {
    font-size: 3em;
    color: #BE8F3B;
    font-family: fridge;
    text-transform: uppercase;
}
.msg-text {
    color: white;
    font-family: 'encode-sans';
    font-size: 1.2em;
/*    max-width: 80%;*/
}
.msg-hotel-icon {
    position: relative;
    transform: scale(.65);
    margin-top: -100px;
}
.msg-hotel-icon img {
    position: relative;
    -webkit-clip-path: circle(46% at 50% 50%);
    clip-path: circle(46% at 50% 50%);
}
.msg-next-arrow {
    position: relative;
    display: flex;
    justify-self: flex-end;
    width: auto;
    transform: scale(.5);
}
.message-container {
    display: flex;
    flex-direction: row;
    padding: 100px;
    animation: grow 1s;
    position: absolute;
    margin: 10% 5%;
    height: 630px;
    width: -webkit-fill-available;
    border-left: solid 5px #4EBAD5;
    background: rgba(63, 187, 209, 0.51);
    background: -moz-linear-gradient(left, rgba(63, 187, 209, 0.1) 26%, rgba(63, 187, 209, 0.05) 48%, rgba(63, 186, 209, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(26%, rgba(63, 187, 209, 0.05)), color-stop(48%, rgba(63, 187, 209, 0.18)), color-stop(100%, rgba(63, 186, 209, 0)));
    background: -webkit-linear-gradient(left, rgba(63, 187, 209, 0.1) 26%, rgba(63, 187, 209, 0.05) 48%, rgba(63, 186, 209, 0) 100%);
    background: -o-linear-gradient(left, rgba(63, 187, 209, 0.1) 26%, rgba(63, 187, 209, 0.05) 48%, rgba(63, 186, 209, 0) 100%);
    background: -ms-linear-gradient(left, rgba(63, 187, 209, 0.1) 26%, rgba(63, 187, 209, 0.05) 48%, rgba(63, 186, 209, 0) 100%);
    background: linear-gradient(to right, rgba(63, 187, 209, 0.1) 26%, rgba(63, 187, 209, 0.05) 48%, rgba(63, 186, 209, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fbbd1', endColorstr='#3fbad1', GradientType=1);
}


.transformer-tabs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 3px solid white;
}
.transformer-tabs li {
  display: inline-block;
  padding: 0;
  vertical-align: bottom;
}
.transformer-tabs a {
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 0.5rem;
}
.transformer-tabs a.active {
  border-bottom: 3px solid black;
  position: relative;
  bottom: -3px;
}

.cd-testimonials-item {
  margin-bottom: 2em;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translate3d(0, 0, 0) scale(0.4);
  -moz-transform: translate3d(0, 0, 0) scale(0.4);
  -ms-transform: translate3d(0, 0, 0) scale(0.4);
  -o-transform: translate3d(0, 0, 0) scale(0.4);
  transform: translate3d(0, 0, 0) scale(0.4);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .3s, opacity .3s;
  -moz-transition: -moz-transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s;
}
.cd-testimonials-all.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}






.cd-testimonials-wrapper {
  position: relative;
  width: 90%;
  max-width: 1200px;
  background-color: rgba(0,0,0,.1);
  margin: 15% auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 20px 40px 70px;
  z-index: 1;
  border-left: 10px solid #BF903B;
  border-right: 10px solid #BF903B;


}
.cd-testimonials-wrapper::after {
  content: '\201C';
  position: relative;
  top: 10px;
  left: 0;
  width: 50px;
  height: 50px;
  padding-top: 8px;
  margin-left: -25px;
  background: rgba(32, 32, 34, 0.9);
  font-family: "Georgia", serif;
  color: #ffffff;
  font-size: 70px;
  font-size: 4.375rem;
  text-align: center;
  display: none;
}



.flex-direction-nav li {
  position: absolute;
  list-style-type: none;
  height: 100%;
  width: 40px;
  top: 0;
}
.flex-direction-nav li:first-child {
  left: 0;
}
.flex-direction-nav li:last-child {
  right: 0;
}
.flex-direction-nav li a {
  display: block;
  height: 100%;
  width: 100%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.no-touch .flex-direction-nav li a:hover {
  background-color: #323234;
}
.flex-direction-nav li a::before, .flex-direction-nav li a::after {
  /* left and right arrows in css only */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 13px;
  background-color: #ffffff;
}
.flex-direction-nav li a::before {
  -webkit-transform: translateY(-35px) rotate(45deg);
  -moz-transform: translateY(-35px) rotate(45deg);
  -ms-transform: translateY(-35px) rotate(45deg);
  -o-transform: translateY(-35px) rotate(45deg);
  transform: translateY(-35px) rotate(45deg);
}
.flex-direction-nav li a::after {
  -webkit-transform: translateY(-27px) rotate(-45deg);
  -moz-transform: translateY(-27px) rotate(-45deg);
  -ms-transform: translateY(-27px) rotate(-45deg);
  -o-transform: translateY(-27px) rotate(-45deg);
  transform: translateY(-27px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::before {
  -webkit-transform: translateY(-35px) rotate(-45deg);
  -moz-transform: translateY(-35px) rotate(-45deg);
  -ms-transform: translateY(-35px) rotate(-45deg);
  -o-transform: translateY(-35px) rotate(-45deg);
  transform: translateY(-35px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::after {
  -webkit-transform: translateY(-27px) rotate(45deg);
  -moz-transform: translateY(-27px) rotate(45deg);
  -ms-transform: translateY(-27px) rotate(45deg);
  -o-transform: translateY(-27px) rotate(45deg);
  transform: translateY(-27px) rotate(45deg);
}


.cd-testimonials {
  color: #ffffff;
  text-align: center;
}
.cd-testimonials::after {
  clear: both;
  content: "";
  display: table;
}
.cd-testimonials > li {
  position: absolute;
  opacity: 0;
}
.cd-testimonials > li:first-child {
  position: relative;
  opacity: 1;
}
.cd-testimonials p {
  font-family: encode-sans, serif;
  font-style: normal;
  line-height: 1.8;
  margin-bottom: 1em;
  padding: 70px;
}

.cd-testimonials h1{
    margin-top: 20px;
    color: #BF903B;
}

/* Selectors */

.lg-f:focus, .sm-f:focus, .lg-f:hover, .sm-f:hover, .lg-f:active, .sm-f:active {
    outline: 10px #4ebad5 solid;
}






/* Animations */

.d-slide-out {
    animation: slide-out 1s 3s ease-out;
}
.slide-out {
    animation: slide-out 1s ease-in 1;
}

.port-back{    color: #191919;
    font-family: marker;
    font-size: 1rem;
    background-color: #007EA5;
    padding: 5px 20px;
    position: absolute;
    border-bottom-left-radius: 40px;
    right: 0%;
    transition: .3s;
}
 .port-back:hover{
  color: #007EA5;
  background-color: #191919;

}
.bot-tag{
    color: #191919;
    font-family: marker;
    font-size: 1.3em;
    background-color: #007EA5;
    padding: 0 50px;
    position: absolute;
    /* top: 1%; */
    border-top-left-radius: 40px;
    margin: 0 auto;
    bottom: 0%;
    right:0%;
    transition: .3s;
    z-index: 100;
}



@keyframes slide-up {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0%);
    }
}
@keyframes slide-out {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0%);
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes grow {
    0% {
        width: 0%
    }
    100% {
        width: 90%
    }
}
}
@keyframes imgFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes gradientFill {
    0% {
        background: linear-gradient(45deg, rgba(205, 209, 224, 0.3), rgba(205, 209, 224, 0.0));
        color: white;
    }
    100% {
        background: linear-gradient(45deg, rgba(215, 209, 174, 0.30), rgba(205, 209, 224, 0.0));
        color: #D9D1AE;
    }
}
@keyframes ghostFadeIn {
    0% {
        opacity: 0;
        left: 10px;
    }
    100% {
        opacity: 1;
        left: 100px;
    }
}
@keyframes ghostImgFadeIn {
    0% {
        opacity: 0;
        top: 80px;
    }
    100% {
        opacity: 1;
        top: 100px;
    }
}

@keyframes pulse{
    50%{ transform: scale(1.2)}
}

