* {
  box-sizing: border-box;
}
*, *:before, *:after {
    transition: opacity 0.4s ease-in-out 0s;
    -moz-transition: opacity 0.4s ease-in-out 0s;
    -webkit-transition: opacity 0.4s ease-in-out 0s;
    -o-transition: color 0.4s ease-in-out 0s, border-opacity 0.4s ease-in-out 0s;
    -ms-transition: opacity 0.4s ease-in-out 0s;
    transform-origin: center center;
    -moz-transform-origin: center center;
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    -ms-transform-origin: center center;
}
html, body { 
    margin:0 auto;
    padding:0;
    height:100%;
    min-width: 320px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
section {overflow: hidden;}

h1, h2, h3, h4, h5, h6, .strong { 
    color: #525252;
    font-weight: 400;
    line-height: 1.2;
}
.custom-container-navbar, .custom-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}

#home-cover {
  position: relative;
  width: 100%;
  height: 870px;
  background: url(images/pattern.png) #4777b0;
  overflow: hidden;
}

#logo {
  width: auto
}

a:hover, a:focus, a:active {
  text-decoration: underline;
  outline: none;
}
#logo > img {
  max-width: 257px;
}
#welcome {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 21px;
  color: white;
  margin-top: 70px;
  align-items: flex-start;
}
.download-a.a {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  padding: 0;
  width: 400px;
}
.call-for-action {
  margin-top: 100px;
}
.call-for-action > h1 {
  font-weight: 600;
  line-height: 65px;
  font-size: 32px;
}
.download-a.a a {
  width: 196px;
  height: 61px;
  border: 2px solid #fff;
}
.download-a a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 200px;
  height: 65px;
  border-radius: 6px;
  text-indent: -3000em;
  text-align: left;
}
#welcome .download-a.a a.as:hover {
  background-image: url(images/download-as-d.png);
}
#welcome .download-a.a a.as {
  background: url(images/download-as-b.png) -5px -5px no-repeat;
}
#welcome .download-a.a a.gp:hover {
  background-image: url(images/download-gp-d.png);
}
#welcome .download-a.a a.gp {
  background: url(images/download-gp-b.png) -5px -5px no-repeat;
}

/* Nav menu */
@media (min-width: 1150px) { 
  #myNavbar .navbar-nav>li {
    margin-left: 35px;
  }
}


#navmenu-bar.navbar-personal > div > div.navbar-header > .navbar-toggle .icon-bar {
    border: 2px solid white;
}

#myNavbar > ul {
    margin-top: 27px;
}

.navbar-nav>li>a {
  z-index: 2
}

@media (min-width: 768px) {
.navbar-nav>li>a {
   padding-top: 0 !important; 
   padding-bottom: 0 !important; 
    display: block;
    float: left;
    height: 35px;
    padding: 0 18px;
    line-height: 25px;
    text-decoration: none;
    line-height: 35px !important;
    color: white;
    font-size: 1em;
    font-weight: 700;
  }
}

#navmenu-bar > div > div.navbar-header > button[aria-expanded="true"] .icon-bar {
    border: 2px solid black !important;
}
#navmenu-bar > div > div.navbar-header > a {
    margin-left: 0;
    margin-top: -8px;
}
#navmenu-bar .navbar-toggle {
  background: white !important;
  border-radius: 0;
}
.navbar-toggle .icon-bar {
    border: 2px solid #050573;
}
#navmenu-bar {
    padding: 25px 0; 
    text-transform: uppercase;
}
.navbar {
    border-radius: 0;
    margin-bottom: -7px !important;
}
.navbar-nav > li > a.item-menu:hover {
  background-color: white !important;
  color: #6f8188 !important;
} 


/* ANIMATED X */
.navbar-toggle .icon-bar {
  width: 22px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-toggle.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}
.navbar-toggle.x[aria-expanded="true"] {
  padding-right: 1px;
}
.navbar-toggle.x .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: -15% 70%;
  -ms-transform-origin: -15% 70%;
  transform-origin: -15% 70%;
}

/* ANIMATED X COLLAPSED */


.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3), .navbar-toggle {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
/* END ANIMATED X */

#welcome h2 {
  line-height: 55px;
  font-weight: 300;
  font-size: 45px;
}

#content {
  max-width: 768px;
  margin: 0 auto;
  padding: 15px
}
#services header h4 > span {
  line-height: 1.675;
  font-size: 40px;
  font-weight: bold;
  color: #525252;
}
#content #services header p, #services-video_bg > header > p {
  font-size: 21px;
  color: #525252;
}
#services .heading-a h6 {
  font-weight: bold;
  font-size: 33px;
}
#services .heading-a p {
    max-width: 750px;
    margin: -10px auto 50px auto;
    font-size: 19px;
    line-height: 31px;
}
#featured-welcome {
  width: 100%;
  height: 500px;
  background: url(images/pattern.png) #4777b0;
  overflow: hidden;
}

#featured {
  width: 100%;
  overflow: hidden;
  text-align: center;
  display: grid;
  align-items: flex-start;
  height: 100%;  
  margin-top: 80px;
}
#featured h1, #featured h2 {
  position: relative;
  padding: 0 0 10px;
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
}
#featured h1:before, #featured h2:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 59px;
    height: 3px;
    margin: 0 0 0 -29.5px;
    background: #fff;
}
#services-content header {
  line-height: 30px;
}
#services-content ol {
  line-height: 22px;
  margin-bottom: 20px;
}
#services-content {
    position: relative;
    z-index: 7;
    margin: 0 auto;
    overflow: hidden;
    max-width: 1100px;
    margin: 0 auto;
    padding: 73px 0 40px;
    color: #929292
}
.news-a header {
    margin: 0 0 33px;
}
.heading-a {
    margin-bottom: /*92*/30px;
    color: #7e7e7e;
    text-align: center;
}
.news-a h1, .news-a h2, .news-a h3 {
    margin: 15px 0 5px;
    color: #283a44;
    font-weight: 400;
    letter-spacing: -.05em;
}
.heading-a p {
    max-width: 750px;
    margin-top: -10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    font-size: 1.8em;
}
.services-custom-container {
  max-width: 768px;
  margin: 0 auto;
  padding: 10px 15px;
}

#about .grid-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 30px;
  text-align: left;
  max-width: 992px;
  align-items: flex-start;
}

#about .heading-a {
  margin-top: 160px
}
#about .heading-a p {
  font-size: 16px;
  line-height: 27px;
}
#about .heading-a h3:before {
    content: "";
    display: block;
    position: absolute;
    left: 30px;
    bottom: 0;
    width: 59px;
    height: 3px;
    margin: 0 0 0 -29.5px;
    background: #000;
}

@media screen and (min-width: 998px) {
  .custom-container {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
    .nav>li>a:focus, .nav>li>a:hover {
        background-color: transparent !important;
        color: #334D6E; 
    }
    .navbar-personal #myNavbar li a:hover {
        color: #B3B7BD
    }
    .navbar-personal #myNavbar ul.nav li a {
        color: white;
    }
    .navbar-personal #myNavbar ul.nav li > div {
        border-bottom: 2px solid white !important;
    }
    #navmenu-bar #myNavbar ul.nav li > div {
        width: 0;
        border-bottom: 2px solid black;
        -webkit-transition: width 2s;
        transition: width 0.4s;
    }
    #navmenu-bar #myNavbar ul.nav li:hover > div {
        width: 60%;
        margin: 0 auto;
    }
    #navmenu-bar #myNavbar ul.nav li.active > div {
        width: 60%;
        margin: 0 auto;
    }
}

#services {
  padding: 73px 0 40px;
}
#services .heading-a:first-child, #services.a * > .heading-a:first-child {
  margin-top: 17px;
}
.heading-a {
    margin-bottom: 30px;
    color: #7e7e7e;
    text-align: center;
}
.heading-a h1, .heading-a h2, .heading-a h3 {
  margin-bottom: 38px;
  padding-bottom: 24px;
  font-size: 42px;
  position: relative;
}
.heading-a h1 .small, .heading-a h2 .small, .heading-a h3 .small {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #4777b0
}
.heading-a h1:before, .heading-a h2:before, .heading-a h3:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 59px;
    height: 3px;
    margin: 0 0 0 -29.5px;
    background: #4777b0;
}
.small {
  color: #050573;
}

b, strong, .strong {
  font-weight: 700;
}
.heading-a p {
  max-width: 750px;
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  font-size: 1.8em;
}

#services .wrapper-section {
  padding: 10px 20px
}
#services .list-a {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  text-align: center;
}
.list-a li {
  list-style: none;
}
.list-a li i {
  box-shadow: 0 10px 10px rgba(0,0,0,.1);
  color: #4777b0;
  display: block;
  position: relative;
  width: 163px;
  height: 163px;
  margin: 0 auto 37px;
  border-radius: 100px;
  background: #fbfbfb;
  font-size: 60px;
  line-height: 174px;
  text-align: center;
}
.list-a li .title {
    display: block;
    margin: 0 0 10px;
    color: #545454;
    font-weight: 700;
    font-size: 1.285em;
}
.list-a li a {
    display: block;
    color: #7e7e7e;
    text-decoration: none;
    line-height: 25px;
}
.list-a li a:hover i {
    background: #4777b0;
    color: #fff;
}
a span {
    cursor: pointer;
}

#about {
  background-color: #f4f4f4;
  padding: 25px 0 0;
  margin: 0;
}
#about.home-page .about-sectiongrid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-gap: 50px;
  text-align: left;
  max-height: 700px;
  overflow: hidden;
  align-items: center;
  margin: 0 auto;
}
#about > header > div:nth-child(2) > h3 {
  position: relative;
}
#about > header > div:nth-child(2) > h5 {
  font-size: 32px;
  color: #525252;
  letter-spacing: 1px;
}
#about > header > div:nth-child(2) > h3:before {
    content: "";
    display: block;
    position: absolute;
    left: 30px;
    bottom: 0;
    width: 59px;
    height: 3px;
    margin: -25px 0 0 -29.5px;
    background: #000;
}
#about > header > div:nth-child(2) > ol {
  margin: 30px 0;
  padding: 0 0 0 35px;
}
#about > header > div:nth-child(2) > ol li {
  line-height: 25px;
  font-size: 16px;
}

.grid-list-item-1 {grid-area: griditemOne;}
.grid-list-item-2 {grid-area: griditemTwo; margin-top: -50%}
.grid-list-item-3 {grid-area: griditemThree;}
.grid-list-item-4 {grid-area: griditemFour; margin-top: 50%}
.grid-list-item-5 {grid-area: griditemFive;}

#features {
  height: 720px;
  overflow: hidden;
  margin-bottom: 100px;
} 
#features > .list-b {
  list-style: none;
  display: grid;
  grid-gap: 60px;
  grid-template-areas: 
  'griditemOne griditemThree griditemFour'
  'griditemTwo griditemThree griditemFive';
  align-items: flex-start;
}

.grid-list {
  display: grid;
  grid-template-columns: 40px auto;
  max-height: 120px;
  grid-gap: 0 20px;
  align-items: center;
  background: #f4f4f4;
  border-radius: 4px;
  padding: 20px 24px;
  position: relative;
}
.list-b li.grid-list .title {
    font-size: 24px;
    margin: 0 0 5px;
    color: #545454;
    font-weight: 700;
}
.list-b li .no {
    width: 41px;
    height: 41px;
    border-radius: 30px;
    background: #4777b0;
    color: #fff;
    font-size: 1.428em;
    font-weight: 700;
    line-height: 39px;
    text-align: center;
}
.list-b li.grid-list-item-2:after, .list-b li.grid-list-item-1:after {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
    width: 8px;
    height: 16px;
    margin: -8px 0 0;
    background: url(images/arrow-right-d.png) no-repeat;
}
.list-b li.grid-list-item-4:after, .list-b li.grid-list-item-5:after {
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  top: 50%;
  width: 8px;
  height: 16px;
  margin: -8px 0 0;
  transform: rotate(180deg);
  background: url(images/arrow-right-d.png) no-repeat;
}

[data-carousel-3d] {
  border: none !important;
}
#myCarousel {
  background: transparent;
}
[data-carousel-3d] [data-prev-button], [data-carousel-3d] [data-next-button] {
    display: block;
    position: absolute;
    top: 50% !important;
    width: 66px !important;
    height: 66px !important;
    margin: -33px 0 0;
    text-align: left;
    text-indent: -3000em;
    cursor: pointer;
    border-radius: 50%;
    z-index: 1 !important;
}
[data-carousel-3d] [data-next-button] {
    right: 0;
    background: url(images/arrow-right-a.png) -5px -5px no-repeat #000;
    z-index: 9999;
}
[data-carousel-3d] [data-next-button]:hover {
    background: url(images/arrow-right-b.png) -5px -5px no-repeat #000;
}
[data-carousel-3d] [data-prev-button] {
    left: 0;
    background: url(images/arrow-left-a.png) -5px -5px no-repeat #000;
    z-index: 9999;
}
[data-carousel-3d] [data-prev-button]:hover {
    background: url(images/arrow-left-b.png) -5px -5px no-repeat #000;
}

#video_bg > .video-background-image > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 104px;
  height: 104px;
  margin: -52px 0 0 -52px;
  background: url(images/play.png) no-repeat;
}
#video-thumbnail {
  width: 100%;
  opacity: .43;
  filter: alpha(opacity = 43);
  min-height: 340px;
}
#video_bg > .video-background-image {
  width: 100%;
  min-height: 340px;
} 
#video_bg > .heading-a > h3, #video_bg > .heading-a > h3 .small, #video_bg > .heading-a > h3 .strong {
  color: white !important
}
#video_bg {
  position: relative;
  width: 100%;
  background: #523035;
  margin-top: 100px;
  height: auto;
}
#video_bg .heading-a {
    position: absolute;
    left: 50%;
    top: 73px;
    z-index: 2;
    width: 1100px;
    margin-left: -550px;
    margin-bottom: 0;
}

#numbers > header {
  color: white
}
#numbers .heading-a h3:before {
  background: white;
}
#numbers > .download-a {  
  margin: 0 auto;
  list-style: none;
} 
#numbers {
  position: relative;
  width: 100%;
  height: 460px;
  background: url(images/pattern.png) #4777b0;
  overflow: hidden;
  z-index: 2;
  padding: 30px 0 40px;
  margin: 2px 0 0;
  color: white;
  text-align: center;
}

#numbers .download-a.a a.as:hover {
  background-image: url(images/download-as-d.png);
}
#numbers .download-a.a a.as {
  background: url(images/download-as-b.png) -5px -5px no-repeat;
}
#numbers .download-a.a a.gp:hover {
  background-image: url(images/download-gp-d.png);
}
#numbers .download-a.a a.gp {
  background: url(images/download-gp-b.png) -5px -5px no-repeat;
}

#numbers > figure {
  position: absolute;
  right: 0;
  top: 55px;
  z-index: -1;
  width: auto;
  /*margin: -414px -1032px 0 0;*/
  padding: 0;
  /*opacity: 0;*/
}

#numbers .incremental-counter {
  display: block;
  text-align: center;
  margin:  30px 0 15px 0;
}

.incremental-counter .num {
  width: 100%;
  margin: 30px auto 15px;
  text-align: center;
}

.incremental-counter > span span {
    box-shadow: 0 2px 3px rgba(0,0,0,.45);
}
.incremental-counter .num {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #4777b0;
    display: inline-block;
    height: 64px;
    line-height: 62px;
    margin: 0 4.5px;
    position: relative;
    text-align: center;
    top: -1px;
    width: 50px;
    font-size: 45px;
    font-size: 3.72625em;
    font-weight: 700;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.45);
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
}
.incremental-counter .num::before {
     background: #4777b0;
     content: "";
     display: block;
     height: 1px;
     left: -1px;
     margin: -0.5px 0 0;
     position: absolute;
     right: -1px;
     top: 50%;
     width: auto;
}
#footer {
  overflow: hidden;
  position: relative;
  z-index: 6;
  padding: 32px 0 0;
  background: #f4f4f4;
  color: #a7a6a4;
  text-align: center;
}

.social-a li, .download-a li {
  list-style: none;
}

.social-a li a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 30px;
  text-indent: -3000em;
  text-align: left;
}
#footer .download-a li a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 200px;
    height: 65px;
    border-radius: 6px;
    text-indent: -3000em;
    text-align: left;
}
#footer .download-a {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  width: 440px;
  margin: 0 auto;
  padding: 20px 0
}
#footer .download-a li.gp a {
    background: url(images/download-gp-a.png) -5px -5px no-repeat #fff;
}
#footer .download-a li.as a {
    background: url(images/download-as-a.png) -5px -5px no-repeat #fff;
}
#footer .download-a li.as a:hover {
    background-image: url(images/download-as-b.png);
    background-color: #4777b0;
}
#footer .download-a li.gp a:hover {
    background-image: url(images/download-gp-b.png);
    background-color: #4777b0;
}
#footer .social-a {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  width: 200px;
  margin: 0 auto;
  padding: 20px 0
}

#footer .social-a li.fb a:before, #footer .social-a li.fb a:hover {
    background-image: url(images/icon-fb-d.png); 
}
#footer .social-a li.in a:before, #footer .social-a li.in a:hover {
    background-image: url(images/icon-in-d.png); 
}
#footer .social-a li.tw a:before, #footer .social-a li.tw a:hover {
    background-image: url(images/icon-tw-d.png); 
}
.download-a li a:hover, #footer .social-a li a:hover {
    background-color: #4777b0;
}
.social-a li.tw a:hover {
    background-image: url(images/icon-tw-c.png);
}
.social-a li.fb a:hover {
    background-image: url(images/icon-fb-c.png);
}
.social-a li.in a:hover {
    background: url(images/icon-in-c.png) no-repeat;
    background-size: 100% 100%;
}
.social-a li.fb a {
    background: url(images/icon-fb-b.png) no-repeat;
    background-size: 100% 100%;
}
.social-a li.tw a {
    background: url(images/icon-tw-b.png) no-repeat;
    background-size: 100% 100%;
}
.social-a li.in a {
    background: url(images/icon-in-b.png) no-repeat;
    background-size: 100% 100%;
}
#footer p {
    position: relative;
    margin-top: 44px;
    margin-bottom: 0;
    padding: 16px 0;
    background: #e6e6e6;
    color: #666;
    font-size: 15px;
}
#contact form input[type='name'], #contact form input[type='email'], #contact form input[type='submit'], #contact form textarea, #contact form > .form-grid {
  margin: 8px 0 0 0;
}

#contact form textarea {
  width: 100%;
  height: 80px;
  padding: 0 30px; 
  border: none;
}
#contact form input, #contact form select {
  width: 100%;
  height: 54px;
  padding: 0 30px;
  border: none;
}
#contact form input[type='submit']:hover {
  background: #050573;
  color: white;
}
#contact > div.form-container > form > div > div > button {
  max-height: 54px;
  border: none;
}
#contact form input[type='submit'] {
    border: 1px solid #050573;
    color: #050573;
    background: transparent;
    letter-spacing: 2px;
    margin: 20px 0 40px;
}
#contact form > .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
}
#contact > div.form-container > form > div > div > div {
  max-height: 185px !important;
}
#contact > div.form-container > form > div > div > div > div > ul > li a {
  padding: 8px 20px;
}
#contact > div.form-container > form > div > div > div > div > ul > li.selected.active > a {
  background: #050573
}
#contact > div.form-container > form > div > div > div > div > ul > li > a:hover {
  background: #050573;
  color: white;
}
#contact > div.form-container > form > div > div > div {
  border-radius: 0;
  padding: 0;
}

#contact form {
    max-width: 768px;
    margin: 0 auto 55px;
    padding: 62px 100px 35px;
    box-shadow: 0 13px 15px rgba(0,0,0,.1);
    background: #f4f4f4;
}
#contact {
  margin: 50px 0;
  width: 100%;
} 
#contact > div.form-container > form > div > div > div.dropdown-menu.open {
  min-width: 40px !important;
  width: 100% !important;
}

#clone {
    position: fixed;
    left: 0;
    top: -100px;
    z-index: 2001;
    width: 100%;
    height: 63px;
    padding: 10px 0 0;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    background: #f4f4f4;
    height: 70px;
    transition: 0.3s
}

#clone .fixed-nav-container nav > ul li:not(:nth-last-child(1)) a:hover {
  color: #050573;
}
#clone .fixed-nav-container nav > ul li a {
  text-decoration: none;
  font-weight: bold;
  color: #6f8188;
}

#clone .fixed-nav-container nav > ul li:not(:nth-last-child(1)) {
  margin-right: 50px;
}
#clone .fixed-nav-container nav > ul li {
  list-style: none;
  float: left;
  font-size: 14px;
  color: #6f8188;
  text-transform: uppercase;
}
#clone .fixed-nav-container {
  max-width: 1100px;
  display: grid;
  grid-template-columns: auto auto;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
}

#clone .fixed-nav-container a img {
    max-width: 167px;
}

#welcome > div:nth-child(1) > img {
  transition: 0.3s;
  transform: translateY(100%);
}

#showcase-image-1 {
  transform: translateX(-100%);
  transition: 0.8s;
}

.grid-list-item-1 {
  transition: 0.6s;
  transition-delay: 0.3s;
  opacity: 0;
}
.grid-list-item-2 {
  transition: 0.6s;
  transition-delay: 0.6s;
  opacity: 0;
}
.grid-list-item-3 {
  transition: 0.6s;
  transform: translateY(100%);
}
.grid-list-item-4 {
  transition: 0.6s;
  transition-delay: 0.9s;
  opacity: 0;
}
.grid-list-item-5 {
  transition: 0.6s;
  transition-delay: 1.2s;
  opacity: 0;
}
#numbers > figure > img {
  transition: 0.8s;
  transform: translateX(100%);
  width: 370px;
  margin-top: 84px;
}
#contact-page {
  background: #f4f4f4;
}
#contact-page > div > header > p {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.1px;
}
#contact-page > .grid-container {
  display: grid;;
  grid-template-columns: 1.7fr 1fr;
  justify-content: space-between;
  align-items: flex-start;
  grid-gap: 50px;
  padding: 25px 10px;
}
#contact-page > div > header > h3:before {
  left: 30px;
}
#contact-page > div > header {
  margin-top: 140px;
}
#contact-page > div > .sticky-b {
  overflow: hidden;
}

#content > .block-image .alignright {
    float: right;
    margin-left: 20px;
}
#content > .block-image .alignright img {
  display: block;
    position: relative;
    border-radius: 5px;
}
#content > .block-content, #content .services-block {
  line-height: 25px;
  color: #929292;
  font-size: 15px;
  margin-bottom: 50px;
  margin-top: 5px; 
  letter-spacing: 0.7px;
}
#content .services-block {
  overflow-x: auto;
}
#content .services-block table td {
  padding: 5px;
}
#content .services-block table {
  min-width: 450px; 
}
#content > header > p:nth-child(3) > iframe {
  width: 100%;
}
#content > .block-image {
  letter-spacing: 0.7px;
  color: #929292;
  font-size: 15px;
  line-height: 25px;
}
th, td {
    padding: 5px 10px;
    border: 1px solid #eee;
    font-weight: 400;
    text-align: left;
}

@media screen and (max-width: 1100px) {
  #features > .list-b {
    grid-gap: 10px;   
  }
}
@media (max-width: 992px) {
  #logo > img {
      max-width: 200px;
    }
    #myNavbar > ul {
      margin-top: 25px;
    }
  #video_bg .heading-a {
    top: 0;
  }
  #numbers > figure > img {
    opacity: 0.1;
  }
  #video_bg > .video-background-image > a:before {
    top: 210px;
  }
  .list-b li.grid-list .title {
    font-size: 18px;
  }
  #features > ol > li.grid-list > div {
    font-size: 14px;
  }
  .grid-list {
    grid-template-columns: 25px auto;
    height: auto;
    grid-gap: 0 10px;
    align-items: baseline;
    padding: 10px 14px;
  }
  .list-b li.grid-list-item-2:after, .list-b li.grid-list-item-1:after {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    top: 50%;
    width: 8px;
    height: 16px;
    left: -8px;
    transform: rotate(180deg);
    background: url(images/arrow-right-d.png) no-repeat;
  }
  #features > .list-b {
    grid-template-areas: 
    'griditemThree griditemOne' 
    'griditemThree griditemTwo'
    'griditemThree griditemFour'
    'griditemThree griditemFive';
    align-items: flex-start;
    justify-content: center;
  }
  #features {
    height: auto;
  }
  .list-b li .no {
      width: 28px;
      height: 28px;
      font-size: 16px;
      line-height: 29px;
  }
  .grid-list-item-1 {margin-top: 0}
  .grid-list-item-2 {margin-top: 0}
  .grid-list-item-3 {margin-top: 0}
  .grid-list-item-4 {margin-top: 0}
  .grid-list-item-5 {margin-top: 0}
  #about .heading-a {
    margin-top: 40px;
  }
  #about .about-sectiongrid {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 0;
    text-align: left;
    padding: 0 20px;
    height: auto;
    overflow: hidden;
    align-items: center;
  }
  #about {
    padding: 0;
  }
  #clone .fixed-nav-container nav > ul li:not(:nth-last-child(1)) {
    margin-right: 30px;
  }
  #welcome > div:nth-child(1) > img {
    margin-top: 50px;
    margin-bottom: -20px;
    width: auto;
  }
  #welcome {
    grid-template-columns: 100%;
    grid-gap: 0;
    margin-top: 0;
    text-align: center;
  }
  .download-a.a, #footer .download-a.a {
    text-align: center;
    margin: 0 auto;
  }
  .call-for-action {
    margin: 0 auto 80px;
  }
  #home-cover {
    height: auto;
  }
  .call-for-action > h1 {
    line-height: 55px;
  }
  #services .list-a {
    grid-template-columns: auto;
    max-width: 450px;
    margin: 0 auto;
    padding: 0;
  }
  .heading-a p {
    font-size: 19px;
  }
  .heading-a h1, .heading-a h2, .heading-a h3 {
    font-size: 28px
  }
  #about > header > div:nth-child(2) > h5 {
    font-size: 26px;
  }
  #services .heading-a h6 {
    font-size: 28px;
  }
  #services header h4 > span {
    font-size: 29px;
  }
  #about.home-page .about-sectiongrid {
    grid-template-columns: auto;

  }
  #showcase-image-1 {
    display: none;
  }
}


@media (max-width: 768px) {
  #contact-page > .grid-container {
    grid-template-columns: 100%;
    align-items: center;
    grid-gap: 10px;
    padding: 0 10px;
  }
  #contact-page > div > header > h3:before {
    left: 50%;
  }
  #contact-page > div > header {
    margin-top: 40px;
    text-align: center;
  }
  #contact-page > div > .sticky-b {
    display: none;
  }
  #contact-page > div > .sticky-b img {
    display: none;
  }
  #services header h4 > span {
    font-size: 24px;
  }
  #services .heading-a h6 {
    font-size: 21px;
  }
  #content #services header p {
    font-size: 16px;
  }
  #services .heading-a:first-child, #services.a * > .heading-a:first-child {
    padding: 0 5px;
  }
  .heading-a h1, .heading-a h2, .heading-a h3 {
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
  #about > header > div:nth-child(2) > h5 {
    font-size: 19px;
  }
  #video_bg > header > h3 {
    font-size: 18px;
  }
  .list-b li.grid-list .title {
    font-size: 16px;
  }
  #features > ol > li.grid-list > div {
    font-size: 12px;
  }
  #about .heading-a h3:before {
    left: 50%;
    right: 50%;
  }
  #about .grid-container > figure {
    display: none;
  }
  #about .grid-container .heading-a {
    text-align: center;
    margin-top: 30px;
  }
  #features > ol > li.mobile-b.grid-list-item-3 > img {
    width: 100%;
    min-width: 240px;
  }
  #about .grid-container {
      grid-template-columns: auto;
      grid-gap: 30px;
      padding: 20px;
      align-items: center;
  }
  #contact form {
    padding: 20px 10px 20px;
    box-shadow: none;
    margin: 0;
    background: #e6e6e6
  }
  #features {
    margin-bottom: 50px;
  }
  #contact {
    margin: 0;
    padding-top: 50px;
    background: #e6e6e6
  }
  #featured h1, #featured h2 {
    font-size: 60px;
    font-weight: 600;
  }
  #featured-welcome {
    height: 350px
  }
  #featured {
    margin-top: 50px;
  }
  #services-content {
    padding: 0;
  }
  #services .heading-a p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.5px) {
    #clone {
      display: none;
    }
    #logo > img {
      max-width: 200px;
      margin-top: -65px;
    }
    #myNavbar {
      background: white;
      margin: -50px 30px 0 0;
      width: auto;
      position: absolute;
      right: 0;
      z-index: 1;
      box-shadow: 0 10px 10px rgba(0,0,0,.1);
    }

    #myNavbar > ul.navbar-nav > li > a:hover {
      color: white !important;
      background-color: black !important;
    }
    .navbar-nav>li>a {
      color: #6f8188;
      padding-top: 10px !important;
      font-weight: 600
    }
    #navmenu-bar {
        padding: 0;
        border: 0;
    }
    #myNavbar > ul {
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    #navmenu-bar > div.container {
        padding: 0;
    } 
    #navmenu-bar > div > div.navbar-header {
        display: grid;
        grid-template-columns: auto auto;
        padding: 0;
        justify-content: space-between;
    }
}
@media (max-width: 490px) {
  .heading-a h1, .heading-a h2, .heading-a h3 {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  #numbers > header > h3 {
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
  #numbers > header > p {
    margin-bottom: 0;
  }
  #numbers {
    height: auto;
  }
  #features > ol > li.mobile-b.grid-list-item-3, #features > ol > li.mobile-b.grid-list-item-3 > img {
    display: none;
  }
  #features > .list-b {
    grid-template-areas: 
    'griditemOne' 
    'griditemTwo'
    'griditemFour'
    'griditemFive';
    grid-template-columns: 100%;
    align-items: flex-start;
  }
  .list-b li.grid-list-item-1:after, 
  .list-b li.grid-list-item-2:after,
  .list-b li.grid-list-item-4:after,
  .list-b li.grid-list-item-5:after  {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 8px;
    height: 16px;
    left: 0;
    background: transparent;
  }
  #featured h1, #featured h2 {
    font-size: 40px;
    font-weight: 600;
  }
  #featured-welcome {
    height: 300px
  }
  #featured {
    margin-top: 30px;
    z-index: -1
  }
  .heading-a p {
    font-size: 14px;
  }
  .download-a.a, #footer .download-a {
    grid-template-columns: auto;
    grid-gap: 10px 20px;
    padding: 15px 0;
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
  .download-a.a a, #footer .download-a.a a {
    margin: 0 auto;
  }
  #welcome > div:nth-child(1) > img {
    max-width: 100%;
  }
  .custom-container {
    width: 100%;
  }
  .call-for-action {
    width: 100%;
  }
  #content > .block-image .alignright img {
    width: 100%;
  }
  #content > .block-image .alignright {
    margin-left: 0;
  }
}




