﻿@charset "UTF-8";
/* CSS Document */

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

#page {width: 80%; max-width: 1600px; margin: 0 auto; position: relative; text-align: left;}

/* navigation */

.navbar-collapse {
    background: transparent !important;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #101010;
    overflow-x: hidden;
    padding-top: 130px;
    transition: 0.5s;
}

.sidenav a {
    padding: 8px 8px 8px 40px;
    font-family: 'Cormorant Garamond', serif;
    text-decoration: none;
    font-size: 2em;
    font-weight: 300i;
    font-style: italic;
    line-height: 1em;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover, .offcanvas a:focus{
    color: #5DF4AA;
}

.sidenav a:visited {
    color: #ffffff; 
}

.sidenav .closebtn {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    position: absolute;
    top: 35px;
    text-align: left;
    font-size: 36px;
}

.open_close {
    width: 200px;
    float: right;
    position: relative;
    text-align: right;
}

.menu_button {
    padding: 5px;
    background: #000;
    width: 100px;
    cursor: pointer;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    font-weight: 300;
    color: rgb(250,250,250);
    border-radius: 25px;
    border: 1px solid #a2b8ae;
    text-align: center;
    left: 40px;
    position: relative;
}

.menu_button:hover {
    padding: 5px;
    background: #a2b8ae;
    width: 100px;
    cursor: pointer;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    font-weight: 300;
    color: rgb(250,250,250);
    border-radius: 25px;
    border: 1px solid #a2b8ae;
    text-align: center;
    left: 40px;
    position: relative;
    transition: .5s ease;
}

#main {
    transition: margin-right .5s;
}

/* Hover Element */

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  overflow: hidden;
  height: 80%;
  transition: .5s ease;
}

.overlay_blog {
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #a2b8ae;
  overflow: hidden;
  height: 100%;
  transition: .5s ease;
}

.container:hover .overlay {
  width: 50%;
  height: 80%;
}

.container:hover .overlay_blog {
  width: 100%;
  height: 100%;
}

.text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  white-space: nowrap; 
  color: white;
  font-size: 1em;
  position: absolute;
  overflow: hidden;
  top: 92%;
  left: 30%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.text_blog {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  letter-spacing: 1px;
  white-space: nowrap; 
  color: #ffffff;
  font-size: 2em;
  position: absolute;
  overflow: hidden;
  top: 55%;
  left: 30%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* Elements */

p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: .9em;
    line-height: 1.75em;
    text-align: left;
	color: rgb(200,200,200);
}

p2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: .9em;
    text-align: left;
	color: rgb(250,250,250);
}

p3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1em;
    text-align: left;
	color: #a2b8ae;
}

p4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 1.75em;
    text-align: left;
	color: rgb(150,150,150);
}

p5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1.2em;
    line-height: 1.5em;
    letter-spacing: 1px;
    text-align: left;
	color: rgb(150,150,150);
}

h1 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 2em;
    line-height: 1.25em;
    text-align: left;
	color: #000000;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 1em;
    letter-spacing: 1px;
    text-align: left;
	color: rgb(100,100,100);
    
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: .75em;
    line-height: 0em;
    letter-spacing: 1px;
    text-align: left;
	color: rgb(150,150,150);
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1em;
    letter-spacing: 1px;
    text-align: left;
	color: rgb(200,200,200);
    padding-top: 0px;
}

h4:hover {
    color: rgb(0,0,0);
    padding-top: 5px;
    -webkit-transition:padding-top .3s ease-out;
    -moz-transition:padding-top .3s ease-out;
    -o-transition:padding-top .3s ease-out;
    transition:padding-top .3s ease-out;
}

h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: left;
	color: rgb(250,250,250);
}

h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: .75em;
    letter-spacing: 1px;
    text-align: left;
	color: rgb(200,200,200);
    padding-top: 0px;
}

h7 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 1.75em;
    text-align: left;
	line-height: 1.25em;
	color: #000000;
}

a {
    text-decoration: none;
    color: #5DF4AA;
}

a:hover {
    color: #49C086;
}

a:visited {
    color: #8c8c8c;
}

body {
    margin: 0 auto;
    background-color: #ffffff;
}

header {
    margin: 0 auto;
    width: 100%;
    padding-bottom: 50px;
    padding-top: 50px;
    position: relative;
}

.intro {
    width: 100%;
    max-width: 1600px;
    padding-top: 85vh;
    padding-bottom: 25px;
    position: relative;
    display: block;
}

.introMobile {
    display: none;
}

.heroImage {
    margin: 0 auto;
    z-index: -50;
    position: absolute;
    height: 90vh;
    width: 100%;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
}

.heroImageKajeet {
    margin: 0 auto;
    z-index: -50;
    position: absolute;
    height: 90vh;
    width: 100%;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
    background-image: url(../images/port/kajeet1_2000.jpg);
}

.heroLogoKajeet {
    margin: 0 auto;
    width: 16%;
    height: 75px;
    padding-left: 42%;
    padding-right: 42%;
    margin-top: 18%;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.heroImageHack {
    margin: 0 auto;
    z-index: -50;
    position: absolute;
    height: 90vh;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
    background-color: #0d1a0e;
    background-image: url(../images/port/hack2_1800.gif)
    
}

.heroImageChronicle {
    margin: 0 auto;
    z-index: -50;
    position: absolute;
    height: 90vh;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    background-size: cover;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-color: #0d1a0e;
    background-image: url(../images/port/chronic1_2000.jpg);
}

.heroImageLogo {
    margin: 0 auto;
    z-index: -50;
    position: absolute;
    height: 90vh;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-color: #000000;
}


.heroLogo {
    width: 50%;
    height: 75px;
    padding-left: 25%;
    padding-right: 25%;
    margin-top: 18%;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.heroLogoTwo {
    margin: 0 auto;
    height: 350px;
    margin-top: 17%;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.heroLogoChronicle {
    width: 50%;
    margin-top: 17%;
    padding-left: 25%;
    padding-right: 25%;
    height: 500px;
    position: absolute;
    text-align: center;
    vertical-align: middle;
}

.heroLogoCrystal {
    width: 50%;
    margin-top: 17%;
    padding-left: 25%;
    padding-right: 25%;
    height: 450px;
    position: absolute;
    text-align: center;
    vertical-align: middle;
}

.heroLogoWater {
    margin: 0 auto;
    height: 350px;
    margin-top: 17%;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.heroLogoComm {
    margin: 0 auto;
    height: 350px;
    margin-top: 17%;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.heroLogoCustom {
    margin: 0 auto;
    height: 350px;
    margin-top: 17%;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.heroLogoThree {
    height: 150px;
    margin: 0 auto;
    margin-top: 20%;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.heroLogoHack {
    width: 50%;
    height: 75px;
    padding-left: 25%;
    padding-right: 25%;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

/* class styles */

 .fade-in {
    opacity:0;  /* make things invisible upon start */
    -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;

    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:.7s;
    -moz-animation-duration:.7s;
    animation-duration:.7s;   
  }

.fade-in.one {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}

.fade-in.two {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.button {
    float: right;
    padding: 5px;
    background: #a2b8ae;
    width: 150px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    color: rgb(250,250,250);
    border-radius: 25px;
    text-align: center;
}

.button:hover {
    float: right;
    background: #889991;
    width: 150px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    border-radius: 25px;
    cursor: pointer;
    transition: .5s ease;
}


.portfolio {
    width: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.port {
    width: 100%;
    margin: 0 auto;
    max-width: 1600px;
    position: relative;
    text-align: center;
}

.portOne {
    width: 100%;
    margin: 0 auto;
    max-width: 1600px;
    position: relative;
    text-align: center;
    padding-bottom: 150px;
}

.portOneCircle {
    width: 100%;
    margin: 0 auto;
    max-width: 1600px;
    position: relative;
    text-align: center;
    padding-bottom: 150px;
    display: block;
}

.portOneCircleMobile {
    display: none;
}
.portOneComm {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    text-align: center;
    padding-bottom: 300px;
}

.portOneHack {
    width: 100%;
    margin: 0 auto;
    max-width: 1600px;
    position: relative;
    text-align: center;
    padding-bottom: 50px;
}

.portTwo {
    margin: 0 auto;
    max-width: 1221px;
    position: relative;
    text-align: center;
}

.portThree {
    margin: 0 auto;
    max-width: 1600px;
    position: relative;
    text-align: center;
    padding: 0;
}

.next {
    margin:0 auto;
    width: 100%;
	background-color: #E6373A;
}

.feature {
    width: 100%;
    height: 700px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
}

.featureOneMedi {
    width: 100%;
    height: 700px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
}

.featureCovermore {
    margin: 0 auto;
    margin-right: 0%;
    width: 100%;
    min-width: 0px;
    position: relative;
    overflow: visible;
    background-position: right;
    background-repeat: no-repeat;
    background-color: #ffffff;
    padding-top: 0px;
    padding-bottom: 100px;
    padding-right: 0%;
    opacity: 1;
    text-align: right;
    display: block;
}

.featureCovermoreMobile {
    display: none;
}

.featureCircle {
    margin: 0 auto;
    width: 80%;
    height: 800px;
    min-width: 1100px;
    position: relative;
    overflow: hidden;
    background-position: right;
    background-repeat: no-repeat;
    background-color: #F9F9FC;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 10%;
    padding-left: 10%;
    opacity: 1;
    display: block;
}

#featureTest {
    width: 100%; 
    margin: 0 auto;
    position: relative; 
    text-align: left;
    max-width: 1600px;
    padding-right: 0%;
    background-color: aquamarine;
}

.featureCircleMobile {
    display: none;
}

.featureCircleTwo {
    margin: 0 auto;
    width: 90%;
    height: 800px;
    min-width: 1100px;
    position: relative;
    overflow: visible;
    background-position: right;
    background-repeat: no-repeat;
    background-color: #F9F9FC;
    padding-top: 100px;
    padding-bottom: 100px;
    opacity: 1;
    text-align: center;
    display: block;
}

.featureCircleTwoMobile {
    display: none;
}

.featureCircleThree {
    margin: 0 auto;
    width: 100%;
    height: 800px;
    min-width: 1100px;
    position: relative;
    overflow: visible;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-image: url(../images/port/circleGlobe.png);
    padding-top: 100px;
    padding-bottom: 100px;
    opacity: 1;
    text-align: center;
    display: block;
}

.featureCircleThreeMobile {
    display: none;
}

.featureCircleFour {
    margin: 0 auto;
    width: 90%;
    height: 800px;
    min-width: 1100px;
    position: relative;
    overflow: visible;
    background-position: right;
    background-repeat: no-repeat;
    background-color: #F9F9FC;
    padding-top: 100px;
    padding-bottom: 100px;
    opacity: 1;
    text-align: center;
    display: block;
}

.featureCircleFourMobile {
    display: none;
}

.dreamTeam {
    width: 50%; 
    margin: 0 auto;
}

#videoBGcircleTwo {
    position: absolute;
    top: 0px;
    right: 0px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 700px;
    z-index: -1;
}

.featureCircleFive {
    margin: 0 auto;
    width: 100%;
    height: 800px;
    min-width: 1100px;
    position: relative;
    overflow: visible;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    padding-top: 100px;
    padding-bottom: 100px;
    opacity: 1;
    text-align: center;
    display: block;
}

.circle_video {
    width: 100%; 
    height: 100%;
    object-fit: cover;
    left: 0px;
    top: 0px;
    z-index: 1;
    overflow: hidden;
    position: relative;
}

#videoBGcircle {
    position: absolute;
    top: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 700px;
    z-index: -1;
}

.featureWaterOne {
    padding-top: 10%;
    width: 100%;
    height: 500px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
    background-image: url(../images/port/watermark2_2000.jpg);
}

.featureCity {
    width: 100%;
    height: 700px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    background-position: center; /* Center the image */
    background-repeat: no-repeat;
    display: block;
    background-size: cover;
}

.featureCityMobile {
    display: none;
}
          
.featureComm {
    width: 100%;
    height: 1700px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
}

.featureCommTwo {
    width: 100%;
    height: 700px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
}

.featureTwo {
    margin: 0 auto;
    width: 100%;
    height: 550px;
    min-width: 1100px;
    position: relative;
    background-position: center;
    padding-top: 50px;
    opacity: 1;
    text-align: center;
    display: block;
}

.featureTwoMobile{
    display: none;
}

.featureTwoSmall {
    display: none;
}

.featureThree {
    margin: 0 auto;
    width: 90%;
    height: 1200px;
    min-width: 1100px;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f7f7f7;
    padding-top: 100px;
    padding-bottom: 100px;
    opacity: 1;
    text-align: center;
    display: block;
}

.featureThreeMobile {
   display: none
}

.featureWater {
    width: 100%;
    height: 900px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    transform: translateY(-300px);
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
    background-color: aqua;
}

.counter {
    width: 100%;
}

.bannerAd{
    width: 900px;
    height: 475px;
    z-index: 5;
    position: relative;
    margin: 0 auto;
    opacity: 1;
    object-fit: cover;
    left: 0px;
    top: 0px;
    transform: translateY(-300px);
    display: block;
    padding-top: 150px;
}

.watermarkOne{
    width: 1600px;
    height: 950px;
    z-index: 5;
    position: relative;
    margin: 0 auto;
    display: block;
}

#text_section_one {
        padding-top: 50px;
        background-color: #ffffff;
        width: 60%;
        position: relative;
        margin:0 auto;
}

#videoBG {
    z-index: -1;
    background-position: center;
    width: 900px;
    text-align: center;
}

#videoBGcomm {
    z-index: -1;
    background-position: center;
    width: 1100px;
    text-align: center;
}

#medi_videoBG {
    z-index: -1;
    background-position: center;
    width: 1600px;
    text-align: center;
}

.medi_video {
    margin:0 auto;
    width: 1600px;
    object-fit: cover;
    left: 0px;
    top: 50px;
    z-index: 1;
    text-align: center;
    overflow: hidden;
    position: center;
    padding-top: 50px;
}


.tableWidth {
    width: 5000px;
    height: 100%;
} 

.cellWidth {
    width: 1000px;
    height: 100%;  
}


.spacer {
    margin: 0 auto;
    width: 100%;
    height: 1px;
    margin-top: 20px;
    background-color: rgb(158,158,158);
    position: relative;
}

.company {
    display: block;
    width: 50%;
    float: left;
    vertical-align: top;
    padding-top: 10px;
}

.description {
    display: block;
    width: 50%;
    float: right;
    padding-top: 20px;
    padding-bottom: 70px;
}

.next {
    margin:0 auto;
    width: 100%;
	background-color: #E6373A;
}


.foot {
    margin-top: 200px;
    width: 80%;
    height: 400px;
    background-color: black;
    position: absolute;
    padding: 0 10%;
}

.footInfo {
    margin:0 auto;
    max-width: 1600px;
}


.foot_column {
    color: aqua;
    width: 25%;
    float:left;
    position: relative;
    margin:0 auto; 
    padding-top: 80px;   
}

.foot_mobile {
    display:none;
}

/* id styles & background images */

#portfolio_buttons {
    width: 100%;
    height: 100px;
    padding-top: 150px;
    vertical-align: bottom; 
}

/* media queries */
/* media queries */
/* media queries */

@media screen and (max-width: 1625px) {
  .medi_video,
  #medi_videoBG {
    width: 100%;
  }
}

@media screen and (max-width: 1500px) {
    

p {
    font-size: .8em;   
}    
  
p4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 1.5em;
}
	
h1 {
    font-size: 1.75em;
    text-align: left;
	line-height: 1.25em;
    top: 50%;
	color: #000000;
}

h7 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.75em;
    text-align: left;
	line-height: 1.25em;
	color: #000000;
}
   
h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: .8em;
    letter-spacing: 1px;
    text-align: left;
	color: rgb(150,150,150);
}

h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: .8em;
    letter-spacing: 1px;
    text-align: left;
	color: rgb(150,150,150);
}
    
.intro {
    width: 100%;
    max-width: 1600px;
    padding-top: 85vh;
    padding-bottom: 25px;
    position: relative;
    display: block;
}

.introMobile {
    display: none;
}   
    
.portfolio {
    width: 85%;
    position: relative;   
}

.featureCircle {
    margin: 0 auto;
    width: 80%;
    height: 700px;
    min-width: 1100px;
    position: relative;
    overflow: visible;
    background-position: right;
    background-repeat: no-repeat;
    background-color: #F9F9FC;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 10%;
    padding-left: 10%;
    opacity: 1;
    text-align: center;
    display: block;
}

  .portOne {
    width: 100%;
    margin: 0 auto;
    max-width: 1600px;
    position: relative;
    text-align: center;
    /*padding-bottom: 0px;*/
    padding-bottom: 75px;
  }

.portOneHack {
    width: 100%;
    margin: 0 auto;
    max-width: 1600px;
    position: relative;
    text-align: center;
    padding-bottom: 0px;
}

.portTwo {
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    text-align: center;
}

.portThree {
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    text-align: center;
}

.bannerAd{
    width: 700px;
    height: 369px;
    z-index: 5;
    position: relative;
    margin: 0 auto;
    opacity: 1;
    object-fit: contain;
    left: 0px;
    top: 0px;
    transform: translateY(-270px);
    display: block;
    padding-top: 150px;
}

#videoBG {
    z-index: 10;
    background-position: center;
    width: 700px;
}

#medi_videoBG {
    z-index: -1;
    background-position: center;
    height: 600px; 
    width: 100%;
    text-align: center;
}

.medi_video {
    margin:0 auto;
    width: 1000px;
    object-fit: cover;
    left: 0px;
    top: 0px;
    z-index: 1;
    text-align: center;
    overflow: hidden;
    position: center;
}
    

#text_section_one {
        padding-top: 30px;
        background-color: #ffffff;
        width: 60%;
        position: relative;
        margin:0 auto;
}
    
.featureTwo {
    display: none;
}

.featureTwoMobile{
    margin: 0 auto;
    width: 100%;
    height: 400px;
    min-width: 500px;
    position: relative;
    background-position: center;
    padding-top: 50px;
    opacity: 1;
    text-align: center;
    display: block;
}

.featureTwoSmall {
    display: none;
}
    
.featureThree{
    display:none;
    padding-top: 50px;
}
    
.featureThreeMobile{
    margin: 0 auto;
    width: 90%;
    padding-left: 10%;
    height: 700px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f7f7f7;
    padding-top: 30px;  
    opacity: 1;
    text-align: center;
    display: block;
    background-image: url(../images/port/medi7_1000.png);
}

.tableWidth {
    width: 4000px;
    height: 100%;
} 

.foot {
    height: 300px;
}     

}

@media screen and (max-width: 1100px) {
  .intro .i1 {
    width:100% !important;
    padding-right:0 !important;
    display:block !important;
  }

  .intro .i2 {
    width: 44% !important;
    padding-right: 5% !important;
    display: inline-block;
  }

  .intro .i3 {
    width: 44% !important;
    padding-left: 5% !important;
    display: inline-block;
  }
	.medi_video {
		width: 100%;
	}
}

.featureCircle {
    margin: 0 auto;
    width: 80%;
}

@media screen and (max-width: 775px) {
  .bannerAd,
  #videoBG {
    width: 100%;
  }
}



@media screen and (max-width: 500px) {

#text_section_one {
        padding-top: 30px;
        background-color: #ffffff;
        width: 60%;
        position: relative;
        margin:0 auto;
    }
    
h1 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 1.5em;
    line-height: 1.25em;
    text-align: left;
	color: #000000;
}
    
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: .5em;
    line-height: .5em;
    letter-spacing: 1px;
    text-align: left;
	color: rgb(200,200,200);
    padding-top: 0px;
}

h7 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 1em;
    text-align: left;
	line-height: 1.25em;
	color: #000000;
}

.next {
    margin:0 auto;
    width: 95%;
	background-color: #E6373A;
}    
    
.heroImage {
    margin: 0 auto;
    z-index: -50;
    position: absolute;
    height: 50vh;
    width: 100%;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
}

.heroImageLogo {
    margin: 0 auto;
    z-index: -50;
    position: absolute;
    height: 50vh;
    width: 100%;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
}
    
.heroImageChronicle {
    margin: 0 auto;
    z-index: -50;
    position: absolute;
    height: 50vh;
    width: 100%;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
}

.heroImageHack {
    margin: 0 auto;
    z-index: -50;
    position: absolute;
    height: 50vh;
    width: 100%;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
}
    
.heroImageKajeet {
    margin: 0 auto;
    z-index: -50;
    position: absolute;
    height: 50vh;
    width: 100%;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
}

.heroLogoKajeet {
    width: 20%;
    margin-top: 40%;
    padding-left: 40%;
    padding-right: 40%;
    height: 60px;
    position: absolute;
    text-align: center;
    vertical-align: middle;
}

.heroLogoChronicle {
    width: 20%;
    margin-top: 40%;
    padding-left: 35%;
    padding-right: 45%;
    height: 300px;
    position: absolute;
    text-align: center;
    vertical-align: middle;
}    
    
.heroLogoCustom {
    margin: 0 auto;
    height: 200px;
    margin-top: 37%;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
    
.heroLogoComm {
    width: 20%;
    margin-top: 40%;
    padding-left: 30%;
    padding-right: 50%;
    height: 150px;
    position: absolute;
    text-align: center;
    vertical-align: middle;
}

.heroLogoWater {
    width: 40%;
    margin-top: 40%;
    padding-left: 30%;
    padding-right: 30%;
    height: 200px;
    position: absolute;
    text-align: center;
    vertical-align: middle;
}
    
.heroLogo {
    width: 20%;
    margin-top: 30%;
    padding-left: 35%;
    padding-right: 45%;
    height: 50px;
    position: absolute;
    text-align: center;
    vertical-align: middle;
}

.heroLogoTwo {
    height: 200px;
    margin: 0 auto;
    margin-top: 35%;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.heroLogoCrystal {
    height: 200px;
    margin: 0 auto;
    margin-top: 40%;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
    
    
.heroLogoThree {
    height: 50px;
    margin: 0 auto;
    margin-top: 30%;
    position: relative;
    text-align: center;
    vertical-align: middle;
}



.intro {
    width: 100%;
    max-width: 1600px;
    padding-top: 40vh;
    padding-bottom: 0px;
    position: relative;
    display: none;
}

.introMobile {
    width: 100%;
    max-width: 500px;
    padding-top: 40vh;
    padding-bottom: 25px;
    position: relative;
    display: block;
}

.portOne {
    width: 100%;
    margin: 0 auto;
    max-width: 1600px;
    position: relative;
    text-align: center;
    padding-bottom: 100px;
}
    
.featureCovermore {
    margin: 0 auto;
    margin-right: 0%;
    width: 100%;
    min-width: 0px;
    position: relative;
    overflow: visible;
    background-position: right;
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-bottom: 100px;
    padding-right: 0%;
    opacity: 1;
    text-align: right;
    display: none;
}

.featureCovermoreMobile {
    margin: 0 auto;
    margin-right: 0%;
    width: 100%;
    min-width: 0px;
    position: relative;
    overflow: visible;
    background-position: right;
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-bottom: 50px;
    padding-right: 0%;
    opacity: 1;
    display: block;
}
    
.featureCircle {
    margin: 0 auto;
    width: 80%;
    height: 700px;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/port/CircleFeatureOnemobile.png);
    background-color: #000000;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 0%;
    opacity: 1;
    text-align: center;
    display: none;
}

.featureCircleMobile {
    margin: 0 auto;
    width: 100%;
    height: 750px;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #F9F9FC;
    padding-top: 50px;
    padding-bottom: 100px;
    padding-right: 0%;
    opacity: 1;
    text-align: center;
    display: block;
}

.featureCircleTwo {
    display: none;
}

.featureCircleTwoMobile {
    margin: 0 auto;
    width: 100%;
    height: 700px;
    min-width: 0px;
    position: relative;
    overflow: visible;
    background-position: right;
    background-repeat: no-repeat;
    background-color: #F9F9FC;
    padding-top: 50px;
    padding-bottom: 0px;
    opacity: 1;
    text-align: center;
    display: block;
}

.featureCircleThree {
    display: none;
}

.featureCircleThreeMobile {
    margin: 0 auto;
    width: 100%;
    height: 600px;
    min-width: 0px;
    position: relative;
    overflow: visible;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-image: url(../images/port/circleGlobe.png);
    padding-top: 50px;
    padding-bottom: 0px;
    opacity: 1;
    text-align: center;
    display: block;
}

.featureCircleFour {
    display: none;
}

.featureCircleFourMobile {
    margin: 0 auto;
    width: 100%;
    height: 600px;
    min-width: 0px;
    position: relative;
    overflow: visible;
    background-position: right;
    background-repeat: no-repeat;
    background-color: #F9F9FC;
    padding-top: 100px;
    padding-bottom: 100px;
    opacity: 1;
    text-align: center;
    display: block;
}
    
.dreamTeam {
    width: 80%; 
    margin: 0 auto;
}
    
.feature {
    width: 100%;
    height: 300px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
}
    
.featureOneMedi {
    width: 100%;
    height: 300px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
}
    
.featureWaterOne {
    padding-top: 10%;
    width: 100%;
    height: 300px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
    background-image: url(../images/port/watermark2_2000.jpg);
}
    
.portOneComm {
    width: 90%;
    margin: 0 auto;
    max-width: 1600px;
    position: relative;
    text-align: center;
    padding-bottom: 100px;
}

.featureComm {
    width: 100%;
    height: 600px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
}

.featureCommTwo {
    width: 100%;
    height: 400px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
}
    
.featureCity {
    width: 100%;
    height: 300px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    display: none;
}

.featureCityMobile {
    width: 100%;
    height: 300px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    display: block;
}
  
    
.featureTwo {
    display: none;
}

.featureTwoMobile {
    display: none;
}

.featureTwoSmall{
    margin: 0 auto;
    width: 400px;
    height: 900px;
    min-width: 0px;
    position: relative;
    background-position: center;
    padding-top: 50px;
    opacity: 1;
    text-align: center;
    display: block;
}
.featureThreeMobile{
    margin: 0 auto;
    width: 90%;
    height: 800px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f7f7f7;
    padding-top: 20px;  
    opacity: 1;
    text-align: center;
    display: block;
    background-image: url(../images/port/medi7_700.png);
}

    
.bannerAd{
    width: 300px;
    height: 75px;
    z-index: 5;
    position: relative;
    margin: 0 auto;
    opacity: 1;
    object-fit: cover;
    left: 0px;
    top: 0px;
    transform: translateY(-250px);
    display: block;
}

.portfolio {
    width: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.portOneCircle {
    display: none;
}
    
.portOneCircleMobile {
    width: 100%;
    margin: 0 auto;
    max-width: 700px;
    position: relative;
    text-align: center;
    padding-bottom: 150px;
    display: block;
}
    
.portTwo{
    margin: 0 auto;
    max-width: 400px;
    position: relative;
    text-align: center;
}
    
#medi_videoBG {
    z-index: -1;
    background-position: center;
    height: 500px; 
    width: 100%;
    text-align: center;
}

.medi_video {
    margin:0 auto;
    width: 100%;
    object-fit: cover;
    height: 400px;
    z-index: 1;
    text-align: center;
    overflow: hidden;
    position: center;
}
    
#videoBG {
    z-index: 10;
    background-position: center;
    width: 300px;
}

#videoBGcomm {
    z-index: -1;
    background-position: center;
    width: 400px;
    text-align: center;
}
    
.foot {
    margin-top: 125px;
    width: 90%;
    height: 300px;
    background-color: black;
    position: absolute;
    padding: 0 5%;
}

.foot_column {
    display:none;   
}
    
.foot_mobile {
    display: block;
    margin: 0 auto;
    padding-top: 120px;
    text-align: center;
    
}   

    
}