/*
Template Name: Split
Author: One Page Love
Author URI: https://onepagelove.com
Template URI: https://onepagelove.com/split
Description: Split is a centrally-divided layout for a professional online presence with a big image or video left with alongside content.
*/
/* -- CSS Reset -- */
@import url("https://fonts.googleapis.com/css?family=apple:400,600");
@import url("https://fonts.googleapis.com/css?family=Poppins:200,400,500,600,700,900");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }
.h2 {
  font-size: 130%;
	font-weight: 600;
	color: #2f4052
}
h4 {
 	color: #2f4052
}

b {
 	color: #00B0F0;
	font-weight: 700
}

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "Poppins" on;
  margin: 0; }

img.alignright {
  float: right;
padding:50px
}

img.alignleft {
  float: left; 
padding:50px
}

img.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto; }

.pt-20 {
	padding: 5px 10px 0 0;
	float: left;
}

body {
  background-color: #FFFFFF;
  border-style: none; }

body,
p,
a,
a:hover {
  color: #aaaaaa; }

a,
a:hover {
  text-decoration: none;
  border: none;
  border-style: none;
  box-shadow: none; }

hr {
  margin:25px 70px ;
border: 1px dotted #cccccc;
	
}
.eighty {
  font-size: 80%;
}

/* -- Content -- */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

html {
  background-color: #2F4052; }

body.page-template-page-fullsingle-split {
  background-color: #fafafa;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 21px;
  line-height: 33px;
  letter-spacing: -0.2px;
  color: #999999;
  -webkit-animation: fadein 2s;
          animation: fadein 2s; }
  body.page-template-page-fullsingle-split p {
    color: #999; }

.fs-split {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 800px) {
    .fs-split {
      height: auto;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
.fs-split .split-image {
    width: 50%;
    height: 100vh;
	margin: auto ;
  	top: 0; left: 0; bottom: 0; right: 0;
    background-position: center center;
    background-size:70vh;
background-repeat: no-repeat;
	
}
    @media (max-width: 800px) {
      .fs-split .split-image {
        height: 50vh;
        width: 100%;
		} }
  .fs-split .split-content {
    width: 50%;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
      text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: auto; }
    @media (max-width: 800px) {
      .fs-split .split-content {
        width: 100%;
        height: auto; } }
    .fs-split .split-content .split-content-vertically-center {
      padding: 80px;
      max-width: 640px;
      margin-top: auto;
      margin-bottom: auto; }
      @media (max-width: 1200px) {
        .fs-split .split-content .split-content-vertically-center {
          padding: 60px; } }
      @media (max-width: 800px) {
        .fs-split .split-content .split-content-vertically-center {
          padding: 40px;
	} }

.split-intro {
	font-family: 'Poppins';
  font-weight: 600;
  font-size: 65px;
  line-height: 75px;
  letter-spacing: -1px; 
}
.split-intro h1 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 46px;
    margin-bottom: 40px;
    letter-spacing: 0.4px;
    color: #00B0F0;
}
  .split-intro .tagline {
    color: #555555;
	  font-weight: 700
}

.split-bio {
  padding: 40px;
  font-family: 'Poppins';
	font-weight: 300;
 }
  @media (max-width: 1200px) {
    .split-bio {
      padding: 30px 0; } }
  @media (max-width: 800px) {
    .split-bio {
      padding: 20px 0; } }
  .split-bio p {
    color: #ccc;
	  font-size: 22px;

}
  .split-bio a {
    color: #848d96;
    transition-duration: 0.5s;
    border-bottom: 1px dotted #848d96; 
}
    .split-bio a:hover {
      color: #33ccff;
      transition-duration: 0.1s;
      border-bottom: 1px dotted #CA486d; }

.split-lists .split-list {
  width: 30%;
  display: inline-block;
  margin-bottom: 40px;
}
  @media (max-width: 500px) {
    .split-lists .split-list {
      width: 90%; } }
  .split-lists .split-list h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 11px;
    margin-bottom: 31px;
    color: #999;
    letter-spacing: 2px;
    opacity: 0.5; }
  .split-lists .split-list ul li {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 12px; }
    .split-lists .split-list ul li a {
      color: #555555;
      transition-duration: 0.5s; }
      .split-lists .split-list ul li a:hover {
        color: #00b0f0;
        transition-duration: 0.1s; }

.split-credit {
  opacity: 1; }
  .split-credit p {
    font-size: 12px;
    line-height: 14px; }
    .split-credit p a {
      color: #848d96; }

.split-video {
  overflow: hidden;
  position: relative; }

.video-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.video-container {
  position: relative;
  overflow: hidden;
  height: 29vw;
  width: 100vw; }
  @media (max-aspect-ratio: 16 / 9) {
    .video-container {
      height: 100vh;
      width: 177.7777777778vh; } }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

video.video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%; }

.tl
{
text-align: left
}


.custom-ticker  {
  padding: 150px 0;
  width: 100%;
	color:#f8f9fa;
	font-weight: 900;
}
.footer #button{
	width:35px;
	height:35px;
	border: #3399cc 12px solid;
	border-radius:35px;
	margin:0 auto;
	position:relative;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.footer #button:hover{
	width:35px;
	height:35px;
	border: #00b0f0 12px solid;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	position:relative;
}



.footer {
	bottom:0;
	left:0;
	position:fixed;
    width: 100%;
    height: 4em;
    overflow:hidden;
    margin:0 auto;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	z-index:999;
}
.footer a {
	color:#f8f8f8
}
.footer:hover {
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	height: 6.5em;
}
.footer #container{
	margin-top:-12px;
	width:100%;
height:100%;
  position:relative;
  left:0;
	background: #2f4052;
}
.footer #cont{
  position:relative;
  top:-35px;
  right:190px;
	width:150px;
	height:auto;
	margin:0 auto;
}
.footer_center{
	width:540px;
	float: left;
  text-align:center;
}
.footer h3 {
	font-family: 'Poppins';
	font-size: 16px;
	font-weight: 900 !important;
	margin-top:72px;
	margin-bottom:50px !important;
}
.footer h3 a:hover {
	color: #00b0f0;
}
.footer a:hover {
	color:#f8f8f8
}

#arrow-wrapper {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
  margin-top: 8px;
	padding-right: 20px
	
}
.arrow-border {
  position: relative;
  width: 50px;
  height: 50px;
  border: 8px solid #00b0f0;
  border-radius: 50%;
		z-index: 99
}
.arrow {
  position: absolute;
  bottom: 20px;
  width: 20px;
  height: 20px;
  border-top: 5px solid #00b0f0;
  border-right: 5px solid #00b0f0;
  right: 10px;
}

.down {
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}  
  
.pulse {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    position: absolute;
    margin: 0;
    animation: pulsate 4s ease-out;
    animation-iteration-count: infinite;
    opacity: 0.0;
	padding-right:0;
    box-shadow: 0 0 6px 6px #00b0f0;
    animation-delay: 1s;
}

@keyframes pulsate {
  0% {
    transform: scale(0.9, 0.9);
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    transform: scale(1.3, 1.3);
    opacity: 0;
  }
}
