.icons .material-icons {
  color: #298cc2;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 2.7em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  padding: 0px;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.icons .circle {
  border-radius: 50%;
  border: 2px solid #298cc2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.underline {
  border-bottom: 1px solid #777777;
  display: inline-block;
}
body {
  overflow-x: hidden;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.text-muted {
  color: #777;
}
.text-orange {
  color: #298cc2;
}
.text-primary {
  color: #f3cb13;
}
p {
  font-size: 16px;
  line-height: 1.75;
}
p.large {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: #298cc2;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #c9a70a;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
}
.img-centered {
  margin: 0 auto;
}
@media (max-width: 588px) {
  .enlarge {
    position: relative;
    right: 140px;
    max-width: 200%;
  }
  .amw {
    right: 220px;
  }
  .seat {
    right: 330px;
  }
  .yam {
    right: 260px;
  }
  .pearson {
    right: 230px;
  }
}
.bg-light-gray {
  background-color: #f7f7f7;
}
.bg-blue {
  background-color: #202c40;
  padding: 110px 0 60px 0;
}
.bg-light-gray-new {
  background-color: #f7f7f7;
}
.bg-darkest-gray {
  background-color: #202c40;
}
.btn-primary {
  margin-bottom: 30px;
  color: #298cc2;
  background-color: transparent;
  border-color: #298cc2;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #298cc2;
  border-color: #298cc2;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #298cc2;
  border-color: #298cc2;
}
.btn-primary .badge {
  color: #298cc2;
  background-color: #298cc2;
}
.btn-xl {
  color: white;
  background-color: transparent;
  border-color: #298cc2;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  border-radius: 5px;
  font-size: 18px;
  padding: 15px 30px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #298cc2;
  border-color: #298cc2;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #298cc2;
  border-color: #298cc2;
}
.btn-xl .badge {
  color: #298cc2;
  background-color: white;
}
.btn-lower {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.btn-lower .iconspacing {
  margin-right: 10px;
}
.navbar-default {
  background-color: #25252b;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  padding: 15px;
  line-height: 20px;
  height: 50px;
  font-size: 4em;
  color: #298cc2;
  float: none;
  font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
  color: #1c5e83;
}
.navbar-default .navbar-collapse {
  max-height: none;
  border-color: transparent;
}
.navbar-default .navbar-toggle {
  margin-top: 10px;
  margin-bottom: 12px;
  border-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #298cc2;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: rgba(247, 247, 247, 0.2);
}
.navbar-default .nav li {
  text-align: center;
}
.navbar-default .nav li a {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: #298cc2;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
  color: #1c5e83;
  outline: none;
}
.navbar-default .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #298cc2;
}
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: white;
  background-color: #1c5e83;
}
@media (min-width: 768px) {
  .navbar-default {
    background-color: #f7f7f7;
    padding: 10px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  .navbar-default .navbar-brand {
    padding: 1px;
    font-size: 4em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-default .navbar-nav > .active > a {
    border-radius: 3px;
  }
  .navbar-default.navbar-shrink {
    background-color: #25252b;
  }
  .navbar-default.navbar-shrink .navbar-brand {
    padding: 5px 0;
    font-size: 3em;
    float: left;
  }
}
header {
  background-color: #f7f7f7;
  background-repeat: none;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}
header .intro-text {
  padding-top: 150px;
  padding-bottom: 80px;
}
header .intro-text .intro-lead-in {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 30px;
  color: #298cc2;
}
header .intro-text .intro-lead-in span {
  display: inline-block;
  border-top: 1px solid #777;
  height: 10px;
  width: 100%;
  max-width: 92%;
}
header .intro-text .intro-lead-in p {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.5;
}
header .intro-text .intro-heading {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 55px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #25252b;
}
@media (max-width: 768px) {
  header .intro-text {
    padding-top: 150px;
    padding-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  header .intro-text .intro-lead-in .p {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #298cc2;
  }
  header .intro-text .intro-heading {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 45px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #25252b;
  }
}
@media (max-width: 490px) {
  header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
    width: 100%;
  }
  header .intro-text .intro-lead-in {
    margin-bottom: 0px;
  }
  header .intro-text .intro-lead-in p {
    margin-bottom: 0px;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.5;
    color: #298cc2;
  }
  header .intro-text .intro-heading {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 45px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #25252b;
  }
}
section {
  padding: 70px 0;
}
section h2 {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 10px;
}
section .white {
  color: white;
}
section h3 {
  font-size: 18px;
  text-transform: none;
  font-weight: 100;
  margin-bottom: 75px;
  line-height: 1.7;
  display: inline-block;
  width: 80%;
}
@media (max-width: 588px) {
  section {
    padding: 50px 0;
  }
  section h2 {
    font-size: 30px;
    line-height: 1.2;
  }
  section h3 {
    font-size: 18px;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 75px;
    line-height: 1.7;
    display: inline-block;
    width: 100%;
  }
}
.well {
  padding: 0;
  background-color: #F7F7F7;
  border: 0;
  box-shadow: none;
}
#services .service-heading {
  font-size: 24px;
  margin: 15px 0;
  text-transform: none;
}
#services .p-space p {
  margin: 0px 0px 35px 0px;
}
#portfolio {
  padding: 4px 0px;
}
#portfolio .circle {
  border-radius: 50%;
  border: 2px solid white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#portfolio .material-icons {
  color: white;
  font-size: 40px;
  padding: 1px;
  margin: 2px;
}
#portfolio .no-gutter > [class*='col-'] {
  padding-right: 2px;
  padding-left: 2px;
}
#portfolio .portfolio-item {
  margin: 0 0 4px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  text-decoration: none;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  z-index: 5;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(41, 140, 194, 0.6);
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 30%;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover-content h4 {
  margin-top: -10px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-caption {
  position: relative;
  z-index: 100;
  width: 100%;
  bottom: 0px;
  margin: auto;
  background-color: white;
  text-align: left;
  padding: 20px;
  color: #25252b;
}
#portfolio .portfolio-item .portfolio-link .portfolio-caption h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
#portfolio .portfolio-item .portfolio-link .portfolio-caption p {
  font-size: 16px;
  margin: 0;
}
@media (max-width: 490px) {
  #portfolio .portfolio-item .portfolio-link .portfolio-hover-content {
    width: 100%;
    height: 30px;
    top: 25%;
  }
}
#testimonial h2.heading {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 40px;
}
#testimonial .material-icons {
  color: #298cc2;
  margin: 5px;
}
#testimonial .material-icons.rotate {
  transform: scale(-1, 1);
  ms-transform: scale(-1, 1);
}
#testimonial .testimonial-text {
  margin-left: auto;
  margin-right: auto;
  width: 700px;
  text-align: center;
}
#testimonial .testimonial-text .testimonial-quote {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 15px;
  color: #25252b;
}
#testimonial .testimonial-text .testimonial-name {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 20px;
  color: #298cc2;
}
@media (max-width: 768px) {
  #testimonial .testimonial-text {
    width: 100%;
  }
  #testimonial .testimonial-text .testimonial-quote {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
  }
  #testimonial .testimonial-text .testimonial-name {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 20px;
    color: #298cc2;
  }
}
#clients img {
  margin: 20px auto;
  max-width: 85%;
}
@media (min-width: 768px) {
  #clients img {
    margin: 20px auto;
    max-width: 75%;
  }
  #clients h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
  }
  #clients h3.section-subheading {
    text-transform: none;
    font-weight: 400;
    margin-bottom: 35px;
  }
  #clients .btn {
    margin-top: 30px;
  }
}
section#solutions h3.section-subheading {
  margin-bottom: 0;
}
section#contact {
  background-color: #25252b;
  background-position: center;
  background-repeat: no-repeat;
}
section#contact h3 {
  color: white;
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 25px;
  width: 100%;
}
section#contact .section-subheading {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #777;
  width: 100%;
}
section#contact .section-heading {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #777;
  width: 100%;
  color: #298cc2;
}
section#contact .contact-heading {
  border-bottom: 1px solid #777;
  color: #298cc2;
  font-size: 30px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-top: 0;
  text-align: right;
}
section#contact .contact-name {
  text-align: center;
  color: #bbbbbb;
}
section#contact .contact-name p {
  font-size: 18px;
  margin-bottom: 30px;
}
section#contact .contact-number {
  text-align: right;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 992px) {
  section#contact .contact-heading {
    text-align: center;
  }
  section#contact .contact-name {
    text-align: center;
  }
  section#contact .contact-number {
    text-align: center;
  }
}
section#contact i {
  font-size: 20px;
  padding-left: 2px;
  margin-left: 2px;
}
section#contact .form-group {
  margin-bottom: 20px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 15px;
}
section#contact .form-group input.form-control {
  height: auto;
}
section#contact .form-group textarea.form-control {
  height: 180px;
}
section#contact .form-control:focus {
  border-color: #f3cb13;
  box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #bbbbbb;
}
section#contact :-moz-placeholder {
  /* Firefox 18- */
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #bbbbbb;
}
section#contact ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #bbbbbb;
}
section#contact :-ms-input-placeholder {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #bbbbbb;
}
section#contact .text-danger {
  color: #298cc2;
}
footer {
  padding: 25px 0;
  text-align: center;
}
footer span.copyright p {
  text-transform: none;
  font-size: 13px;
  margin-bottom: 5px;
}
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  display: block;
  background-color: #202c40;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: #ffffff;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #f3cb13;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}
.portfolio-modal a {
  text-decoration: none;
}
.portfolio-modal .gray {
  padding: 50px;
  background-color: #ffffff;
}
.portfolio-modal .no-gutter > [class*='col-'] {
  padding-right: 0px;
  padding-left: 0px;
}
.portfolio-modal .overflow {
  overflow: hidden;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 0px;
  text-align: center;
}
.portfolio-modal .modal-content .intro {
  padding-bottom: 10px;
  font-size: 18px;
}
.portfolio-modal .modal-content .intro.left {
  margin: 17px 0 8px 0;
  text-align: left;
}
.portfolio-modal .modal-content .intro.left.bottom {
  margin: 0px;
}
.portfolio-modal .modal-content .intro.right {
  margin: 25px 0px 0px;
  text-align: right;
}
.portfolio-modal .modal-content .intro.right.bottom {
  margin: 0px;
}
.portfolio-modal .modal-content .intro.right .material-icons {
  color: #298cc2;
}
.portfolio-modal .modal-content h1 {
  line-height: 1.4;
  font-size: 60px;
  font-weight: 600;
  margin-top: 0px;
}
.portfolio-modal .modal-content h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.portfolio-modal .modal-content h3 {
  margin: 0px;
  font-size: 18px;
}
.portfolio-modal .modal-content p {
  margin-bottom: 20px;
}
.portfolio-modal .modal-content .embed-responsive {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content .material-icons {
  color: #777;
  font-size: 22px;
  position: relative;
  top: 5px;
}
.portfolio-modal .modal-content ul.centered {
  text-align: center;
  margin-bottom: 0;
  color: #777;
}
.portfolio-modal .modal-content ul.centered .border {
  padding: 10px 0 10px 0;
}
.portfolio-modal .modal-content ul.centered li {
  border-left: 1px solid #777;
  border-right: none;
  margin-left: 10px;
  padding-left: 10px;
}
.portfolio-modal .modal-content ul.centered li:first-child {
  border-left: none;
  border-right: none;
}
.portfolio-modal .close-modal {
  position: fixed;
  width: 55px;
  height: 55px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  top: 5px;
  right: 30px;
  cursor: pointer;
  z-index: 1;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 45px;
  width: 1px;
  margin-left: 27px;
  margin-top: 5px;
  background-color: #298cc2;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 45px;
  width: 1px;
  background-color: #298cc2;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-body {
  margin-right: 30px;
  margin-left: 30px;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
@media (max-width: 768px) {
  .portfolio-modal .modal-content h1 {
    font-size: 50px;
  }
  .portfolio-modal .modal-content h2 {
    font-size: 30px;
  }
  .portfolio-modal .modal-content h3 {
    font-size: 16px;
  }
  .portfolio-modal .modal-content p {
    font-size: 15px;
  }
  .portfolio-modal .modal-content .intro {
    font-size: 15px;
  }
  .portfolio-modal .close-modal {
    right: 2px;
    top: 1px;
  }
}
@media (max-width: 588px) {
  .portfolio-modal .modal-content h1 {
    font-size: 40px;
    line-height: 1;
  }
  .portfolio-modal .modal-content h2 {
    font-size: 19px;
    line-height: 1.4;
  }
  .portfolio-modal .modal-content h3 {
    font-size: 15px;
  }
  .portfolio-modal .modal-content p {
    font-size: 14px;
  }
  .portfolio-modal .modal-content .intro {
    font-size: 14px;
    line-height: 1.6;
  }
  .portfolio-modal .modal-content .intro.right {
    border-bottom: none;
  }
  .portfolio-modal .modal-content .intro.right.bottom {
    text-align: right;
  }
  .portfolio-modal .modal-content .intro.right.top {
    margin: 0px;
  }
  .portfolio-modal .modal-content .intro.left {
    margin: 10px 0px 0px;
  }
  .portfolio-modal .modal-content .intro.left.bottom {
    text-align: left;
  }
  .portfolio-modal .modal-body {
    padding: 0px 0px 15px 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
}
::-moz-selection {
  text-shadow: none;
  background: #f3cb13;
}
::selection {
  text-shadow: none;
  background: #f3cb13;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: #f3cb13;
}
#owl-demo .owl-page span {
  background: #298cc2;
}

/*# sourceMappingURL=agency.css.map */