.tp-home .t3-mainbody {
  display: none;
}
.t3-topbar {
  background-color: #343D46;
  border-bottom: 1px solid #eeeeee;
  color: #CCCED1;
  font-size: 12px;
  padding: 8px 0;
}
.t3-topbar .nav > li {
  display: inline-block;
}
.t3-topbar .nav > li a {
  color: #CCCED1;
  padding-top: 0;
  padding-bottom: 0;
  *border-right: 1px solid #eeeeee;
  display: inline-block;
  line-height: 1;
  border-radius: 0px;
  font-weight: bold;
}
.t3-topbar .nav > li a:hover,
.t3-topbar .nav > li a:focus,
.t3-topbar .nav > li a:active {
  background: none;
  text-decoration: none;
  outline: none;
  color: #ffffff;
}
.t3-topbar .nav > li.active a {
  background: none;
  text-decoration: none;
  outline: none;
  color: #b02500;
}
.t3-topbar .nav > li:last-child a {
  border-right: 0;
}
.t3-topbar i {
  font-size: 14px;
  *margin-right: 5px;
}
.t3-topbar .t3-topbar-1 .nav-pills {
  display: inline-block;
}
.t3-topbar .tn-share ul {
  margin: 0px;
  padding-left: 0px;
}
.t3-topbar .tn-share ul li {
  list-style: none;
  float: left;
  font-size: 14px;
}
.t3-topbar .tn-share ul li a {
  padding: 8px 12px;
  color: #999999;
}
.t3-topbar .tp-phone:before {
  content: "\e047";
  font-family: "Simple-Line-Icons";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 0.5em;
  position: absolute;
  top: 50%;
  left: -3px;
  margin-top: -6px;
  color: #CCCED1;
}
.t3-topbar .tp-mail:before {
  content: "\e086";
  font-family: "Simple-Line-Icons";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 0.5em;
  position: absolute;
  top: 50%;
  left: -3px;
  margin-top: -6px;
  color: #CCCED1;
}
@media (max-width: 767px) {
  .t3-topbar .top-1 {
    float: none;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .t3-topbar .top-1 {
    float: left;
  }
}
@media (min-width: 992px) {
  .t3-topbar .top-1 {
    float: left;
  }
}
@media (max-width: 767px) {
  .t3-topbar .top-2 {
    float: none;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .t3-topbar .top-2 {
    float: right;
  }
}
@media (min-width: 992px) {
  .t3-topbar .top-2 {
    float: right;
  }
}
.ie8 .t3-topbar .nav > li a {
  margin-right: -1px;
}
.ie8 .t3-topbar .t3-topbar-1 .nav-pills {
  overflow: hidden;
}
.t3-header {
  *border-bottom: 1px solid #f6f6f6;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0px 3px 10px 0px rgba(68, 68, 68, 0.1);
  z-index: 9000;
  width: 100% !important;
  *line-height: 30px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .logo {
    text-align: left;
  }
}
.logo a {
  display: inline-block;
  *line-height: 4;
  *margin-top: 19px;
}
.logo-image {
  padding: 0px 0px;
}
.logo-image img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 190px;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text a {
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.nav-search {
  padding: 0px;
}
.nav-search > a {
  color: #b02500;
  padding: 30px 0px;
  display: block;
}
.nav-search > a i {
  border: 1px solid #eee;
  border-radius: 50%;
  padding: 12px;
}
.nav-search > a:hover {
  color: #b02500;
}
.nav-search .dropdown-menu {
  background: #ffffff;
  margin-top: 0px;
  right: 0;
  left: auto;
  padding: 10px;
  border-radius: 0px 0px 6px 6px;
  border-color: #f6f6f6;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.04);
}
@media (max-width: 480px) {
  .nav-search .dropdown-menu {
    right: -54px;
  }
}
.nav-search .dropdown-menu .t3-module {
  margin-bottom: 0;
}
.nav-search .dropdown-menu .t3-module .search input {
  background: #ffffff;
  border-color: #b02500;
  color: #343434;
  font-size: 13px;
  width: 200px;
  border-radius: 500px;
}
.nav-search .dropdown-menu .t3-module .search input:hover,
.nav-search .dropdown-menu .t3-module .search input:active,
.nav-search .dropdown-menu .t3-module .search input:focus {
  background: #f2f2f2;
}
.nav-search .dropdown-menu .btn {
  position: absolute;
  right: 8%;
  margin-top: 1px;
}
@media (max-width: 480px) {
  .nav-search .dropdown-menu .btn {
    right: 20px;
    top: 20px;
  }
}
.head-search {
  margin-top: 20px;
}
.head-search:before,
.head-search:after {
  content: " ";
  display: table;
}
.head-search:after {
  clear: both;
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  position: relative;
}
.head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  color: #555555;
}
@media screen and (min-width: 768px) {
  .head-search .search {
    float: right;
  }
}
.head-search .form-control {
  width: 100%;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .head-search .form-control {
    width: 150px;
  }
  .head-search .form-control:focus {
    width: 200px;
  }
}
.slider-title {
  *background: rgba(176, 37, 0, 0.9);
  *color: #ffffff;
  *padding: 0px 15px;
}
.cd-words-wrapper {
  color: #b02500;
}
.t3-sl {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.tn-sl-5 {
  padding-bottom: 5px;
  padding-top: 5px;
}
@media screen and (min-width: 768px) {
  .tn-sl-5 {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.tn-sl-10 {
  padding-bottom: 10px;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .tn-sl-10 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.tn-sl-15 {
  padding-bottom: 15px;
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
  .tn-sl-15 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.tn-sl-20 {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .tn-sl-20 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
#features_1642 .feature_icon {
  background: #3498DB !important;
}
#features_1642 .feature_icon {
  background: #0DC0C0;
}
#features_3577 .feature_icon {
  background: #E14D43;
}
.feature_wrapper:hover .feature_item {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3) !important;
}
.feature_wrapper .feature_item {
  bottom: -39px;
}
.feature_wrapper .feature_item .feature_image_wrapper {
  border: none;
}
.feature_wrapper .feature_item .feature_item_inner .tp-blue {
  background: #3498DB !important;
  border-color: #3498DB;
}
.feature_wrapper .feature_item .feature_item_inner .tp-turquoise {
  background: #0DC0C0;
  border-color: #0DC0C0;
}
.feature_wrapper .feature_item .feature_item_inner .tp-red {
  background: #E14D43;
  border-color: #E14D43;
}
.feature_wrapper .feature_item .feature_item_inner .feature_icon {
  color: #ffffff;
}
.feature_wrapper .feature_item .feature_item_inner .feature_content {
  color: inherit;
  line-height: 24px;
}
.tp-slideshow {
  
  
}
@media (min-width: 1200px) {
  .tp-slideshow {
    border-bottom: 3px solid #054c6f;
  }
}
@media (min-width: 767px) {
  .tp-slideshow {
    border-bottom: 3px solid #054c6f;
  }
}
.t3-mainbody {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-sidebar {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-sidebar .t3-module {
  background: none repeat scroll 0% 0% #F7F7F7;
  margin-bottom: 20px;
  padding: 5px;
  border-radius: 3px;
}
.t3-sidebar .t3-module .module-inner {
  color: #666;
  border-radius: 3px;
  padding: 20px;
  border: 1px solid #E6E6E6;
  background: none repeat scroll 0% 0% #FFF;
}
.gp-img-bg {
  background-attachment: inherit;
  background-repeat: no-repeat;
  background-position: 41% 73%;
}
.tp-parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.tp-parallax .gp-number {
  text-align: center;
}
@media (max-width: 767px) {
  .tp-parallax .gp-number {
    padding: 50px 0px;
  }
}
@media (min-width: 768px) {
  .tp-parallax .gp-number {
    padding: 60px 0px;
  }
}
@media (min-width: 992px) {
  .tp-parallax .gp-number {
    padding: 90px 0px;
  }
}
.tp-parallax .gp-number .gp-count .gp-icon {
  line-height: 48px;
  color: #3498db;
  font-size: 48px;
  display: inline;
}
.tp-parallax .gp-number .gp-count .odometer {
  margin-top: -26px;
  margin-left: 10px;
  line-height: 48px;
  letter-spacing: -1px;
  font-weight: 600;
  font-style: normal;
  color: #ccc;
  font-size: 48px;
}
.tp-parallax .gp-number p {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 300;
  margin-top: 20px;
  color: #ccc;
  text-align: center;
}
.brand,
.gkTableColor {
  background: #b02500 !important;
  color: #ffffff;
}
.table-responsive td {
  padding: 10px;
}
.title-center .article-title {
  text-align: left;
}
.popover-title {
  color: #ffffff;
  font-weight: bold;
}
.pg-csv-box {
  box-shadow: none !important;
  border: 1px solid #eeeeee;
}
.pg-csv-box:hover {
  border: 1px solid #b02500;
}
.pg-cv-box {
  box-shadow: none;
  border: 1px solid #eeeeee;
}
.pg-cv-box:hover {
  border: 1px solid #b02500;
}
.infy-team .module-title {
  text-align: center;
  margin-bottom: 40px;
}
.infy-team .team-detail .profile-area h3 {
  margin: 0px;
  font-weight: bold;
}
.infy-team .team-detail .profile-area h4 {
  font-weight: 400;
  font-size: 16px;
}
.pd-categoriesbox {
  border: 1px solid #999999;
  border-radius: 3px;
  padding: 0px !important;
  width: 31% !important;
}
.pd-categoriesbox .pd-title {
  background: #b02500;
  color: #ffffff;
  margin: 0px !important;
  padding: 2%;
}
.pd-categoriesbox .pd-title a {
  color: #ffffff !important;
}
.pd-categoriesbox .pd-desc {
  padding: 2%;
}
.tweets li:before {
  position: absolute;
  top: 5px;
  left: 0;
  color: #1fc3ff;
  font-size: 30px;
  font-family: 'fontello';
  content: '\e980';
}
.t3-footer {
  *border-top: 1px solid #eeeeee;
  background: #222222;
  color: #f6f6f6;
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footnav {
  padding: 20px 0;
}
.t3-footnav:before,
.t3-footnav:after {
  content: " ";
  display: table;
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding: 40px 0;
  }
}
.t3-footnav .t3-module {
  background: #222222;
  color: #f6f6f6;
  margin-top: 10px;
  margin-bottom: 10px;
}
.t3-footnav .t3-module .module-title {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li {
  line-height: 24px;
}
.t3-footnav .t3-module ul > li > a {
  color: #ffffff;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
  color: #b02500;
}
.t3-copyright {
  background-color: #1D1D1D;
  font-size: 14px;
  padding: 20px 0 20px;
}
.t3-copyright:before,
.t3-copyright:after {
  content: " ";
  display: table;
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  *margin-bottom: 5px;
}
.t3-copyright a {
  color: #999999;
}
.t3-copyright a:hover {
  color: #eeeeee;
}
.t3-copyright .gp-footer-menu .nav-pills {
  float: right;
}
.t3-copyright .gp-footer-menu .nav-pills li {
  float: left;
}
.t3-copyright .gp-footer-menu .nav-pills li a {
  padding: 0px 15px;
}
.t3-copyright .gp-footer-menu .nav-pills li a:hover,
.t3-copyright .gp-footer-menu .nav-pills li a:active {
  background: transparent !important;
}
.copyright {
  *margin-bottom: 20px;
}
.poweredby:before,
.poweredby:after {
  content: " ";
  display: table;
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 991px) {
  .poweredby {
    text-align: right;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}
.stars,
.stars .star_in {
  background: rgba(0, 0, 0, 0) url("../../templates/growup/images/footer_sprite_v5.png") repeat-x scroll -4px -43px;
}
.gp-masthead .rating-point {
  color: #FF9001;
}
.stars .star_in {
  width: 48.4px;
  float: left;
}
.star-rating-review .write_a_review {
  *float: right;
}
.tp-incident-response {
  text-align: justify;
}
#workshop-training-list .container .services-box-2 {
  min-height: 247px !important;
}
.iccalendar {
  width: 465px;
}
.sprocket-tabs-panel .star-rating-review {
  position: relative;
  text-align: center;
  *top: 50px;
}
.gbs3 .chrono_credits {
  display: none;
}
#chronoform-contactus #name,
#chronoform-contactus #email,
#chronoform-contactus #mobile_no,
#chronoform-contactus textarea {
  width: 288px !important;
}
#chronoform-contactus #submit {
  width: 150px !important;
}
#flatcal_minical .flatcal_busylink:link,
#flatcal_minical .flatcal_busylink:visited {
  background: #ff8034 none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff !important;
  padding: 3px;
}
.flatcal_navbar .link_prev,
.flatcal_navbar .link_next {
  display: none;
}
.flatcal_weekdays .flatcal_sundaycell,
.flatcal_weekdays .flatcal_daycell {
  left: 10px;
  position: relative;
}
.flatcal_navbar .flatcal_month_label a {
  font-size: 18px;
  font-weight: 500;
}
.tp-title-center .sprocket-tabs .sprocket-tabs-nav li {
  width: 25%;
}
.flatcal_main_t .flatcal_month_label {
  background-color: #028cbb;
  border: 1px solid #028cbb;
}
.flatcal_main_t .flatcal_month_label a {
  color: #ffffff !important;
}
#livechat-eye-catcher #livechat-eye-catcher-img img {
  width: 100px;
}