html, body {
    overflow-x: hidden;
}

.overlay { /* Sit on top of the page content */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #091f2c; /* Black background with opacity */
  opacity: 0.7;
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
}

.dp {
    display: none;
    margin-top: -2.85em;
    position: absolute;
    background: #ffffff;
    color: #0D2D40;
    width: 100%;
    z-index: 1;
    box-shadow: 0 5px #34597C; 
}

.dp h4{
    text-decoration: none;
    color: #0D2D40;
    font-family: 'Raleway', sans-serif;
    font-size: 0.9em;
    font-weight: 600;
}

.dp a:hover{
    text-decoration: none;
    color: #0D2D40;
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
    font-weight: 600;
}

.dp img{
    height: 1.8em;
    width: 1.8em;
    margin-top: -6%;
    margin-right: 1em;
}

.menu_bar{
    margin-top: -2.3%;
    margin-left: 8%;
    margin-right: 5%;
    margin-bottom: 1%;
    position: fixed;
}

.menu_bar a {
    color: #0D2D40;
    font-family: 'Raleway', sans-serif;
    font-size: 0.9em;
    font-weight: 600;
    text-decoration: none;
    padding: 2%;
}

.menu-links{
    margin-left: 30%;
    width: 100%;
    background: #fff;
}

.menu-links a{
    display: inline-block;
}

.menu_bar a:hover {
    text-decoration: none;
    background-color: #EEEEEE;
    color: #0D2D40;
}

.menu_bar button {
      width: 10em;
      height: 2.5em;
      border-radius: 25px;
      background-color: #34597C;
      /*background-repeat:no-repeat;*/
      border: none;
      cursor:pointer;
      /*overflow: hidden;*/
      color: white;
      font-size: 1em;
      font-weight: 600;
      font-family: 'Raleway', sans-serif;
      margin-top: 0.5%;
      position: absolute;
  }

  .menu_bar button:hover {
    opacity: 0.6;
}

.menu_bar img{
    width: 16em;
    height: 4.5em;
}

@media screen and (max-width: 1024px) {
    .menu_bar img{
        width: 10.8em;
        height: 3em;
    }
    #navbar{
        height: 4em;
    }
}

@media screen and (min-width: 1024px) {
    #ham{
        display: none;
    }
}

.navbar-header i{
    position: absolute;
    margin-left: 70%;
    margin-top: -15%;
}

@media screen and (max-width: 1024px) {
    .menu-links{
        margin-left: 0;
        height: 10em;
    }
    .menu-links a{
        display: block;
    }
}

.section-1 {
    background-image:  linear-gradient(to right, rgba(13, 45, 64, 0.8), rgba(13, 45, 64, 0.8)), url('assets/about-landing.png');
    background-size: 100% 150%;
    background-repeat: no-repeat;
    position: relative;
    overflow: visible;
    min-height: 20%;
    /*height: 787px;*/
    left: 0px;
    top: 0px;
}

.head-aligner {
    padding-top: 5%;
    padding-left:9%;
    padding-right: 6%;
    padding-bottom: 8%;
}

#section-1-text p {
    font-family: 'Raleway', sans-serif;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.15em;
}

#section-1-text h4 {
    font-family: 'Open Sans', sans-serif;
    /*text-transform: uppercase;*/
    font-size: 0.93em;
    font-weight: 100;
}

.section-1 img {
    margin-top: -5px;
    width: 143px;
    height: 40px;
}

.section-1 #section-1-text {
    color: white;
    text-align: start;
    font-family: 'Raleway', sans-serif;
    margin-top: 2%;
}

#section-1-text h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 2.6em;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 0.2em;
}

@media screen and (max-width: 768px){
    .section-1 #section-1-text {
        margin-top: 17%;
    }
}
/*********************************************** END of Header *****************************************************/

/*********************************************** Our story section *************************************************/

.story-section {
    width: 100%;
    /*height: 1200px;*/
    top: 0;
    left: 0;
    background-color: white;
}

.story-aligner{
    padding-left: 9%;
    padding-top: 5%;
    padding-bottom: 3%;
}

.story-section img {
    width: 75%;
    float: right;
    padding-right: 10%;
    /*margin-top: 5em;*/
}

@media screen and (max-width: 768px){
    .story-section img {
        float: none;
        margin: 7% 0 7% 15%;
        
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px){
    .story-section img {
        width: 50%;
        margin: 7% 0 7% 25%;
        
    }
}

.story-text {
    /*margin-top: 10em;*/
    /*margin-left: 10em;*/
    font-family: sans-serif;
    letter-spacing: -1.2px;
    color: #0D2D40;
}

.story-text p {
    font-size: 2.6em;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    letter-spacing: -1.2px;
    color: #0D2D40;
    /*margin-bottom: 5%;*/
}

.story-text h3 {
    font-family: 'Raleway', sans-serif;
    color: #0D2D40;
    font-size: 1.2em;
    margin-top: 3%;
    line-height: 1.2;
    letter-spacing: 0.4px;
}

@media screen and (max-width: 768px){
    .story-text h3 {
        padding-right: 3.5%;
    }
}


/********************************** End of story Section **********************************/

/********************************** WHY US Section **********************************/
.whyus-section {
    width: 100%;
    top: 0;
    left: 0;
    background-color: #DDE5ED;
}


@media screen and (max-width: 1024px) {
    .whyus-aligner img{
        display: none;
    }
}

.whyus-aligner {
    padding-left: 9%;
    padding-right: 6%;
    padding-top: 5%;
    padding-bottom: 5%;
}

.whyus-tag p{
  margin-top: 1em;
  /*margin-left: 7em;*/
  font-weight: bold;
  font-size: 0.93em;
  color: #0D2D40;
  font-family: sans-serif;
  letter-spacing: -1px;
}

.whyus-tag img {
    width: 85px;
    height: 101px;
    padding-bottom: 10%;
}

.whyus-text p{
    font-size: 2.6em;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    letter-spacing: -1.2px;
    color: #0D2D40;
}

.whyus-text h5{
    font-family: 'Raleway', sans-serif;
    color: #0D2D40;
    /*font-weight: 600;*/
    font-size: 1.2em;
}

@media screen and (max-width: 768px) {
    .whyus-text h5 {
        padding-right: 3.5%;
    }
}

.whyus-section #big-para {
    letter-spacing: 2px;
}

.whytag-aligner {
    /*margin-right: 20%;*/
    margin-left: 9%;
    margin-top: 3%;
}

.first-tag{
  margin-top: -5.5%;
  /*margin-right: 10%;*/
  /*padding-right: 20%;*/
  padding-left: none;
  width: 100%;
}

.w-tags{
  margin-top: 3%;
  /*margin-right: 10%;*/
  /*padding-right: 20%;*/
  padding-left: none;
  width: 100%;
}

.whytag-aligner h2{
  font-family: 'Raleway', sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  /*padding-left: 8%;*/
}

.whytag-aligner h3{
  font-family: 'Raleway', sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  /*padding-left: 8%;*/
}

.whytag-aligner img{
  margin-top: 13%;
  padding-top: 10%;
  width: 100%;
}

.last-tag{
  margin-top: 3%;
  padding-bottom: 8%;
  /*margin-right: 10%;*/
  /*padding-right: 20%;*/
  padding-left: none;
  width: 100%;
}

@media screen and (max-width: 768px) {
    .whytag-aligner img{
        width: 50%;
        margin-top: 0;
        padding-top: 0;
        margin-left: 5%;
        margin-bottom: 10%;
    }
    .first-tag{
        text-align:center;
        font-size: 1em;
        letter-spacing: 2;
    }
    .w-tags{
        text-align:center;
        font-size: 1em;
        letter-spacing: 2;
    }
    .last-tag{
        text-align:center;
        font-size: 1em;
        letter-spacing: 2;
    }
    .last-tag h3{
        padding-bottom: 10%;
    }
    .first-tag h3{
        padding-bottom: 10%;
    }
    .w-tags h3{
        padding-bottom: 10%;
    }
    
}

@media screen and (min-width: 768px) and (max-width: 1024px){
    .whytag-aligner img{
        width: 50%;
        margin-top: 15%;
    }
    .whytag-aligner h2{
        margin-top: 10%;
    }
}

/********************************** End of WHY US Section **********************************/

/***************************************************** Team Section *******************************************/

.team-section{
  width: 100%;
  background-color: #FFFFFF;
}

.team-aligner{
  padding-left: 9%;
  padding-bottom: 3.5%;
  /*padding-right: 6%;*/
  padding-top: 5%;
}

.team-text h1{
  font-family: 'Raleway', sans-serif;
  font-size: 2.6em;
  font-weight: bold;
  text-transform: capitalize;
  color: #0D2D40;
}

.team-pics{
  padding-top: 3.5%;
  width: 100%;
  margin-left: 1.5%;
}

.team-pics img{
  width: 90%;
  border-radius: 15px;
  cursor: pointer;
}

.team-pics img:hover {
    transform: scale(1.05);
    transition: 0.2s ease-in;
    box-shadow: 5px 5px 10px grey;
  }
  

.team-pics h3{
  font-family: 'Raleway', sans-serif;
  font-size: 1.6em;
  font-weight: 800;
  color: #0D2D40;
  margin-bottom: -0.2em;
  margin-top: 10%;
}

.team-pics p{
  font-family: 'Raleway', sans-serif;
  font-size: 1.6em;
  font-weight: 600;
  color: #0D2D40;
  padding-bottom: -0.2em;
}

@media screen and (max-width: 768px){
    .team-pics {
        width: 100%;
        display: inherit;
        margin-right: 15%;
    }
    .team-pics img {
        width: 100%;
    }
    .team-pics p {
        font-size: 1em;
    }
    .team-pics h3 {
        font-size: 1em;
    }
}

.mem-des {
  background-color: #0D2D40;
  width: 100%;
  border-radius: 0px 0px 512px 0px;
}

.des-aligner{
  padding-left: 9%;
  padding-bottom: 5%;
  padding-top: 5%;
}

.des-text p{
  font-size: 1.13em;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 1.25em;
}

.des-text h2{
  font-family: 'Raleway', sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  color: #FFFFFF;
  padding-bottom: 1%;
}

@media screen and (max-width: 768px) {
    .des-text p {
        padding-right: 3.5%;
    }
}

.des-text h5{
  font-family: 'Raleway', sans-serif;
  font-size: 1.4em;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 1.15em;
  /*padding-bottom: 10%;*/
}

.des-text img{
  width: 90%;
  float: right;
  border-radius: 360px 0px 0px 360px;/* T-R-B-L */
}

.mem-des .arrow #des1{
    margin-left: 18%;
    margin-top: -0.4em;
    font-size: 5em;
    color: white;
    display: block;
    position: absolute;
}

.mem-des .arrow #des2{
    margin-left: 40%;
    margin-top: -0.4em;
    font-size: 5em;
    color: white;
    display: none;
    position: absolute;
}

@media screen and (max-width: 760px) {

    .mem-des #mem_pic-div{
        display: none;
    }
    .mem-des {
        border-radius: 0;
        height: 70em;
    }
    .des-aligner {
        padding-left: 5%;
        padding-right: 5%;
    }
    #mem_para2 {
        padding-bottom: 5%;
    }
    #mem_name{
        margin-top: -10%;
    }
    .mem-des .arrow #des1{
        margin-left: 25%;
        font-size: 3em;
    }

    .mem-des .arrow #des2{
        margin-left: 65%;
        font-size: 3em;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .mem-des {
        border-radius: 0;
        height: 80%;
    }

    .mem-des #mem_pic-div{
        display: none;
    }
    
    .mem-des .arrow #des1{
        margin-left: 25%;
        font-size: 4em;
    }

    .mem-des .arrow #des2{
        margin-left: 65%;
        font-size: 4em;
    }

}

@media screen and (width: 320px){
    .mem-des {
        border-radius: 0;
        height: 80em;
    }
}

/********************************** Approach Section **********************************/

.approach-section {
    width: 100%;
    top: 0;
    left: 0;
    /*background-color: #DDE5ED;*/
}

.approach-aligner {
    padding-left: 9%;
    padding-right: 6%;
    padding-top: 5%;
    padding-bottom: 8%;
}

.approach-text p{
    font-size: 2.6em;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    letter-spacing: -1.2px;
    color: #0D2D40;
}

.approach-text h5{
    font-family: 'Raleway', sans-serif;
    color: #0D2D40;
    font-weight: 500;
    font-size: 1.2em;
}

.app-tag-alignR {
  padding-left: 9%;
  padding-bottom: 4%;
}


.app-tag-alignR #comp-icon img {
    width: 15em;
    height: 15em;
    border-radius: 50%;
}

.approach-tagR {
  padding-top: 50%;
}
.approach-tagR h3{
  font-size: 1.2em;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #0D2D40;
}

.approach-tagR h1{
  font-size: 2.4em;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #0D2D40;
}

.curverR{
  min-width: 80%;
  min-height: 100%;
  /*height: 80%;*/
  padding-right: 0px;
  border-radius: 336px 0px 0px 336px; /*Top Right Bottom Left*/
  border: 5px solid #34597C;
  border-right: none;
  float: right;
}

.curve-contentR{
  padding-left: 30%;
  padding-top: 5%;
  padding-bottom: 3.5%;
  min-width: 100%;
}

.curve-contentR h2{
  font-size: 1.5em;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  color: #0D2D40;
}

.curve-contentR p{
  font-size: 1.5em;
  font-family: 'Raleway', sans-serif;
  /*font-weight: 300;*/
  color: #0D2D40;
  letter-spacing: 0px;
  line-height: 30px;
}

.app-tag-alignR #mob-icon{
    display: none;
}


@media screen and (max-width: 768px){
    .curverR{
        border-radius: 0; /*Top Right Bottom Left*/
        border: none;
    }
    .curve-contentR{
        padding-left: 5%;
    }
    .app-tag-alignR{
        padding-left: 0;
        margin-top: 5%;
        padding-right: 5%;
        border: 5px solid #34597C;
        border-radius: 20% 0 20% 0;
        border-left: none;
        border-right: none;
    }
    .approach-tagR{
        padding-top: 10%;
        padding-left: 5%;
    }
    .app-tag-alignR #comp-icon{
        display: none;
    }
    .app-tag-alignR #mob-icon{
        display: block;
    }
    .app-tag-alignR #mob-icon img{
        width: 90%;
        max-height: 17em;
        display: block;
        margin-left: 5%;
        margin-bottom: 5%;
        border-radius: 15%;
    }
}

.app-tag-alignL {
  padding-right: 9%;
  padding-bottom: 4%;
}

.app-tag-alignL #comp-icon img {
    width: 15em;
    height: 15em;
    border-radius: 50%;
}

.approach-tagL {
  padding-top: 50%;
}

.approach-tagL #mob-head{
    display: none;
}

.approach-tagL h3{
  font-size: 1.2em;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #0D2D40;
}

.approach-tagL h1{
  font-size: 2.4em;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #0D2D40;
}

.curverL{
  min-width: 80%;
  min-height: 100%;
  /*height: 80%;*/
  padding-right: 0px;
  border-radius: 0px 336px 336px 0px; /*Top Right Bottom Left*/
  border: 5px solid #34597C;
  border-left: none;
  float: left;
}

.curve-contentL{
  padding-left: 15%;
  padding-top: 5%;
  padding-bottom: 3.5%;
  min-width: 100%;
}

.curve-contentL h2{
  font-size: 1.5em;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  color: #0D2D40;
}

.curve-contentL p{
  font-size: 1.5em;
  font-family: 'Raleway', sans-serif;
  /*font-weight: 300;*/
  color: #0D2D40;
  letter-spacing: 0px;
  line-height: 30px;
}

.app-tag-alignL #mob-head{
        display: none;
}

.app-tag-alignL #mob-icon{
    display: none;
}

@media screen and (max-width: 768px){
    .curverL{
        border-radius: 0; /*Top Right Bottom Left*/
        border: none;
    }
    .curve-contentL{
        padding-left: 5%;
        text-align: left;
    }
    .app-tag-alignL{
        padding-right: 5%;
        margin-top: 5%;
        border: 5px solid #34597C;
        border-radius: 0 20% 0 20%;
        border-left: none;
        border-right: none;
    }
    .approach-tagL{
        padding-top: 10%;
        padding-left: 5%;
    }
    .app-tag-alignL #comp-head{
        display: none;
    }
    .app-tag-alignL #mob-head{
        display: block;
        margin-left: 5%;
    }

    .app-tag-alignL #comp-icon{
        display: none;
    }
    .app-tag-alignL #mob-icon{
        display: block;
    }
    .app-tag-alignL #mob-icon img{
        width: 90%;
        max-height: 17em;
        display: block;
        margin-left: 5%;
        margin-bottom: 5%;
        border-radius: 15%;
    }
    #p5M{
        margin-bottom: 5%;
    }
}

/***************************************************** Clients Section *******************************************/

.clients-section {
  width: 100%;
  background-color: #DDE5ED;
}

.clients-aligner {
    padding-left: 9%;
    padding-right: 6%;
    padding-top: 5%;
    padding-bottom: 5%;
}

.clients-text h1{
  font-size: 2.6em;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  color: #0D2D40;
  text-transform: capitalize;
}

.clients-text p{
  font-family: 'Raleway', sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  color: #0D2D40;
  line-height: 1em;
}

.clients-section .carousel .col-md-12{
    display: inline-block;
    /*padding-right: 8%;*/
    /*width: 500px;*/
  }
.clients-section .carousel-item img{
    width:12%;
    /*padding-right: -20%;*/
    margin-left: 16%;
    display: inline-block;
  }
  
.clients-section .carousel-control-prev-icon,
.clients-section .carousel-control-next-icon{
    background-color: #0D2D40;
  }
.clients-section .carousel{
    margin-left: 8%;
    margin-top: 10%;
    width: 80%;
  }

.clients-section i{
    font-size: 7.5em;
    color: #0d2d40;
}

@media screen and (max-width: 760px){
    .clients-section .carousel-item img{
    width:20%;
    margin-left: 9%;
    display: inline-block;
  }
    .clients-section .carousel{
        width: 100%;
        margin-left: 0;
        margin-bottom: 10%;
  }
  .clients-aligner{
      padding: 0 0 5% 0;
  }
  .clients-text{
      text-align: center;
  }
}

/***************************************************** Work With Us Section *******************************************/
.work-with-us {
  width: 100%;
  height: 33.5em;
  background-image:  linear-gradient(to bottom, rgba(13, 45, 64, 0.6), rgba(13, 45, 64, 0.6)), 
  url('Rectangle_1540.png');
  background-size: cover;
  top: 0;
  left: 0;
  color: white;
  position: relative;
}

.wwu-aligner {
    padding-left: 9%;
    padding-top: 11.5%;
}

.work-with-us #CU {
  width: 185px;
  height: 50px;
  border-radius: 30px;
  background-color: Transparent;
  background-repeat:no-repeat;
  border: 2px solid white;
  cursor:pointer;
  overflow: hidden;
  color: white;
  font-size: 0.93em;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
}

.work-with-us #CU:hover {
  color: #091f2c;
  background-color: white;
}

.work-with-us #PP {
  width: 200px;
  height: 50px;
  border-radius: 30px;
  background-color: Transparent;
  background-repeat:no-repeat;
  border: 2px solid white;
  cursor:pointer;
  overflow: hidden;
  color: white;
  font-size: 0.93em;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
}

.work-with-us #PP:hover {
  color: #091f2c;
  background-color: white;
}

@media screen and (max-width: 1024px) {
    .work-with-us #PP{
        margin-top: 10%;
    }
    .work-with-us button{
        text-align: center;
        margin-top: 10%;
    }
}

.work-with-us #elements {
  /*margin-left: 15em;*/
  /*margin-top: 15em;*/
}

.work-with-us h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 2.6em;
    font-weight: 800;
}

@media screen and (max-width: 768px) {
    .work-with-us h1 {
        padding-right: 3.5%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px){
    .work-with-us h1{
        padding-right: 15%;
    }
}
/* End of Work With Us Section */

/* Footer Start */
.footer {
  width: 100%;
  background-color: #091f2c;
  top: 0;
  left: 0;
  color: white;
}

.foot-aligner {
    padding-left: 9%;
    padding-top: 4%;
    padding-bottom: 4%;
}

.footer img {
  width: 15em;
  height: 4.5em;
}

.footer a {
  color: white;
  margin-right: 10%;
  font-size: 0.8em;
  font-family: 'Helvetica', sans-serif;
  text-decoration: none;
}

.footer a:hover {
  color: white;
  text-decoration: none;
}

.footer .links {
  color: white;
  width: 50%;
}

.footer .solinks{
    position: absolute; 
    margin-top: -6.5%; 
    margin-left: 50%;
}

.footer p{
    margin-bottom: 0;
}

@media screen and (max-width: 1024px){
    .links, .ico{
        display:none;
    }
    .footer .solinks{
        position: absolute;
        text-align: center;
        margin-left: 0;
        margin-top: 0;
    }
    .footer p{
        margin-top: 5%;
        margin-bottom: 0;
    }
}

/* Footer End */

@media screen and (max-width: 1024px) {
    br {
        display: none;
    }
    #navbar br{
        display: block;
    }
    .referral-tags br{
        display: block;
    }
}

 