/* Theme Name:Worthy - Free Powerful Theme by HtmlCoder
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Version:1.0.0
Created:November 2014
License:Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description:Main CSS file of the template */

/* Typography
----------------------------------------------------------------------------- */

@font-face {
  font-family: CenturyGothicRegular;
  src: url(../fonts/CenturyGothicRegular.ttf);
}
body {
  font-family: "CenturyGothicRegular", sans-serif;
}
.site-name {
  font-family: "CenturyGothicRegular", sans-serif;
}
html,
body {
  height: 100%;
}
body {
  font-size: 15px;
  line-height: 1.5;
  color: #333333;
  background-color: #ffffff;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
}
h1 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}
h2 {
  font-size: 28px;
  margin-bottom: 15px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 18px;
  font-weight: 700;
}
h5 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
h6 {
  font-weight: 700;
}
h1 span,
h2 span,
h3 span,
h4 span {
  color: rgba(3, 78, 162, 1);
}
.text-colored {
  color: #55acee;
}
a {
  color: #55acee;
}

a:hover {
  color: #339beb;
}
a:focus,
a:active {
  outline: none;
}
.large {
  font-size: 18px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.list-unstyled li {
  padding: 5px 0;
}
.list-horizontal {
  padding: 15px 0;
}
.list-horizontal-item img {
  display: block;
  margin: 0 auto;
}
.list-icons {
  padding: 0;
  margin: 20px 0;
  list-style: none;
  font-size: 18px;
}
.list-icons li {
  padding: 0 0 15px 0;
}
blockquote {
  border-left: none;
  padding-left: 0;
  padding-right: 0;
}
.title {
  margin-top: 0;
}

/* Layout
----------------------------------------------------------------------------- */
.header {
  color: rgba(51, 51, 51, 1);
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.banner {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
  color: rgba(49, 49, 49, 1);
}
.banner-image {
  vertical-align: middle;
  min-height: 100%;
  width: 100%;
}
.banner:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
}
.banner-caption {
  position: absolute;
  top: 40%;
  width: 100%;
  z-index: 2;
}
.subfooter {
  background-color: rgba(3, 3, 3, 1);
  border-top: 1px solid rgba(3, 3, 3, 1);
  border-bottom: 1px solid #f3f3f3;
  padding: 12px 0;
}
.section {
  background-color: #ffffff;
  padding: 80px 0;
}

/* Backgrounds
----------------------------------------------------------------------------- */
.default-bg {
  background-color: #222222;
  color: #ffffff;
}
.default-bg.blue {
  background-color: #55acee;
}
.translucent-bg {
  color: #ffffff;
}
.default-bg h1,
.default-bg h2,
.default-bg h3,
.default-bg h4,
.default-bg h5,
.default-bg h6,
.translucent-bg h1,
.translucent-bg h2,
.translucent-bg h3,
.translucent-bg h4,
.translucent-bg h5,
.translucent-bg h6 {
  color: #ffffff;
}
.default-bg blockquote footer,
.translucent-bg blockquote footer {
  color: #cccccc;
}
.default-bg a,
.translucent-bg a {
  color: #ffffff;
  text-decoration: underline;
}
.default-bg a:hover,
.translucent-bg a:hover {
  text-decoration: none;
}
.translucent-bg {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: 50% 0;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
}
.translucent-bg .translucent-bg {
  margin-top: 80px;
  z-index: 3;
}
.translucent-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.translucent-bg.blue:after {
  background-color: rgba(85, 172, 238, 0.7);
}
.translucent-bg .container {
  z-index: 3;
  position: relative;
}
.bg-image-1 {
  background: url("../images/bg-image-1.jpg") 50% 0px no-repeat;
}
.bg-image-2 {
  background: url("../images/bg-image-2.jpg") 50% 0px no-repeat;
}

/* Misc
----------------------------------------------------------------------------- */
.object-non-visible {
  opacity: 0;
  filter: alpha(opacity=0);
}
.object-visible,
.touch .object-non-visible {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

/* Targeting only Firefox for smoothest animations */
@-moz-document url-prefix() {
  .object-visible,
  .touch .object-non-visible {
    -webkit-transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    -ms-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
  }
}
.space {
  padding: 12px 0;
}
.pr-10 {
  padding-right: 10px;
}
.pl-10 {
  padding-left: 10px;
}
.pb-clear {
  padding-bottom: 0;
}

/* Sections
----------------------------------------------------------------------------- */
.banner-caption h1,
.banner-caption h2,
.banner-caption h3,
.banner-caption h4,
.banner-caption h5,
.banner-caption h6 {
  color: rgba(49, 49, 49, 1);
}
.banner-caption h1 {
  font-size: 60px;
}
.subfooter p {
  margin-bottom: 0;
}

/* Template Components
----------------------------------------------------------------------------- */
/* Buttons
---------------------------------- */
.btn {
  padding: 8px 15px;
  font-size: 14px;
  line-height: 1.42857143;
  min-width: 160px;
  text-align: center;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-default {
  color: #55acee;
  border: 1px solid #cccccc;
}
.btn-default:hover {
  color: #ffffff;
  background-color: #339beb;
  border-color: #339beb;
}

/* Collapse
---------------------------------- */
.panel-group .panel {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
}
.panel-default > .panel-heading {
  padding: 0;
  outline: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 100%;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 1px solid #f0f0f0;
  border-top: none;
  background-color: #fafafa;
}
.panel-heading a {
  font-weight: 400;
  padding: 12px 35px 12px 15px;
  display: inline-block;
  width: 100%;
  background-color: #55acee;
  color: #ffffff;
  position: relative;
  text-decoration: none;
}
.panel-heading a.collapsed {
  color: #ffffff;
  background-color: #333333;
}
.panel-heading a:after {
  font-family: "FontAwesome";
  content: "\f147";
  position: absolute;
  right: 15px;
  font-size: 14px;
  font-weight: 300;
  top: 50%;
  line-height: 1;
  margin-top: -7px;
}
.panel-heading a.collapsed:after {
  content: "\f196";
}
.panel-heading a:hover {
  text-decoration: none;
  background-color: #55acee;
  color: #ffffff;
}
.panel-title a i {
  padding-right: 10px;
  font-size: 20px;
}

/* Pills
---------------------------------- */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover {
  background-color: #55acee;
  border-color: #55acee;
  color: #ffffff;
}
.nav-pills > li > a {
  border-radius: 0;
  padding: 8px 20px;
  border: 1px solid #cacaca;
  color: #666666;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
}

/* Forms
---------------------------------- */
.form-control {
  height: 45px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.form-control-feedback {
  color: #cccccc;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 15px;
}
textarea {
  resize: vertical;
}

/* Modals
---------------------------------- */
.modal-content {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.modal-header {
  background-color: #55acee;
  color: #ffffff;
}
.modal-header h4 {
  color: #ffffff;
}
.modal-header .close {
  font-weight: 300;
  color: #ffffff;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
  .modal-lg {
    width: 1140px;
  }
}

/* Media
---------------------------------- */
.media .fa {
  font-size: 24px;
  width: 40px;
  height: 25px;
  line-height: 25px;
  padding: 0 5px;
  text-align: center;
}

/* Navigations
----------------------------------------------------------------------------- */
.header .navbar {
  margin-bottom: 0;
}
.main-navigation .navbar-default {
  background-color: transparent;
  border: none;
  float: right;
  min-width: 46%;
}
.main-navigation .navbar-default .navbar-nav > li > a {
  color: rgba(51, 51, 51, 1);
  /*padding: 10px 20px;*/
  font-size: 15px;
  font-weight: 500;
}
.main-navigation .navbar-default .navbar-nav > li.active > a {
  background-color: transparent;
  color: #FCAA4B;
}
.main-navigation .navbar-default .navbar-nav > li > a:hover,
.main-navigation .navbar-default .navbar-nav > li.active > a:hover {
  color: #FCAA4B;
}
@media (min-width: 768px) {
  .main-navigation .navbar-default .navbar-nav > li > a {
    padding-top: 47px;
    padding-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-navigation .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-nav {
    float: left !important;
  }
  .mobPaddingNew {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .navbar-header {
    padding-bottom: 15px;
  }
}

/* Fixed Header
----------------------------------------------------------------------------- */
.fixed-header-on .header {
  background-color: #ffffff;
  padding: 0px 0;
}
.fixed-header-on .site-name {
  font-size: 24px;
}
.fixed-header-on .logo {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .fixed-header-on .navbar-default .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* Blocks/Widgets
----------------------------------------------------------------------------- */
/* Logo, Site Name, Site Slogan
---------------------------------- */
.logo {
  /*margin: 10px 10px 10px 0; ***** */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.logo,
.site-name-and-slogan {
  float: left;
}
.site-name {
  font-size: 36px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.site-name a {
  color: #ffffff;
}
.site-name a:hover {
  text-decoration: none;
}
.site-slogan {
  font-size: 12px;
}

/* Testimonials
---------------------------------- */
.testimonial .media-left {
  width: 60px;
}

/* Social Links
---------------------------------- */
.social-links {
  padding: 0;
  list-style: none;
  margin: 15px 0;
}
.social-links li {
  margin: 10px 25px 10px 0;
  display: inline-block;
  font-size: 36px;
}
.social-links li a {
  color: #333333;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.social-links li.twitter a:hover {
  color: #55acee;
}
.social-links li.skype a:hover {
  color: #00aff0;
}
.social-links li.linkedin a:hover {
  color: #0976b4;
}
.social-links li.googleplus a:hover {
  color: #dd4b39;
}
.social-links li.youtube a:hover {
  color: #b31217;
}
.social-links li.flickr a:hover {
  color: #ff0084;
}
.social-links li.facebook a:hover {
  color: #3b5998;
}
.social-links li.pinterest a:hover {
  color: #cb2027;
}

/* Isotope Items
---------------------------------- */
.filters {
  margin: 0 0 30px 0;
}
.filters .nav-pills > li {
  margin-right: 2px;
  margin-bottom: 2px;
}
.filters .nav-pills > li + li {
  margin-left: 0px;
}
.text-center.filters .nav-pills > li {
  margin-right: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
  display: inline-block;
  float: none;
}
.isotope-container {
  overflow: hidden;
}
.isotope-item {
  margin-bottom: 20px;
}
.isotope-item .btn-default {
  color: #999999;
}
.isotope-item .btn-default:hover {
  color: #ffffff;
}
@media (max-width: 480px) {
  .filters .nav-pills > li {
    width: 100%;
    display: block;
  }
}

/* Images Overlay
----------------------------------------------------------------------------- */
.overlay-container {
  position: relative;
  display: block;
  overflow: hidden;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  right: -1px;
  background-color: rgba(85, 172, 238, 0.9);
  cursor: pointer;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.overlay:hover {
  text-decoration: none;
}
.overlay span {
  position: absolute;
  display: block;
  bottom: 10px;
  text-align: center;
  width: 100%;
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
}
.overlay i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 18px;
  line-height: 1x;
  color: #ffffff;
  margin-top: -8px;
  margin-left: -8px;
  text-align: center;
}
.overlay-container:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  transform: scale(1);
}
@import url("https://fonts.googleapis.com/css?family=Arima+Madurai:100,200,300,400,500,700,800,900");

/* entire container, keeps perspective */
.card-container {
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
  margin-bottom: 30px;
}
/* flip the pane when hovered */
.card-container:not(.manual-flip):hover .card,
.card-container.hover.manual-flip .card {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.card-container.static:hover .card,
.card-container.static.hover .card {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
}
/* flip speed goes here */
.card {
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}

/* hide back of pane during swap */
.front,
.back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
}

/* front pane, placed above back */
.front {
  z-index: 2;
}

/* back, initially hidden pane */
.back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  z-index: 3;
}

.back .btn-simple {
  position: absolute;
  left: 0;
  bottom: 4px;
}
/*        Style       */

.card {
  background: none repeat scroll 0 0 #ffffff;
  border-radius: 4px;
  color: #444444;
}
.card-container,
.front,
.back {
  width: 100%;
  height: 420px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.16);
}
.card .cover {
  height: 105px;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}
.card .cover img {
  width: 100%;
}
.card .user {
  border-radius: 50%;
  display: block;
  height: 120px;
  margin: -55px auto 0;
  overflow: hidden;
  width: 120px;
}
.card .user img {
  background: none repeat scroll 0 0 #ffffff;
  border: 4px solid #ffffff;
  width: 100%;
}

.card .content {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  padding: 10px 20px 20px;
}
.card .content .main {
  min-height: 160px;
}
.card .back .content .main {
  height: 215px;
}
.card .name {
  font-size: 22px;
  line-height: 28px;
  margin: 10px 0 0;
  text-align: center;
  text-transform: capitalize;
}
.card h5 {
  margin: 5px 0;
  font-weight: 400;
  line-height: 20px;
}
.card .profession {
  color: #999999;
  text-align: center;
  margin-bottom: 20px;
}
.card .footer {
  border-top: 1px solid #eeeeee;
  color: #999999;
  margin: 30px 0 0;
  padding: 10px 0 0;
  text-align: center;
}
.card .footer .social-links {
  font-size: 18px;
}
.card .footer .social-links a {
  margin: 0 7px;
}
.card .footer .btn-simple {
  margin-top: -6px;
}
.card .header {
  padding: 15px 20px;
  height: 90px;
}
.card .motto {
  border-bottom: 1px solid #eeeeee;
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 10px;
  text-align: center;
}

.card .stats-container {
  width: 100%;
  margin-top: 50px;
}
.card .stats {
  display: block;
  float: left;
  width: 33.333333%;
  text-align: center;
}

.card .stats:first-child {
  border-right: 1px solid #eeeeee;
}
.card .stats:last-child {
  border-left: 1px solid #eeeeee;
}
.card .stats h4 {
  font-weight: 300;
  margin-bottom: 5px;
}
.card .stats p {
  color: #777777;
}
/*      Just for presentation        */

.title {
  color: #506a85;
  text-align: center;
  font-weight: 300;
  font-size: 44px!important;
  margin-bottom: 50px;
}
.title small {
  font-size: 17px;
  color: #999;
  text-transform: uppercase;
  margin: 0;
}
.space-30 {
  height: 30px;
  display: block;
}
.space-50 {
  height: 50px;
  display: block;
}
.space-200 {
  height: 200px;
  display: block;
}
.white-board {
  background-color: #ffffff;
  min-height: 200px;
  padding: 60px 60px 20px;
}
.ct-heart {
  color: #f74933;
}

pre.prettyprint {
  background-color: #ffffff;
  border: 1px solid #999;
  margin-top: 20px;
  padding: 20px;
  text-align: left;
}
.atv,
.str {
  color: #05ae0e;
}
.tag,
.pln,
.kwd {
  color: #3472f7;
}
.atn {
  color: #2c93ff;
}
.pln {
  color: #333;
}
.com {
  color: #999;
}

.btn-simple {
  opacity: 0.8;
  color: #666666;
  background-color: transparent;
}

.btn-simple:hover,
.btn-simple:focus {
  background-color: transparent;
  box-shadow: none;
  opacity: 1;
}
.btn-simple i {
  font-size: 16px;
}

.navbar-brand-logo {
  padding: 0;
}
.navbar-brand-logo .logo {
  border: 1px solid #333333;
  border-radius: 50%;
  float: left;
  overflow: hidden;
  width: 60px;
}
.navbar .navbar-brand-logo .brand {
  color: #ffffff;
  float: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin-left: 10px;
  margin-top: 10px;
  width: 60px;
}
.navbar-default .navbar-brand-logo .brand {
  color: #555;
}

/*       Fix bug for IE      */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .front,
  .back {
    -ms-backface-visibility: visible;
    backface-visibility: visible;
  }

  .back {
    visibility: hidden;
    -ms-transition: all 0.2s cubic-bezier(0.92, 0.01, 0.83, 0.67);
  }
  .front {
    z-index: 4;
  }
  .card-container:not(.manual-flip):hover .back,
  .card-container.manual-flip.hover .back {
    z-index: 5;
    visibility: visible;
  }
}
.astraClass {
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #ffffff 0%,
    #ffffff 30%,
    #bacad9 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #ffffff 30%,
    #bacad9 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #ffffff 30%,
    #bacad9 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bacad9',GradientType=0 ); /* IE6-9 */
}
@media only screen and (min-device-width: 1367px) and (max-device-width: 1920px) {
  /*  .astraClass{
        width:100%;
        height:auto !important;
    }*/
}

.breadcrumb {
  position: relative;
  z-index: 1;
  text-align: center;
}

.breadcrumb:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.6;
  z-index: -1;
}

.breadcrumb .breadcrumb_iner {
  height: 440px;
  width: 100%;
  display: table;
}

.breadcrumb .breadcrumb_iner .breadcrumb_iner_item {
  display: table-cell;
  vertical-align: middle;
}

.breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 300;
  margin-top: 150px;
  text-transform: capitalize;
}

@media (max-width: 576px) {
  .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 360px) and (max-width: 991px) {
  .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
    font-size: 35px;
    margin-top: 280px;
  }
}

.breadcrumb .breadcrumb_iner .breadcrumb_iner_item p {
  font-size: 15px;
  color: #fff;
}

.breadcrumb .breadcrumb_iner .breadcrumb_iner_item span {
  margin: 0px 5px;
  font-size: 12px;
}

.breadcrumb {
  margin-bottom: 0px !important;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .commonFSize {
    font-size: 30px !important;
  }
  #singlebutton {
    margin-top: 10% !important;
  }
  .site {
    overflow-x: hidden !important;
    position: relative;
    width: 100%;
  }
  .header {
    background: #ffffff;
  }
  #navb {
    width: 100%;
    float: right;
  }

  #logo {
    width: 30% !important;
    z-index: 999;
    position: relative;
  }

  #astralogo {
    width: 50% !important;
    left: 22% !important;
    top: 18% !important;
  }

  #strategic {
    font-size: 24px !important;
  }

  .carouselTextClass {
    top: 30% !important;
  }

  #awardlogo {
    width: 50%;
    top: 18% !important;
    right: 28% !important;
  }
  #carouselTextClass {
    top: 50% !important;
  }

  #newAstraLogo {
    left: 30% !important;
  }

  #carouselTextClass .lead {
    width: 90% !important;
  }

  #slide1 .lead {
    width: 90% !important;
  }

  #contact {
    font-size: 30px !important;
    margin-bottom: 40px !important;
  }

  .footer-content .large {
    font-size: 14px !important;
  }

  #imgg1 {
    height: auto !important;
  }

  #about {
    font-size: 36px !important;
    margin-bottom: 40px !important;
  }

  .whyS {
    font-size: 14px !important;
  }

  .media-heading {
    font-size: 16px !important;
    font-weight: 600 !important;
  }

  #notsure {
    font-size: 36px !important;
  }

  /* about us */
  .fixedBg {
    height: 150px !important;
  }

  #about_title_center {
    left: 0;
  }

  #about_heading1,
  #about_heading2,
  #vision_heading1,
  #vision_heading2,
  #values1 {
    font-size: 36px !important;
  }

  .media-body .about_block,
  .media-body .v3,
  .media-body ol li {
    font-size: 14px !important;
  }

  #media_ht1 {
    margin-top: 30px !important;
  }

  /* vision & mission */

  #vision_title_center,
  #advis_title_center,
  #mgt_title_center {
    left: 0;
  }

  #vm2 {
    min-height: auto !important;
  }

  #vm1 {
    margin-top: 30px !important;
  }

  #vvalues_padding {
    width: 100% !important;
    padding: 15px !important;
  }

  /* Advisory Board */

  .advisoryB {
    padding-top: 0px !important;
  }

  .pad1 {
    padding-bottom: 0 !important;
  }

  /* Management Team */
  .front,
  .back {
    height: 450px !important;
  }

  #flickr2,
  #flickr3,
  #flickr4,
  #flickr5,
  #flickr6,
  #flickr7 {
    position: relative;
    margin-top: 60% !important;
  }

  #marginRow {
    margin-top: 80px !important;
  }

  /* Media */
  .mediaBanner {
    background: url(../images/m9.jpg) no-repeat !important;
    background-size: 100% 100% !important;
    margin-top: 120px !important;
    height: 150px !important;
  }

  #media_border {
    padding: 15px !important;
  }

  #HeadingMedia {
    bottom: 84% !important;
    background: #ffffff;
    height: auto !important;
    left: 4% !important;
  }

  /* Blog */

  #blogBottom {
    bottom: 12% !important;
    left: 2%;
  }

  #blogPad {
    padding: 15px !important;
  }

  #blogBottom #bl {
    font-size: 20px !important;
    background: #ffffff !important;
  }

  #blog_border {
    padding: 15px !important;
  }

  /* Business Optimization */
  #titlCntr1,
  #titlCntr5,
  #post6,
  #post5 {
    left: 0;
  }

  #para1,
  #para2,
  #para3,
  #para4,
  #para5,
  #para6,
  #ad4,
  #m4,
  #r4,
  #a4,
  #p4,
  #quality,
  .dytSize,
  #boyHead {
    font-size: 24px !important;
    background: #ffffff;
  }

  #i4,
  #newnorm {
    font-size: 24px !important;
  }

  #AppSuppBot {
    bottom: 7% !important;
  }

  #aiBot {
    bottom: 5.5% !important;
  }
  #mobAppBot {
    bottom: 6% !important;
    left: 0;
  }

  .businessPad,
  .robAI,
  .raaBorder,
  .qualAssBorder,
  .dyhtbr {
    width: 100% !important;
    padding: 15px !important;
  }
  #padtop1,
  #padtop4,
  #padtop5,
  #proprFramePad0,
  #ad3,
  #i3,
  #AIPad,
  #r3,
  #pomPad,
  #AppSuppPad,
  #qualAssPad,
  .quAssPad {
    padding: 0 !important;
  }

  #spc1 .whyS,
  #spc3 .whyS:nth-child(1) {
    margin-top: 20% !important;
  }
  #propad,
  .cePad,
  #cePad0,
  #padtop3,
  #digitalPad,
  #mobPad0,
  #padtop6,
  #appDevPad,
  #madPad,
  #m3,
  #RaaPad,
  #a2,
  #autoSerPad,
  #p3 {
    padding: 0px !important;
  }

  /* Customer Experience */
  #titlCntr2,
  #titlCntr3,
  #titlCntr4,
  #post2,
  #post3,
  #post4,
  #post5 {
    left: 0;
  }

  .ceBorder,
  .mobilityBorder,
  .aiBorder,
  .madBorder,
  .autoSerBorber,
  .pomBorder {
    width: 100% !important;
    padding: 15px !important;
  }
  #spc2 p {
    margin-top: 20%;
  }

  /* Digital */

  .digitalBorder,
  .propFramePad,
  .appDevBorder,
  .appSuppBorder {
    width: 100% !important;
    padding: 15px !important;
  }

  /* Mobility */
  #mobBot {
    bottom: 13% !important;
  }

  #spc4 p:first-child,
  #space1 {
    margin-top: 25%;
  }

  #robBot0 {
    bottom: 10% !important;
  }

  #spc5 p:first-child {
    margin-top: 40% !important;
  }

  #propFrameBot {
    bottom: 7% !important;
  }

  #spc6 p:first-child {
    margin-top: 15% !important;
  }

  #appdevBot {
    bottom: 15% !important;
  }

  #specs7 p:first-child {
    margin-top: 15% !important;
  }

  .appDesignDev {
    font-size: 24px !important;
    margin-top: 80%;
  }

  .pd1 {
    height: auto !important;
  }
  #space3 {
    margin-top: 10% !important;
  }

  #autoSerBot {
    bottom: 8% !important;
    left: 0;
  }
  #space4 {
    margin-top: 30%;
  }
  #p5,
  #i6 {
    font-size: 30px !important;
  }

  #qualAssBot {
    bottom: 8% !important;
  }

  .qualAssPara {
    margin-top: 5%;
  }

  #dytBot {
    bottom: 3% !important;
  }

  #dytSec {
    margin-top: 75px !important;
  }

  .boyPad {
    padding: 15px !important;
  }

  #boyBot {
    left: 2%;
    bottom: 7% !important;
  }

  .boyMar {
    margin-top: 10% !important;
  }

  .mob_padding1,
  .mob_padding2,
  .mobPaddingNew {
    padding: 15px !important;
  }

  .pripolContainer {
    padding: 15px !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 320px) {
  .front,
  .back {
    height: 520px !important;
  }

  #flickr2,
  #flickr3,
  #flickr4,
  #flickr5,
  #flickr6,
  #flickr7 {
    position: relative;
    margin-top: 120% !important;
  }
  .caption {
    left: 10% !important;
    bottom: 75% !important;
    padding: 0 !important;
  }
  #marginRow {
    margin-top: 120px !important;
  }

  #management_title,
  #titlCntr5 #head5 {
    font-size: 36px !important;
  }
  #spc2 p,
  #spc4 p {
    margin-top: 40% !important;
  }

  #mobBot {
    bottom: 10% !important;
  }

  #spc5 p:first-child {
    margin-top: 65% !important;
  }
  #space3 {
    margin-top: 25% !important;
  }

  #autoSerBot {
    bottom: 7% !important;
    left: 0;
  }

  #space4 {
    margin-top: 40%;
  }

  #p5,
  #i6 {
    font-size: 30px !important;
  }

  .qualAssPara {
    margin-top: 15%;
  }

  #qualAssBot {
    bottom: 10% !important;
  }
}

@media screen and (min-width: 568px) and (max-width: 736px) {
  /* index */

  .largeCol {
    float: right;
    width: 100%;
    margin-top: -9% !important;
  }

  #logo {
    width: 50% !important;
    z-index: 999;
    position: relative;
  }
  .site {
    overflow-x: hidden !important;
    position: relative;
    width: 100%;
  }
  .header {
    background: #ffffff;
  }
  .smallCol {
    width: 30% !important;
    display: inline-block;
  }

  #astralogo {
    width: 25% !important;
    left: 37% !important;
    top: 28% !important;
  }

  #strategic {
    font-size: 24px !important;
  }

  .carouselTextClass {
    top: 45% !important;
  }

  #awardlogo {
    width: 30%;
    top: 21% !important;
    right: 34% !important;
  }
  #carouselTextClass {
    top: 62% !important;
  }

  #newAstraLogo {
    left: 43% !important;
    top: 46% !important;
  }

  #carouselTextClass .lead {
    width: 90% !important;
  }

  #slide1 .lead {
    width: 90% !important;
  }

  #contact {
    font-size: 30px !important;
    margin-bottom: 40px !important;
  }

  .footer-content .large {
    font-size: 14px !important;
  }

  #imgg1 {
    height: auto !important;
    float: none !important;
    margin-left: 12% !important;
  }

  #about {
    font-size: 36px !important;
    margin-bottom: 40px !important;
  }

  .whyS {
    font-size: 14px !important;
  }

  .media-heading {
    font-size: 16px !important;
    font-weight: 600 !important;
  }

  #notsure {
    font-size: 36px !important;
  }

  #imggg {
    width: 100% !important;
    margin-right: 15px !important;
    height: auto;
  }
  .width100 {
    width: 100% !important;
  }

  /* footer */
  .mob_padding1,
  .mob_padding2,
  .mobPaddingNew {
    padding: 15px !important;
  }

  /* about us */
  .fixedBg {
    height: 150px !important;
  }

  #about_title_center {
    left: 0;
  }

  #about_heading1,
  #about_heading2,
  #vision_heading1,
  #vision_heading2,
  #values1 {
    font-size: 36px !important;
  }

  .media-body .about_block,
  .media-body .v3,
  .media-body ol li {
    font-size: 14px !important;
  }

  #media_ht1 {
    margin-top: 30px !important;
  }
  /* Vision mission */
  #vm2 {
    height: auto !important;
    min-height: auto !important;
  }

  .padVision {
    padding-top: 5%;
  }

  /* Management Team */

  #m8,
  #m10,
  #m11,
  #m12,
  #m13,
  #m14 {
    margin-top: 20% !important;
  }

  /* Media */

  .mediaBanner {
    background: url(../images/m9.jpg) no-repeat cover !important;

    margin-top: 120px !important;
    height: 150px !important;
  }

  #media_border {
    padding: 15px !important;
  }

  #HeadingMedia {
    bottom: 88% !important;
    background: #ffffff;
    height: auto !important;
    left: 4% !important;
  }

  .mediaPadTop {
    padding-top: 0 !important;
  }

  #HeadingMedia {
    bottom: 98% !important;
  }

  /* Blog */

  #blogBottom {
    bottom: 12% !important;
    left: 2%;
  }

  #blogPad {
    padding: 15px !important;
  }

  #blogBottom #bl {
    font-size: 20px !important;
    background: #ffffff !important;
  }

  #blog_border {
    padding: 15px !important;
  }

  #dytBot {
    bottom: 3.5% !important;
  }

  #dytSec {
    margin-top: 75px !important;
  }

  .boyPad {
    padding: 15px !important;
  }

  #boyBot {
    left: 2%;
    bottom: 7% !important;
  }

  .boyMar {
    margin-top: 10% !important;
  }

  .dyhtbr {
    width: 100% !important;
    padding: 15px !important;
  }

  #dytSec {
    margin-top: 50px !important;
  }

  #boyBot {
    left: 2%;
    bottom: 9% !important;
  }
  .boyMar {
    margin-top: 0% !important;
  }

  /*  Business Optimization */

  #titlCntr1,
  #titlCntr5,
  #post6,
  #post5 {
    left: 0;
  }

  #para1,
  #para2,
  #para3,
  #para4,
  #para5,
  #para6,
  #ad4,
  #i4,
  #m4,
  #r4,
  #a4,
  #p4,
  #newnorm,
  #quality,
  .dytSize,
  #boyHead {
    font-size: 24px !important;
    background: #ffffff;
  }

  .businessPad,
  .robAI,
  .raaBorder,
  .qualAssBorder,
  .dyhtbr {
    width: 100% !important;
    padding: 15px !important;
  }
  #padtop1,
  #padtop4,
  #padtop5,
  #proprFramePad0,
  #ad3,
  #i3,
  #AIPad,
  #r3,
  #pomPad,
  #AppSuppPad,
  #qualAssPad,
  .quAssPad {
    padding: 0 !important;
  }

  #spc1 .whyS {
    margin-top: 0% !important;
  }
  #propad,
  .cePad,
  #cePad0,
  #padtop3,
  #digitalPad,
  #mobPad0,
  #padtop6,
  #appDevPad,
  #madPad,
  #m3,
  #RaaPad,
  #a2,
  #autoSerPad,
  #p3 {
    padding: 0px !important;
  }

  #busiOptBot {
    bottom: 19% !important;
  }

  #titlCntr2,
  #titlCntr3,
  #titlCntr4,
  #post2,
  #post3,
  #post4,
  #post5 {
    left: 0;
  }

  .ceBorder,
  .mobilityBorder,
  .aiBorder,
  .madBorder,
  .autoSerBorber,
  .pomBorder {
    width: 100% !important;
    padding: 15px !important;
  }
  #spc2 p:first-child {
    margin-top: 2% !important;
  }
  #ceBot {
    bottom: 36% !important;
  }

  #mobBot {
    bottom: 26% !important;
  }
  /* Digital */
  .digitalBorder,
  .propFramePad,
  .appDevBorder,
  .appSuppBorder {
    width: 100% !important;
    padding: 15px !important;
  }
  #digiBot {
    bottom: 18% !important;
  }

  #robBot0 {
    margin-bottom: 2% !important;
  }

  /* Application Development */
  .pd1 {
    height: auto !important;
    margin-left: 15%;
  }

  .column-100-sm {
    width: 100% !important;
    margin-bottom: 50%;
  }

  .botPD1 {
    float: none !important;
  }

  #autoSerBot {
    left: 0 !important;
  }

  #pmOBot {
    bottom: 24% !important;
  }
  .pripolContainer {
    padding: 15px 0 0 25px !important;
  }
}

@media screen and (min-width: 568px) and (max-width: 568px) {
  .largeCol {
    float: none !important;
    margin-top: 6% !important;
  }

  #logo {
    width: 100% !important;
  }

  .smallCol {
    width: 50% !important;
  }

  #astralogo {
    width: 15% !important;
    left: 37% !important;
    top: 40% !important;
  }

  #strategic {
    font-size: 18px !important;
  }

  .carouselTextClass {
    top: 47% !important;
  }

  .carouselTextClass .lead {
    font-size: 14px !important;
  }

  #awardlogo {
    width: 20% !important;
    top: 37% !important;
    right: 40% !important;
  }
  #carouselTextClass {
    top: 66% !important;
  }

  #newAstraLogo {
    width: 10% !important;
    left: 43% !important;
    top: 55% !important;
  }

  #imgg1 {
    margin-left: 5% !important;
  }

  #dytBot {
    bottom: 3% !important;
  }
  #robBot0 {
    margin-bottom: 10% !important;
  }

  #propFrameBot {
    bottom: 8% !important;
  }

  .pd1 {
    height: auto !important;
    margin-left: 6%;
  }

  .column-100-sm {
    width: 100% !important;
    margin-bottom: 60%;
  }

  #appdevBot {
    margin-bottom: 5% !important;
  }
}

@media screen and (min-width: 640px) and (max-width: 640px) {
  #propFrameBot {
    bottom: 8% !important;
  }

  .pd1 {
    height: auto !important;
    margin-left: 10%;
  }

  .column-100-sm {
    width: 100% !important;
    margin-bottom: 55%;
  }

  #appdevBot {
    margin-bottom: 6% !important;
  }
}

@media screen and (min-width: 667px) and (max-width: 667px) {
  #appdevBot {
    margin-bottom: 5% !important;
  }
}

@media screen and (min-width: 800px) and (max-width: 1050px) {
  .highValue {
    font-size: 30px !important;
  }
  #awardlogo {
    width: 35%;
  }

  #advi_margin1,
  #advi_margin2,
  #advi_margin3 {
    height: 620px !important;
    margin-top: 0 !important;
  }

  .front,
  .back {
    height: 400px !important;
  }

  .card-container {
    margin-top: 5%;
  }

  #marginRow {
    margin-top: 50px !important;
  }
  /* styles */
}

@media (min-width: 768px) and (max-width: 991px) {
  .header {
    background: #fff;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
  }
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 40px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    /*margin: 7.5px -15px;*/
    margin: 7.5px 50px 7.5px -15px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-text {
    float: none;
    margin: 15px 0;
  }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .collapsing {
    overflow: hidden !important;
  }

  #logo {
    width: 20% !important;
  }

  .largeCol {
    float: right;
    width: 100%;
    margin-top: -11% !important;
  }

  .highValue {
    font-size: 24px !important;
  }

  #astralogo {
    width: 30% !important;
    left: 34% !important;
    top: 30% !important;
  }

  #bannerlogo {
    display: none;
  }

  #awardlogo {
    width: 35% !important;
    top: 40% !important;
  }
  #carouselTextClass {
    width: 70% !important;
  }

  .title {
    margin-bottom: 30px !important;
  }

  #imggg {
    height: 380px !important;
  }

  .mobPaddingNew {
    padding: 18px 0 0 0 !important;
  }

  #about_heading1,
  #about_heading2,
  #vision_heading1,
  #vision_heading2,
  #para1,
  #para2,
  #para3,
  #para4,
  #para5,
  #para6,
  #a4 {
    font-size: 30px !important;
  }

  .aboutBot {
    bottom: 13% !important;
  }

  .visionBot {
    bottom: 15% !important;
  }

  #m1,
  #m2,
  #m3,
  #m4,
  #m5,
  #m6,
  #m7 {
    left: 13% !important;
  }

  .adjacentHeight {
    height: 600px !important;
  }

  .card .content {
    padding: 65px 20px 20px;
  }

  .mediaPadTop {
    padding-top: 0% !important;
  }

  .mediaBanner {
    background: url(../images/media_banner.jpg) no-repeat !important;
    background-size: 100% 100% !important;
    margin-top: 120px !important;
    height: 300px !important;
  }

  #busiOptBot {
    left: -3px;
  }

  #ceBot {
    left: 0;
    bottom: 25% !important;
  }
  #digiBot {
    left: 0;
    bottom: 12% !important;
  }

  #mobBot {
    left: 0;
    bottom: 18% !important;
  }
  #robBot0 {
    left: 0;
    bottom: 19% !important;
  }

  #propFrameBot {
    left: 0;
    bottom: 7% !important;
  }

  #appdevBot {
    left: 0;
    bottom: 17% !important;
  }
  #aiBot {
    left: 0;
  }

  #mobAppBot {
    left: 0;
  }
  #autoSerBot {
    left: 0;
    bottom: 16% !important;
  }
}

@media only screen and (max-width: 568px) and (min-width: 320px) {
	#navb {
		margin-top: -60px!important;
	}
	#logo {
		min-width: 70% !important;
	}
	.navbar-header {
		padding-bottom: 0px!important;
	}
	#media_ht {
	 min-height: auto!important;
	}
}

.navbar-nav > li {
   margin-right:20px;
}
.navbar-nav > li a{
    font-size:14px!important;
}
.fixed-header-on .navbar .nav {
    margin-top: 18px;
}
.fixed-header-on .header {
box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
}
#media_ht {
 min-height: 354px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ec743b!important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle {
    background-color: #cddfef!important;
}