@import url('https://fonts.googleapis.com/css?family=Roboto:400');
@import url('https://fonts.googleapis.com/css?family=Montserrat:600');
/*-------------------------------------------------------------------*/
/**
 * ===============================
 *  Defult CSS
 * ===============================
 */
html * {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::selection {
  background: #901335;
  text-shadow: none;
  color: #fff
}
::-moz-selection {
  background: #901335;
  text-shadow: none;
  color: #fff;
}
img::selection {
  background: 0 0;
}
img::-moz-selection {
  background: 0 0;
}
a, button {
  text-decoration: none !important;
  cursor: pointer !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:focus {
  outline: 0;
}
#info + .readmore-js-toggle {
  padding-bottom: 1.5em;
  border-bottom: 1px solid #999;
  font-weight: bold;
}
body {
  overflow-x: hidden;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #212529;
}
img {
  /*width: 100%;*/
}
.text-muted {
  color: #777;
  font-weight: 400;
}
.text-primary {
  color: #fed136;
}
p {
  font-size: 1.000em;
  line-height: 1.714em;
  margin: 0 0 22px;
}
p.large {
  font-size: 1.000em;
}
a, a:hover, a:focus, a:active, a.active {
  outline: 0;
  text-decoration: none;
}
a {
  /*color: #fed136;*/
  color: #901335;
}
a:hover, a:focus, a:active, a.active {
  color: #fec503;
}
.help-block {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Montserrat', sans-serif;
  position: relative;
  font-weight: 500;
}
/*h1, .h1 {
	font-size: 2.5rem;
}
h2, .h2 {
	font-size: 2rem;
}
h3, .h3 {
	font-size: 1.75rem;
}
h4, .h4 {
	font-size: 1.5rem;
}
h5, .h5 {
	font-size: 1.25rem;
}
h6, .h6 {
	font-size: 1rem;
}*/
#contact h5 {
  padding-bottom: 15px;
  color: #901332;
}
#product h4 {
  margin-bottom: 0px;
}
#product p {
  color: #878a99;
}
.contact-bg-img-hero {
  padding: 166px 0px 60px 0px;
  background-image: url("../img/img3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  border-bottom: 1px solid #e5e5e5;
}
.bg-img-hero Span {
  padding: 15px;
  color: #fff;
  background-color: #901332;
}
.bg-img-hero {
  margin: 0 auto;
}
.bg-light-gray {
  background-color: #f7f7f7;
}
.bg-darkest-gray {
  background-color: #E0E0E0;
}
.btn-primary {
  text-transform: inherit;
  letter-spacing: .5px;
  color: #fff;
  border-color: #901335;
  background-color: #901335;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  color: #fff;
  border-color: #901335;
  background-color: #901335;
}
.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 {
  border-color: #fed136;
  background-color: #fed136;
}
.btn-primary .badge {
  color: #fed136;
  background-color: #fff;
}
.btn-xl {
  padding: 8px 50px;
  border-radius: 2px;
  font-size: 1em;
  font-weight: 400;
}
.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
  color: #fff;
}
.btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
  background-image: none;
  outline: 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 {
  border-color: #fed136;
  background-color: #fed136;
}
.btn-xl .badge {
  color: #fed136;
  background-color: #fff;
}
.green-btn {
  color: #fff;
  background-color: #901335;
  border: 1px solid #901335;
  outline: none !important;
  font-weight: 600;
  border-radius: 2px;
}
.green-btn:hover {
  background: #333;
  border: 1px solid #333;
}
.green-btn:active {
  background-color: #901335;
  border: 1px solid #901335;
}
/*.white-btn {
	color: #fef4e9;
	border: solid 1px #fff;
}
.white-btn:hover {
	background-color: rgba(255,255,255,.2);
}
.white-btn:active {
	color: #fcd3a5;
}*/
.gray-btn {
  color: #fef4e9;
  border: solid 1px #fff;
}
.gray-btn:hover {
  background-color: rgba(255, 255, 255, .2);
}
.navbar-default {
  border-color: transparent;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.navbar-default .navbar-brand {
  color: #fff;
}
.navbar-brand {
  padding-top: 0px;
  letter-spacing: 2px;
  text-transform: none;
}
/* .index .navbar-brand {
	padding-top: 15px;
	text-transform: uppercase;
	color: #8c989e!important;
	letter-spacing: 2px;
} */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:active, .navbar-default .navbar-brand.active {
  color: #fec503;
}
.navbar-default .navbar-collapse {
  border-color: rgba(255, 255, 255, .5);
}
.navbar-default .navbar-toggle {
  border-color: #901335;
  background-color: #901335;
  float: left;
  margin-left: 10px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #901335;
}
.navbar-default .nav li a {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  /* letter-spacing: 1px; */
  font-size: 0.938em;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 1px;
  color: #2c2f33;
}
.navbar-default .nav li a:hover, .navbar-default .nav li a:focus {
  outline: 0;
  color: #fed136;
}
.navbar-default .navbar-nav > .active > a {
  border-radius: 0;
  color: #901335;
  background-color: transparent;
  border-bottom: 3px solid #ECB73B;
}
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #fec503;
  background-color: transparent;
}
.mb20 {
  margin-bottom: 20px;
}
.mt40 {
  margin-top: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.mt60 {
  margin-top: 60px;
}
.mb60 {
  margin-bottom: 60px;
}
.pt40 {
  padding-top: 40px;
}
.pt60 {
  padding-top: 60px;
}
.pb40 {
  padding-bottom: 40px;
}
.pt60 {
  padding-bottom: 60px;
}
.bg-color-green {
  background-color: #e9e9e9;
  background-image: url("../img/bg_01.jpg");
  background-repeat: no-repeat;
  background-size: 1440px 510px;
  background-size: cover;
}
.bg-color-grey {
  background-color: #f4f4f4;
}
section {
  padding: 70px 0;
}
section.first {
  padding: 180px 0px 5px 0px;
}
section.mid {
  padding: 70px 0;
}
section.last {
  padding: 70px 0px 180px 0px;
}
#errorpage, #privacy-policy {
  background-color: #f4f4f4;
  padding-top: 180px;
}
h2.section-heading {
  margin-top: 0;
  font-size: 2.000em;
  margin-bottom: 40px;
  text-transform: none;
}
h2.section-heading::before {
  background: #ECB73B none repeat scroll 0 0;
  bottom: -25px;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  top: auto;
  transform: translateY(0px) translateX(-50%);
  width: 105px;
}
h2.intro-heading {
  color: #fff;
  font-size: 2em;
  line-height: 1.5em;
  text-transform: none;
  text-align: left;
  margin-bottom: 30px;
  letter-spacing: 0px;
  padding: 20px;
  background-color: rgba(144, 19, 53, 1.0);
}
h4.intro-sub-heading {
  font-weight: 400;
  color: #222;
  text-align: center;
  text-transform: none;
}
.service-heading {
  margin: 15px 0;
  text-transform: none;
}
nav#filter {
  margin-bottom: 1em;
}
nav#filter li {
  display: inline-block;
  margin: 0 0 0 5px;
}
nav#filter a {
  padding: 6px 15px;
  line-height: 20px;
  color: #666666;
  border: 1px solid #cccccc;
  text-decoration: none;
  border-radius: 2px;
}
nav#filter .current, nav#filter .current:focus {
  color: #fff;
  background-color: #901335;
  border: 1px solid #901335;
  outline: none !important;
  border-radius: 2px;
}
nav#filter a:hover {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
/*nav#filter .current, nav#filter .current:focus {
	background: #F47E00;
	color: #fff!important;
	border-color: #F47E00;
	text-shadow: 1px 1px #D66F00;
}*/
.box {
  box-shadow: 0 0 2px #e9e9e9;
  background-color: #fff;
  padding: 30px;
}
/*------------------------testimonial-carousel -----------------*/
blockquote {
  padding: 0px;
  font-size: inherit;
  border: none;
}
.quote-wrap:before {
  position: absolute;
  top: 0;
  left: 30px;
  width: 54px;
  height: 21px;
  background: url(../img/quote-nub-bg.svg) 0 0 no-repeat;
  content: " ";
  display: block;
  z-index: 2;
}
.quote-wrap p {
  padding: 10px 20px 0px 0px;
  margin-top: 0;
  color: #4e4d4d;
  line-height: inherit;
}
.quote-wrap a {
  color: #F90;
  font-size: 14px;
}
.student-card-list.quotes .quote-wrap .student-card {
  position: absolute;
  left: 0px;
  bottom: -28px;
  width: 100%;
}
.student-card {
  background-color: #e7e9ee;
  display: block;
  height: 100px;
  margin-bottom: 30px;
  padding: 28px 20px;
  position: relative;
}
.quote-name {
  display: block;
  width: 80%;
  margin: 0;
}
.quote-location {
  color: #576366;
  display: block;
  font-size: 12px;
  width: 80%;
}
.quote-avatar {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 64px;
  height: 64px;
  border-radius: 128px;
  margin-top: -32px;
}
.quote-wrap {
  position: relative;
  min-height: 350px;
  background-color: #fff;
  padding-top: 20px; /* border-radius: 5px;*/
}
/* ================================================== ABOUT SECTION STARTS ===================================== */
.mb-1, .my-1 {
  margin-bottom: 1.25rem !important;
}
.ml-auto, .mx-auto {
  margin-left: auto !important;
}
.mr-auto, .mx-auto {
  margin-right: auto !important;
}
.d-block {
  display: block !important;
  line-height: 2.1rem;
}
.max-width-12 {
  max-width: 9rem;
}
.text-center {
  text-align: center !important;
}
#about .hero-profile h4 {
  /*	margin-bottom: 20px;*/
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-weight: 400;
  color: #777;
}
#about .hero-profile h6 {
  font-size: 14px;
  padding-left: 20px;
}
#about span {
  font-weight: bold;
}
#about ul {
  margin-bottom: 30px;
}
#about ul li {
  line-height: 24px;
  margin-bottom: 10px;
}
.avatar {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
}
.avatar-image {
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  background: #f0f0f0;
}
.avatar-image--large {
  width: 120px;
  height: 120px;
}
.hero-description {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  outline: 0;
  word-break: break-word;
  word-wrap: break-word;
}
#about .social-links-bordered a i {
  /*	border: 1px solid #666;*/
  color: #333;
  margin-bottom: 15px;
  opacity: .37;
}
#about .social-links-bordered a i:hover {
  color: #333;
  margin-bottom: 15px;
  opacity: .72;
}
.timeline-heading {
  margin-top: 30px;
}
.timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline-heading h5 {
  color: #9f9f9f;
  margin-top: 40px;
  margin-bottom: 5px;
  font-size: .8em;
  font-weight: 400;
}
.timeline-heading h4.subheading {
  text-transform: none;
  margin-bottom: 4px;
}
.timeline-body > p, .timeline-body > ul {
  margin-bottom: 0;
}
/*=== Hobbies & Interests ===*/
.hobbies p {
  padding-bottom: 20px;
  font-size: 1.375em;
  color: #434a54
}
.hobbies i {
  width: 30px;
  background-color: #a1d36e;
  color: #fff;
  border-radius: 50px;
  padding: 10px;
  text-align: center;
  line-height: 1.5;
  font-size: 1.250em;
}
.hobbies .grid-4 p:last-child {
  padding-bottom: 0
}
.color, .year, .hobbies i, .progressbar > div {
  background-color: #a1d36e
}
.white, .navigation a, .social a i {
  color: #a1d36e
}
.social, .experience p span {
  color: #8dc059
}
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
/* -------------------------- About page css ends ------------------------ */
/* ======================== 07. SECTION SERVICES ========================  */
.skill_list {
  padding: 0px;
}
.skill_list img {
  margin-right: 10px;
}
.skill_list li {
  background-color: #fff;
  /*border: 1px solid #ddd;*/
  padding: 10px 15px;
  margin-bottom: 10px;
  list-style: none;
  box-shadow: 0 0 2px #e9e9e9;
}
.ux-process-steps {
  border-right: 1px solid #CCC;
  padding: 0px 30px 0px 30px;
}
.ux-process-steps i {
  color: #dd3333;
  display: block;
  font-size: 60px;
  padding-bottom: 20px;
  transition: all 0.2s ease 0s;
  padding-right: 20px;
}
.flexbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
/*-------------------------Service  Ends----------------------------------*/
/* ======================== Contact Page Starts ============================ */
section#contact {
  background-position: center;
  background-repeat: no-repeat;
}
section#contact .form-group {
  margin-bottom: 25px;
}
section#contact .form-group input, section#contact .form-group textarea {
  padding: 10px;
}
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: #fed136;
  box-shadow: none;
}
section#contact::-webkit-input-placeholder {
  text-transform: uppercase;
  font-weight: 600;
  color: #bbb;
}
section#contact:-moz-placeholder {
  text-transform: uppercase;
  font-weight: 600;
  color: #bbb;
}
section#contact::-moz-placeholder {
  text-transform: uppercase;
  font-weight: 600;
  color: #bbb;
}
section#contact:-ms-input-placeholder {
  text-transform: uppercase;
  font-weight: 600;
  color: #bbb;
}
section#contact .text-danger {
  color: #e74c3c;
  font-size: 0.813em;
}
section#contact .text-danger ul {
  padding-left: 0px;
}
.text-danger ul > li {
  list-style-type: none;
  padding-left: 0px;
}
.form-control {
  font-size: 1.000em;
  border-radius: 0px;
  border-color: #eee;
  border-width: 1px;
  border-style: solid;
  box-shadow: none;
}
ul.contact_list {
  list-style-type: none;
  padding-left: 0px;
  margin-left: 0px;
  line-height: 24px;
  margin-bottom: 40px;
}
ul.contact_list li {
  padding-bottom: 15px;
}
/*------------------------- Contact Page  Ends----------------------------------*/
/* ======================== footer Section Starts ============================ */
footer {
  /* padding: 25px 0;*/
  background: #1a1a1a;
  color: #ecf0f1;
  font-size: 1.000em;
}
footer a {
  opacity: 0.8;
  color: #F90;
}
footer a:hover {
  opacity: 1;
}
footer .widget {
  margin: 45px 0;
}
footer .widget h5 {
  font-size: 1.125em;
}
footer .widget h5 .widget-title {
  letter-spacing: 1;
}
footer .widget p {
  color: #999;
  margin-bottom: 10px;
}
footer .widget .list-unstyled {
  padding-left: 0;
  list-style: none;
  line-height: 16px;
}
footer .widget .list-unstyled li {
  margin-bottom: 10px;
}
footer .widget .list-unstyled li .fa {
  margin-right: 5px;
}
.fa {
  margin-right: 10px; /*  color: #377130;*/
}
footer #copyright {
  /*background: rgba(0, 0, 0, 0.5);*/
  line-height: 40px;
}
footer #copyright .row {
  padding: 0px 0;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer #copyright .row .copyright-text {
  color: #777;
  font-size: 0.875em;
}
.social-links a {
  display: inline-block;
  margin-right: 7px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
.social-links a i {
  font-size: 2em;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #fff;
}
.social-links a i:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.social-links a .fa-twitter:hover {
  /*	background: #00aced;
	border-color: #00aced;*/
  opacity: .37;
}
.social-links-bordered a .fa-facebook:hover {
  color: #3b5998;
}
.social-links-bordered a .fa-google-plus:hover {
  background: #dd4b39;
  border-color: #dd4b39;
}
.social-links-bordered a .fa-youtube-play:hover {
  background: #bb0000;
  border-color: #bb0000;
}
.social-links-bordered a .fa-linkedin:hover {
  background: #007bb6;
  border-color: #007bb6;
}
.modal-body {
  padding-top: 0px;
}
.modal-body h4 {
  padding-top: 20px;
  padding-bottom: 10px
}
.portfolio-modal .modal-content {
  /*padding: 40px 0;*/
  padding: 0px;
  min-height: 100%;
  border: 0;
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f4f4f4; /*	border-top: 5px solid #901335;*/
}
.portfolio-modal .modal-body .col-md-8 {
  /*background-color: #fff;*/
  padding-bottom: 30px;
}
.portfolio-modal .modal-content h2 {
  /*	margin-bottom: 15px;*/
  font-size: 1.750em;
  text-align: left;
}
.portfolio-modal .modal-content aside p {
  /*	margin-bottom: 30px;*/
  text-align: left;
  font-size: 0.938em;
}
.portfolio-modal .modal-content aside ul {
  font-size: 0.938em;
  margin-left: -20px;
}
.portfolio-modal .modal-content p.item-intro {
  margin: 0px 0 30px;
  font-size: 0.875em;
  font-style: italic;
  text-align: left;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
  max-width: 700px;
}
.portfolio-modal .close-modal {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 75px;
  height: 55px;
  background-color: #901335;
  cursor: pointer;
  z-index: 999;
}
.portfolio-modal .close-modal:hover {
  opacity: .3;
}
.portfolio-modal .close-modal .lr {
  z-index: 1051;
  width: 1px;
  height: 50px;
  margin-left: 35px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
  z-index: 1052;
  width: 1px;
  height: 50px;
  background-color: #fff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.portfolio-modal .modal-backdrop {
  display: none;
  opacity: 0;
}
body {
  webkit-tap-highlight-color: #fed136;
}
#privacy-policy .privacy {
  line-height: 28px;
}
/* ScrollToTop */
.scroll-top {
  position: absolute;
  right: 0;
  background: transparent;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  cursor: pointer;
  text-align: center;
  line-height: 50px;
}
.scroll-top:hover i {
  color: #eee;
}
.scroll-top i {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0px 15px;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
  .navbar-default .navbar-toggle {
    border-color: #901335;
    background-color: #901335;
    float: left;
    margin-left: 10px;
  }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #901335;
    border-color: #901335;
    margin-left: 10px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    /*background-color: #fed136; ---------------*/
  }
  .navbar-default .nav li {
    border-bottom: 1px solid;
    border-color: rgba(255, 255, 255, .1);
  }
  .navbar-nav > li > a {
    line-height: 25px;
  }
  .navbar-nav {
    margin: 0px -15px;
  }
  .tagline {
    line-height: 20px;
    font-size: 1.00em;
  }
  nav#filter ul {
    padding-left: 0px;
  }
  nav#filter li {
    display: inline-block;
    margin: 15px 2px;
  }
  .fa-6x {
    font-size: 2.5em;
    margin: auto;
    line-height: 65px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
  .navbar-default {
    padding: 25px 0;
    /*border: 0;*/
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
  }
}
@media (min-width: 767px) {
  .navbar-default {
    padding: 25px 0;
    /*border: 0;*/
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
  }
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
  .navbar-default {
    padding: 25px 0;
    /*border: 0;*/
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
  }
  .navbar-default .navbar-brand {
    font-size: 2em;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
  }
  .navbar-default.navbar-shrink {
    padding: 10px 0;
    background-color: #fff;
  }
  .navbar-default.navbar-shrink .navbar-brand {
    font-size: 1.5em;
  }
  .navbar-default .nav li {
    border-bottom: none;
  }
  .intro-heading {
    line-height: 40px;
  }
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 16px;
    font-size: 0.813em;
    line-height: 18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
  /*.fa-6x {
	font-size: 5em;
	margin: auto;
	line-height: 160px;
}*/
  .fa-6x {
    font-size: 3em;
    margin: auto;
    line-height: 90px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
  .name {
    margin-top: 0px;
    text-align: left;
  }
  .tagline {
    font-weight: 600;
    padding-bottom: 30px;
  }
  .tagline span {
    font-weight: 400;
    padding: 0px 10px 0px 10px;
    color: #ccc;
  }
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 30px;
    font-size: 1.125em;
    line-height: 26px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
  .fa-6x {
    font-size: 5em;
    margin: auto;
    line-height: 160px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 20px;
  }
  .timeline > li .timeline-panel.right {
    text-align: left;
    margin-left: 204px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
    line-height: 170px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
  .fa-6x {
    font-size: 6em;
    margin: auto;
    line-height: 160px;
  }
}