@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import 'https://fonts.googleapis.com/css?family=Montserrat';

/* ----------- General ----------- */
.vidhold {
	height: 410px;
	width: 100%;
}
.callout {
	padding-right: 0px;
}
/* .modal-transparent */

.modal-transparent {
  background: transparent;
}
.modal-transparent .modal-content {
  background: transparent;
}
.modal-backdrop.modal-backdrop-transparent {
  background: #ffffff;
}
.modal-backdrop.modal-backdrop-transparent.in {
  opacity: .9;
  filter: alpha(opacity=90);
}
.modal {
	background-color: rgba(255,255,255,0.94) !important;
}
ol li {
	margin-bottom: 10px; 
}
/* .modal-fullscreen */

.modal-fullscreen {
  background: transparent;
}
.modal-fullscreen .modal-content {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-backdrop.modal-backdrop-fullscreen {
  background: #ffffff;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
  opacity: .97;
  filter: alpha(opacity=97);
}

/* .modal-fullscreen */

.modal-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .modal-fullscreen .modal-dialog {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .modal-fullscreen .modal-dialog {
     width: 1170px;
  }
}

html,
body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  width:100%;
  height:100%;
}
html {
  display:table;
}
body {
  display:table-cell;
  vertical-align:middle;
}
body > .btn {
  display: block;
  margin: 0 auto;
}

blockquote {
	line-height: 25px;
}


	  .nav>li>a:focus, .nav>li>a:hover {background-color: transparent; color: #333; text-decoration: underline}
	  .toplinks {color: #333; font-weight: 600}
	  .footer-top {background-color: #222}
	  footer {
		  background-color: #f4f4f4;
		  color: #333;
		  padding: 40px 0px;
	  }
	  footer a {color: #333;}
	  footer a:hover {text-decoration: underline}
	body {
		background-color: white !important;
	}
	.hboxinner {
		box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
	}
	.tophead {
		background-color: white;
	    position: fixed;
	    z-index: 999999999;
	    width: 100%;
	    padding: 0 10px;
	    box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
	}
	.navbar .navbar-nav {
	    display: inline-block;
	    float: none;
	}
	.navbar {
	    height: 60px !important;
	}
	.navbar .navbar-collapse {
	    text-align: center;
	}
	.culturepic img:hover {
	    opacity: 0.5;
	    filter: alpha(opacity=50); /* For IE8 and earlier */
	}
    .title1 {
        font-family: "Open Sans Condensed", sans-serif;
        font-size: 68px;
        font-weight: 400;
        line-height: 55px;
        letter-spacing: -4.3px;
        text-align: right;
    }
    .threed {
        z-index: 999999;
        position: fixed;
        width: 100%;
        top: 49px;
    }
    .ouroffice {
        background-image: url('../images/office1.jpg');
        height: 475px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 70%;
    }
    .pic2 {
        background-image: url('../images/pic1.jpg');
        height: 400px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-bottom: 15px;
        background-position: 50% 70%;
    }
    .pic1 {
        background-image: url('../images/pic2.jpg');
        height: 230px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 10%;
    }
    .testimonials blockquote {
        background: #f8f8f8 none repeat scroll 0 0;
        border: medium none;
        color: #666;
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px;
        position: relative;
    }
    .testimonials blockquote::before {
        width: 0; 
        height: 0;
        right: 0;
        bottom: 0;
        content: " "; 
        display: block; 
        position: absolute;
        border-bottom: 20px solid #eee;    
        border-right: 0 solid transparent;
        border-left: 15px solid transparent;
        border-left-style: inset; /*FF fixes*/
        border-bottom-style: inset; /*FF fixes*/
    }
    .testimonials blockquote::after {
        width: 0;
        height: 0;
        right: 0;
        bottom: 0;
        content: " ";
        display: block;
        position: absolute;
        border-style: solid;
        border-width: 20px 20px 0 0;
        border-color: #38869c transparent transparent transparent;
    }
    .testimonials .carousel-info img {
        border: 1px solid #f5f5f5;
        border-radius: 150px !important;
        height: 75px;
        padding: 3px;
        width: 75px;
    }
    .testimonials .carousel-info {
        overflow: hidden;
    }
    .testimonials .carousel-info img {
        margin-right: 15px;
    }
    .testimonials .carousel-info span {
        display: block;
    }
    .testimonials span.testimonials-name {
        color: #2e87c8;
        font-size: 16px;
        font-weight: 300;
        margin: 13px 0 7px;
    }
    .testimonials span.testimonials-post {
        color: #656565;
        font-size: 12px;
    }
    .caption1 h3 {
        color: white;
        font-size: 18px;
          font-weight: 500;
          text-shadow: 1px 1px rgba(0,0,0,0.7); 
          background: rgba(0,0,0,0.5);
          width: 40%;
          padding: 20px;
          position: absolute;
          top: 250px;
    }
    .caption2 h3 {
          color: white;
          font-weight: 500;
          text-shadow: 1px 1px rgba(0,0,0,0.7); 
          background: rgba(0,0,0,0.5);
          width: 50%;
          padding: 20px;
          position: absolute;
          
    }
    .footmeta a:hover, .footlinks a:hover {
	    color: #333;
	    text-decoration: underline;
    }
    .footlinks li a {
	    color: #333;
	    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    }
      .linkedin-box {
          background: url('../images/linkedin.jpg');
          background-size: cover;
          background-position: center center;
          background-color: #2a6475; 
          color: white;
          min-height: 180px; 
          padding:25px 20px 25px 20px;
      }
    @media screen and (min-width: 769px) and (max-width:1024px) {
	    .mobshift {
		    margin-left: 10px;
	    }
	    .callout,
	    nopad {
		    padding: 0px;
	    }
	    .mpad {
		    padding: 15px !important;
	    }
	    .hboxinner {
		    padding: 10px 15px !important;
	    }
	    .vidhold {
		    height: 330px !important;
	    }
	    .caption1 h3 {
		    width: 60%;
		    font-size: 16px;
	    }
	    .caption2 h3 {
		    width: 60%;
	    }
	    .pic2 {
		    height: 150px;
	    }
	    .pic1 {
		    height: 150px
	    }
	    .hbox p {
		    font-size: 1.25rem;
	    }
	    .culturepic {
		    height: 350px !important;
	    }
	    
    }
    @media screen and (min-width:551px) and (max-width:768px) {
	    .mobshift {
		    margin-left: 10px;
	    }
	    .callout,
	    .nopad {
		    padding: 0px;
	    }
	    .pic1,
	    .pic2 {
		    height: 300px;
	    }
	    .mpad {
		    padding: 15px !important;
	    }
	    .vidhold {
		    height: 100% !important;
	    }
	    .hboxinner {
		    padding: 0px;
	    }
    }
    @media screen and (max-width: 550px) {
	    .mobshift {
		    margin-left: 10px;
	    }
	    .callout,
	    .nopad {
		    padding: 0px;
	    }
	    .mpad {
		    padding: 15px !important;
	    }
	    .hboxinner {
		    padding: 0px;
	    }
	    .vidhold {
		    height: 100% !important;
		    margin-bottom: 20px;
	    }
        .ouroffice {
            height: 200px;
        }
        .caption1 h3 {
	        width: 60%;
        }
        .caption2 h3 {
            width: 40%;
            font-size: 18px;
        }
        .pic2 {
            height: 200px;
            margin-left: -15px;
            margin-top: 15px;
        }
        .pic1 {
            height: 200px;
            margin-left: -15px;
        }
        .box1,
        .box2,
        .box3,
        .box4 {
            margin-left: -15px;
            margin-top: 10px;
        }
        .desc {
            padding: 30px 5px;
        }
        .hbox {
            padding: 15px !important;
        }
        .hboxinner h3 {
            padding: 0 10px 0 10px !important;
        }
        .hboxinner p {
            padding: 0 10px !important;
            line-height: 1.5 !important;
        }
        .lightwidget {
            min-height:350px !important;
        }
        #sidebar {
            margin-right:-15px;
        }
        #sidebar .well,
        #sidebar .hboxinner {
            margin-left:-15px;
        }
    }
    .opened {
	    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    }



.toplinks {
	font-weight: 600 !important;
}


body {
  background-color: #EEF0F3;
  font-family: 'Open Sans', 'sans-serif';
  font-size: 16px;
}

.container {
    max-width: 1600px; /* Keeps pictures from getting too big on large screens */
}

._li {
	color: white !important;
}
h1 {
	margin-top: 10px;
}
h1,
h2,
h3,
h4 {
    font-family: 'Montserrat', sans-serif;
}
.h3ading {
	background-color: #2e87c8;
    padding-bottom: 25px;
    margin-bottom: 45px;
    padding-top: 20px;
}
a:hover, .page-title-content h1, .dropcap1, .content a, .pricing-table-alt .pricing-row, .active .accordion-arrow:before, .tooltip,
table th, .single-navigation a:hover, .page-description a, .tweet_text a:hover, .tweet_time a:hover, .widget-contact-info p.widget-sub-title,
.widget-blogpost-date a:hover, .format-news h4:hover, .format-news h2:hover {
	color: #2e87c8;
}
.tithead {
	font-size: 32px;
	line-height: 40px;
}
.titheadp {
	line-height: 28px;
}
.titmeta {
	color: #666;
	font-size: 14px;
}
.hboxinner {
	background-color: white;
	padding: 40px;
}
.hbox h1 {
	text-align: left;
}
.page-title {
    color: #fff;
    font-size: 3em;
    text-transform: uppercase;
    padding-top: 30px; 
    padding-bottom: 10px;
}
.sidebar-title {
    background: #222;
    color: #fff;
    padding: 15px 20px;
    text-transform: uppercase;
}
.service-circle {
    background: #38869C;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    line-height: 80px;
    font-size: 34px;
    color: #fff;
}
.service-box {
    background: #fff;
    padding: 40px 30px 30px 30px;
    min-height: 330px;
}
.well {
    border-radius: 0 !important;
}
/* ----------- Navbar ----------- */

.navbar-inverse .navbar-nav>li>a {
	color: #cecece;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.navbar {
	border-radius: 0px !important;
	margin-bottom: 0px;
	padding-left: 3%;
	padding-right: 4%;
    border: none;
}
.navbar-header {
    padding: 5px 0;
}
.navbar-header img {
	float: left;
	width: 50px;
	padding: 9px 3px 0px 15px;
}
.navbar-brand {
	text-transform: uppercase;
	font-size: 24px;
	color: white !important;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	color: #2e2e2e;
    font-weight: 600;
    border-left: 2px solid #2e87c8;
    border-radius: 0px;
    background-color: transparent !important;
}
.navbar-inverse .navbar-nav>.active>a, 
.navbar-inverse .navbar-nav>.active>a:focus, 
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #222;
    background: #fff;
}
.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 92%;
	right: 4% !important;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #2e87c8;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}
/* ----------- Carousel ----------- */
.carousel-caption {top: 7%; left: 0%; right: 25%; width: 100%}

.carousel-inner .item img {
	width: 100%;
}
.carousel-control {
	top: 52%;
  width: 30px;
  height: 30px;
  background: none !important;

}
.left.carousel-control {
  left: 20px;
}
.right.carousel-control {
  right: 20px;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  line-height: 18px;
  text-shadow: none;
  color: #333;
}

/*-------------------------------*/
/*      Code snippet by          */
/*      @maridlcrmn              */
/*-------------------------------*/


section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 40px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #3585d4;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}
.testimonial-name {
    color: blue;
}

/* ----------- Footer ----------- */
footer {
	color: #989898;
    font-family: 'Montserrat', sans-serif;
    padding-top: 40px;
}
.footer-top {
    margin-top: 20px;
    padding: 15px 0;
    background: #363636;
}
.footimg {
	float: left;
	width: 50px;
	padding: 9px 3px 0px 15px;
    margin-left: 20px;
}
footer .navbar-brand {
    padding: 3px; 
    font-size: 1.5em;
}
.footmeta {
    float: left;
    font-size: 16px;
    padding-left: 40px;
    line-height: 26px;
    width: 100%;
}
.footmeta a,
.footlinks a {
    color: #989898;
}
.footmeta a:hover,
.footlinks a:hover {
    color: #fff;
    text-decoration: none;
}
.footlinks {
	list-style-type: none;
    padding-left: 0px;
    line-height: 45px;
    font-size: 13px;
}
.about-widget h3 {
    margin-top: 0;
    color: #fff;
}
.about-widget p {
    font-size: 14px;
    font-weight: 200;
    line-height: 1.75;
}
.badges {
    padding-left: 0;
    margin-top:-10px;
}
.badges li {
    display: inline-block;
}
.bbb iframe {
    margin-top: 20px;
}
.glassdoor {
    width: 40%;
}
.glassdoor img {
    width: 100%;
    margin-top:-47px;
    padding-left: 20px;
    max-width: 200px;
}
.socials {
	margin-left: 40px;
}
.socials a i{
	padding: 5px 40px 5px 0;
    font-size: 24px;
    color: #fff;
}
.copyright {
    padding-bottom: 20px;
}
.copyright p {
    text-align: center;
    padding-top: 10px;
    color: #989898;
    font-size: 12px;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
}
.btn-sm {
    border-radius: 0;
}

/* ----------- Media queries ----------- */
@media (min-width: 1200px) {
	.container {
		width: 94%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width:991px) and (max-width:1200px) {
    footer .navbar-brand {
        font-size: 1em;
    }
}

@media (min-width:768px) {
    .navbar-nav>li {
        padding: 0 10px;
    }
}

@media (max-width:991px) {
    .navbar-inverse .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    footer {
        padding: 20px 10px 0 10px;
    }
    .footmeta {
        padding-left: 0;
    }
    .footimg {
        margin-left: 0;
        padding: 9px 10px 15px 0;
    }
    footer .navbar-brand {
        font-size: 1.2em;
        padding-top: 10px;
    }
    .socials {
        margin-left: 0;
        text-align: center;
    }
}

@media (max-width: 550px) {
    .navbar-brand {
        font-size: 16px;
    }
    .socials a i {
        padding: 0 12px 0 0;
        font-size: 18px;
    }
    .social-links li {
        width: 50px;
        height: 50px;
        margin-top: 10px;
        margin-right: 5px;
        line-height: 50px;
        font-size: 24px;
    }
    .bx-wrapper .bx-caption span {
        font-size: 14px;
    }
    .service-box {
        margin-top:15px;
    }
}

/* ----------- Do not delete - makes navbar toggle visible at 1300px ----------- */
@media screen and (max-width: 1300px) {
    .navbar-header {
    float: none;
	}
	.navbar-toggle {
	    display: block;
	}
	.navbar-collapse.collapse {
	    display: none!important;
	}
	.navbar-collapse.collapse.in {
	    display: block!important;
	}
	.navbar-nav {
	    float: none!important;
	}
	.navbar-nav>li {
	    float: none;
	}
    .navbar-nav>li>.dropdown-menu {
	    position: static;
	    float: none;
	    width: auto;
	    margin-top: 0;
	    background-color: transparent;
	    border: 0;
	    box-shadow: none;
	}
	.dropdown-menu>li>a {
		color: #fff;
		padding-top: 15px;
	}
}