@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url("https://fonts.googleapis.com/css?family=Kaushan+Script");

/* body, */
html {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: auto;
  overflow-x: hidden;
  font-family: "Lato", sans-serif;
  color: #43568e;
}
::-webkit-scrollbar {
  width: 5px;
} /* for vertical scrollbars */
::-webkit-scrollbar-track {
  background: #43568e;
}
::-webkit-scrollbar-thumb {
  background: #8b0000;
}

@media (min-width: 1200px) {
  .container {
    width: 1100px;
  }
}
h1 {
  font-weight: 600;
  text-transform: uppercase;
}
h1 small {
  text-transform: lowercase;
}
h2 {
  line-height: 24px;
  font-weight: 300;
}
h5 {
  font-size: 23px;
}
p {
  font-size: 17px;
}
a {
  color: inherit;
  transition: all 0.5s;
}
a:hover,
a:focus {
  text-decoration: underline;
  color: #006064;
}
video {
  margin: 0;
  padding: 0;
}
#video-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 35% 0;
}
.fullWidth {
  width: 100%;
}
#bgvid {
  background-size: cover;
  position: absolute;
  top: 9%;
  left: 0%;
  min-width: 100%;
  /* min-height: 100%; */
  width: 100%;
  height: auto;
  z-index: -100;
  overflow: hidden;
}
._365 {
  font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
  font-size: 122px;
  font-weight: bolder;
  font-style: italic;
}
.highlight {
  color: #006064;
  font-weight: 400;
  font-style: italic;
}
h2.highlight {
  font-size: 23px;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* Navigation */
#tf-menu {
  margin-bottom: 0;
  background-color: #ffffff;
  padding: 10px 0;
  height: auto;
}

.navbar-default .navbar-nav > li > a {
  color: #43568e;
}

.navbar-brand img {
  height: 75px;
  margin-top: -20px;
  width: auto;
}
.navbar-brand {
  padding: 12px 15px;
}
.navbar-nav > li > a {
  font-size: 14px;
  font-weight: 700;
  border-bottom: 2px solid transparent;
  padding: 5px 5px;
  margin: 8px 10px;
  text-transform: uppercase;
  transition: all 0.5s;
}
.navbar-default .navbar-nav > li > a.active,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #006064;
  border-bottom: 4px solid #8b0000;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle:hover > .navbar-default .navbar-toggle .icon-bar,
.navbar-default
  .navbar-toggle:focus
  > .navbar-default
  .navbar-toggle
  .icon-bar {
  color: #006064;
}
/* Header Page */
#tf-header {
  padding: 10px 0;
  background: #8b0000;
  /* margin-top: 71px; */
  color: #ffffff;
  border-top: solid 8px #f3f3f3;
}

#tf-header .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #fff;
  content: "/\00a0";
}
#tf-header .breadcrumb > li a {
  color: #ffffff;
}

#tf-header .breadcrumb {
  background-color: transparent;
  margin: 5px;
}
/* Home Style */
#tf-home {
  z-index: 100;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #cfcfcf;
}
#tf-home .overlay {
  /*    background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
  /*     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
  /*    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
  /*   background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
  /*   background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
  /*   background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
  padding: 10% 0;
  background-attachment: fixed;
}
#tf-home h1 {
  font-size: 28px;
  text-transform: none;
  margin-bottom: 15px;
}
.content-heading p.lead {
  margin-bottom: 30px;
}
.lead {
  font-size: 18px !important;
}

a.goto-btn {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 2px solid transparent;
  padding: 10px 0;
  transition: all 0.5s;
  z-index: -99;
  color: #ffcc33;
}
a.goto-btn:hover {
  color: #fff;
  border-bottom: 2px solid #ffcc33;
  background-color: #ffcc33;
  padding: 15px;
}

#tf-home.video .overlay {
  padding: 0;
  padding-top: 10%;
}
.img-wrapper {
  position: relative;
}
.img-wrapper img.img-responsive {
  margin: 0 auto !important;
}
.img-wrapper i.fa {
  position: absolute;
  z-index: 10;
  top: 50%;
  font-size: 25px;
  background: rgba(32, 22, 22, 0.29);
  padding: 18px 23px;
  height: 60px;
  width: 60px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  margin-left: -30px;
  transition: all 0.3s;
}
.img-wrapper i.fa:hover {
  background: #ffcc33;
}

#tf-home.slider {
  background: none;
}
#tf-home.slider .overlay {
  padding: 0;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  top: 28%;
  bottom: auto;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 0;
  color: #fff;
  text-align: center;
  text-shadow: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators {
  position: absolute;
  bottom: 60px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators .active {
  width: 14px;
  height: 14px;
  margin: 0;
  background-color: #e5b112;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

#tf-home.app .overlay {
  padding: 10% 0 5% 0;
}
#tf-home.app {
  background: url(../img/bg/02.jpg);
}
a.goto-btn {
  margin-right: 30px;
}
.ipad-wrapper .app-wrap {
  position: relative;
  width: 395px;
}
.app-wrap {
  position: absolute;
  background: url(../img/header4.png);
  width: 395px;
  height: 540px;
  background-repeat: no-repeat;
  z-index: 2;
  left: 5%;
}
#owl-demo .item img {
  position: relative;
  width: 305px;
  height: auto;
  left: 12%;
  margin-top: 46px;
  z-index: -1;
}
.app .content-heading.text-left {
  padding: 15% 0;
}
#tf-home.app .owl-theme .owl-controls .owl-page span {
  width: 15px;
  height: 15px;
  margin: 5px;
  background: #ffffff !important;
  border: 2px solid transparent;
  opacity: 1;
}
#tf-home.app .owl-theme .owl-controls {
  margin-top: 60px;
  text-align: center;
}
#tf-home.app .owl-theme .owl-controls .owl-page.active span,
#tf-home.app .owl-theme .owl-controls.clickable .owl-page:hover span {
  border: 2px solid #ffcc33;
}

.bcg {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
  width: 100%;
}

#tf-home.parallax .bcg {
  background-image: url("../img/bg/slider03.jpg");
}
.parallax .content-heading {
  padding: 20% 0;
  text-align: center;
}
/* STATS Section */
#tf-stats ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#tf-stats ul {
  margin: 2em 0;
}

#tf-stats li {
  margin: 1em;
  margin-left: 3em;
  font-size: 16px;
}
#tf-stats li:before {
  content: "\f0a9";
  font-family: "FontAwesome";
  float: left;
  margin-left: -1.5em;
  color: #8b0000;
}
.statsRed {
  color: #8b0000;
  font-weight: 700;
  font-size: 16px;
  font-style: italic;
}
.statsBlue {
  color: #43568e;
  font-weight: 700;
  font-size: 16px;
  font-style: italic;
}
.statsTeal {
  color: #006064;
  font-weight: 700;
  font-size: 16px;
  font-style: italic;
}
.intro-stats {
  color: #006064;
  font-weight: bolder;
  font-size: 17px;
}
.intro-stats a:hover {
  color: #8b0000;
  text-decoration: underline;
}
/* Intro Section */
#tf-intro {
  background-color: #fff;
  padding: 0.5% 0;
  text-align: left;
}
#tf-intro img.intro-logo {
  margin: 0 auto;
  margin-bottom: 30px;
}
#tf-intro hr {
  border-top: solid 1px rgba(228, 64, 70, 0.25);
}
#tf-intro .videoSpot {
  height: auto !important;
  width: 250px;
  margin-left: 5%;
  float: right;
  margin-right: 6%;
}
.intro-principles {
  color: #8b0000;
  font-weight: 700;
  font-size: 16px;
  font-style: italic;
}
.tf-intro-partners {
  font-size: 1.5em;
  font-weight: bold;
  color: #006064;
}
.tf-intro-practices {
  font-size: 1.5em;
  font-weight: bold;
  color: #43568e;
}
.tf-intro-principles {
  font-size: 1.5em;
  font-weight: bold;
  color: #8b0000;
}
.tf-intro-rightarrow {
  font-size: 2.5em;
  font-weight: normal;
  color: #006064;
  margin: 0 2% 0 2%;
}
.tf-intro-header {
  line-height: 3.8em;
  text-align: center;
}

/* Pledge Section */
#tf-pledge {
  padding: 60px 0;
}
.section-header {
  padding: 10px 0;
  text-align: center;
}
.section-header h2 {
  text-transform: uppercase;
  color: #8b0000;
  font-weight: 400;
}
.section-header h5 {
  letter-spacing: 1px;
  color: #43568e;
  font-weight: 600;
}
.fancy {
  line-height: 0.5;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px;
}
.fancy span {
  display: inline-block;
  position: relative;
}
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid rgba(228, 64, 70, 0.25);
  top: 15px;
  width: 400px;
}
.fancy span:before {
  right: 100%;
  margin-right: 10px;
}
.fancy span:after {
  left: 100%;
  margin-left: 10px;
}
/* service lists */
.service {
  margin-bottom: 20px;
}
.service .media-right i.fa {
  text-align: center;
  font-size: 30px;
  background-color: #006064;
  color: #ffffff;
  padding: 25px 0;
  /*border-radius: 50px;
    border-top-left-radius: 0;*/
  margin: 0 10px;
  margin-right: 20px;
  width: 82px;
  height: 80px;
  transition: background-color 0.5s;
}
.service .media-left i.fa {
  text-align: center;
  font-size: 30px;
  background-color: #006064;
  color: #ffffff;
  padding: 25px 0;
  /*    border-radius: 50px;
    border-top-right-radius: 0;*/
  margin: 0 10px;
  margin-left: 20px;
  width: 82px;
  height: 80px;
  transition: background-color 0.5s;
}
.process:hover i.fa,
.service:hover i.fa {
  background-color: #8b0000;
}

h5,
h4.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #006064;
  line-height: 20px;
}
.blue {
  color: #43568e !important;
}
.red {
  color: #8b0000 !important;
}
.teal {
  color: #006064 !important;
}

.bg-blue {
  background-color: #43568e !important;
}
.bg-blue:hover {
  background-color: #8b0000 !important;
}
.bg-red {
  background-color: #8b0000 !important;
}
.bg-teal {
  background-color: #006064 !important;
}

/* Principles */
#tf-principles {
  padding: 40px 0;
}
.gray-bg {
  background-color: #f3f3f3;
}
.teal-blue-bg {
  background-color: #c2e5e0;
}
.blue-green-bg {
  background-color: #006064;
}
.purple-bg {
  background-color: #5b429a;
}
.img-wrap .profile-img {
  position: relative;
  margin-bottom: 0%;
  padding-top: 5%;
}
.profile-img .social {
  position: absolute;
  z-index: 1;
  bottom: -10px;
  left: 50px;
}
.about-right-content {
  padding-bottom: 0%;
}
.about-right-content p {
  margin: 10px 5px 15px;
  line-height: 1.8em;
}
.about-left-content {
  padding-bottom: 0%;
}
.about-left-content h2,
.about-left-content h2 small {
  color: #333;
}
.about-left-content h2 small {
  font-weight: 300;
}
ul.social li a.fa {
  background: #ffcc32;
  width: 50px;
  height: 50px;
  padding: 15px;
  text-align: center;
  margin-right: -5px;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0;
}
ul.social li a.fa:hover {
  background-color: #333333;
}
/* Skills Progress Bar */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #999999;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #ffcc32;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.skills {
  margin: 0 30px;
  padding: 20px 0;
}
.skillset p {
  font-size: 13px;
  margin-bottom: 5px;
}
/* Counter */
#tf-counter {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}
.facts {
  padding: 0;
}
.facts .count-box {
  position: relative;
}

.count-box {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; /* Older Safari */
  
  border-left: 1px solid #d3d3d3;
  padding: 40px 0;
  margin: 0;
  overflow: hidden;
  transition: all 0.5s;
  
  transform: translateX(0px) translateY(0%);
  -webkit-transform: translateX(0px) translateY(0%);
  -moz-transform: translateX(0px) translateY(0%);
  -ms-transform: translateX(0px) translateY(0%);
  -o-transform: translateX(0px) translateY(0%);
}

.count-box:hover,
.count-box:hover > i.fa {
  color: #ffffff;
}

.count-box:hover {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; /* Older Safari */
  background-color: #e5b112;
}

.counter i.fa {
  font-size: 40px;
  color: #ffcc33;
}
.count-box.last {
  border-right: 1px solid #d3d3d3;
}

#tf-team {
  padding: 60px 0;
}
#team .item {
  padding: 30px 0px;
  margin: 5px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.item .hover-bg {
  position: relative;
  overflow: hidden;
}
.hover-bg .hover-text {
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  height: 25%;
  padding: 20px;
  color: #ffffff;
  transition: all 0.8s;
  -webkit-transition: all 08s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
}
.hover-bg .hover-text.on {
  opacity: 1;
}
.hover-bg .hover-text.off {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transform: translateX(100%) translateY(-90%);
  transform: translateX(100%) translateY(-90%);
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}
.hover-bg:hover .hover-text.off {
  -webkit-transform: translateX(0%) translateY(-90%);
  transform: translateX(0%) translateY(-90%);
  opacity: 1;
}
.owl-theme .owl-controls .owl-page span {
  width: 15px;
  height: 15px;
  margin: 5px;
  background: #bababa;
}
/* Why Us or Features Section */
#tf-practices ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#tf-practices ul {
  margin: 0;
}

#tf-practices li {
  margin: 0.1em;
  margin-left: 1em;
  font-size: 14px;
}
#tf-practices li:before {
  content: "\f0a9";
  font-family: "FontAwesome";
  float: left;
  margin-right: 5px;
  color: #8b0000;
  padding-right: 5px;
}

#tf-practices,
#feature {
  padding: 60px 0;
}
.features-content {
  padding: 0 30px 0;
}
.features-content h4 {
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #333333;
}
.nav.nav-pills > li > a {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 25px;
  border-bottom: 3px solid #cccccc;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.nav.nav-pills > li > a small {
  text-transform: lowercase;
  font-style: italic;
}
.nav.nav-pills > li > a:hover,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #e5b112;
  padding: 25px;
  border-bottom: 3px solid #996600;
}
.nav-pills > li > a {
  border-radius: 4px;
}
ul.features li span.fa {
  font-size: 35px;
  vertical-align: middle;
  margin-right: 20px;
  float: left;
  clear: both;
  margin-top: 5px;
}
/* Portfolio or works blocks */
#tf-works {
  padding: 60px 0;
}
ul.cat {
  margin: 30px 0;
}
ul.cat li a {
  background: inherit;
  border: 1px solid;
  padding: 5px 10px;
  border-radius: 3px;
}
ul.cat li a:hover,
ul.cat li a:focus,
ul.cat li a.active {
  background: #f1f1f1;
  border: 1px solid;
  padding: 5px 10px;
  border-radius: 3px;
  color: inherit;
}
.nopadding {
  padding: 0;
}
.box a {
  margin: 2px;
}
.box .hover-bg {
  position: relative;
  overflow: hidden;
}
.box .hover-bg .hover-text {
  height: 100%;
  bottom: 0;
  -webkit-transform: translateX(0%) translateY(0%);
  transform: translateX(0%) translateY(0%);
  background: transparent;
}
.box:hover .hover-bg .hover-text {
  background-color: rgba(1, 1, 1, 0.5);
}
.box .hover-bg:hover .hover-text.off {
  -webkit-transform: translateX(0%) translateY(0%);
  transform: translateX(0%) translateY(0%);
  opacity: 1;
}
.box .hover-text i.fa {
  font-size: 20px;
  background: #e5b112;
  padding: 13px;
  position: relative;
  top: 40%;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  transition: all 0.5s;
}
.box .hover-text i.fa:hover {
  background: #333333;
}
.box .hover-text i.fa.fa-expand {
  border-top-right-radius: 0;
  -webkit-transform: translateX(-400%) translateY(0%);
  transform: translateX(-400%) translateY(0%);
  opacity: 0;
  transition: all 0.5s;
}
.box:hover .hover-text i.fa.fa-expand {
  -webkit-transform: translateX(0%) translateY(0%);
  transform: translateX(0%) translateY(0%);
  opacity: 1;
}
.box .hover-text i.fa.fa-chain {
  border-top-left-radius: 0;
  -webkit-transform: translateX(400%) translateY(0%);
  transform: translateX(400%) translateY(0%);
  opacity: 0;
  transition: all 0.5s;
}
.box:hover .hover-text i.fa.fa-chain {
  -webkit-transform: translateX(0%) translateY(0%);
  transform: translateX(0%) translateY(0%);
  opacity: 1;
}
/* Style 2 - Not Fullwidth */
#itemsWorkThree .box,
#itemsWorkTwo .box {
  margin-bottom: 30px;
  width: 70%;
}
#itemsWorkTwo .hover-bg .hover-text {
  padding: 30% 0;
}
#itemsWorkTwo .box:hover .hover-bg .hover-text {
  background-color: rgba(67, 86, 142, 0.75);
  border: 2px solid rgb(230, 80, 86);
}
#itemsWorkTwo .box .hover-bg .hover-text h5 small {
  text-transform: capitalize;
  color: #000000;
}
#itemsWorkTwo .box .hover-bg .hover-text h5 {
  font-weight: 700;
  text-transform: uppercase;
  color: #f3f3f3;
  -webkit-transform: translateX(0%) translateY(400%);
  transform: translateX(0%) translateY(400%);
  opacity: 0;
  transition: all 0.5s;
}
#itemsWorkTwo .box:hover .hover-bg .hover-text.off h5 {
  -webkit-transform: translateX(0%) translateY(0%);
  transform: translateX(0%) translateY(0%);
  opacity: 1;
}
#itemsWorkTwo .box .hover-text i.fa {
  font-size: 20px;
  background: #f3f3f3;
  padding: 13px;
  position: relative;
  top: 40%;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  transition: all 0.5s;
  border: 1px solid #8b0000;
}
#itemsWorkTwo .box .hover-text i.fa:hover {
  background: #43568e;
}
/* Portfolio Style #3 */
#itemsWorkThree .box h5 {
  border: 1px solid #ddd;
  padding: 10px 0;
  margin: 0;
}
/* Isotope Filter */
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  z-index: 1;
}
.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;
}
.isotope-item {
  margin-right: -1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
.nivo-lightbox-theme-default .nivo-lightbox-title {
  font-size: 14px;
  background: #f1f1f1;
  border: 1px solid #333;
  letter-spacing: 2px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 35px;
  border-radius: 2px;
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
  background: #ffffff !important;
  background: rgba(255, 255, 255, 1) !important;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav,
.nivo-lightbox-theme-default .nivo-lightbox-close {
  opacity: 1;
}
.nivo-lightbox-error {
  color: #c59a6d !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0) !important;
}
.nivo-lightbox-theme-default .nivo-lightbox-image img {
  background: #fff;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  border-top: 4px solid #8b0000;
}
/* Single Portfolio Detail */
#work-detail-one,
#work-detail-two,
#work-detail-three {
  padding: 60px 0;
}
.work-detail .dl-horizontal dt {
  text-align: left;
  margin-bottom: 10px;
}
.work-related-thumb {
  margin-bottom: 30px;
}
.work-related-thumb .img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 0;
  line-height: 1.42857143;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.work-related-thumb .img-thumbnail:hover {
  opacity: 0.8;
}
/* Process Section */
#tf-resources {
  padding: 60px 0;
}
.process i.fa {
  text-align: center;
  font-size: 30px;
  background-color: #006064;
  color: #ffffff;
  padding: 25px 0;
  border: 1px solid #ffffff;
  border-radius: 5px;
  border-top-left-radius: 0;
  margin: 0 10px;
  margin-right: 20px;
  width: 92px;
  height: 90px;
  transition: background-color 0.5s;
}
#tf-resources .gray-bg {
  position: relative;
}
.gray-bg .vline {
  position: absolute;
  height: 100%;
  padding: 5px;
  border-left: 3px solid #ffffff;
  left: 20%;
}
#process {
  padding: 60px 0 20px 0;
}
.process {
  margin-bottom: 40px;
}
/* Pricing Section */
#tf-pricing {
  padding: 60px 0;
}
.price h1 {
  font-size: 50px;
}
.price {
  text-align: left;
}
.price p {
  padding: 0px 15px 0px;
}
.price.panel-default {
  border-color: #f3f3f3;
  min-height: 325px;
  max-height: auto;
}
.price.panel-default > .panel-heading {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #8b0000;
  background-color: #f3f3f3;
  border-color: #8b0000;
}

.panel {
  margin-top: 58px;
}
.price .panel-heading {
  padding: 30px 15px;
}
.price .panel-body {
  border-bottom: 1px solid;
}
.price ul.list-unstyled {
  padding: 20px;
}
.price ul.list-unstyled li {
  padding: 10px 0;
}
.price ul.list-unstyled li small {
  margin-top: -10px;
}
/* Featured */
.price.featured {
  -moz-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.31);
  -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.31);
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.31);
}
.price.featured.panel-default {
  border-color: #ffcc33;
  background-color: #ffffff;
  margin-top: 0px;
  position: relative;
  z-index: 1;
  margin-left: -5px;
  margin-right: -5px;
}

.price.featured.panel-default img {
  margin-bottom: -40px;
}

.price.featured.panel-default {
  border-color: #f3f3f3;
}
.price.featured.panel-default > .panel-heading {
  background-color: #f3f3f3;
  border-color: #8b0000;
}
.featured .panel-body {
  margin-top: 20px;
}
.featured .panel-body,
.featured.panel-default > .panel-heading {
  border-color: #f3f3f3;
}
.featured .tf-btn {
  margin-top: 20px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0;
  outline: 0;
  outline-offset: 0;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tf-btn {
  font-size: 12px;
  word-spacing: 2px;
  font-weight: 700;
  padding: 10px 20px;
  background-color: #333333;
  text-transform: uppercase;
  border-color: #333333;
  transition: all 0.5s;
}
.tf-btn:focus,
.tf-btn:hover {
  background-color: #333333;
  border-color: #ffcc33;
}
.color {
  background-color: #006064;
  border-color: #006064;
}
.color:focus,
.color:hover {
  border-color: #8b0000;
  background-color: #8b0000;
}
/* Blog Section */
#tf-partners,
#blog-post {
  padding: 60px 0;
}
#blog-post a.btn {
  margin: auto 0;
}
.post-wrap {
  position: relative;
}
.media.post {
  background: #f3f3f3;
  padding: 15px;
  border: solid 1px #006064;
}
.post-wrap {
  position: relative;
  margin-bottom: 30px;
  transition: all 0.5s;
}
.post-meta {
  border-top: 1px solid #ebebeb;
  background-color: #ffffff;
  padding: 5px 10px;
  height: auto;
  position: relative;
  min-height: 35px;
}
ul.metas li:after {
  content: " / ";
  margin-right: 3px;
  margin-left: 3px;
}
ul.metas li:last-child:after {
  content: " ";
}
ul.metas li a {
  color: #e5b112;
}
.meta-detail {
  background: #f4f4f4;
  border-radius: 3px;
  padding: 2px;
}
/* Contact Section */
/*********************************
/* Map Section
**********************************/
#tf-contact {
  padding: 60px 0;
}
#map {
  position: relative;
  width: 100%;
  height: 400px;
}
.contact-detail {
  text-align: center;
  margin: 60px 0;
}
.contact-detail i.fa {
  text-align: center;
  font-size: 30px;
  background-color: #ffcc33;
  color: #ffffff;
  padding: 25px 0;
  border-radius: 50px;
  border-top-left-radius: 0;
  margin: 0 10px;
  margin-right: 20px;
  width: 82px;
  height: 80px;
  transition: background-color 0.5s;
}
.contact-detail:hover i.fa {
  background-color: #333333;
}
form#contact-form {
  padding: 40px 0;
}
.contact form#contact-form {
  padding: 0;
}
.form-control:focus {
  border-color: inherit;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
p.help-block.text-danger ul li {
  display: block;
  margin-left: -20px;
  color: #ffcc33;
}
#success .alert-danger {
  color: #ffcc33;
  background-color: #fdfdfd;
  border-color: #ffcc33;
  margin-bottom: 10px;
}
/* Footer */
#tf-footer {
  padding: 2% 0 0 0;
  background-color: #8b0000;
  color: #ffffff;
}
ul.social li a i {
  font-size: 18px;
  background: transparent;
  width: 32px;
  height: 32px;
  padding: 7px 0;
  text-align: center;
  border-radius: 50%;
  border-top-left-radius: 0;
  border: 1px solid transparent;
  color: #ffffff;
  transition: all 0.5s;
}
ul.social li a i:hover {
  color: #006064;
}
/* Blog Page */
.blog .media.post {
  background: #fff;
  padding: 10px;
  border: 1px solid #e9e9e9;
  border-bottom-color: transparent;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.blog .post-meta {
  border-top: 1px solid #ebebeb;
  background-color: #ffffff;
  padding: 5px 10px;
  height: auto;
  position: relative;
  min-height: 35px;
  border: 1px solid #ebebeb;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: 0;
  line-height: 1.42857143;
  color: #ffffff;
  text-decoration: none;
  background-color: #ffcc33;
  border: 1px solid #ffcc33;
  margin: 3px 3px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px;
}
.pagination > li > a.active,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #ffffff;
  background-color: #ddab15;
  border-color: #ddab15;
}
/* Sidebar */
.widget {
  margin-bottom: 40px;
  padding: 0 20px;
}
.comment h4,
.widget h4,
h4.text-uppercase {
  font-weight: 300;
  color: #ffcc33;
}
.comment h4 span.comments {
  color: #333333;
}
/* Search */
button.btn.btn-default {
  padding: 11px 15px;
  color: #ffffff;
  background: #ffcc33;
}
/* Categories and Archive Widget */
ul.bullet-lists {
  margin-top: 20px;
}
ul.list-unstyled.bullet-lists li span.fa.fa-circle {
  font-size: 8px;
  vertical-align: middle;
  margin-right: 10px;
  color: #ffcc33;
}
ul.list-unstyled.bullet-lists li {
  padding: 5px 0;
}
ul.list-unstyled.bullet-lists li:hover {
  color: #ffcc33;
}
/* Post Tab */
.post-tab .nav-tabs > li > a {
  margin-right: -1px;
  line-height: 1.42857143;
  border: 1px solid #ddd;
  border-radius: 0px 0px 0 0;
}
.post-tab .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -1px;
}
.post-tab .nav-tabs > li > a:hover,
.post-tab .nav-tabs > li > a:focus {
  color: #fff;
  background-color: #fc3;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
/* Tags */
ul.list-inline.bullet-lists li a {
  color: inherit;
}
ul.list-inline.bullet-lists li {
  background: #f8f8f8;
  padding: 5px 10px;
  margin-bottom: 5px;
  margin-right: 2px;
  border: 1px solid #f4f4f4;
  border-radius: 3px;
  transition: all 0.3s;
}
ul.list-inline.bullet-lists li:hover {
  background: #ffcc33;
}
/* Single Blog Post */
.blog-post .post-wrap img,
.work-detail img.featured {
  margin: 20px 0;
}
ul.meta-tags li a {
  font-style: italic;
}
ul.meta-tags li:after {
  content: ",";
}
ul.meta-tags li:last-child:after {
  content: " ";
}
/* Author Box */
.media.post-author {
  background: #ffcc33;
  padding: 20px;
  margin-top: -1px;
}
.media.post-author a {
  content: inherit;
}
.blog-post .post-wrap {
  padding: 20px;
  margin-bottom: 0;
  border: 1px solid #dddddd;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
/* Comment */
.media.comment-block {
  border: 1px solid #ddd;
  padding: 20px;
}
.comment {
  margin-top: 40px;
}
.comment form {
  margin-top: -30px;
}
.comment input,
.comment textarea {
  margin-bottom: 15px;
}

.social {
  padding-bottom: 1%;
}
.fa {
  color: #006064;
}
.fa-flag:hover {
  color: #8b0000;
}
.caption {
  text-align: center;
  display: block;
  margin: 0 auto;
  color: #8b0000;
  font-style: italic;
  font-weight: 600;
}
.icon-adjust-practices {
  margin-top: -16px !important;
}
.icon-adjust-resources {
  margin-top: -10px !important;
}
.anchor {
  padding: 15px;
}
.anchor a:hover {
  color: #8b0000 !important;
}

.media-post-img {
  width: 42px !important;
}

input[type="text"][required] {
  background-image: radial-gradient(red 20%, transparent 25%);
  background-size: 1em 1em;
  background-position: top right;
  background-repeat: no-repeat;
}

input[type="email"][required] {
  background-image: radial-gradient(red 20%, transparent 25%);
  background-size: 1em 1em;
  background-position: top right;
  background-repeat: no-repeat;
}

.play-button {
  height: 72px;
  width: 72px;

  position: absolute;
  left: 1%;
  top: 15%;
}

/* header styles */

.play {
  position: relative;

  width: 72px;
  height: 72px;
}

.play:before {
  position: absolute;
  left: 14px;
  top: 10px;
  content: "";
  border-left: 28px solid white;
  border-top: 24px solid transparent;
  border-right: 24px solid transparent;
  border-bottom: 24px solid transparent;
}

.pause {
  position: relative;

  width: 72px;
  height: 72px;
}

.pause:before {
  width: 12px;
  height: 42px;
  background: #fff;
  position: absolute;
  content: "";
  top: -61px;
  left: 60px;
}

.pause:after {
  width: 12px;
  height: 42px;
  background: #fff;
  position: absolute;
  content: "";
  top: -61px;
  right: -20px;
}

.state-header {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 14px;
  line-height: 1.42857143;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  box-sizing: border-box;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  background-color: #212121;
  color: #fff;
  min-height: 35px;
  padding-top: 3px;
  left: 0%;
  width: 100%;
}

.text-left {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 14px;
  line-height: 1.42857143;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #fff;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 50%;
  float: left !important;
  margin-top: 2px;
  z-index: 1002;
}

.text-right {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 14px;
  line-height: 1.42857143;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #fff;
  box-sizing: border-box;
  text-align: right;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 41.66666667%;
  float: right !important;
  margin-top: 2px;
  z-index: 1002;
}

.state-header a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 14px;
  line-height: 1.42857143;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-align: left;
  box-sizing: border-box;
  background-color: transparent;
  outline: none !important;
  font-weight: 400 !important;
  color: #fff !important;
  text-decoration: none !important;
}
.state-header a.nav-brand {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 14px;
  line-height: 1.42857143;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-align: left;
  font-weight: 400 !important;
  color: #fff !important;
  box-sizing: border-box;
  border: 0;
  vertical-align: middle;
  margin-right: 8px !important;
  margin-top: -3px !important;
}

.header-logo {
  padding-right: 5px;
  padding-bottom: 5px;
}
#va-commonBanner {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000;
}

/* footer code */
.vdss-footer {
  padding: 10px 10px 0px 10px;
  background-color: black;
  color: white;
  margin-right: 0;
  font-family: "Roboto", sans-serif;
}

.vdss-footer a {
  color: white !important;
  text-decoration: none;
  background-color: transparent;
}

.vdss-footer a:hover {
  color: white;
}

.vdss-footer img {
  opacity: 0.8;
  vertical-align: middle;
  border-style: none;
}

.vdss-footer img:hover {
  opacity: 1;
}

.vdss-footer h5 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  color: white;
  text-transform: none;
}

.vdss-footer-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* margin-right: -15px; */
  /* margin-left: -15px; */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#button-slider {
  display: flex;
  align-items: center;
  background: rgba(105, 80, 161, 0.75);
  position: fixed;
  width: 160px;
  right: -100px;
  top: 70%;
  padding: 10px 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  z-index: 2000;
}

#button-slider > img {
  width: 2rem;
}

#disclaimer {
  /* display:flex; */
  align-items: center;
  background: rgba(105, 80, 161, 0.75);
  position: fixed;
  width: auto;
  max-width: 210px;
  right: -1px;
  top: 76%;
  padding: 10px 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  z-index: 2000;
  color: #fff;
  border: none;
}

.disclaimer a {
  color: white;
  text-decoration: none;
}

.disclaimer a:hover {
  text-decoration: underline;
}

.hidden-disclaimer {
  display: none;
}

img.goog-te-gadget-icon {
  display: none !important;
}

.button-open {
  right: -3px !important;
}

#google_translate_element {
  margin-left: 15px;
}

.goog-te-gadget-simple {
  background-color: transparent !important;
  border: none !important;
}

.goog-te-gadget-simple .goog-te-menu-value span {
  color: #fff !important;
  font-weight: 600;
}

.button-transition {
  -webkit-transition: right 0.3s ease-out;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: right 0.3s ease-out;
  /* Firefox 4-15 */
  -o-transition: right 0.3s ease-out;
  /* Opera 10.50–12.00 */
  transition: right 0.3s ease-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

/* VITA bar fix styles */

li.bbar-service-item button {
  font-size: 1.75rem !important;
}
.bbarServiceCategoryList li {
  font-size: 1.75rem !important;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 1005;
}

/* button styles */

.button {
  position: absolute;
  top: 15%;
  right: 3%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 0px 25px;
  border: 1px solid #b63338;
  border-radius: 8px;
  background: #ff535b;
  background: -webkit-linear-gradient(top, #ff535b, #b63338);
  background: -moz-linear-gradient(top, #ff535b, #b63338);
  background: linear-gradient(to bottom, #ff535b, #b63338);
  
  /* Box Shadow for Compatibility */
  box-shadow: #ff4d54 0px 0px 29px 0px;
  -webkit-box-shadow: #ff4d54 0px 0px 29px 0px; /* Older WebKit browsers */
  -moz-box-shadow: #ff4d54 0px 0px 29px 0px; /* Firefox */

  /* text-shadow: #722023 1px 1px 1px; */
  font: normal normal bold 28px Lato;
  color: #ffffff;
  text-decoration: none;
  line-height: 2em;
}


.button:hover,
.button:focus {
  border: 1px solid #8b0000;
  background: #ff646d;
  background: -webkit-linear-gradient(top, #ff646d, #da3d43);
  background: -moz-linear-gradient(top, #ff646d, #da3d43);
  background: linear-gradient(to bottom, #ff646d, #da3d43);
  color: #ffffff;
  text-decoration: none;
}

.button:active {
  background: #b63338;
  background: -webkit-linear-gradient(top, #b63338, #b63338);
  background: -moz-linear-gradient(top, #b63338, #b63338);
  background: linear-gradient(to bottom, #b63338, #b63338);
}

.button:before {
  content: "\0000a0";
  display: inline-block;
  height: 52px;
  width: 52px;
  line-height: 2em;
  margin: 0 4px -6px -4px;
  position: relative;
  top: 2px;
  left: -7px;
  background: url(img/pledgebtn.png) no-repeat left center transparent;
  background-size: 100% 100%;
}
.initialCap {
  text-transform: capitalize;
}
.safeSleepBlue {
  color: #43568e;
}
.safeSleepTeal {
  color: #006064;
}
.VDSSdarkGray {
  color: #5c5d5f;
}
.diagram {
  float: right; 
  max-width: 50%; 
  margin: 25px;
}
.allCaps {
  text-transform: uppercase;
}