body {
  overflow: hidden;
}


/* Preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(https://raw.githubusercontent.com/niklausgerber/PreLoadMe/master/img/status.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}
/*============ Font family ====================*/
@font-face {
  font-family: Montserrat;
  src: url(Montserrat-Regular.ttf);
}
 /*Section styling Start*/

 p,a,span{
  font-family: 'Montserrat' !important;
 }
 h1,h2,h3,h4,h5,h6{
  font-family: 'Montserrat' !important;
 }

a{
  text-decoration: none !important;
}

.footer-color{
  background: #F2F3F5;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer-color .text-black{
    color: #000000;
    font-size: 18px;
    font-weight: 900;
}
.footer-logo {
    width: 100%;
    height: 100%;
}
.footer-logo-home{
   width: 200px;
    height: 100%;
}
.footer-image{
 width: 200px;
  height: 100%
}
.footer-color p{
  margin-bottom: 3px;
}
.humber_active{
  background: rgba(0,0,0,0) !important;
  border: 1px solid #00A996;
  width: 50px !important;
  height: 50px !important;
  margin-top: -21px !important;
  margin-left: -21px !important;
  transform: scale(1) !important;
}
.indecator{
  margin-top: 50px;
 animation: dot 2s infinite ease-in-out;
}
@keyframes dot {
  0% {
    transform: scale(.75);
    opacity: .25;
  }
  25% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(.75);
    opacity: .25;
  }
}
 /*========================== HEADER STYLE =======================*/
  .header-logo{
    width: 190px;
  }
  .logo-image{
    width: 100%;
    height: 100%;
  }
.header-logo {
    width: 190px;
    margin-top: -21px;
}
  .header__header--1ARm_ {
    margin-top: 40px;
    padding: 0 5%;
    position: absolute;
    top: 0;
    width: 100%;
    pointer-events: none;
    z-index: 1;
}
.header__fixedHeader--39iWP {
    position: fixed;
}
.header__headerInner--2vUcj {
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header__headerInner--2vUcj, .header__languageMenuwrapper--qXAOH {
    display: -ms-flexbox;
    display: flex;
}
.header__logo--1QLTA, .header__navToggle--1tRNX {
    z-index: 10;
    pointer-events: auto;
}

.nav__wrap--33xKp {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    z-index: 7;
    pointer-events: auto;
    overflow: hidden;
}
.nav__wrap--33xKp, .nav__wrap_hidden--3m0YR {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}
.nav__wrap_hidden--3m0YR {
    -webkit-transition: -webkit-transform .6s cubic-bezier(.8,.1,1,1) .8s;
    transition: -webkit-transform .6s cubic-bezier(.8,.1,1,1) .8s;
    transition: transform .6s cubic-bezier(.8,.1,1,1) .8s;
    transition: transform .6s cubic-bezier(.8,.1,1,1) .8s,-webkit-transform .6s cubic-bezier(.8,.1,1,1) .8s;
    pointer-events: none;
}
.nav__wrap_active--1_Y97 {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.8,.1,1,1);
    transition: -webkit-transform .6s cubic-bezier(.8,.1,1,1);
    transition: transform .6s cubic-bezier(.8,.1,1,1);
    transition: transform .6s cubic-bezier(.8,.1,1,1),-webkit-transform .6s cubic-bezier(.8,.1,1,1);
}
.nav__navWrap--70Tnj {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1005px;
    width: 100%;
    padding-top: 50px;
}
.nav__link--275Rm {
    margin: 0 32px;
    padding: 0 0 5px;
    text-transform: capitalize;
    line-height: 1.8em;
    /*font-family: Josefin Sans,sans-serif;*/
    font-weight: 300;
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out;
    position: relative;
    color: #020a20;

}

}
.nav__navWrap--70Tnj {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1005px;
    width: 100%;
    padding-top: 50px;
}
.nav__bgPattern--8HP9Y {
    position: fixed;
    width: 125%;
    bottom: -38%;
    right: -4%;
    opacity: .4;
    -webkit-transform: rotate(-12deg); transform: rotate( -12deg);
}

.nav__link--275Rm {
    margin: 0 32px;
    padding: 0 0 5px;
    text-transform: capitalize;
    line-height: 1.8em;
    /*font-family: Josefin Sans,sans-serif;*/
    font-weight: 300;
    -webkit-transition: color .3s ease-out;
    /*transition:  2s ease-out;*/
    position: relative;
    color: #020a20;
    transform: translate3d(150px,0,0);
    opacity: 0
}
.page-title{
  margin: 0 32px;
    padding: 0 0 5px;
    text-transform: capitalize;
    line-height: 1.8em;
    font-family: Josefin Sans,sans-serif;
    font-weight: 300;
    -webkit-transition: color .3s ease-out;
    /*transition:  2s ease-out;*/
    position: relative;
    color: #020a20;
    transform: translate3d(150px,0,0);
    /*transition: 3.2s;*/
    /*/opacity: 0*/
}  
.page_name_active .page-title{
transition:  2s ease-out;
opacity: 1 ;
transform: translate3d(0px,0,0);
}
.nav__wrap_active--1_Y97 .nav__link--275Rm:nth-child(1){

transition: 1s;
opacity: 1 ;
}
.nav__wrap_active--1_Y97 .nav__link--275Rm:nth-child(2){

transition: 1.2s;
opacity: 1 ;
}
.nav__wrap_active--1_Y97 .nav__link--275Rm:nth-child(3){

transition: 1.4s;
opacity: 1 ;
}
.nav__wrap_active--1_Y97 .nav__link--275Rm:nth-child(4){

transition: 1.6s;
opacity: 1 ;
}
.nav__wrap_active--1_Y97 .nav__link--275Rm:nth-child(5){

transition: 1.8s;
opacity: 1 ;

}
.nav__wrap_active--1_Y97 .nav__link--275Rm:nth-child(6){

transition: 1.8s;
opacity: 1 ;

}
.nav__wrap_active--1_Y97 .nav__link--275Rm{

transform: translate3d(0px,0,0);
/*opacity: 1;*/

}
.nav__wrap_hidden--3m0YR .nav__link--275Rm{
  transition: 2s;

/*transform: translate3d(180px,0,0) !important;*/
opacity:  !important;

}
.nav__nav--1rWQe {
    text-align: center;
    width: 100%;
}
@media (min-width: 600px){
.nav__link--275Rm {
    font-size: 24px;
    display: inline-block;
}
}

.header__logo--1QLTA, .header__navToggle--1tRNX {
    z-index: 10;
    pointer-events: auto;
}
.hamburger__hamburger--xaqZA {
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
    text-align: left;
    color: currentColor;
    top: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    outline: none;
    position: absolute;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    cursor: pointer!important;
    width: 50px;
    height: 30px;
}
.hamburger__hamburger_light--FhLzI .hamburger__hamburgerBar--3ccJb:after, .hamburger__hamburger_light--FhLzI .hamburger__hamburgerBar--3ccJb:before {
    -webkit-box-shadow: 2px 2px 3px 0 rgb(2 10 32 / 30%);
    box-shadow: 2px 2px 3px 0 rgb(2 10 32 / 30%);
    background: -webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#00A996));
    background: linear-gradient(
90deg
,#fff 50%,#00A996 0);
    background-position: 0 100%;
    background-size: 70px 2px;
}
.hamburger__hamburgerBar--3ccJb:before {
    bottom: 8px;
    -webkit-transition: bottom .25s cubic-bezier(.23,1,.32,1) .25s,background .3s ease,-webkit-transform .25s cubic-bezier(.23,1,.32,1);
    transition: bottom .25s cubic-bezier(.23,1,.32,1) .25s,background .3s ease,-webkit-transform .25s cubic-bezier(.23,1,.32,1);
    transition: bottom .25s cubic-bezier(.23,1,.32,1) .25s,transform .25s cubic-bezier(.23,1,.32,1),background .3s ease;
    transition: bottom .25s cubic-bezier(.23,1,.32,1) .25s,transform .25s cubic-bezier(.23,1,.32,1),background .3s ease,-webkit-transform .25s cubic-bezier(.23,1,.32,1);
}
.hamburger__hamburger_light--FhLzI .hamburger__hamburgerBar--3ccJb:after, .hamburger__hamburger_light--FhLzI .hamburger__hamburgerBar--3ccJb:before {
    -webkit-box-shadow: 2px 2px 3px 0 rgb(2 10 32 / 30%);
    box-shadow: 2px 2px 3px 0 rgb(2 10 32 / 30%);
    background: -webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#00A996));
    background: linear-gradient(
90deg
,#fff 50%,#00A996 0);
    background-position: 0 100%;
    background-size: 70px 2px;
}
.hamburger__hamburgerBar--3ccJb:after {
    top: 8px;
    -webkit-transition: top .25s cubic-bezier(.23,1,.32,1) .25s,background .5s ease,-webkit-transform .25s cubic-bezier(.23,1,.32,1);
    transition: top .25s cubic-bezier(.23,1,.32,1) .25s,background .5s ease,-webkit-transform .25s cubic-bezier(.23,1,.32,1);
    transition: top .25s cubic-bezier(.23,1,.32,1) .25s,transform .25s cubic-bezier(.23,1,.32,1),background .5s ease;
    transition: top .25s cubic-bezier(.23,1,.32,1) .25s,transform .25s cubic-bezier(.23,1,.32,1),background .5s ease,-webkit-transform .25s cubic-bezier(.23,1,.32,1);
}
.hamburger__hamburgerBar--3ccJb, .hamburger__hamburgerBar--3ccJb:after, .hamburger__hamburgerBar--3ccJb:before {
    height: 2px;
    width: 35px;
    background: #fff !important;
}
.hamburger__hamburgerBar--3ccJb {
    position: relative;
    background-color: transparent;
}
.hamburger__hamburgerBar--3ccJb:before {
    height: 2px;
    width: 35px;
}
.hamburger__hamburgerBar--3ccJb:before {
    content: "";
    left: 0;
    position: absolute;
    background: #fff;
}
.hamburger__hamburgerBar--3ccJb:after, .hamburger__hamburgerBar--3ccJb:before {
    content: "";
    left: 0;
    position: absolute;
    background: #fff;
}
.hamburger__hamburgerBar--3ccJb, .hamburger__hamburgerBar--3ccJb:after, .hamburger__hamburgerBar--3ccJb:before {
    height: 2px;
    width: 35px;
}
.hamburger__hamburger_active---H8Mr .hamburger__hamburgerBar--3ccJb:before {
    background: #00A996!important;
}
.hamburger__hamburger_dark--2Y-qJ .hamburger__hamburgerBar--3ccJb:before {
    background: -webkit-gradient(linear,left top,right top,color-stop(50%,#020a20),color-stop(50%,#00A996));
    background: linear-gradient(
90deg
,#020a20 50%,#00A996 0);
    background-position: 0 100%;
    background-size: 70px 2px;
}
.hamburger__hamburger_active---H8Mr .hamburger__hamburgerBar--3ccJb:after {
    top: 0;
    -webkit-transform: rotate(
45deg
);
    transform: rotate(
45deg
);
    -webkit-transition: top .25s cubic-bezier(.23,1,.32,1),-webkit-transform .25s cubic-bezier(.23,1,.32,1) .25s;
    transition: top .25s cubic-bezier(.23,1,.32,1),-webkit-transform .25s cubic-bezier(.23,1,.32,1) .25s;
    transition: top .25s cubic-bezier(.23,1,.32,1),transform .25s cubic-bezier(.23,1,.32,1) .25s;
    transition: top .25s cubic-bezier(.23,1,.32,1),transform .25s cubic-bezier(.23,1,.32,1) .25s,-webkit-transform .25s cubic-bezier(.23,1,.32,1) .25s;
}
.hamburger__hamburger_active---H8Mr .hamburger__hamburgerBar--3ccJb:before {
    bottom: 0;
    -webkit-transform: rotate(
-45deg
);
    transform: rotate(
-45deg
);
    -webkit-transition: bottom .25s cubic-bezier(.23,1,.32,1),-webkit-transform .25s cubic-bezier(.23,1,.32,1) .25s;
    transition: bottom .25s cubic-bezier(.23,1,.32,1),-webkit-transform .25s cubic-bezier(.23,1,.32,1) .25s;
    transition: bottom .25s cubic-bezier(.23,1,.32,1),transform .25s cubic-bezier(.23,1,.32,1) .25s;
    transition: bottom .25s cubic-bezier(.23,1,.32,1),transform .25s cubic-bezier(.23,1,.32,1) .25s,-webkit-transform .25s cubic-bezier(.23,1,.32,1) .25s;
}
.hamburger__hamburger_active---H8Mr .hamburger__hamburgerBar--3ccJb:before {
    bottom: 0;
    -webkit-transform: rotate(
-45deg
);
    transform: rotate(
-45deg
);
    -webkit-transition: bottom .25s cubic-bezier(.23,1,.32,1),-webkit-transform .25s cubic-bezier(.23,1,.32,1) .25s;
    transition: bottom .25s cubic-bezier(.23,1,.32,1),-webkit-transform .25s cubic-bezier(.23,1,.32,1) .25s;
    transition: bottom .25s cubic-bezier(.23,1,.32,1),transform .25s cubic-bezier(.23,1,.32,1) .25s;
    transition: bottom .25s cubic-bezier(.23,1,.32,1),transform .25s cubic-bezier(.23,1,.32,1) .25s,-webkit-transform .25s cubic-bezier(.23,1,.32,1) .25s;
}
.hamburger__hamburger_active---H8Mr .hamburger__hamburgerBar--3ccJb:after, .hamburger__hamburger_active---H8Mr .hamburger__hamburgerBar--3ccJb:before {
    background: #00A996!important;
}
.menu-open:hover .hamburger__hamburgerBar--3ccJb:after{
  background-color: #00A996 !important;
}
.menu-open:hover .hamburger__hamburgerBar--3ccJb:before{
  background-color: #00A996 !important;
}.menu-open:hover .hamburger__hamburgerBar--3ccJb{
  background-color: #00A996 !important;
}
.m-hide{
 display: none;
}
/*============ SHOW PAGE NAME =========================*/
  .page_name{
      position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    z-index: 7;
    pointer-events: auto;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    transition: 1s;
}
.page_name_hiden {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}
.page_name_active {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.8,.1,1,1);
    transition: -webkit-transform .6s cubic-bezier(.8,.1,1,1);
    transition: transform .6s cubic-bezier(.8,.1,1,1);
    transition: transform .6s cubic-bezier(.8,.1,1,1),-webkit-transform .6s cubic-bezier(.8,.1,1,1);
}



/*=========== END HEADER ======================*/
 
 /*============ Home page ==============*/

.first-section{
  top: 0;
  left: 0;
  height: 100vh !important;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  /* align-items: center; */
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: auto;
  overflow: hidden;
}
.text-white{
color: #fff;
}

 .s1{
 /*	background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(138,138,138,1) 0%, rgba(0,0,0,1) 100%);  height: 100%;*/
 	background-image: url('../images/home-banner.jpg');
  height: 100%;
 	width: 100%;
 	background-size: cover;

 }
 .s1 .fp-tableCell{
  background: rgba(0,0,0,0.5);
 }
 .s1 h2{
  color: white;
  font-size: 35px;
  text-align: center;
 }
 .s1 p{
  color: white;
  font-size: 20px;
  text-align: center;
 }
@media (min-width: 1200px){
.s1 .container {
    width: 900px;
}
}

 .s2{
 	background-image: url('../images/t3.jpg');
 	height: auto !important;
 	width: 100%;
 	background-size: cover;

 }
 .s2 .fp-tableCell{
  background: rgba(0,0,0,0.3);
 }
  .s3{
  background-image: url('../images/bg2.gif');
  height: auto !important;
  width: 100%;
  background-size: cover;

 }
 .s2 h2{
 	color: #fff;
  /*font-weight: 900;*/
  font-size: 26px;

 }
 .s2 p{
 	color: #fff;
 	
 }
 .fullpage-wrapper{
  width: 100%!important;
  
}
 /*.s3 h2{
  color: #fff;

 }
 .s3 p{
  color: #fff;
  
 }*/

 /*Section styling End*/
 /*Transition styling Start*/
/* 

.fp-section {
	width: 100%!important;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 0;
	transition: all .7s ease-in-out;
}
.fp-tableCell{
    vertical-align: top !important; 
}
.fp-section.active{
	visibility: visible;
	opacity: 1;
  z-index: 1;
  height: auto !important;
}*/
/*Transition styling End*/
/*Tiles styling Start*/
.tills{
  background: rgba(0,0,0,.2) !important;
  margin-bottom: 0px !important;
  height: 50vh;
  padding-left: 120px !important;
  padding-right: 100px !important;
  transition: .8s;
  /*padding: 20px;*/
  display: flex;
  -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: flex-end;
    color: #fff;
    position: relative;
    /*transform: translate(0px, 30px);
    opacity: 0;*/
    /*transition: background-color .4s linear;*/



}
.tills:hover {
  background: rgba(2,10,32,.75) !important;

}
.tills:hover .tp{
  opacity: 1;
  transform: translateY(-20px)
}
.tills:hover .th{
  /*opacity: 1;*/
  transform: translateY(-10px) !important
}
/*.t1{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.t2{
	border-bottom: 1px solid #fff;
}

.t3{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.t4{
	border-bottom: 1px solid #fff;
}*/
.tp{
  /*margin-top: 10px !important;*/
  opacity: 0;
  transform: translateY(10px);
  transition: .4s;
  margin-top: 30px;
}
.th{
  font-size: 18px;
  text-transform: uppercase;
  font-family: Josefin Sans,sans-serif;
  font-weight: 400;
  transform: translateY(10px);
  transition:.2s;
  /*opacity: 0;*/
}
/*Tiles styling End*/
/*General*/
* {
  box-sizing:border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family:sans-serif;  
}
/*General End*/
/*Cursor*/
.cursor {
    position: fixed;
    background-color: #00A996;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    z-index: 1;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
        0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    transform: scale(1);
}

/*Coursel*/
/*========================================================================================================
why us page
===========================================================================================*/
.parallax-window{
  background-image: url('../images/why-us-banner.jpg') !important;
  background-size: cover;background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
.overview{
  z-index: 100;
  position: relative;
  background-color: white;
  overflow: hidden;
  padding: 50px;
}
.overview h2{
  font-family: proxima-nova,Helvetica,Arial,sans-serif;
  font-size: 28px !important;
  line-height: 1.6;
  font-weight: 300;
  color: #9a9da6;
  margin: 40px 320px 10px;
}
.overview h3{
  line-height: 1.6;
  font-size: 20px;
  font-weight: 500;
  color: #9a9da6;
  margin: 0px 320px 30px;
}
.overview p{
  font-size: 16px;
  /*line-height: 2.1;*/
  color: #666c78;
  margin: 20px 320px;
  line-height: 25px;
}
.overview p span{
  font-size: 12px;

}
/*========================================================================================================
What we do page
===========================================================================================*/
.parallax-window{
  background-image: url('../images/what-we-do-banner.jpg') ;
  background-size: cover;background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
.overview{
  z-index: 100;
  position: relative;
  background-color: white;
  overflow: hidden;
  padding: 50px;
}

/*========================================================================================================
Our Core Competency
===========================================================================================*/
.parallax-window{
  background-image: url('../images/our-core-competency-banner.jpg') ;
  background-size: cover;background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
.competency,.what_do,.why_us,.who_we_are,.marketing-banner{
    padding-left: 120px !important;
    padding-right: 100px !important;
    /*transition: .8s;*/
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    position: relative;
    text-align: center;
}
.parallax-window h2{
font-size: 35px;
}
.overview{
  z-index: 100;
  position: relative;
  background-color: white;
  overflow: hidden;
  padding: 50px;
}
/*========================================================================================================
Who are we page
===========================================================================================*/
.who_we_are{
  background-image: url('../images/tilles-backgound.jpg') !important;
  background-size: cover;background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
.overview{
  z-index: 100;
  position: relative;
  background-color: white;
  overflow: hidden;
  padding: 50px;
}
/*========================================================================================================
Marketing
===========================================================================================
*/
.marketing-banner{
  background-image: url('../images/marketing-banner.jpg') !important;
  background-size: cover;background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
.marketing h3{
margin-bottom: 0px;
}
.marketing p{
margin-top: 5px;
}


/*========================================================================================================
What we Do Page
===========================================================================================
.parallax-window{
  background-image: url('../images/what-we-do-banner.jpg');
  background-size: cover;background-repeat: no-repeat;
  z-index: 0;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
.overview{
  z-index: 100;
  position: relative;
  background-color: white;
  overflow: hidden;
  padding: 50px;
}
.overview h1{
  line-height: 2.15 !important;
  font-size: 30px;
  font-family: Josefin Sans,sans-serif;
}
.overview p{
  font-family: proxima-nova,Helvetica,Arial,sans-serif;
  font-size: 22px;
  line-height: 1.9;
}
.video{
  z-index: 100;
  position: relative;
  background-color: white;
  overflow: hidden;
  height: 70vh;
  padding: 50px;
}
.global{
  z-index: 100;
  position: relative;
  background-color: white;
  overflow: hidden;
  padding: 50px;
}
.global p{
  font-family: proxima-nova,Helvetica,Arial,sans-serif;
  font-size: 22px;
  line-height: 1.9;
}
.list{
  z-index: 100;
  position: relative;
  overflow: hidden;
  background-color: white;
  padding: 50px;
}*/
/*========================================================================================================
What we Do Page
===========================================================================================
.header{
  background-image: url('../images/team-banner.webp');
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  height: 100vh;
  overflow: hidden;
}
.team .col-md-3{
  padding: 0 !important;
  overflow: hidden;
}
.t-r-1{
  height: 80vh !important;
}*/
/*========================================================================================================
How it works Page
===========================================================================================*/
.posts{
  padding: 50px;
}
/*/////////////////////////////////*/
/*body {
  font-family: "Lato", sans-serif;
}*/

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.9s;
  padding-top: 30vh;
  z-index: 2;
  text-align: center;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 50px;
  font-weight: 300;
  cursor: pointer;
  background-color: transparent;
  color: white;
  border: none;
  padding: 20px;
  right: 0;
  text-align: right;
  width: 100%
}

.openbtn:hover {
  background-color: transparent;
}

#main {
  transition: margin-right .9s;
  padding: 16px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}