html,
body {
  color: #333333;
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
body,
wrapper {
  min-height: 100vh;
}

/*===============       Global        ===============*/
a,
nav img {
  color: #333333;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: #333333;
  text-decoration: none;
}

/*============       Home Navbar        ============*/
#home .navbar {
  z-index: 99;
  background-color: rgba(42, 47, 98, 0.7);
}
#home .navbar .fas {
  color: white;
}
#home .navbar .nav-item.nav-link {
  color: #fff;
  border-bottom: 2px solid transparent;
}
#home .navbar .nav-item.nav-link:hover {
  border-bottom: 2px solid #fff;
}

/*==============       Navbar        ==============*/
.navbar {
  background-color: #fff;
}
.navbar .navbar-brand {
  max-width: 22rem;
}
.navbar .navbar-toggler {
  cursor: pointer;
  border: none;
  outline: none;
}
.navbar .fas {
  color: #2a2f62;
  transform: scale(1.5, 1.5);
}
.navbar .nav-item.nav-link {
  color: #333333;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.25rem 0;
  border-bottom: 2px solid #fff;
  margin: 0.25rem 0.7rem;
}
.navbar .nav-item.nav-link.active,
.navbar .nav-item.nav-link:hover {
  color: #2a2f62;
  border-bottom: 2px solid #2a2f62;
}
.navbar .nav-item.nav-link.fake {
  cursor: default;
}
.navbar .nav-item.nav-link.fake.active,
.navbar .nav-item.nav-link.fake:hover {
  border-bottom: 2px solid transparent;
}
.navbar .dropdown:hover > .dropdown-menu {
  display: block;
}
.navbar .dropdown .dropdown-menu {
  display: block;
  max-height: 0;
  border-radius: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.navbar .dropdown:hover .dropdown-menu {
  max-height: 10rem;
  opacity: 1;
}
.navbar .dropdown:hover > .nav-item.nav-link {
  border-bottom: 2px solid #2a2f62;
}
.navbar .dropdown .dropdown-item {
  color: #2a2f62;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
}
.navbar .dropdown .dropdown-item:active {
  color: #2a2f62;
  background-color: #f8f9fa;
}

/*===============      Header       ===============*/
header {
  min-height: 15.25rem;
}
header .content {
  color: white;
  min-height: 13.75rem;
}
header h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.625rem;
  font-weight: 300;
  padding: 1rem 0;
  line-height: 2rem;
}
header h2 span {
  font-weight: 700;
}
#about header {
  background-color: #2a2f62;
  min-height: 13.25rem;
}
#approach header {
  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(../images/approach-hdr.jpg) center center no-repeat;
  background-size: cover;
  min-height: 13.25rem;
}
#people header {
  background: url(../images/team-hdr.jpg) center center no-repeat;
  background-size: cover;
}
#portfolio header {
  background: url(../images/approach-hdr.jpg) center center no-repeat;
  background-size: cover;
}
#portfolio-info header {
  background: url(../images/approach-hdr.jpg) center center no-repeat;
  background-size: cover;
}
#news header {
  background: url(../images/approach-hdr.jpg) center center no-repeat;
  background-size: cover;
}
#news-info header {
  background: url(../images/approach-hdr.jpg) center center no-repeat;
  background-size: cover;
}
#contact header {
  background: url(../images/approach-hdr.jpg) center center no-repeat;
  background-size: cover;
}
#portfolio header h2 {
  padding-top: 3rem;
}
#portfolio-info header h2 {
  padding-top: 3rem;
}

/*===============      Video       ===============*/
.video {
  position: relative;
  overflow: hidden;
  flex: auto 1;
  margin-top: -6.6rem;
  margin-bottom: -0.1rem;
}
.video .container {
  z-index: 9;
  position: relative;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#veritasVideo {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/dot.png);
  background-repeat: repeat;
  z-index: 8;
}
.wdots {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/wdot.png);
  background-repeat: repeat;
  z-index: 8;
}

/*============      Carousel       =============*/
#homeCarousel {
  font-family: 'Open Sans', sans-serif;
  margin-top: 13.5rem;
  min-height: 11rem;
}
#homeCarousel h2 {
  font-size: 2.75rem;
  font-weight: 600;
  text-shadow: 3px 3px 1px rgba(42, 47, 98, 1);
}
#homeCarousel p {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.25rem;
  text-shadow: 3px 3px 1px rgba(42, 47, 98, 1);
  margin: 0;
}
#homeCarousel a {
  color: white;
}
.focus h2 span {
  position: relative;
  top: 0.5rem;
  opacity: 0;
  margin-right: -0.6rem;
}
.focus p {
  position: relative;
  top: 0.5rem;
  opacity: 0;
}
/*===========       Carousel fade      ===========*/
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev {
  display: block;
  transition: all 1s ease-out;
}
.carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .carousel-item,
.carousel-fade .carousel-inner .active.carousel-item-left,
.carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-inner .carousel-item-previous.carousel-item-right {
  opacity: 1;
}
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*===============      Home       ===============*/
.home {
  z-index: 11;
  text-align: center;
  padding: 2rem 0 6rem;
  margin: auto 0 0;
}
.home h4 {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 2px 2px 6px rgba(42, 47, 98, 1);
  padding: 1rem 0;
  margin: 0;
}
.home h4 span {
  border-bottom: 1px solid #fff;
}
.home p {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-shadow: 2px 2px 6px rgba(42, 47, 98, 1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.home a:hover > p {
  color: #2a2f62;
}
.home .content {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  height: 100%;
  background-color: rgba(42, 47, 98, 0.85);
}
#contactModal .modal-content {
  border: none;
  border-radius: 0;
}
#contactModal .modal-header {
  color: #fff;
  background-color: #2a2f62;
  border-radius: 0;
}
#contactModal .modal-header .btn {
  color: #fff;
  background: none;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.25rem 0;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}
#contactModal .btn:hover {
  opacity: 0.85;
}
#contactModal .modal-header h3 {
  margin: 2rem 0 3rem;
}
#contactModal .modal-footer {
  border: none;
  padding: 0 0 2rem;
}
#contactModal .modal-footer .btn {
  color: #2a2f62;
  background: none;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.25rem 0;
  border: none;
  border-bottom: 1px solid #2a2f62;
  border-radius: 0;
}
#contactModal label {
  color: #1c1c1c;
  font-size: 1.125rem;
  margin: 2rem 0 0;
}
#contactModal .form-control:not(:nth-last-child(2)) {
  height: 2.25rem;
  font-size: 1.125rem;
  font-weight: 300;
  padding: 0.25rem 1rem;
  border: none;
  border-bottom: 1px solid #707070;
  border-radius: 0;
  margin: -0.5rem 0 1rem;
}
#contactModal .form-control.text-area {
  border: 1px solid #707070;
  border-radius: 0;
  margin: 0.75rem 0 0;
}
#contactModal .form-control::placeholder {
  color: #1c5112;
  font-size: 1.125rem;
  font-weight: 300;
}
#contactModal .form-control:focus {
  box-shadow: none;
  outline: none;
}
#contactModal h6 {
  color: #909090;
  font-size: 1.125rem;
  margin: 0.125rem 0 0;
}

/*===============      About       ===============*/
.about {
  padding: 0 0 4rem;
  margin-top: -2rem;
}
.about .img-container.one {
  background: url(../images/about-1.jpg) center center no-repeat;
  background-size: cover;
  min-height: 14rem;
}
.about .img-container.two {
  background: url(../images/about-2.jpg) center center no-repeat;
  background-size: cover;
  min-height: 14rem;
}
.about .img-container.three {
  background: url(../images/about-3.jpg) center center no-repeat;
  background-size: cover;
  min-height: 14rem;
}
.about .img-container.four {
  background: url(../images/about-4.jpg) center center no-repeat;
  background-size: cover;
  min-height: 14rem;
}
.about .row:not(:last-child) {
  margin-bottom: -3.375rem;
}
.about .row:first-child .content {
  margin-top: 5.375rem;
}
.about .content {
  z-index: 9;
  position: relative;
  left: -4rem;
  width: 37.75rem;
  min-height: 21rem;
  background-color: white;
  padding: 3rem;
  margin: 3.375rem 0 3.375rem;
  -webkit-box-shadow: 0px 0px 15px -6px rgba(51, 51, 51, 1);
  -moz-box-shadow: 0px 0px 15px -6px rgba(51, 51, 51, 1);
  box-shadow: 0px 0px 15px -6px rgba(51, 51, 51, 1);
}
.about .content.reverse {
  left: auto;
}
.about h2 {
  color: #2a2f62;
  font-size: 1.75rem;
  font-weight: 500;
  text-transform: uppercase;
}
.about p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
}
.learn-more {
  color: #2a2f62;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #2a2f62;
}
.learn-more:hover {
  color: #878484;
  border-bottom: 2px solid #878484;
}

/*===============      Approach       ===============*/
.approach {
  font-family: 'Open Sans', sans-serif;
  padding: 2.5rem 0;
}
.approach .img-container {
  text-align: center;
}
.approach span {
  position: absolute;
  display: block;
  width: 15rem;
  color: #a1a1a1;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 26%;
}
.approach h2 {
  color: #2a2f62;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 2.4rem;
  margin-bottom: 1.5rem;
}
.approach p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}
.company {
  background-color: #f4f4f4;
  overflow: hidden;
}
.company .img-container {
  position: relative;
  min-height: 12rem;
}
.company .img-container.one {
  background: url(../images/approach-1.jpg) center center no-repeat;
  background-size: cover;
  left: 0.95rem;
  margin-left: -20vw;
}
.company .img-container.two {
  background: url(../images/approach-2.jpg) center center no-repeat;
  background-size: cover;
  right: 0.95rem;
  margin-right: -20vw;
}
.company .content {
  padding: 3.75rem 0;
}
.company h3 {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.company ul {
  padding-left: 1.3rem;
  margin: 0;
}
.company ul li {
  font-size: 1.125rem;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5rem;
  margin-bottom: 0.75rem;
}
.company ul li:last-child {
  margin: 0;
}
.company p {
  font-size: 1.125rem;
  font-family: 'Open Sans', sans-serif;
  margin: 1.5rem 0 0;
}
.strategy {
  font-family: 'Open Sans', sans-serif;
  padding: 0.5rem 0 2rem;
}
.strategy h3 {
  color: #2a2f62;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 2.125rem;
}
.strategy h4 {
  color: #2a2f62;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  text-transform: uppercase;
}
.strategy p {
  font-size: 1.125rem;
}
.strategy .col-md-12:first-child p {
  margin-bottom: 1.75rem;
}
.strategy hr {
  margin: 0.5rem 0 1.9rem;
}

/*===============      People       ===============*/
.team-filter .content {
  background-color: #efefef;
  margin: 2.5rem 0 2.125rem;
}
.team-filter .btn {
  color: #969696;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.5rem 0.5rem;
  margin: 0;
}
.team-filter .btn.active {
  color: #2a2f62;
  outline: 0;
  box-shadow: none;
}
.team-filter .btn:hover {
  color: #2a2f62;
}
.team-filter .btn.filter {
  cursor: default;
}
.team-filter .btn.filter:hover,
.team-filter .btn.filter.active {
  color: #969696;
}
.team-filter [data-toggle='buttons'] > .btn input[type='radio'] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.team {
  padding-bottom: 6rem;
}
.team h3 {
  color: #333333;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.team .content {
  min-height: 9.25rem;
  text-align: center;
  cursor: pointer;
  border: 1px solid #d7d7d7;
  padding: 0 0.25rem;
  margin-bottom: 1.75rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.team .content:hover {
  background: rgba(42, 47, 98, 0.9);
}
.team .content:hover > .name {
  color: white;
}
.team .name {
  color: #2a2f62;
  font-size: 1.125rem;
  font-family: 'Open Sans', sans-serif;
  margin: 2.6125rem 0 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.team .title {
  color: #888888;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

/*===============      Modal       ===============*/
#teamModal .modal-header {
  background-color: #efefef;
  padding: 0;
  border: none;
}
#teamModal .name {
  color: #2a2f62;
  font-size: 1.5rem;
  font-family: 'Open Sans', sans-serif;
  line-height: 2rem;
  margin-bottom: 0.25rem;
}
#teamModal .title {
  color: #333333;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
#teamModal hr {
  border-top: 1px solid #d7d7d7;
  margin: 2.25rem 0 1.6rem;
}
#teamModal .bio {
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 2rem;
}
#teamModal .nav-link {
  color: #adacac;
  background-color: #dbdbdb;
  padding: 0 0.7rem;
  margin: 0 0.125rem;
}
#teamModal .nav-link:hover {
  color: #8a8a8a;
}
#teamModal .nav-link i {
  font-size: 1.5rem;
  max-height: 2rem;
}
#teamModal .nav-link .fas {
  position: relative;
  top: 0.3rem;
}
.nav-link .close-x {
  color: #adacac;
  cursor: pointer;
  font-weight: 700;
  font-style: normal;
}
.nav-link .close-x:hover {
  color: #8a8a8a;
}

/*===============      Portfolio       ===============*/
.portfolio {
  padding: 2.5rem 0 5rem;
}
.portfolio .nav.nav-pills {
  background-color: #efefef;
  margin: 0 0 1.5rem;
}
.portfolio .nav-item {
  z-index: 9;
}
.portfolio .nav-link {
  color: #969696;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0;
}
.portfolio .nav-item.ml-md-auto .nav-link {
  display: inline-block;
}
.portfolio .nav-link i {
  font-size: 1rem;
}
.portfolio .nav-link .fas {
  top: 0rem;
}
.portfolio .nav-link:hover {
  color: #2a2f62;
}
.portfolio .nav-link.active {
  color: #2a2f62;
  background-color: transparent;
}
.portfolio .bread-c {
  font-size: 0.875rem;
  padding: 0.3rem 0;
  margin: 0 -0.1rem;
}
.portfolio .col-md-3 {
  margin-bottom: 1rem;
}
.portfolio .img-container {
  height: 12rem;
  padding: 1rem 1.5rem;
}
.portfolio .img-container img {
  width: 11rem;
  max-height: 100%;
}
.portfolio .content {
  position: relative;
}
.portfolio .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  background: rgba(42, 47, 98, 0.9);
  text-align: center;
  padding: 1rem;
  opacity: 0;
  transition: all 0.3s;
}
.portfolio .content:hover > .overlay {
  opacity: 1;
}
.portfolio .overlay .title {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.portfolio .overlay .status {
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.portfolio .overlay .desc {
  font-size: 0.75rem;
  margin-bottom: 0;
}

/*=========      Portfolio-Info       ===========*/
#portfolio-info .portfolio {
  padding: 2.5rem 0 0;
}
.portfolio-info {
  padding-bottom: 5rem;
}
.portfolio-info .img-container {
  height: 13.875rem;
  background-color: #fafafa;
  padding: 1rem;
}
.portfolio-imfo .img-container img {
  width: 16.25rem;
  max-height: 100%;
}
.portfolio-info .content {
  height: 100%;
  background-color: #ececec;
  padding: 1.875rem 1rem;
}
.portfolio-info h3 {
  color: #2a2f62;
  font-size: 1.5rem;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 2rem;
}
.portfolio-info .info {
  color: #2a2f62;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.125rem;
}
.portfolio-info .info span {
  display: inline-block;
  min-width: 5.625rem;
  color: #969696;
}
.portfolio-info .info a {
  color: #2a2f62;
}
.portfolio-info .info a:hover {
  color: #727bd6;
}
.portfolio-info .content-two {
  font-family: 'Open Sans', sans-serif;
  margin-top: 1.75rem;
}

/*===============      News       ===============*/
.news {
  padding: 3rem 0;
}
.news .nav-link {
  color: #333333;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 0 0.25rem;
}
.news .nav-link:hover {
  color: #727bd6;
}
.news h5 {
  color: #2a2f62;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 1rem;
}
.news .fa-chevron-right {
  font-size: 0.75rem;
}
.news .date {
  color: #2a2f62;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.news .title {
  font-size: 1.25rem;
  line-height: 1.7rem;
}
.news .desc {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin-bottom: 0.75rem;
}
.news .read-more {
  color: #2a2f62;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
.news hr {
  margin: 1.25rem 0;
}
.news a:hover > .title {
  color: #2a2f62;
}
.news.article .date {
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  margin-bottom: 0.75rem;
}
.news.article .title {
  font-family: 'Montserrat', 'Open Sans', sans-serif;
}
.news.article p {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 1.25rem;
}
.news.article a:hover {
  color: #727bd6;
}
.news b {
  color: #2a2f62;
  font-weight: 700;
}

/*===============      Contact       ===============*/
.contact {
  padding: 3.125rem 0;
}
.contact .content {
  padding-left: 3.75rem;
}
.contact #map {
  height: 27.5rem;
  border: 10px solid #e6e6e6;
  display: none;
}
.contact p {
  font-family: 'Open Sans', sans-serif;
}
.contact b {
  color: #2a2f62;
  font-weight: 700;
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  text-transform: uppercase;
}
.contact a:hover {
  color: #727bd6;
}

/*===============      User       ===============*/
#user-agreement .strategy {
  padding: 3rem 0;
}

/*===============      Footer       ===============*/
footer {
  color: #fff;
  background-color: #a9a9a9;
  padding: 0.75rem 0 0.5rem;
}
footer ul li {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 0.2rem;
}
footer ul li span {
  font-weight: 400;
  text-transform: lowercase;
}
footer ul li a {
  color: #fff;
}
footer ul li a:hover {
  color: #878484;
}
footer ul li:last-child {
  font-weight: 400;
}
footer hr {
  border-top: 1px solid #fff;
  margin: 0.5rem 0;
}
footer p {
  font-size: 0.65rem;
  font-weight: 300;
  margin: 0;
}

/*==============      Media Query      ==============*/
@media (min-width: 768px) {
  .portfolio-info .content {
    padding-left: 2rem;
    margin-left: -2rem;
  }
}
@media (min-width: 992px) {
  .news .col-lg-3.order-lg-2 {
    height: 1rem;
  }
}
@media (min-width: 1800px) {
  .company .img-container.one {
    margin-left: -25vw;
  }
  .company .img-container.two {
    margin-right: -25vw;
  }
}
@media (max-width: 1199px) {
  .navbar .navbar-brand img {
    max-width: 12rem;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
  }
  .home {
    padding: 2rem 0 4rem;
  }
  .about .content {
    width: 32.125rem;
  }
  .approach span {
    margin: 26% 22%;
  }
  .company .img-container.one {
    margin-left: -12vw;
  }
  .company .img-container.two {
    margin-right: -12vw;
  }
}
@media (max-width: 991px) {
  #home .navbar {
    background-color: #2a2f62;
  }
  #home .navbar .nav-item.nav-link {
    border-bottom: none;
  }
  #home .navbar .nav-item.nav-link:hover {
    color: #2a2f62;
    border-bottom: none;
  }
  .navbar-nav {
    text-align: center;
  }
  .navbar .nav-item.nav-link {
    border-bottom: none;
  }
  .navbar .nav-item.nav-link.active,
  .navbar .nav-item.nav-link:hover {
    color: #2a2f62;
    border-bottom: none;
  }
  .video {
    margin-top: 0;
    margin-bottom: 0;
  }
  .about .row:not(:last-child) {
    margin-bottom: auto;
  }
  .about .content {
    left: auto;
    width: 100%;
    min-height: auto;
    margin-bottom: 0;
  }
  .approach span {
    margin: 22% 31.5%;
  }
  .company .img-container.one {
    margin-left: -16vw;
  }
  .company .img-container.two {
    margin-right: -16vw;
  }
  .team .name {
    font-size: 1rem;
  }
  .contact .content {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  header {
    min-height: 13.25rem;
  }
  #portfolio header h2,
  #portfolio-info header h2 {
    padding-top: 1rem;
  }
  #homeCarousel {
    font-family: 'Open Sans', sans-serif;
    margin-top: 9rem;
  }
  #homeCarousel p {
    font-size: 1.125rem;
    line-height: 1.3;
  }
  .home {
    padding: 1rem 0;
  }
  .home .col-md-4 {
    margin-bottom: 1rem;
  }
  .home h4 {
    margin: 1rem 0 0;
  }
  .home p {
    font-size: 1rem;
  }
  .approach {
    padding: 2rem 0;
  }
  .approach h2 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  .approach p {
    font-size: 1rem;
  }
  .approach .img-container {
    margin-top: 0.5rem;
  }
  .approach span {
    margin: 27% 25%;
  }
  .company .content {
    padding: 2rem 0 1rem;
  }
  .company p,
  .company ul li {
    font-size: 1rem;
  }
  .company .img-container.one {
    left: auto;
    margin-left: auto;
  }
  .company .img-container.two {
    right: auto;
    margin-right: auto;
  }
  .strategy {
    padding: 0 0 1rem;
  }
  .strategy h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    line-height: 1.875rem;
  }
  .strategy p {
    font-size: 1rem;
  }
  .team .name {
    font-size: 1.125rem;
    line-height: 1.25;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 667px) {
  header h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .overlay {
    background: rgba(0, 0, 0, 0.15);
  }
  #veritasVideo {
    left: -4rem;
    height: 100%;
    min-width: auto;
    width: auto;
  }
  .about .content {
    padding: 2rem 1rem;
    margin: 0;
  }
  .about h2 {
    font-size: 1.5rem;
  }
  .about p {
    font-size: 1rem;
    line-height: normal;
  }
  #portfolio-info .portfolio {
    padding: 1.5rem 0 0;
  }
  .news .title {
    font-size: 1.25rem;
  }
  .news .desc {
    max-height: 4.75rem;
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .approach span {
    font-size: 1rem;
    width: 13rem;
    margin: 27% auto;
    left: 0;
    right: 0;
  }
  .team-filter .content {
    margin: 2rem 0;
  }
  .team-filter .btn {
    padding: 0.5rem 0.5rem;
  }
  .team .name {
    font-size: 1rem;
  }
  .team {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .team .col-6,
  .team .col-12 {
    padding: 0 0.5rem;
  }
  .portfolio .img-container {
    height: 10rem;
  }
  .portfolio .overlay {
    padding: 0.5rem;
  }
  .portfolio .overlay .title {
    font-size: 0.875rem;
    margin-top: 2rem;
  }
  .portfolio .overlay .desc {
    display: none;
    line-height: 1.25;
  }
  #portfolio-info .portfolio .nav-link {
    padding: 0.125rem 1rem;
  }
  footer ul li:last-child {
    margin-top: -1rem;
  }
}
@media (max-width: 420px) {
  .approach span {
    font-size: 0.875rem;
    width: 12rem;
  }
}

/*==========   IE10 & IE11   ==========*/
@media all and (-ms-high-contrast: none) {
  .video {
    min-height: 90vh;
  }
  .addition ul {
    width: 33.5rem;
    margin-left: 20rem;
  }
  .addition img {
    width: 10.125rem;
  }

  /* IE11 */
  *::-ms-backdrop,
  .addition img {
    width: 10.125rem;
  }
}
/*============   Edge   ============*/
@supports (-ms-ime-align: auto) {
  .addition img {
    width: 10.125rem;
  }
}
