html{
  -ms-touch-action: none;
        -ms-content-zooming: none;
        touch-action: pan-y;
        content-zooming: none;
}
*{box-sizing: border-box;}

@font-face {
    font-family: 'ralewayregular';
    src: url('../fonts/raleway-regular-webfont.woff2') format('woff2'),
         url('../fonts/raleway-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'ralewaysemibold';
    src: url('../fonts/raleway-semibold-webfont.woff2') format('woff2'),
         url('../fonts/raleway-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewaybold';
    src: url('../fonts/raleway-bold-webfont.woff2') format('woff2'),
         url('../fonts/raleway-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body{margin:0px;}
header, footer{display: none !important;}
a{text-decoration: none;}
.btn-wrap{position: absolute;left: 50%;top:50%;transform: translate(-50%, -50%);z-index: 99;}
/*.ls-slide-backgrounds{background: url(../images/Slider-Background-black.jpg)repeat;background-size: cover;}*/

.btn {
    border: none;
    font-family: 'ralewaysemibold';
    font-size: 2rem;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 25px 80px;
    display: inline-block;
    margin: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
@-webkit-keyframes pulse {to {box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);}}
.btn-3e {
    padding: 25px 120px 25px 60px;
    overflow: hidden;
}
.btn-3 {
    background: #06a398;
    color: #fff;
}

.btn.btn-3:before {
    position: absolute;
    height: 100%;
    left: 0;
    top: -4px;
    line-height: 3;
    /*font-size: 140%;*/
    width: 60px;
}
.icon-arrow-right:before {
    content: "\f061";
}

.btn:before {
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
    text-align: center;
}

.btn.btn-3e:before {
    left: auto;
    right: 10px;
    z-index: 2;
}

.btn.btn-3e:after {
    width: 32%;
    height: 200%;
    background: rgba(255,255,255,0.1);
    z-index: 1;
    right: 0;
    top: 0;
    margin: -5px 0 0 -5px;
    -webkit-transform-origin: 0 0;
    -webkit-transform: rotate(-20deg);
    -moz-transform-origin: 0 0;
    -moz-transform: rotate(-20deg);
    -ms-transform-origin: 0 0;
    -ms-transform: rotate(-20deg);
    transform-origin: 0 0;
    transform: rotate(-20deg);
}
.btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


/*Second Page*/

.header{
  height: 9vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  /*background-color: #40b7b5;
  color: #ddf;*/
}

/*.canvas-wrap {
  max-width: 100%;
  overflow: hidden;
  position: absolute;
  transform: translateY(-50%);
}

canvas {
  display: block;
}*/

.header a {
    color: #fff;
    font-size: 5rem;
    padding: 1.5rem 4rem;
}
/*body.screen2{background: url(../images/Slider-Background-black.jpg)no-repeat;background-size: cover;}*/
.content{padding: 52px 20px 0;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap:wrap;
  align-items: center;
  justify-content: space-between;
}
.content > .corodex-logo-thumb{width: 48%;margin-bottom: 3rem;/*padding: 15px;background-color: #fff;*/height: 22rem;-webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.2);box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.2);text-decoration: none;color: #222;display: -webkit-box;display: -moz-box;
  display: -ms-flexbox;display: -webkit-flex;display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;border-radius: 10px;-webkit-border-radius: 10px;position: relative;}
.screen2 .content{padding-top: 90px;}
/*.content > .corodex-logo-thumb:hover, .content > .corodex-logo-thumb:active, .content > .corodex-logo-thumb:focus{-moz-box-shadow:inset 0 0 15px #222;-webkit-box-shadow: inset 0 0 15px #222;box-shadow:inset 0 0 15px #222;}*/
.corodex-logo-thumb > .logo-wrap{height: 300px;display: -webkit-box;display: -moz-box;
  display: -ms-flexbox;display: -webkit-flex;display: flex;align-items: center;padding: 20px;justify-content: center;}
.content > .corodex-logo-thumb img{max-width: 100%;border-radius: 10px;-webkit-border-radius: 10px;}
.cat-name-wrap h2{font-family: 'ralewaybold';text-align: center;}

.delay-1{animation-delay: 300ms;}
.delay-2{animation-delay: 600ms;}
.delay-3{animation-delay: 900ms;}
.delay-4{animation-delay: 1200ms;}
.delay-5{animation-delay: 1500ms;}
.delay-6{animation-delay: 1800ms;}
.delay-7{animation-delay: 2100ms;}
.delay-8{animation-delay: 2400ms;}
.delay-9{animation-delay: 2700ms;}
/*.delay-6 {
animation-delay: 6s;
}
.delay-7 {
animation-delay: 7s;
}
.delay-8 {
animation-delay: 8s;
}
.delay-9 {
animation-delay: 9s;
}*/

.slideshow {
  position: relative;
  height: 100vh;
  width: 100vw;
  background: url(../img/city.jpg) no-repeat center top;
  background-size: cover;
  overflow: hidden;
}

.slideshow::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}

/*3rd Page*/
.content > div{width: 48%;justify-content: space-between;align-items: center;webkit-box-shadow: 0px 15px 70px 0px rgba(0, 0, 0, 0.3);box-shadow: 0px 15px 70px 0px rgba(0, 0, 0, 0.3);margin-bottom: 2rem;}
.agency-intro-video img{width: 100%;}
.agency-intro-video {
    border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    /*-webkit-box-shadow: 0px 15px 70px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 15px 70px 0px rgba(0, 0, 0, 0.3);*/
    position: relative;
    overflow: hidden;
}
.video-desc{padding: 10px 15px;background: rgba(255,255,255,.4);border-radius: 0 0 10px 10px;-webkit-border-radius: 0 0 10px 10px;position: relative;}
.video-desc h3{text-align: center;font-family: 'ralewaybold';font-size: 1.2rem;margin:0;line-height: 2rem;}
.agency-intro-video:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.412;
}
.video-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}
.agency-section-title {
    margin-bottom: 23px;
    position: relative;
    z-index: 1;
  }
.agency-section-title h4{font-family: 'ralewaybold';color: #444;text-align: center;font-size: 2.5rem;}
#html5-watermark{display: none !important;}
.xs-video-popup {
    display: inline-block;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
    -webkit-box-shadow: 0px 15px 21px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 15px 21px 0px rgba(0, 0, 0, 0.32);
    font-size: 1.125rem;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.xs-video-popup:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: pulse 2s infinite cubic-bezier(0.4, 0, 1, 1) both;
    animation: pulse 2s infinite cubic-bezier(0.4, 0, 1, 1) both;
}
@-webkit-keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 rgba(255, 255, 255, 0.2);box-shadow:0 0 0 0 rgba(255, 255, 255, 0.2)}70%{-webkit-box-shadow:0 0 0 60px rgba(255, 255, 255, 0);box-shadow:0 0 0 60px rgba(255, 255, 255, 0)}to{-webkit-box-shadow:0 0 0 0 rgba(255, 255, 255, 0);box-shadow:0 0 0 0 rgba(255, 255, 255, 0)}}@keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 rgba(255, 255, 255, 0.2);box-shadow:0 0 0 0 rgba(255, 255, 255, 0.2)}70%{-webkit-box-shadow:0 0 0 60px rgba(255, 255, 255, 0);box-shadow:0 0 0 60px rgba(255, 255, 255, 0)}to{-webkit-box-shadow:0 0 0 0 rgba(255, 255, 255, 0);box-shadow:0 0 0 0 rgba(255, 255, 255, 0)}}.tp-parallax-wrap.position-class{left:0!important}.swiper-container{width:100%;height:100%}.swiper-container.vertical-slider{height:450px}
.btn-gradient {
    background-image: -webkit-linear-gradient(357deg, #00a09d 0%, #00bd70 100%);
    background-image: -o-linear-gradient(357deg, #00a09d 0%, #00bd70 100%);
    background-image: linear-gradient(93deg, #00a09d 0%, #00bd70 100%);
}
.xs-video-popup i {
    margin-right: -4px;
}

.width100{max-width: 100%;}
.screen3-logo{text-align: center;margin: auto;position: relative;}
.screen2-logo{text-align: center;width: 75%;}
.html5-title{text-align: center;font-size: 1.5rem;}
.html5-elem-box{overflow:visible;}