/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 16, ../sass/screen.scss */
.hiddens {
  opacity: 0;
}

/* line 19, ../sass/screen.scss */
.visibles {
  opacity: 1;
}

/* line 23, ../sass/screen.scss */
.form-control {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid transparent;
  min-height: 42px;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 28, ../sass/screen.scss */
.form-control:focus {
  border-color: #ea7e4f;
}

/* line 32, ../sass/screen.scss */
a, input, button, .btn {
  outline: 0 !important;
}
/* line 34, ../sass/screen.scss */
a:focus, input:focus, button:focus, .btn:focus {
  outline: 0 !important;
}

/* line 38, ../sass/screen.scss */
input[type=file] {
  color: transparent;
}

/* line 42, ../sass/screen.scss */
.btn {
  min-width: 160px;
  border-width: 2px;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 12px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 0;
}
/* line 54, ../sass/screen.scss */
.btn:focus, .btn:active {
  color: #fff !important;
  outline: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 59, ../sass/screen.scss */
.btn:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ea7e4f;
}
/* line 72, ../sass/screen.scss */
.btn:hover, .btn:focus, .btn:active {
  border-color: #ea7e4f !important;
  background: none;
  color: #fff;
  text-decoration: none;
  outline: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 79, ../sass/screen.scss */
.btn:hover:after, .btn:focus:after, .btn:active:after {
  width: 100%;
}
/* line 83, ../sass/screen.scss */
.btn.btn-xs {
  padding: 1px 8px;
  min-width: 10px;
  font-size: 10px;
  background: #ea7e4f;
  border-color: #ea7e4f;
}
/* line 89, ../sass/screen.scss */
.btn.btn-xs:hover, .btn.btn-xs:focus {
  background: #435f9c;
  border-color: #435f9c;
}

/* line 95, ../sass/screen.scss */
.btn-link {
  background: none;
  border-color: #fff;
}

/* line 99, ../sass/screen.scss */
.btn-default {
  background: #435f9c;
  border-color: #435f9c;
}
/* line 102, ../sass/screen.scss */
.btn-default:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ea7e4f;
}
/* line 115, ../sass/screen.scss */
.btn-default:hover {
  background: none;
}

/* line 120, ../sass/screen.scss */
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #777777;
}

/* line 127, ../sass/screen.scss */
.home header {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
}

/* line 134, ../sass/screen.scss */
.top-header {
  background: #435f9c;
  padding: 7px 0;
  color: #d6d6d6;
  font-size: 14px;
  line-height: 24px;
}
/* line 140, ../sass/screen.scss */
.top-header strong {
  color: #ffffff;
  font-weight: 500;
}
/* line 144, ../sass/screen.scss */
.top-header p, .top-header ul {
  margin: 0;
}
/* line 148, ../sass/screen.scss */
.top-header .social a {
  display: block;
  color: #ea7e4f;
  border: 2px solid #ea7e4f;
  width: 26px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 12px;
}

/* line 161, ../sass/screen.scss */
.main-header {
  background:rgba(255, 255, 255, 0.95);
  padding: 20px 0 0;
}
/* line 164, ../sass/screen.scss */
.main-header .header-contact {
  margin: 8px 0;
}
/* line 166, ../sass/screen.scss */
.main-header .header-contact img {
  margin-right: 15px;
}
/* line 169, ../sass/screen.scss */
.main-header .header-contact a {
  font-weight: 500;
  color: #0c1c29;
}

@keyframes fadeAndScale {
  from {
    opacity: 0;
    transform: scale(0.9, 0.9);
  }
  to {
    opacity: 1;
    transform: scale(1, 1);
  }
}
/* line 187, ../sass/screen.scss */
.navbar-default {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #435f9c;
  border: 0;
  margin: 0;
  position: relative;
  bottom: -25px;
}
/* line 194, ../sass/screen.scss */
.navbar-default .navbar-collapse {
  padding-left: 0;
}
/* line 200, ../sass/screen.scss */
.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 15px 30px;
}
/* line 205, ../sass/screen.scss */
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #ea7e4f;
  background: none;
}
/* line 210, ../sass/screen.scss */
.navbar-default .navbar-nav > li .dropdown-menu {
  background: #435f9c;
  padding: 0;
  left: 0px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 216, ../sass/screen.scss */
.navbar-default .navbar-nav > li .dropdown-menu > li > a {
  color: #fff;
  padding: 8px 20px;
}
/* line 219, ../sass/screen.scss */
.navbar-default .navbar-nav > li .dropdown-menu > li > a:hover {
  color: #0c1c29;
}
/* line 229, ../sass/screen.scss */
.navbar-default .navbar-nav > .active:first-child > a {
  background-color: #ea7e4f;
  background-image: url(../images/bg/split-right.png);
  background-position: right;
  background-repeat: no-repeat;
  color: #fff;
}
/* line 235, ../sass/screen.scss */
.navbar-default .navbar-nav > .active:first-child > a:focus, .navbar-default .navbar-nav > .active:first-child > a:hover {
  background-color: #ea7e4f;
  background-image: url(../images/bg/split-right.png);
  background-position: right;
  background-repeat: no-repeat;
  color: #fff;
}
/* line 246, ../sass/screen.scss */
.navbar-default .navbar-nav > .active > a {
  background-color: #ea7e4f;
  background-image: url(../images/bg/split-right.png), url(../images/bg/split-left1.png);
  background-position: right, left;
  background-repeat: no-repeat, no-repeat;
  color: #fff;
}
/* line 252, ../sass/screen.scss */
.navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background-color: #ea7e4f;
  background-image: url(../images/bg/split-right.png), url(../images/bg/split-left1.png);
  background-position: right, left;
  background-repeat: no-repeat, no-repeat;
  color: #fff;
}
/* line 263, ../sass/screen.scss */
.navbar-default .navbar-nav.navbar-right > .active > a {
  background-color: #ea7e4f;
  background-image: url(../images/bg/split-left1.png);
  background-position: left;
  background-repeat: no-repeat;
  color: #fff;
  animation-duration: .3s;
  animation-name: fadeAndScale;
  animation-timing-function: cubic-bezier(0.71, 0.55, 0.62, 1.57);
}
/* line 272, ../sass/screen.scss */
.navbar-default .navbar-nav.navbar-right > .active > a:focus, .navbar-default .navbar-nav.navbar-right > .active > a:hover {
  background-color: #ea7e4f;
  background-image: url(../images/bg/split-left1.png);
  background-position: left;
  background-repeat: no-repeat;
  color: #fff;
}

/* line 285, ../sass/screen.scss */
.carousel {
  margin-top: 40px;
}

.carousel .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
	top: 59%;
}

/* line 287, ../sass/screen.scss */
.carousel .carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: rgba(12, 28, 41, 0.55);
}
/* line 296, ../sass/screen.scss */
.carousel .carousel-caption .caption-inner {
  top: 60%;
  left: 50%;
  right: auto;
  bottom: auto;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 560px;
  position: absolute;
}
/* line 305, ../sass/screen.scss */
.carousel .carousel-caption .caption-inner h3, .carousel .carousel-caption .caption-inner h1, .carousel .carousel-caption .caption-inner p {
  margin: 0;
  font-family: "Roboto", sans-serif;
}
/* line 309, ../sass/screen.scss */
.carousel .carousel-caption .caption-inner h3 {
  margin-bottom: 10px;
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 30px;
}
/* line 315, ../sass/screen.scss */
.carousel .carousel-caption .caption-inner h1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 42px;
  margin-bottom: 10px;
}
/* line 321, ../sass/screen.scss */
.carousel .carousel-caption .caption-inner p {
  font-size: 18px;
  font-weight: 400;
  margin: 15px 0 30px;
}
/* line 326, ../sass/screen.scss */
.carousel .carousel-caption .caption-inner .btn {
  margin: 0 10px;
}
/* line 331, ../sass/screen.scss */
.carousel .carousel-indicators li {
  border-color: #fff;
}
/* line 334, ../sass/screen.scss */
.carousel .carousel-indicators .active {
  background: #ea7e4f;
}
/* line 337, ../sass/screen.scss */
.carousel .carousel-control {
  color: #ea7e4f;
}

/* line 342, ../sass/screen.scss */
.contact-form {
  z-index: 0;
  position: relative;
}

/* line 347, ../sass/screen.scss */
footer {
  background: url(../images/bg/footer.jpg) no-repeat center;
  position: relative;
}
/* line 350, ../sass/screen.scss */
footer form {
  z-index: 0;
  position: relative;
}
/* line 354, ../sass/screen.scss */
footer:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 38, 65, 0.96);
}
/* line 363, ../sass/screen.scss */
footer .twitter-updates {
  background: #000000;
  position: relative;
  color: #aaa;
  font-size: 14px;
  line-height: 48px;
}
/* line 369, ../sass/screen.scss */
footer .twitter-updates .tweets {
  position: relative;
  padding: 0px 40px;
}
/* line 372, ../sass/screen.scss */
footer .twitter-updates .tweets:before {
  content: '\f099';
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  line-height: 50px;
  font-size: 32px;
  color: #435f9c;
}
/* line 383, ../sass/screen.scss */
footer .copyright {
  position: relative;
  padding: 0 0 10px;
}
/* line 386, ../sass/screen.scss */
footer .copyright p {
  color: #fff;
  font-size: 13px;
}
/* line 391, ../sass/screen.scss */
footer .main-footer {
  color: #fff;
  padding: 40px 0 20px;
}
/* line 394, ../sass/screen.scss */
footer .main-footer img.bw {
  /*-webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(#greyscale);
  filter: gray;	*/
  margin-bottom: 20px;
}
/* line 402, ../sass/screen.scss */
footer .main-footer h4 {
  color: #ea7e4f;
  font-family: "Merriweather", serif;
  margin: 0 0 20px;
}
/* line 407, ../sass/screen.scss */
footer .main-footer p {
  font-size: 13px;
}
/* line 410, ../sass/screen.scss */
footer .main-footer address {
  font-size: 15px;
  font-weight: 500;
  color: #b3b5b7;
  position: relative;
  padding-left: 45px;
  min-height: 32px;
}
/* line 417, ../sass/screen.scss */
footer .main-footer address:before {
  position: absolute;
  content: "";
  left: 0;
  width: 40px;
  height: 100%;
}
/* line 424, ../sass/screen.scss */
footer .main-footer address.location {
  background: none;
  padding: 0;
  box-shadow: none;
  padding-left: 45px;
}
/* line 429, ../sass/screen.scss */
footer .main-footer address.location:before {
  background: url(../images/icons/location.png) no-repeat;
}
/* line 434, ../sass/screen.scss */
footer .main-footer address.phone:before {
  background: url(../images/icons/phone.png) no-repeat;
}
/* line 439, ../sass/screen.scss */
footer .main-footer address.mail:before {
  background: url(../images/icons/mail.png) no-repeat;
}
/* line 444, ../sass/screen.scss */
footer .main-footer .posts li {
  margin-bottom: 20px;
}
/* line 446, ../sass/screen.scss */
footer .main-footer .posts li a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
/* line 451, ../sass/screen.scss */
footer .main-footer .posts li .post-date {
  display: block;
  font-style: italic;
  color: #435f9c;
  font-size: 13px;
}

/* line 461, ../sass/screen.scss */
.page-title {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: 28px;
  color: #ea7e4f;
  margin-top: 0;
  margin-bottom: 20px;
}
/* line 468, ../sass/screen.scss */
.page-title span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  color: #435f9c;
}
/* line 475, ../sass/screen.scss */
.page-title.lead {
  color: #435f9c;
}

/* line 479, ../sass/screen.scss */
h2.page-title {
  color: #ea7e4f;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: uppercase;
}

/* line 486, ../sass/screen.scss */
.services {
  padding: 30px 0;
}
/* line 488, ../sass/screen.scss */
.services p {
  margin-bottom: 20px;
}
/* line 490, ../sass/screen.scss */
.services p:last-child {
  margin-bottom: 0;
}
/* line 495, ../sass/screen.scss */
.services.about-service img {
  margin-top: 20px;
}

/* line 500, ../sass/screen.scss */
.text-over {
  position: relative;
  margin-bottom: 20px;
}
/* line 503, ../sass/screen.scss */
.text-over .text-content {
  color: #fff;
  position: absolute;
  top: 60%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
/* line 510, ../sass/screen.scss */
.text-over .text-content h4 {
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  font-size: 16px;
  font-weight: 500;
}

/* line 519, ../sass/screen.scss */
.projects {
  background: #eaeff3;
  padding: 50px 0 0;
  margin-bottom: -100px;
  position: relative;
  z-index: 0;
}
/* line 526, ../sass/screen.scss */
.projects .main-project-wrap {
  min-height: 617px;
  position: relative;
}
/* line 530, ../sass/screen.scss */
.projects .project-list {
  position: absolute;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 16%;
}
/* line 535, ../sass/screen.scss */
.projects .list-one {
  width: 33.1%;
  top: -140px;
  left: 66px;
}
/* line 540, ../sass/screen.scss */
.projects .more-link-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  overflow: hidden;
}
/* line 554, ../sass/screen.scss */
.projects .more-info-link {
  background: rgba(67, 95, 156, 0.8);
  vertical-align: middle;
  font-weight: 400;
  opacity: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
/* line 573, ../sass/screen.scss */
.projects .more-info-link span {
  position: absolute;
  top: 50%;
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  left: 50%;
  font-size: 55px;
  color: #ffffff;
}
/* line 581, ../sass/screen.scss */
.projects .more-info-link:hover, .projects .more-info-link:focus {
  color: #ffffff;
}
/* line 584, ../sass/screen.scss */
.projects .more-link-wrapper:hover .more-info-link {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
/* line 592, ../sass/screen.scss */
.projects .list-two {
  left: 38.5%;
  top: 16.5%;
}
/* line 596, ../sass/screen.scss */
.projects .list-three {
  left: 26.3%;
  top: 39.5%;
}
/* line 600, ../sass/screen.scss */
.projects .list-four {
  left: 63%;
  top: 16.5%;
}
/* line 604, ../sass/screen.scss */
.projects .list-five {
  left: 50.8%;
  top: 39.5%;
}
/* line 608, ../sass/screen.scss */
.projects .list-six {
  left: 75.3%;
  top: 39.6%;
}

/* line 614, ../sass/screen.scss */
.projects .more-info-link {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 627, ../sass/screen.scss */
.projects .more-link-wrapper:hover .more-info-link {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
}

/* line 634, ../sass/screen.scss */
.testimonials {
  background: #fff url(../images/bg/testimonials.jpg) no-repeat center;
  padding: 30px 0;
  position: relative;
  z-index: 1;
  color: #fff;
}
/* line 640, ../sass/screen.scss */
.testimonials .page-title {
  color: #fff;
  position: relative;
}
/* line 643, ../sass/screen.scss */
.testimonials .page-title span {
  color: #fff;
}
/* line 647, ../sass/screen.scss */
.testimonials:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}
/* line 657, ../sass/screen.scss */
.testimonials .carousel {
  max-width: 970px;
  margin: 0 auto;
}
/* line 660, ../sass/screen.scss */
.testimonials .carousel p {
  font-size: 17px;
  line-height: 30px;
}
/* line 665, ../sass/screen.scss */
.testimonials .carousel .author img {
  float: right;
  border: 2px solid #435f9c;
  width: 70px;
  height: 70px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: 20px;
}
/* line 673, ../sass/screen.scss */
.testimonials .carousel .author p {
  text-align: right;
  font-size: 18px;
  line-height: 24px;
}
/* line 677, ../sass/screen.scss */
.testimonials .carousel .author p em {
  display: block;
  color: #aaaaaa;
  font-size: 14px;
}

/* line 687, ../sass/screen.scss */
.about-us {
  background-color: #435f9c;
  border: 7px solid #ffffff;
  left: 0;
  margin: auto;
  padding: 17px 3.6%;
  position: absolute;
  right: 0;
  z-index: 9;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  max-width: 240px;
}

/* line 699, ../sass/screen.scss */
.about-us-img {
  position: relative;
}

/* line 702, ../sass/screen.scss */
.about-us .experience-block {
  border: 1px solid #6c86c0;
  background: url("../images/about-us-logo.png") no-repeat center top;
  padding-top: 116px;
  text-align: center;
  padding-bottom: 26px;
}

/* line 709, ../sass/screen.scss */
.about-us .experience-block {
  margin-bottom: 51px;
  padding-bottom: 19px;
}

/* line 713, ../sass/screen.scss */
.experience-year {
  font-size: 13px;
  color: #fff;
}

/* line 717, ../sass/screen.scss */
.experience-year strong {
  font-size: 75px;
  display: block;
  line-height: 1;
}

/* line 722, ../sass/screen.scss */
.experience-year span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 727, ../sass/screen.scss */
.experience-year.cart {
  text-align: center;
}

/* line 731, ../sass/screen.scss */
.values {
  background: #eaeff3;
  padding: 50px 0 0;
}
/* line 734, ../sass/screen.scss */
.values .values-text {
  margin: 20px 0;
}

/* line 738, ../sass/screen.scss */
.clients-about {
  padding: 40px 0;
}
/* line 740, ../sass/screen.scss */
.clients-about .owl-carousel {
  border-left: 1px solid #eaeff3;
  border-right: 1px solid #eaeff3;
}

/* line 745, ../sass/screen.scss */
.clients-info .owl-controls {
  text-align: center;
  display: none !important;
}

/* line 749, ../sass/screen.scss */
.tp-img {
  border-top: 1px solid #eaeff3;
  border-right: 1px solid #eaeff3;
  padding: 35px 20px;
  min-height: 140px;
  border-bottom: 1px solid #eaeff3;
}

/* line 756, ../sass/screen.scss */
.owl-page {
  width: 10px;
  height: 10px;
  background: #435f9c;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}

/* line 764, ../sass/screen.scss */
.owl-page.active {
  background: #ea7e4f;
}

/* line 769, ../sass/screen.scss */
.greatest-team .team-member {
  width: 33.33333333%;
  padding: 18px 0 30px;
  float: left;
  border: 1px solid #435f9c;
  margin: 0 -1px -1px 0;
  position: relative;
  cursor: pointer;
  text-align: center;
}
/* line 778, ../sass/screen.scss */
.greatest-team .team-member:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 4px;
  background: #ea7e4f;
  bottom: -4px;
  left: 0;
  z-index: 100;
  opacity: 0;
  transition: bottom 0.1s linear, opacity 0.1s linear;
  -moz-transition: bottom 0.1s linear, opacity 0.1s linear;
  -webkit-transition: bottom 0.1s linear, opacity 0.1s linear;
}
/* line 794, ../sass/screen.scss */
.greatest-team .team-member:hover:after {
  opacity: 1;
  bottom: 0px;
}
/* line 799, ../sass/screen.scss */
.greatest-team .team-member:before {
  content: "";
  display: inline-block;
  position: absolute;
  border-top: 7px solid #ea7e4f;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  bottom: -11px;
  left: 50%;
  margin-left: -4px;
  z-index: 100;
  opacity: 0;
  transition: bottom 0.1s linear, opacity 0.1s linear;
  -moz-transition: bottom 0.1s linear, opacity 0.1s linear;
  -webkit-transition: bottom 0.1s linear, opacity 0.1s linear;
}
/* line 816, ../sass/screen.scss */
.greatest-team .team-member:hover:before {
  opacity: 1;
  bottom: -7px;
}

/* line 824, ../sass/screen.scss */
.hero {
  position: relative;
  z-index: -1;
}
/* line 827, ../sass/screen.scss */
.hero .hero-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
/* line 835, ../sass/screen.scss */
.hero .hero-caption h1 {
  font-family: "Merriweather", serif;
}
/* line 838, ../sass/screen.scss */
.hero .hero-caption p {
  text-transform: uppercase;
}

/* line 844, ../sass/screen.scss */
.portfolio-wrap {
  padding: 40px 0 0;
}

/* line 848, ../sass/screen.scss */
.client-button {
  display: block;
  position: relative;
  margin-top: 25px;
}

/* line 854, ../sass/screen.scss */
.single-portfolio p {
  margin-bottom: 20px;
}

/* line 858, ../sass/screen.scss */
.portfolio-title {
  background-color: #F8F9FB;
  padding: 20px;
  position: relative;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.04) !important;
}

/* line 865, ../sass/screen.scss */
.portfolio-title h4 {
  padding: 0;
  font-size: 14px;
  margin: 0 0 5px;
  font-family: "Merriweather", serif;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 875, ../sass/screen.scss */
.portfolio-title h4 a {
  color: #435f9c;
}

/* line 879, ../sass/screen.scss */
.portfolio-title small {
  display: block;
  font-size: 11px;
  font-style: italic;
  padding-bottom: 0;
  margin-bottom: 0;
  color: #999;
  font-family: "Merriweather", serif;
}

/* line 889, ../sass/screen.scss */
.portfolio-title .btn-view {
  position: absolute;
  right: 20px;
  top: 25px;
}

/* line 895, ../sass/screen.scss */
.pager-wrapper {
  padding: 30px;
  margin-top: 40px;
  background-color: #F8F9FB;
}

/* line 901, ../sass/screen.scss */
.pager {
  margin: 0;
  padding: 0;
}

/* line 906, ../sass/screen.scss */
.pager li a i {
  position: relative;
  background-color: #F1773D;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  margin: 0 10px;
}

/* line 919, ../sass/screen.scss */
.portfolio-filter ul {
  margin-bottom: 30px;
}

/* line 923, ../sass/screen.scss */
.portfolio-filter ul li {
  border-radius: 0;
  background-color: #ffffff !important;
  display: inline-block;
  margin: 0 5px 0 0;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
}

/* line 933, ../sass/screen.scss */
.portfolio-filter ul li:last-child:after {
  content: "";
}

/* line 937, ../sass/screen.scss */
.pager li > a,
.pager li > span {
  font-size: 12px;
  border: 1px dashed #ededed;
  padding: 10px 10px;
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  color: #212121;
  border-radius: 0;
  letter-spacing: 1px;
  font-weight: bold;
}

/* line 951, ../sass/screen.scss */
.portfolio-filter .btn-default:active:hover,
.portfolio-filter .btn-default.active:hover,
.portfolio-filter .btn-default:active:focus,
.portfolio-filter .btn-default.active:focus,
.portfolio-filter .btn-default:active.focus,
.portfolio-filter .btn-default.active.focus,
.portfolio-filter .btn-default {
  font-size: 12px;
  border: 1px dashed #ededed;
  padding: 6px 20px;
  background-color: #ffffff !important;
  box-shadow: none !important;
  outline: none !important;
  color: #212121;
  letter-spacing: 1px;
  font-weight: bold;
  min-width: 100%;
}

/* line 969, ../sass/screen.scss */
.portfolio-filter .btn-default:active:hover,
.portfolio-filter .btn-default.active:hover,
.portfolio-filter .btn-default:active:focus,
.portfolio-filter .btn-default.active:focus,
.portfolio-filter .btn-default:active.focus,
.portfolio-filter .btn-default.active.focus,
.portfolio-filter .btn-default:hover,
.portfolio-filter .btn-default.active,
.portfolio-filter .btn-default:focus {
  border-color: #ea7e4f;
  color: #ea7e4f;
}

/* line 982, ../sass/screen.scss */
#fourcol {
  overflow: visible !important;
}

/* line 986, ../sass/screen.scss */
#fourcol .pitem {
  padding: 15px !important;
}

/* line 990, ../sass/screen.scss */
#fourcol .pitem img {
  width: 100%;
}

/* line 994, ../sass/screen.scss */
.item-h2,
.item-h1 {
  height: 100% !important;
  height: auto !important;
}

/* line 1000, ../sass/screen.scss */
.isotope-item {
  z-index: 2;
  padding: 0;
}

/* line 1005, ../sass/screen.scss */
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/* line 1010, ../sass/screen.scss */
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

/* line 1018, ../sass/screen.scss */
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

/* line 1024, ../sass/screen.scss */
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

/* line 1030, ../sass/screen.scss */
.entry {
  position: relative;
  padding: 0 !important;
  margin-bottom: 0;
}

/* line 1036, ../sass/screen.scss */
.post-media img {
  width: 100%;
}

/* line 1040, ../sass/screen.scss */
.magnifier {
  position: absolute;
  top: 0;
  cursor: pointer;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background-color: rgba(0, 34, 64, 0.6);
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* line 1060, ../sass/screen.scss */
.magnifier .large-post-meta {
  position: absolute;
  bottom: 0;
  background-color: #ffffff;
  left: 0;
  border-bottom: 1px solid #f4f4f7;
  right: 0;
}

/* line 1069, ../sass/screen.scss */
.magnibutton i {
  margin: -20px auto;
  top: 50%;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  display: block;
  width: 50px;
  height: 50px;
  color: #ffffff;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  border-radius: 75px;
  line-height: 50px;
  color: #ffffff !important;
  background-color: #ea7e4f;
  border-color: #ea7e4f;
}

/* line 1089, ../sass/screen.scss */
.boxes:hover .magnifier,
.entry:hover .magnifier {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 1096, ../sass/screen.scss */
.work-flow {
  padding-bottom: 40px;
}
/* line 1098, ../sass/screen.scss */
.work-flow .flows {
  background: url(../images/bg/chart-line.png) center 42px no-repeat;
  position: relative;
  max-width: 970px;
  margin: 0 auto;
}
/* line 1103, ../sass/screen.scss */
.work-flow .flows .service-logo {
  width: 126px;
  padding: 3px;
  height: 126px;
  margin-left: -63px;
  position: absolute;
  left: 50%;
  top: 114px;
  display: table;
  border-radius: 50%;
  text-align: center;
}
/* line 1115, ../sass/screen.scss */
.work-flow .flows .first {
  margin-bottom: 45px;
}
/* line 1118, ../sass/screen.scss */
.work-flow .flows h3 {
  font-weight: 400;
  line-height: 140%;
  font-family: "Merriweather", serif;
  font-size: 18px;
  color: #435f9c;
}
/* line 1124, ../sass/screen.scss */
.work-flow .flows h3 i {
  display: inline-block;
  font-size: 208.00%;
  color: #ea7e4f;
  border: 1px solid #435f9c;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  clear: both;
  text-align: center;
  line-height: 70px;
  margin-bottom: 10px;
}

/* line 1141, ../sass/screen.scss */
.service-listing {
  margin-top: 60px;
}
/* line 1144, ../sass/screen.scss */
.service-listing .item-image {
  position: relative;
}
/* line 1146, ../sass/screen.scss */
.service-listing .item-image .item-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
/* line 1150, ../sass/screen.scss */
.service-listing .item-image .item-icon i {
  background-color: transparent;
  border: 1px dashed #ffffff;
  color: #ffffff !important;
  display: inline-block;
  font-size: 18px;
  height: 41px;
  line-height: 41px;
  position: relative;
  text-align: center;
  transition: color 0.3s ease 0s;
  width: 41px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
/* line 1169, ../sass/screen.scss */
.service-listing .box {
	background-color: #F8F9FB;
	box-shadow: 0 5px 0 rgba(0, 0, 0, 0.04);
	min-height: 19px;
	margin-bottom: 30px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
/* line 1175, ../sass/screen.scss */
.service-listing .box h2 {
  font-family: "Merriweather", serif;
  font-size: 18px;
}
/* line 1178, ../sass/screen.scss */
.service-listing .box h2 a {
  color: #435f9c;
}
/* line 1182, ../sass/screen.scss */
.service-listing .box h4 {
  font-size: 15px;
  color: #999;
  font-weight: 400;
}

/* line 1190, ../sass/screen.scss */
.cta {
  background: #f7f7f7;
  padding: 20px 0;
  color: #333;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
/* line 1195, ../sass/screen.scss */
.cta .page-title.lead {
  color: #435f9c;
}

/* line 1201, ../sass/screen.scss */
.service-quote .service-quote-inner {
  position: relative;
  min-height: 170px;
}
/* line 1204, ../sass/screen.scss */
.service-quote .service-quote-inner img {
  position: absolute;
  right: 0;
  top: -80px;
}
/* line 1209, ../sass/screen.scss */
.service-quote .service-quote-inner h1 {
  font-family: "Playfair Display";
  font-style: italic;
  color: #ea7e4f;
  font-size: 30px;
  position: relative;
  margin: 50px 0 0;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
}

/* line 1220, ../sass/screen.scss */
.service-feature {
  padding: 20px 0;
}
/* line 1222, ../sass/screen.scss */
.service-feature .page-title {
  color: #435f9c;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 1228, ../sass/screen.scss */
.service-feature ol {
  padding-left: 20px;
}

/* line 1233, ../sass/screen.scss */
.service-terms {
  padding: 30px 0 20px;
  background: #f7f7f7;
}
/* line 1236, ../sass/screen.scss */
.service-terms .page-title {
  color: #435f9c;
  font-size: 24px;
  margin-bottom: 20px;
}
/* line 1240, ../sass/screen.scss */
.service-terms .page-title span {
  display: inline;
  font-weight: 700;
  color: #ea7e4f;
  font-size: 24px;
}

/* line 1250, ../sass/screen.scss */
.list-check li {
  background: url(../images/icons/check.png) no-repeat left top;
  padding: 0 0 0 35px;
  min-height: 25px;
  margin-bottom: 10px;
}
/* line 1257, ../sass/screen.scss */
.list-check.white li {
  background: url(../images/icons/check-white.png) no-repeat left top;
}

/* line 1263, ../sass/screen.scss */
.list-cancel li {
  background: url(../images/icons/cancel.png) no-repeat left top;
  padding: 0 0 0 35px;
  min-height: 25px;
  margin-bottom: 10px;
}

/* line 1271, ../sass/screen.scss */
.list-team li {
  background: url(../images/icons/team.png) no-repeat left top;
  padding: 0 0 0 40px;
  min-height: 25px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1571b;
  -moz-box-shadow: 0 1px 0 #ef9f7d;
  -webkit-box-shadow: 0 1px 0 #ef9f7d;
  box-shadow: 0 1px 0 #ef9f7d;
}
/* line 1279, ../sass/screen.scss */
.list-team li:last-child {
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 1283, ../sass/screen.scss */
.list-team li em {
  display: block;
  font-size: 13px;
}

/* line 1290, ../sass/screen.scss */
.why-us {
  padding: 30px 0 20px;
  background: #435f9c;
  color: #fff;
  margin-top: 50px;
  font-size: 15px;
}
/* line 1296, ../sass/screen.scss */
.why-us .page-title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
}
/* line 1301, ../sass/screen.scss */
.why-us .btn {
  border-color: #fff;
}
/* line 1303, ../sass/screen.scss */
.why-us .btn:hover {
  border-color: #ea7e4f;
}
/* line 1307, ../sass/screen.scss */
.why-us .testimonial {
  position: relative;
  margin-top: -60px;
  background: #ea7e4f;
  padding: 20px;
  box-shadow: 4px 4px 0 rgba(255, 255, 255, 0.6);
}
/* line 1313, ../sass/screen.scss */
.why-us .testimonial h4 {
  font-family: "Playfair Display";
  font-size: 18px;
  line-height: 1.6;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  margin-bottom: 25px;
}

/* line 1323, ../sass/screen.scss */
.contact-form {
  background: #eee;
  padding: 30px 20px;
}

/* line 1328, ../sass/screen.scss */
.location {
  background: #435f9c;
  color: #fff;
  padding: 20px 15px;
  font-size: 14px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
/* line 1334, ../sass/screen.scss */
.location .page-title {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}

/* line 1341, ../sass/screen.scss */
.modal {
  text-align: center;
  padding: 0 !important;
}

/* line 1346, ../sass/screen.scss */
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

/* line 1354, ../sass/screen.scss */
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/* line 1360, ../sass/screen.scss */
.modal-content {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: none;
  border: 0;
}
/* line 1366, ../sass/screen.scss */
.modal-content .heading {
  color: #fff;
  margin-bottom: 40px;
}
/* line 1369, ../sass/screen.scss */
.modal-content .heading h2 {
  font-family: "Playfair Display";
  color: #fff;
  font-size: 36px;
}
/* line 1375, ../sass/screen.scss */
.modal-content .form-wrap {
  background: #0c1c29;
  padding: 20px;
}
/* line 1378, ../sass/screen.scss */
.modal-content .form-wrap h1 {
  font-family: "Playfair Display";
  color: #fff;
  font-size: 36px;
  font-style: italic;
  margin: 0 0 20px;
}
/* line 1384, ../sass/screen.scss */
.modal-content .form-wrap h1 .fa {
  color: #ea7e4f;
  margin-right: 10px;
}
/* line 1389, ../sass/screen.scss */
.modal-content .form-wrap h4 {
  margin: 10px 0 0;
  font-family: "Playfair Display";
  color: #fff;
  font-size: 15px;
}

/* line 1398, ../sass/screen.scss */
.step-2, .step-3 {
  display: none;
}

/* line 1402, ../sass/screen.scss */
.modal-backdrop {
  background: #435f9c;
}
/* line 1404, ../sass/screen.scss */
.modal-backdrop.in {
  filter: alpha(opacity=100);
  opacity: 1;
}

@-webkit-keyframes click-wave {
  0% {
    width: 40px;
    height: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    width: 200px;
    height: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0.0;
  }
}
@-moz-keyframes click-wave {
  0% {
    width: 40px;
    height: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    width: 200px;
    height: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0.0;
  }
}
@-o-keyframes click-wave {
  0% {
    width: 40px;
    height: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    width: 200px;
    height: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0.0;
  }
}
@keyframes click-wave {
  0% {
    width: 40px;
    height: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    width: 200px;
    height: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0.0;
  }
}
/* line 1471, ../sass/screen.scss */
.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 0;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.15s ease-out 0;
  -moz-transition: all 0.15s ease-out 0;
  transition: all 0.15s ease-out 0;
  background: #ea7e4f;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  outline: none;
  position: relative;
  z-index: 1000;
}

/* line 1495, ../sass/screen.scss */
.option-input:hover {
  background: #ea7e4f;
}

/* line 1497, ../sass/screen.scss */
.option-input:checked {
  background: #ea7e4f;
}

/* line 1499, ../sass/screen.scss */
.option-input:checked::before {
  width: 40px;
  height: 40px;
  position: absolute;
  content: '\2714';
  display: inline-block;
  font-size: 26.66667px;
  text-align: center;
  line-height: 40px;
}

/* line 1510, ../sass/screen.scss */
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #ea7e4f;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}

/* line 1521, ../sass/screen.scss */
.option-input.radio {
  border-radius: 0;
  margin: 0;
  margin-right: 10px;
}

/* line 1523, ../sass/screen.scss */
.option-input.radio::after {
  border-radius: 0;
}

/* line 1526, ../sass/screen.scss */
.radio-btns label {
  vertical-align: middle;
  font-size: 14px;
  background: #435f9c;
  display: block;
  margin: 15px 0;
  cursor: pointer;
  font-weight: 400;
  color: #fff;
}

/* line 1537, ../sass/screen.scss */
.btn-step {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 4px solid #ea7e4f;
  background: #fff;
  position: absolute;
  bottom: -35px;
  left: 50%;
  margin-left: -35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ea7e4f;
}

/* line 1538, ../sass/screen.scss */
.btn-step span {
  display: block;
  position: absolute;
  top: -33px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  font-size: 0.7777777778em;
  width: 100px;
  left: 50%;
  margin-left: -50px;
  text-transform: uppercase;
  transition: color .15s;
}

/* line 1540, ../sass/screen.scss */
.careerimg {
  margin-top: 40px;
  position: relative;
  left: -30px;
}

/* line 1547, ../sass/screen.scss */
.modal .modal-header {
  border: 0;
}
/* line 1549, ../sass/screen.scss */
.modal .modal-header .btn {
  min-width: 40px;
  background: #ea7e4f;
  border-color: #ea7e4f;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  padding: 10px 12px;
  text-shadow: none;
}
/* line 1556, ../sass/screen.scss */
.modal .modal-header .btn:hover {
  background: #fff;
  border-color: #fff;
}
/* line 1563, ../sass/screen.scss */
.modal .form-group > label {
  font-weight: 400;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  margin: 0;
  padding: 6px 12px;
  background: #435f9c;
}
/* line 1572, ../sass/screen.scss */
.modal .form-group .checkbox {
  background: #fff;
  margin-top: 0;
  min-height: 42px;
  padding: 6px 12px;
}
/* line 1579, ../sass/screen.scss */
.modal .thanks-msg {
  color: #fff;
}

/* line 1584, ../sass/screen.scss */
.mission {
  position: relative;
  background: url(../images/bg/about-bg.jpg) no-repeat left center;
  background-size: cover;
  color: #fff;
  padding: 0 0 20px;
}
/* line 1590, ../sass/screen.scss */
.mission:before {
  background: transparent;
  /* Old browsers */
  background: -moz-linear-gradient(left, transparent 49%, #ea7e4f 49%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, transparent 49%, #ea7e4f 49%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 49%, #ea7e4f 49%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#ea7e4f',GradientType=1 );
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
}
/* line 1602, ../sass/screen.scss */
.mission .page-title {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 24px;
}
/* line 1608, ../sass/screen.scss */
.mission h4 {
  font-family: "Merriweather", serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* line 1616, ../sass/screen.scss */
.best-features {
  padding: 30px 0;
}
/* line 1618, ../sass/screen.scss */
.best-features img {
  margin-bottom: 20px;
}
/* line 1621, ../sass/screen.scss */
.best-features .panel-group .panel + .panel {
  margin-top: 10px;
}
/* line 1624, ../sass/screen.scss */
.best-features .panel-group .panel {
  border-color: #435f9c;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 1628, ../sass/screen.scss */
.best-features .panel-default > .panel-heading {
  border-color: #435f9c;
  background-color: #435f9c;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
}
/* line 1634, ../sass/screen.scss */
.best-features .panel-default > .panel-heading h4 a {
  font-weight: 400;
  text-decoration: none !important;
  line-height: 25px;
  display: block;
}
/* line 1639, ../sass/screen.scss */
.best-features .panel-default > .panel-heading h4 a .icon {
  margin-right: 15px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
}
/* line 1644, ../sass/screen.scss */
.best-features .panel-default > .panel-heading h4 a .icon.icon-plus {
  background: url(../images/icons/plus.png) no-repeat center;
  width: 24px;
  height: 24px;
}
/* line 1649, ../sass/screen.scss */
.best-features .panel-default > .panel-heading h4 a .icon.icon-minus {
  background: url(../images/icons/minus.png) no-repeat center;
  width: 24px;
  height: 24px;
}

/* line 1660, ../sass/screen.scss */
.cd-horizontal-timeline {
  opacity: 0;
  padding: 30px 0 0px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  background: url(../images/bg/history.jpg) no-repeat bottom center;
  background-size: cover;
}

/* line 1669, ../sass/screen.scss */
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}

/* line 1674, ../sass/screen.scss */
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}

/* line 1678, ../sass/screen.scss */
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}

/* line 1685, ../sass/screen.scss */
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}

/* line 1691, ../sass/screen.scss */
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
  display: none;
}

/* line 1701, ../sass/screen.scss */
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: -webkit-linear-gradient(left, #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
}

/* line 1706, ../sass/screen.scss */
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-linear-gradient(right, #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
}

/* line 1711, ../sass/screen.scss */
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}

/* line 1724, ../sass/screen.scss */
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #435f9c;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

/* line 1747, ../sass/screen.scss */
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  text-decoration: none !important;
  color: #435f9c;
}

/* line 1764, ../sass/screen.scss */
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}

/* line 1785, ../sass/screen.scss */
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #7b9d6f;
  border-color: #7b9d6f;
}

/* line 1789, ../sass/screen.scss */
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}

/* line 1792, ../sass/screen.scss */
.cd-horizontal-timeline .events a.selected::after {
  background-color: #ea7e4f;
  border-color: #435f9c;
}

/* line 1796, ../sass/screen.scss */
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #435f9c;
}

@media only screen and (min-width: 1100px) {
  /* line 1800, ../sass/screen.scss */
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}
/* line 1806, ../sass/screen.scss */
.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #435f9c;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

/* line 1830, ../sass/screen.scss */
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/icons/right.png) no-repeat 0 0;
}

/* line 1847, ../sass/screen.scss */
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

/* line 1855, ../sass/screen.scss */
.cd-timeline-navigation a.next {
  right: 0;
}

/* line 1858, ../sass/screen.scss */
.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f;
}

/* line 1861, ../sass/screen.scss */
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}

/* line 1864, ../sass/screen.scss */
.cd-timeline-navigation a.inactive::after {
  background: url(../images/icons/right-gray.png) no-repeat 0 0;
}

/* line 1867, ../sass/screen.scss */
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

/* line 1871, ../sass/screen.scss */
.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}

/* line 1880, ../sass/screen.scss */
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

/* line 1900, ../sass/screen.scss */
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

/* line 1911, ../sass/screen.scss */
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}

/* line 1916, ../sass/screen.scss */
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}

/* line 1921, ../sass/screen.scss */
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}

/* line 1926, ../sass/screen.scss */
.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}

/* line 1930, ../sass/screen.scss */
.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;
  font-size: 2.6rem;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2;
}

/* line 1937, ../sass/screen.scss */
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}

/* line 1942, ../sass/screen.scss */
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}

/* line 1945, ../sass/screen.scss */
.cd-horizontal-timeline .events-content p {
  font-size: 15px;
  color: #959595;
}

/* line 1949, ../sass/screen.scss */
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}

@media only screen and (min-width: 768px) {
  /* line 1953, ../sass/screen.scss */
  .cd-horizontal-timeline .events-content h2 {
    font-size: 7rem;
  }

  /* line 1956, ../sass/screen.scss */
  .cd-horizontal-timeline .events-content em {
    font-size: 2rem;
  }

  /* line 1959, ../sass/screen.scss */
  .cd-horizontal-timeline .events-content p {
    font-size: 15px;
  }
}
@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
/* line 2041, ../sass/screen.scss */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
}

/* line 2051, ../sass/screen.scss */
.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

/* line 2065, ../sass/screen.scss */
.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 2074, ../sass/screen.scss */
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

/* line 2088, ../sass/screen.scss */
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

/* line 2092, ../sass/screen.scss */
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

/* line 2096, ../sass/screen.scss */
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

/* line 2100, ../sass/screen.scss */
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

/* line 2104, ../sass/screen.scss */
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

/* line 2108, ../sass/screen.scss */
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
/* line 2143, ../sass/screen.scss */
.sk-folding-cube .sk-cube1:before, .sk-folding-cube .sk-cube3:before {
  background-color: #EA7E4F;
}

/* line 2146, ../sass/screen.scss */
.sk-folding-cube .sk-cube2:before, .sk-folding-cube .sk-cube4:before {
  background-color: #435F9C;
}

/* line 2150, ../sass/screen.scss */
.progress-bar {
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 2153, ../sass/screen.scss */
.progress-bar.position {
  margin: 30px auto 15px;
  float: none;
}
/* line 2157, ../sass/screen.scss */
.progress-bar div span {
  color: #ea7e4f;
  font-family: "Playfair Display";
  font-weight: 700;
}

/* line 2164, ../sass/screen.scss */
.expertise h4 {
  font-family: "Merriweather", serif;
  font-size: 14px;
  color: #0c1c29;
  font-weight: 700;
}

/* line 2176, ../sass/screen.scss */
.download-title {
  background-color: #F8F9FB;
  padding: 20px;
  margin-bottom: 40px;
  position: relative;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.04) !important;
}
/* line 2182, ../sass/screen.scss */
.download-title h4 {
  font-family: "Merriweather", serif;
  font-size: 15px;
  margin: 8px 0;
  color: #0c1c29;
}
/* line 2188, ../sass/screen.scss */
.download-title a {
  text-decoration: none !important;
  font-size: 14px;
}
/* line 2191, ../sass/screen.scss */
.download-title a img {
  margin-right: 5px;
}

/* line 2198, ../sass/screen.scss */
.messages .alert {
  margin: 0;
  padding: 10px 0;
  padding-left: 35px;
  color: #ea7e4f;
}
/* line 2203, ../sass/screen.scss */
.messages .alert.danger {
  background: url(../images/icons/cancel.png) no-repeat left center;
}
/* line 2206, ../sass/screen.scss */
.messages .alert.success {
  background: url(../images/icons/check.png) no-repeat left center;
}

/* line 2212, ../sass/screen.scss */
.service-quote .service-quote-inner {
  margin: 0 -15px;
}

@media (min-width: 1200px) {
  /* line 2217, ../sass/screen.scss */
  .portfolio-title h4 {
    max-width: 170px;
  }
}
@media (max-width: 1023px) {
  /* line 2221, ../sass/screen.scss */
  header, .navbar-default, .projects .project-list {
    position: static;
  }

  /* line 2222, ../sass/screen.scss */
  .navbar-default .navbar-nav > li > a {
    padding: 15px 14px;
  }

  /* line 2225, ../sass/screen.scss */
  .carousel {
    margin-top: 10px;
  }

  /* line 2226, ../sass/screen.scss */
  .hero .hero-caption h1 {
    font-size: 24px;
  }

  /* line 2229, ../sass/screen.scss */
  .hero .hero-caption p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  /* line 2235, ../sass/screen.scss */
  body {
    font-size: 15px;
  }

  /* line 2236, ../sass/screen.scss */
  header, .navbar-default, .projects .project-list, .home header, .service-quote .service-quote-inner img {
    position: static;
  }

  /* line 2237, ../sass/screen.scss */
  .carousel .carousel-caption .caption-inner, .top-header p, .hero .hero-caption, .work-flow .flows .service-logo {
    display: none;
  }

  /* line 2238, ../sass/screen.scss */
  .navbar-default {
    margin: 0 -15px;
  }

  /* line 2239, ../sass/screen.scss */
  .carousel {
    margin: 0;
  }

  /* line 2240, ../sass/screen.scss */
  #fourcol .pitem {
    padding: 0 !important;
  }

  /* line 2241, ../sass/screen.scss */
  header, header .text-right {
    text-align: center;
  }

  /* line 2242, ../sass/screen.scss */
  .main-header .header-contact {
    text-align: left;
  }
  /* line 2242, ../sass/screen.scss */
  .main-header .header-contact li {
    margin: 10px 0;
  }

  /* line 2243, ../sass/screen.scss */
  .navbar-default .navbar-collapse {
    padding: 0;
  }

  /* line 2244, ../sass/screen.scss */
  .navbar-default .navbar-nav > li > a {
    padding: 8px 30px;
  }

  /* line 2245, ../sass/screen.scss */
  .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > .active:first-child > a, .navbar-default .navbar-nav > .active > a {
    background: none;
  }

  /* line 2246, ../sass/screen.scss */
  .navbar-default .navbar-nav.navbar-right > .active > a {
    background: #435f9c;
  }

  /* line 2247, ../sass/screen.scss */
  .text-over {
    margin: 20px 0 0;
  }

  /* line 2248, ../sass/screen.scss */
  footer .twitter-updates {
    line-height: 20px;
    padding: 10px 0;
  }

  /* line 2249, ../sass/screen.scss */
  .projects .project-list {
    transform: none;
    width: 100%;
    text-align: center;
    margin: 20px 0 0;
  }

  /* line 2250, ../sass/screen.scss */
  .projects .project-list img {
    max-width: 100%;
    width: 100%;
  }

  /* line 2251, ../sass/screen.scss */
  .projects {
    margin: 0 0 20px;
  }

  /* line 2252, ../sass/screen.scss */
  .testimonials .carousel p {
    font-size: 13px;
    line-height: 18px;
  }

  /* line 2253, ../sass/screen.scss */
  .mission:before {
    background: #ea7e4f;
  }

  /* line 2254, ../sass/screen.scss */
  footer .twitter-updates .tweets {
    min-height: 40px;
  }

  /* line 2255, ../sass/screen.scss */
  .portfolio-filter ul li {
    display: block;
    margin: 5px 0;
  }

  /* line 2256, ../sass/screen.scss */
  .tp-img {
    border-right: 0;
  }

  /* line 2257, ../sass/screen.scss */
  .navbar-default .navbar-nav, .work-flow .flows .text-right {
    text-align: left;
  }

  /* line 2258, ../sass/screen.scss */
  .navbar-default .navbar-nav > li .dropdown-menu {
    position: static;
    float: none;
    background: none;
    display: block !important;
    box-shadow: none;
    border: 0;
    margin-left: 30px;
  }

  /* line 2259, ../sass/screen.scss */
  .work-flow .flows {
    background: none;
  }

  /* line 2260, ../sass/screen.scss */
  .service-quote .service-quote-inner img, .why-us .testimonial {
    margin-top: 20px;
  }

  /* line 2261, ../sass/screen.scss */
  .service-quote .service-quote-inner h1, .modal-content .form-wrap h1 {
    font-size: 25px;
  }

  /* line 2262, ../sass/screen.scss */
  .navbar-default .navbar-nav, .work-flow .flows .text-right {
    margin-bottom: 0;
  }
}
