body {
  font-family: system-ui;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  color: #2a2a2a;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased !important;
}

a {
  color: #212121;
}
p a {
  color: black;
  font-weight: 500;
}
a,
a > * {
  outline: 0;
  cursor: pointer;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #011a48;
  outline: none;
  text-decoration: none;
}

a,
button,
.backToTop i,
.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 3s ease;
  transition: all 0.3s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'pt serif', serif;
  font-weight: 700;
  color: #212121;
  margin: 0 0 15px;
}

h1 {
  font-size: 50px;
  line-height: 80px;
}

h2 {
  font-size: 31px;
  line-height: 40px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin: 0 0 7px;
}

.btn {
  font-size: 14px;
  line-height: 21px;
  padding: 14px 34px;
  border: 0;
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: 700;
}

.btn:hover,
.btn:focus {
  color: #fff;
}

.btn-round {
  border-radius: 50px;
}

.btn-primary {
  background-color: #03e582;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
  background-color: #00fe8f;
}

.btn-secondary {
  background-color: #f6861c;
  box-shadow: 0 0 20px 10px rgba(246, 134, 28, 0.3);
}

.btn-secondary:hover {
  background-color: #da6d05;
}

.btn-green {
  background-color: #01a23c;
  box-shadow: 0 10px 30px 0 rgba(1, 160, 60, 0.3);
}

.btn-green:hover {
  background-color: #03dc52;
}

.btn-blue {
  background-color: #0083ff;
  box-shadow: 0 10px 30px 0 rgba(4, 117, 224, 0.3);
}

.btn-blue:hover {
  background-color: #0475e0;
}

.btn-red {
  background-color: #ff3133;
  box-shadow: 0 10px 30px 0 rgba(255, 49, 51, 0.3);
}

.btn-red:hover {
  background-color: #ff4345;
}

.btn-orange {
  background-color: #c54f00;
  box-shadow: 0 10px 30px 0 rgba(197, 79, 0, 0.3);
}

.btn-orange:hover {
  background-color: #e65c00;
}

.alert {
  padding: 10px 15px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

.form-group {
  margin-bottom: 30px;
}

.form-control {
  height: 50px;
  padding: 6px 20px;
  border: 1px solid #ebebeb;
  box-shadow: none;
}

.form-control:focus {
  border-color: transparent;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 20px rgba(0, 0, 0, 0.3);
}

.contact-form .form-group textarea {
  min-height: 210px;
  padding: 15px 20px;
  position: relative;
  z-index: 20;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}
.pt-50 {
  padding-top: 50px;
}

@media (max-width: 767px) {
  .mb-xs-20 {
    margin-bottom: 20px;
  }
}

.section-padding {
  padding-top: 100px;
  padding-bottom: 70px;
}

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

.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.mlr-1 {
  margin-left: 10px;
  margin-right: 10px;
}

.section-title-wrapper {
  margin-bottom: 30px;
}

.section-title {
  font-size: 35px;
  line-height: 25px;
  margin-bottom: 20px;
}
.border-left {
  font-size: 16px;
}

.container-fluid.no-gutter,
.no-gutter > [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}

.container-fluid.no-gutter .row {
  margin: 0 !important;
}

.border-red {
  border-color: #ff0048 !important;
}

.gray-bg {
  background-color: #f7f9fb;
}
.bread > h2 {
  color: #fff;
}
.page-title {
  padding: 65px 0;
  /* background-color: #f3f3f3; */
  background-image: url(assets/data1/images/chemical-testing-in-raipur.jpg);
}

.page-title h2 {
  font-size: 28px;
  margin-bottom: 0;
  color: #fff;
}
/* banner-text */
.image {

  position: relative;
  width: 100%; /* for IE 6 */
}

.image > h2 {
  position: absolute;
  top: 200px;
  left: 50px;
  width: 100%;
  font-size: 50px;
}

.image > h1 {
  position: absolute;
  top: 200px;
  left: 50px;
  width: auto;
  padding: 40px;
  font-size: 35px;
}

.list_item > ul {
  list-style-type: none;
  padding-left: 0px;
}
.list_item > ul > li {
  font-size: 16px;
  margin-bottom: 10px;
}

h2 span {
  color: white;
  font: bold 24px/45px Helvetica, Sans-Serif;
  letter-spacing: -1px;
  background: rgb(0, 0, 0); /* fallback color */
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
}

.span {
  color: white;
  font: bold 20px/0px Helvetica, Sans-Serif;
  letter-spacing: -1px;
  background: rgb(0, 0, 0); /* fallback color */
  background: rgba(0, 0, 0, 0.7);
  padding: 26px;
}
/* banner-text-end */

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

h4.h4_class{
  font-size:31px;
}

.headclas{
  font-size:28px;
}
h2.section-title.head_class{
  line-height:40px; 
}

.breadcrumb li a,
.breadcrumb li.active {
  font-size: 13px;
  text-transform: uppercase;
}

.breadcrumb li a {
  color: #fff;
}

.breadcrumb li a:hover {
  color: #0053a7;
}

.link-arrow-ltr a img {
  transform: translateX(0px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.link-arrow-ltr a:hover img {
  transform: translateX(10px);
  opacity: 1;
  visibility: visible;
}

.link-arrow-ltr a {
  display: inline-block;
  transform: translateX(0);
}

.link-arrow-ltr a:hover {
  transform: translateX(5px);
}

.valign-wrapper {
  display: table;
  width: 100%;
}

.valign-cell {
  display: table-cell;
  vertical-align: middle;
}
.valign-cell > p {
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .equal-height-column {
    height: auto !important;
  }
}

.top-bar {
  background-color: #0053a7;
}

.top-bar-cta,
.top-bar .social-link {
  margin: 10px 0;
}

.top-bar-cta li {
  line-height: 20px;
}

.top-bar-cta li a,
.top-bar-cta li span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.top-bar-cta li i,
.top-bar-cta li a i {
  color: #fff;
  margin-right: 10px;
  font-size: 20px;
}

.top-bar-cta .cta-phone {
  margin-right: 20px;
}

.top-bar-cta li a:hover {
  color: #03e582;
}

.top-bar .social-link li a {
  display: block;
  margin: 0 5px;
}

.top-bar .social-link li,
.top-bar .social-link li a {
  font-size: 15px;
  color: #fff;
}

.top-bar .social-link li a:hover {
  color: #03e582;
}

@media (min-width: 768px) {
  .top-bar .social-link {
    text-align: right;
  }
}

nav.navbar.bootsnav ul.nav > li > a {
  font-size: 17px;
  text-transform: capitalize;
  color: #fff;
  font-family: lato, sans-serif;
}

nav.navbar.bootsnav ul.nav li a:hover,
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li.active > a {
  color: #0b81f9;
}

.attr-nav > ul > li > a.btn-cta {
  padding: 4px 20px !important;
  background: #0053a7;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 3px;
  margin-left: 30px;
}

.attr-nav > ul {
  margin: 12px 0 0;
}

@media (min-width: 993px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 40px 15px;
  }

  nav.navbar.bootsnav.sticked ul.nav > li > a {
    padding: 20px 15px;
  }

  .attr-nav > ul {
    margin: 32px 0 0;
  }

  .sticked .attr-nav > ul {
    margin: 12px 0 0;
  }

  .navbar-brand {
    padding: 6px 15px;
    height: 100px;
  }

  .sticked .navbar-brand {
    padding: 10px 15px;
    height: 50px;
  }

  .navbar-brand > img {
    height: 84px;
    margin-left: -80px;
  }

  .sticked .navbar-brand > img {
    height: 40px;
  }

  .navbar-brand > img,
  .sticked .attr-nav > ul {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 3s ease;
    transition: all 0.3s ease;
  }
}

@media (max-width: 992px) {
  nav.navbar.bootsnav .navbar-brand {
    float: left !important;
    padding: 5px 0;
  }

  .navbar-brand > img {
    height: 40px;
  }
  .pt-10
  {

    padding-top: 10px;
  }

  nav.navbar.bootsnav .navbar-toggle {
    float: right;
    margin-left: 0px;
    margin-right: -14px;
    padding-left: 84px;
    margin-top: 6px;
    color: #fff;
  }
}

.banner-wrapper {
  background-color: #2b1f3a;
}

.hero-unit {
  padding-top: 120px;
}

.hero-title {
  font-size: 70px;
  line-height: 80px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 50px;
}

.hero-des {
  font-size: 20px;
  color: #fff;
}

@media (max-width: 991px) {
  .hero-img img {
    margin: 0 auto;
    display: block;
    width: 100%;
  }
}

@media (max-width: 480px) {
  h1,
  .hero-title,
  .section-title {
    font-size: 40px;
    line-height: 50px;
  }
}

.feature-box-wrapper .icon {
  margin-bottom: 10px;
}
.com_info {
  box-shadow: 0 0 5px #000;
}

.feature-box-wrapper.box-padding {
  padding: 20px;
  background-color: #f2f8fe;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .director_img {
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  .director_head > h3 {
    padding-left: 120px;
  }
}
@media (max-width: 767px) {
  .director_head > h4 {
    padding-left: 54px;
  }
}
@media (max-width: 767px) {
  .feature-box-wrapper {
    margin-bottom: 40px;
  }
}

.portfolio-wrapper {
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 65px 0 rgba(25, 25, 25, 0.27);
  -webkit-box-shadow: 0 30px 65px 0 rgba(25, 25, 25, 0.27);
  -moz-box-shadow: 0 30px 65px 0 rgba(25, 25, 25, 0.27);
  -ms-box-shadow: 0 30px 65px 0 rgba(25, 25, 25, 0.27);
  -o-box-shadow: 0 30px 65px 0 rgba(25, 25, 25, 0.27);
}

.portfolio-wrapper:hover {
  box-shadow: none;
}
.content > h3 {
  text-align: center;
}
.content > p {
  text-align: justify;
}

.portfolio-wrapper .portfolio-content {
  display: table;
  width: 100%;
  /* background: transparent; */
  background-color: #fff;
  padding: 30px;
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: translateY(120px);
  transition: all 0.3s ease-in-out;
}

.portfolio-wrapper .portfolio-caption-link {
  display: table-cell;
  vertical-align: middle;
}

.portfolio-wrapper img {
  border-radius: 4px;
  width: 100%;
  height:305px;
}

.portfolio-caption h3 {
  font-size: 25px;
  margin-bottom: 5px;
}

.portfolio-caption h3 a {
  color: #000;
}

.portfolio-caption h3 a:hover {
  color: #f6861c;
}

.portfolio-caption .portfolio-tag li a {
  color: #999;
}

.portfolio-caption .portfolio-tag li a:hover {
  color: #f6861c;
}

.portfolio-caption .portfolio-tag {
  margin-bottom: 0;
}

.portfolio-wrapper .portfolio-caption-link a {
  font-size: 35px;
  float: right;
  color: #f6861c;
}

.portfolio-wrapper .portfolio-caption-link a:hover {
  color: #e06f04;
}

.portfolio-wrapper:hover .portfolio-content {
  opacity: 1;
  transform: translateY(0);
}

.portfolio-overview img {
  margin-bottom: 30px;
}

.portfolio-meta {
  padding: 0;
  margin-bottom: 40px;
  list-style: none;
}

.portfolio-meta li {
  font-size: 16px;
  margin: 15px 0;
  color: #999;
}

.portfolio-meta li {
  margin: 15px 0;
}

.portfolio-meta li span {
  display: inline-block;
  width: 130px;
  letter-spacing: 1px;
  color: #212121;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}

.portfolio-meta li a {
  margin-right: 10px;
  color: #a7a7a7;
}

.pricing-table-section {
  background-color: #fff;
}

.pricing-box-shadow {
  box-shadow: 0 20px 100px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 20px 100px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 20px 100px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 20px 100px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 20px 100px 0 rgba(0, 0, 0, 0.15);
}

.pricing-table-wrapper.pricing-border {
  border-right: 5px solid #e9eff5;
}

.pricing-table-wrapper .table-header {
  padding: 55px 0 30px;
}

.table-header .package-name {
  font-family: 'pt serif', serif;
  font-size: 30px;
  font-weight: 700;
  color: #212121;
}

.table-header .package-name.freebie {
  color: #01a23c;
}

.table-header .package-name.unlimited {
  color: #ff3133;
}

.table-header .package-name.starter {
  color: #0083ff;
}

.table-header .package-price {
  padding-top: 30px;
  color: #273f5b;
  font-family: 'pt serif', serif;
}

.table-header .currency-symbol {
  color: #273f5b;
  font-size: 36px;
  font-weight: 700;
}

.table-header .price {
  font-weight: 700;
  font-size: 60px;
}

.table-header .price-cent {
  font-size: 36px;
  font-weight: 700;
}

.table-header .currency-code {
  display: block;
  padding-top: 15px;
  font-weight: 700;
  font-size: 16px;
}

.table-info ul li {
  color: #4b5d73;
  font-size: 17px;
  margin: 5px 0;
}

.table-info ul li del {
  color: #a1b2c6;
}

.table-footer {
  padding: 70px 0 60px;
}

.table-info p {
  color: #4b5d73;
  font-size: 17px;
  padding: 24px 40px;
}

.pricing-table-wrapper.futured-pricing-table {
  background-color: #f60;
  border-radius: 10px;
  padding-bottom: 35px;
  margin: -30px 0;
  box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.15);
}

.pricing-table-wrapper.futured-pricing-table .table-header {
  padding: 80px 0 30px;
}

.pricing-table-wrapper.futured-pricing-table .premium,
.pricing-table-wrapper.futured-pricing-table .package-price,
.pricing-table-wrapper.futured-pricing-table .table-header .currency-symbol,
.pricing-table-wrapper.futured-pricing-table .table-info ul li,
.pricing-table-wrapper.futured-pricing-table .table-info ul li del {
  color: #fff;
}

.team-thumb img {
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  width: 100%;
}

.member-title h3 {
  font-size: 25px;
  margin-bottom: 5px;
}

.member-title span {
  color: #212121;
  font-size: 16px;
  font-weight: 700;
}

.team-thumb:after {
  background: #fff;
  content: '';
  height: 100%;
  left: -75px;
  opacity: 0.2;
  visibility: hidden;
  position: absolute;
  top: -20%;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  z-index: 10;
}

.team-thumb {
  position: relative;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}

.team-member-wrapper:hover .team-thumb:after {
  visibility: visible;
  left: 116%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  top: 60px;
}

.post-header .post-thumbnail a img {
  width: 100%;
}

.post-wrapper .blog-content .entry-header h2 {
  font-size: 32px;
  color: #212121;
  line-height: 45px;
}

.post-wrapper .blog-content .entry-header h2 a {
  color: #212121;
}

.post-wrapper .blog-content .entry-header h2 a:hover {
  color: #f60;
}

.blog-content .entry-content p {
  font-size: 19px;
}

.blog-content .entry-content a {
  color: #f60;
  font-size: 19px;
  font-family: 'pt serif', serif;
  font-weight: 700;
}

.post-wrapper .blog-content {
  padding: 20px;
  box-shadow: 0 30px 40px 0 rgba(25, 25, 25, 0.15);
  -webkit-box-shadow: 0 30px 40px 0 rgba(25, 25, 25, 0.15);
  -moz-box-shadow: 0 30px 40px 0 rgba(25, 25, 25, 0.15);
  -ms-box-shadow: 0 30px 40px 0 rgba(25, 25, 25, 0.15);
  -o-box-shadow: 0 30px 40px 0 rgba(25, 25, 25, 0.15);
}

.post-wrapper:hover .blog-content {
  box-shadow: none;
}

@media (max-width: 480px) {
  .post-wrapper .blog-content .entry-header h2 {
    font-size: 28px;
    line-height: 40px;
  }
}

.page-pagination {
  margin-top: 50px;
}

.page-pagination .pagination li a {
  color: #839dbc;
  padding: 8px 14px;
  margin: 0 5px;
  background-color: #e6eff9;
  border-radius: 3px;
  border: none;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .page-pagination .pagination li a {
    margin-bottom: 20px;
  }
}

.page-pagination .pagination li .pagination-prev {
  color: #b4b4b4;
}

.page-pagination .pagination li .pagination-next {
  color: #212121;
}

.pagination li .active-page {
  background-color: #f60 !important;
  color: #fff !important;
}

.page-pagination .pagination li a:hover {
  background-color: #f60;
  color: #fff !important;
}

.page-pagination .pagination li a.pagination-prev span {
  padding-right: 5px;
  font-size: 16px;
}

.page-pagination .pagination li a.pagination-next span {
  padding-left: 5px;
  font-size: 16px;
}

.post-wrapper.latest-blog-wrapper .blog-content {
  background-color: #fff;
  border-radius: 10px;
}

.post-wrapper.latest-blog-wrapper:hover .blog-content {
  background-color: #f6861c;
}

.post-wrapper.latest-blog-wrapper:hover .entry-header h2 a,
.post-wrapper.latest-blog-wrapper:hover .blog-date span,
.post-wrapper.latest-blog-wrapper:hover .blog-autthor a {
  color: #fff !important;
}

.post-wrapper.latest-blog-wrapper .entry-header h2 {
  font-size: 25px;
  line-height: 35px;
}

.post-wrapper.latest-blog-wrapper .blog-date span {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}

.post-wrapper.latest-blog-wrapper .blog-date {
  margin-bottom: 30px;
}

.post-wrapper.latest-blog-wrapper .blog-autthor a {
  font-size: 13px;
  color: #212121;
  text-transform: uppercase;
  font-weight: 600;
}

.post-wrapper.latest-blog-wrapper .blog-autthor a span {
  font-weight: 400;
}

.post-wrapper.latest-blog-wrapper .blog-autthor {
  margin-top: 30px;
}

.widget {
  padding: 40px;
  border-radius: 13px;
  box-shadow: 0 1px 40px 0 rgba(25, 25, 25, 0.15);
  -webkit-box-shadow: 0 1px 40px 0 rgba(25, 25, 25, 0.15);
  -moz-box-shadow: 0 1px 40px 0 rgba(25, 25, 25, 0.15);
  -ms-box-shadow: 0 1px 40px 0 rgba(25, 25, 25, 0.15);
  -o-box-shadow: 0 1px 40px 0 rgba(25, 25, 25, 0.15);
}

.widget-title {
  margin-bottom: 10px;
}

/*.categories-widget ul {
  margin: 0;
  border-left: 3px solid #ffe0cc;
}*/

.categories-widget ul a {
  padding: 10px 0 10px 0px;
  display: inline-block;
  border-left: 3px solid transparent;
  margin-left: -2px;
  color: #141414;
}

.categories-widget ul a:hover {
  border-left-color: #0053a7;
  color:#0053a7;
}

.categories-widget ul a span {
  display: inline-block;
  color: #839dbc;
  font-size: 12px;
  margin-left: 20px;
  background-color: #e6eff9;
  padding: 3px 12px;
  border-radius: 20px;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
}

.categories-widget ul a:hover span {
  background-color: #f60;
  color: #fff;
}

.latest-news-widget .media .media-body h3 {
  font-size: 16px;
  margin-bottom: 5px;
}

.latest-news-widget .media .media-body h3 a {
  color: #273f5b;
}

.latest-news-widget .media .media-body h3 a:hover {
  color: #f60;
}

.latest-news-widget .media-body .entry-meta ul li {
  color: #839dbc;
  font-size: 14px;
}

.latest-news-widget .media-left,
.media > .pull-left {
  padding-right: 15px;
}

@media screen and (max-width: 991px) {
  .tt-sidebar-wrapper {
    margin-top: 50px;
  }
}

.single-post-wrapper.post-wrapper:hover .blog-content {
  box-shadow: 0 30px 40px 0 rgba(25, 25, 25, 0.15);
  -webkit-box-shadow: 0 30px 40px 0 rgba(25, 25, 25, 0.15);
  -moz-box-shadow: 0 30px 40px 0 rgba(25, 25, 25, 0.15);
  -ms-box-shadow: 0 30px 40px 0 rgba(25, 25, 25, 0.15);
  -o-box-shadow: 0 30px 40px 0 rgba(25, 25, 25, 0.15);
}

.post-author-wrapper {
  background-color: #edf2fa;
  padding: 40px;
  display: table;
}

.post-author-img {
  display: table-cell;
  vertical-align: middle;
}

.post-author-content {
  margin-left: 20px;
}

.post-author-content h3 {
  margin-bottom: 10px;
  font-size: 25px;
}

.post-author-content h3 a {
  color: #212121;
  font-size: 25px;
  font-weight: 700;
}

.post-author-content p {
  margin-bottom: 15px;
}

.post-author-social-link {
  margin-bottom: 0;
  margin-left: 17px;
}

.post-author-social-link li {
  padding: 0 2px;
}

.post-author-social-link li a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  text-align: center;
  border-radius: 3px;
  color: #212121;
  background-color: #fff;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}

.post-author-social-link li a:hover i {
  background-color: #f60;
  color: #fff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .post-author-img {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
}

.entry-header .prev-post,
.entry-header .next-post {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.post-navigation-wrapper .post-wrapper .blog-content .entry-header h2 {
  font-size: 20px;
  line-height: 30px;
  margin-top: 20px;
}

.post-navigation-wrapper .blog-content {
  box-shadow: none;
}

.post-navigation-wrapper {
  position: relative;
  padding: 40px 60px;
  box-shadow: 0 0 60px 0 rgba(25, 25, 25, 0.15);
  -webkit-box-shadow: 0 0 60px 0 rgba(25, 25, 25, 0.15);
  -moz-box-shadow: 0 0 60px 0 rgba(25, 25, 25, 0.15);
  -ms-box-shadow: 0 0 60px 0 rgba(25, 25, 25, 0.15);
  -o-box-shadow: 0 0 60px 0 rgba(25, 25, 25, 0.15);
}

.post-navigation-wrapper .post-wrapper .blog-content {
  padding: 0;
}

.post-navigation-wrapper .post-wrapper.text-right {
  padding-left: 30px;
}

.post-navigation-wrapper .post-wrapper.text-left {
  padding-right: 30px;
}

.navigation-post-arrow a {
  font-size: 25px;
  color: #f60;
  position: absolute;
  top: 50%;
}

.navigation-post-arrow .prev-arrow {
  left: 15px;
}

.navigation-post-arrow .next-arrow {
  right: 15px;
}

.navigation-post-arrow a:hover {
  text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.71);
}

.comment-wrapper {
  padding: 30px;
  box-shadow: 0 0 60px 0 rgba(25, 25, 25, 0.15);
  -webkit-box-shadow: 0 0 60px 0 rgba(25, 25, 25, 0.15);
  -moz-box-shadow: 0 0 60px 0 rgba(25, 25, 25, 0.15);
  -ms-box-shadow: 0 0 60px 0 rgba(25, 25, 25, 0.15);
  -o-box-shadow: 0 0 60px 0 rgba(25, 25, 25, 0.15);
}

.comment-wrapper .comment-tab .nav-tabs {
  border: none;
}

.comment-wrapper .comment-tab ul li {
  margin-bottom: 0;
}

.comment-tab .nav-tabs > li.active > a,
.comment-tab .nav-tabs > li.active > a:focus,
.comment-tab .nav-tabs > li.active > a:hover {
  border: none;
  color: #f60;
}

.comment-tab .nav-tabs > li > a span {
  background-color: #f60;
  color: #fff;
  display: inline-block;
  margin-left: 10px;
  font-size: 13px;
  line-height: 18px;
  padding: 2px 10px;
  border-radius: 20px;
}

.comment-tab .nav > li > a:focus,
.comment-tab .nav > li > a:hover {
  background-color: #fff;
  color: #f60;
  border: none;
}

.comment-tab .nav-tabs > li > a {
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  padding: 5px 20px;
  color: #999;
}

.comment-list .media .media-left {
  padding-right: 20px;
}

.comment-list .media .media-left img {
  border-radius: 5px;
}

.comment-info .comment-author {
  display: inline-block;
}

.comment-info .comment-author h5 {
  font-weight: 600;
  font-size: 16px;
  color: #212121;
  line-height: 22px;
  float: left;
  margin-right: 10px;
}

.comment-author .rating-input {
  padding-bottom: 10px;
}

.comment-reply-btn {
  float: right;
}

.comment-info span {
  font-size: 12px;
  font-style: italic;
  color: #999;
  margin-right: 20px;
}

.comment-info .comment-reply-link {
  font-size: 12px;
  color: #999;
  border: 1px solid #e5e5e5;
  padding: 5px 10px;
}

.comment-info .comment-reply-link:hover {
  background-color: #f60;
  color: #fff;
  border-color: #f60;
}

.comment-list .media-body p {
  font-size: 15px;
  line-height: 23px;
}

.comment-wrapper ul.children {
  margin-left: 20px;
}

.comment-list .comment-author .media {
  padding: 20px 20px 15px;
  margin-top: 15px;
  background-color: #f4f4f4;
}

.comment-wrapper .comment-list li {
  margin-bottom: 40px;
}

.comment-wrapper .comment-list li:last-child {
  margin-bottom: 0;
}

.comment-form .form-control {
  background-color: #f4f4f4;
}

/* .comment-form .form-control:[type=text],
.comment-form .form-control:[type=email],
.comment-form .form-control:[type=password] {
    color: #b8b8b8
} */
.section-sub {
  font-size: 16px;
}
.content > p {
  font-size: 16px;
}

.comment-form button.comment-submit-btn {
  background-color: #f60;
  color: #fff;
  border-radius: 5px;
  padding: 12px 40px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.comment-form button.comment-submit-btn:hover {
  background-color: #c15004;
}

.comment-form button.comment-submit-btn:focus {
  border: none;
}

.comment-form textarea.comment {
  padding: 20px;
  max-height: 150px;
  resize: none;
}

.testimonial-content {
  padding-top: 5px;
  text-align: center;
}

.testimonial-content p {
  font-family: 'pt serif', serif;
  font-size: 20px;
  line-height: 30px;
  color: #000;
}

@media (min-width: 992px) {
  .testimonial-content p {
    width: 60%;
    margin: 0 auto;
  }
}

.testimonial-meta {
  text-align: center;
  margin-top: 50px;
}
.testimonial-meta > img {
  border-radius: 50%;
}

.testimonial-meta h3 {
  font-size: 25px;
  margin-bottom: 0;
}

.testimonial-meta span {
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  color: #212121;
}

.carousel-control {
  background-color: #dee8f1;
  width: 80px;
  height: 35px;
  line-height: 35px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

.carousel-control:focus,
.carousel-control:hover {
  background-color: #f60;
  opacity: 1;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
  filter: none;
}

.carousel-control.left {
  left: 50%;
  right: auto;
  margin-left: -84px;
}

.carousel-control.right {
  right: 50%;
  left: auto;
  margin-right: -84px;
}

.feature-service-one {
  background: url(assets/img/feature-service-bg-img-1.jpg) no-repeat center
    center/cover;
}

.feature-service-two {
  background: url(assets/img/feature-service-bg-img-2.jpg) no-repeat center
    center/cover;
}

.feature-service-three {
  background: url(assets/img/feature-service-bg-img-3.jpg) no-repeat center
    center/cover;
}

@media (min-width: 992px) {
  .feature-service-thumb {
    text-align: right;
  }
}

.feature-service-thumb img {
  max-width: 100%;

}

.feature-service-thumb .img_size_of{
    height:480px;
}

.feature-service-thumb .img_size_of2{
    height:450px;
}

.img-holder img {
  width: 100%;
  box-shadow: 0 0 98px rgba(0, 30, 59, 0.15);
}

.feature-service-content {
  padding-left: 50px;
}

@media (min-width: 1300px) {
  .fullwidth-content {
    padding: 0 70px;
  }
}

@media (max-width: 1299px) {
  .fullwidth-content {
    padding: 0px 25px;
  }
}

span.intro {
  color: #212121;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 4px;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.border-left-content {
  padding-left: 30px;
  border-left: 10px solid #f60;
  margin-top: 20px;
  font-size: 16px;
  margin-bottom: 0;
}

.service-box-wrapper {
  position: relative;
}

.service-box-wrapper .service-num span {
  font-size: 145px;
  line-height: 45px;
  color: rgba(243, 243, 243, 0.89);
  font-weight: 700;
  position: relative;
  left: 45%;
}

.service-box-wrapper .content h2 {
  position: absolute;
  top: 0%;
  left: 0;
}

@media (min-width: 992px) {
  .service-box-wrapper .content h2 {
    padding-right: 100px;
  }
}

.work-progress {
  background-color: #f2f8fe;
}

.work-progress-wrapper .icon {
  position: relative;
  width: 120px;
  height: 120px;
  line-height: 100px;
  text-align: center;
  margin: 0 auto;
  background-color: #fff;
  border: 8px solid #eaf1f8;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}


.work-progress-wrapper:hover .icon {
  border-color: #0053a7;
}

.work-progress-wrapper .content {
  margin-top: 30px;
}

.work-progress-wrapper .content h3 {
  font-size: 25px;
}

.work-progress .section-title {
  width: 100%;
  margin-bottom: 30px;
}

.work-progress-wrapper .icon:before {
  content: '';
  position: absolute;
  /* background-color: #eaf1f8; */
  top: 50%;
  left: 108%;
  width: 170%;
  height: 2px;
  margin-top: -1px;
}
/* Register form */

.form-title {
  padding: 10px 40px 0px;
}
form {
  padding: 0px 40px;
}
input[type='text'],
[type='email'] {
  border: none;
  border-bottom: 1px solid black;
  outline: none;
  width: 100%;
  margin: 8px 0;
  padding: 10px 0;
}
input[type='number'] {
  border: none;
  border-bottom: 1px solid black;
  outline: none;
  margin: 8px 0;
  padding: 5px 0;
}
.blog-content > form > input {
  background-color: transparent !important;
}
/* input :hover {
  background-color: red;
} */
select {
  border: none;
  border-bottom: 1px solid black;
  outline: none;
  margin: 8px 0;
  padding: 5px 0;
  width: 50%;
}
.beside {
  display: flex;
  justify-content: space-between;
}
button {
  color: #ffffff;
  background-color: #4caf50;
  height: 40px;
  width: 50%;
  margin-top: 15px;
  cursor: pointer;
  border: none;
  border-radius: 2%;
  outline: none;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
button:hover {
  background-color: #333333;
}
/* Register form end */

.work-progress .row > div:last-child .icon:before {
  width: 0;
}

@media screen and (max-width: 768px) {
  .work-progress-wrapper .icon:before {
    content: none;
  }
}

.map-section {
  height: 350px;
}

.footer-top-section {
  background-color: #121921;
  box-shadow: 0 10px 60px rgba(18, 25, 33, 0.4);
}

.widget.footer-widget {
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0px;
  color:#fff;
}

.widget-about-info p {
  color: #fff;
  font-size: 16px;
}

.footer-menu {
  margin: 0;
}

.footer-menu li a {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-menu li a:hover {
  color: #f6861c;
}

.footer-widget .widget-title {
  color: #fff;
}

.footer-widget-link ul {
  margin: 50px 0 0;
}

.footer-widget-link ul li a {
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 10px 5px 0;
  transform: translateX(0);
}

.footer-widget-link ul li:hover a {
  color: #0053a7;
  transform: translateX(5px);
}

.footer-widget-link ul li img {
  transform: translateX(0px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.footer-widget-link ul li:hover img {
  transform: translateX(10px);
  opacity: 1;
  visibility: visible;
}

.footer-top-border-style {
  height: 5px;
}

.footer-top-border-style .border-bg-one {
  height: 100%;
  width: 20%;
  float: left;
  background-color: #f99800;
}

.footer-top-border-style .border-bg-two {
  height: 100%;
  width: 20%;
  float: left;
  background-color: #f05924;
}

.footer-top-border-style .border-bg-three {
  height: 100%;
  width: 20%;
  float: left;
  background-color: #59aae2;
}

.footer-top-border-style .border-bg-four {
  height: 100%;
  width: 20%;
  float: left;
  background-color: #f89101;
}

.footer-top-border-style .border-bg-five {
  height: 100%;
  width: 20%;
  float: left;
  background-color: #ff3133;
}

.contact-widget ul li i {
  color: #fff;
  margin-right: 10px;
}

.contact-widget .widget-contact-list li:first-child {
  margin-bottom: 15px;
}
.contact-widget .widget-contact-list li:nth-child(2) {
  margin-bottom: 15px;
}

.contact-widget .widget-contact-list {
  margin-top: 50px;
}

.contact-widget .widget-contact-list li span,
.contact-widget .widget-contact-list li a {
  color: #fff;
}

.contact-msg-button {
  margin: 20px 0;
}

.contact-widget .social-link li {
  color: #4b5d73;
  font-size: 16px;
}

.contact-widget .social-link li:first-child {
  margin-right: 20px;
}

.contact-widget .social-link li a {
  color: #839dbc;
  font-size: 18px;
}

.contact-widget .social-link li a:hover {
  color: #f6861c;
}

.head_clas{
  color:#fff;
}
.copyright-wrapper {
  padding: 18px 0;
}

.copyright {
  position: relative;
}

.copyright p {
  margin: 0;
  color: #000;
  font-size: 14px;
}

.copyright p a {
  color: #0083ff;
}

.copyright p a:hover {
  color: #fc0;
}

.copyright .owner a {
  color: #4b5d73;
}

.backToTop {
  position: absolute;
  left: 0;
  top: -60px;
}

.backToTop i {
  background-color: #0053a7;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  color: #fff;
}

.backToTop:hover i {
  box-shadow: 0 0 20px 10px rgba(246, 134, 28, 0.3);
}

.img_gallery{
  height:300px;
  width:192px;
}
.size_of{
  width: 290px;
  height:240px;
  padding: 0px 10px;
}

@media screen and (min-width :315px) and (max-width :768px){
    .size_of{
        margin-top: 20px !important;
    }
}

@media screen and (min-width :315px) and (max-width :768px){
section.feature-box-section.size_of3{
         margin-top:-50px;
}
}

.mobile_nav{
  display:none!important;
}
.mobile_nav{
  display:none!important;
}
@media screen and (min-width :315px) and (max-width :768px) {

.mobile_nav{
    display:none!important;
  }

.mobile_nav{
  display:block!important;
}



}

.Kitchen-design{
    margin-top:20px!important;
}
.sidebar-mobile{
    margin-top:-70px!important;
}
}

i.fa.fa-whatsapp.mobile-footer{
  margin-top:5px;
}
i.fa.fa-headphones.mobile-footer{
  margin-top:5px; 
}
/****mobile footer***/

/* funnel start */
.row.more-projects{
    color:#fff;
    font-size:15px;
}

i.fa.fa-whatsapp{
    color:#fff;
}
i.fa.fa-envelope{
    color:#fff;
}

i.fa.fa-headphones{
    color:#fff;
}

i.fa.fa-phone{
    color:#fff;
}
.mobyt {
    color: #fff;
    font-size:15px;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    padding: 21px 35px;
    font-size:16px;
    margin-left:;
}
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    padding: 21px 40px;
    font-size:16px;
    margin-left:px;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
    padding: 21px 30px;
    font-size:16px;
     margin-left:px;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    padding: 21px 45px;
    font-size:16px;
     margin-left:px;
    
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.funnel-text{
    color:#fff;
    font-size: 1.25rem;
}

a.btn.btn-success {
    font-size: 16px;
    margin-left:-86px;
}
a.btn.btn-danger {
    font-size: 16px;
    margin-left:-50px;
}
a.btn.btn-warning{
    font-size: 16px;
     margin-left:-24px;
}
a.btn.btn-primary{
     font-size: 16px;
     margin-left: 35px;
}
@media only screen and (max-width:768px){
  .mobile-hidden{
    display: none;
  }
  .headclas {
    font-size: 25px !important;
}
  .span {
    color: white;
    font: bold 24px Helvetica, Sans-Serif !important;
    letter-spacing: -1px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    padding: 16px !important;
}
.w
{
  width: 100% !important;
}
}

section.features.section-padding.mobile-hidden{
  margin-left:250px;
}

section.features.section-padding.mobile-hidden{
  padding-top: 29px;
    padding-bottom: 3px;

}
.pt-50
{
  padding-top: 50px;
}
.bottom
{
  padding-bottom: 50px;
}

.ml-20
{
  margin-left: 20px;
}
.black
{
  color: #000 !important;
}
.height
{
  height: 355px;
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 40%;
}
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.pl-28
{
  padding-left: 28px;
}
.width
{
  width: 100%;
}
.serv
{
  width: 100%;
  height: 300px;
}
.border
{
  border: ridge;
  padding: 30px;
  position: relative;
}
.dex
{
  width: 100%;
  height: 350px;
}
.fs
{
  font-size: 26px;
  color: #0053a7;
}
.wel
{
  background-image: url(assets/images/physical-testing-in-chhattisgarh.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.white
{
  background-color: white;
  padding: 20px;
}
.ins
{
  width: 100%;
  height: 200px;
}
.btnn
{
  padding: 6px;
  background-color:#0053a7;
  width: 14%;
  color: #fff !important;
}
.pt-30
{
  padding-top: 30px;
}
.w
{
  width: 60%;
}
.pt-100
{
  padding-top: 100px;
}
.w-50
{
  width: 140px;
  height: 140px;
}
.ptt-10
{
  padding-top: 10px;
}
.ank
{
  width: 100%;
  height: 300px;
}
.fss
{
  font-size: 36px;
  color: #0053a7;
}
.color
{
  color: #fff;
}
.sw
{
  width: 100%;
  height: 200px;
}
.swa
{
      width: 69%;
    height: 140px;
}
.swat
{
  width: 100%;
  height: 360px;
}


.p-10{
 padding: 10px 0px ;
}
.p-20{
 padding: 20px 0px ;
}
.p-30{
 padding: 30px 0px ;
}
.p-40{
 padding: 40px 0px ;
}
.p-50{
 padding: 50px 0px ;
}
.p-60{
 padding: 60px 0px ;
}
.p-70{
 padding: 70px 0px ;
}
.p-80{
 padding: 80px 0px ;
}
.p-90{
 padding: 90px 0px ;
}
.p-100{
 padding: 100px 0px ;
}


.pt-10{
 padding-top: 10px ;
}
.pt-20{
 padding-top: 20px ;
}
.pt-30{
 padding-top: 30px ;
}
.pt-40{
 padding-top: 40px ;
}
.pt-50{
 padding-top: 50px ;
}

.pb-10{
 padding-bottom: 10px;
}
.pb-20{
 padding-bottom: 20px;
}
.pb-30{
 padding-bottom: 30px;
}
.pb-40{
 padding-bottom: 40px;
}
.pb-50{
 padding-bottom: 50px;
}

.mt-50{
  margin-top: 50px!important;
}

.about-widget .widget-title img{
  text-align: center!important
}

.bp-sec{
  font-size: 15px;
  color: black;
  margin-top: -10px!important;
}

.simg{
  width: 100%;
  height: 220px;
}

.button4{
  background-color: #0051a6!important;
}

.button4:hover{
  background-color: #333333!important;
}





                    @media only screen and (max-width: 768px){
                      .about-widget .widget-title img{
                          width: 80%;
                          text-align: center!important;
                         
                        }
                        .footer-widget-link ul {
                            margin: 0px 0 0;
                            padding-bottom: 25px;
                          }
                          .image > h1 {
                            left: 30px;
                            right: 30px;
                            top: 90px;
                          }
                          .height{
                            height: 200px!important;
                          }
                          .page-title{
                            padding: 30px 0px!important;
                          }
                      }

       
/*mobile footer css starts*/

.navbar-footer a {
  float: left;
  display: none;
  width: 25%;
  color: #222222;
  text-align: center;
  padding: 16px 20px 35px 22px;
  text-decoration: none;
  font-size: 19px;
  /* margin-right: 22px;
  margin-left: 21px; */
}
.navbar-footer a:hover {
  background: #F1F1F1;
  color: black;
}
.w_app > i {
  color: #fff;
}
.w_app {
  background-color: #28A745;
}
.e_mail > i {
  color: #fff;
}
.e_mail {
  background-color: #DC3545;
}
.ems_call > i {
  color: #fff;
}
.ems_call {
  background-color: #007BFF;
}
.ems_enquiry > i {
  color: #fff;
}
.ems_enquiry {
  background-color: #FFC107;
}



@media screen and (min-width :315px) and (max-width :768px) {

.funnal-mobile{
  display:none!important;
}

.mobile-footer{
display:block!important;
}
.social-mobile li a .fa{

display:none;
}

.navbar-footer
{
  overflow:scroll;
  z-index:9999999!important;
/*  overflow: hidden;*/
background-color:#ccc;
position: fixed;
/*  bottom: 0;*/
bottom: -9px;
width: 100%;

}

.navbar-footer a:hover {
background: #f1f1f1;
color: black;
}

/*.navbar-footer a.active {
background-color: #4CAF50;
color: white;
}*/

.main {
padding: 16px;
margin-bottom: 30px;
}
.navbar-footer{
  display:block!important;
}
.copy-right {
  padding-top: 0px;
}

}
/* mobile footer css end*/


/* Funnel css start */

.btn-success {

    color: #fff !important;
    background-color: #5cb85c;
    border-color: #4cae4c;
    padding: 10px 24px;

  }
 .btn-success:hover {

    color: #fff;
    background-color: #449d44;
   border-color: #398439

  }


  .btn-danger {

    color: #fff!important;

    background-color: #d9534f;

    border-color: #d43f3a;

    padding: 10px 31px;

  }

  .btn-danger:hover {

    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
  }

  .btn-warning {
    color: #fff!important;
    background-color: #f0ad4e;
    border-color: #eea236;
    padding: 10px 23px;

  }
  .btn-warning:hover {

    color: #fff;
    background-color: #ec971f;

    border-color: #d58512
  }

  .btn-primary {

    color: #fff!important;

    background-color: #337ab7;

    border-color: #2e6da4;

    padding: 10px 45px;

  }
  .btn-primary:hover {

    color: #fff;

    background-color: #286090;

    border-color: #204d74

  }


  @media only screen and (max-width:768px){

  .mobile-hidden{

    display: none;

  }
  .brochures-prgs .fa-plus {
    font-size: 14px;
    right: 0;
    position: absolute;
    padding: 18px;
    border-radius: 6px;
    margin-top: -15px;
    margin-right: 15px;
     background: none!important; 
    color: #231d1d!important;
  }

  }
.widget-about-info a{
color: white;
}

 
.brochures-prgs {
    cursor: pointer;
    border-top: 4px solid #1d2733;
    border-left: 3px solid #212a35;
    padding: 11px;
    font-weight: 400;
    color: #373333;
    border-radius: 9px;
    background: #474d5214;
    font-size: 15px;
    margin-bottom: 15px;
  }

.disp{
  display: none;
  padding: 20px;
}

.rotate {
  transform: rotate(180deg);
}
.brochures-prgs .fa-plus{
    font-size: 14px;
    right: 0;
    position: absolute;
    padding: 18px;
    border-radius: 6px;
    margin-top: -15px;
    margin-right: 15px;
    background: #1c2630;
    color: #fff;
  }

.ptb-40{
    padding-top: 35px;
    padding-bottom: 40px
}

/* ------------ */
.home-page-certificate-button{
 display: flex;
 padding: 10px;
 justify-content: center;
 align-items: center;
 gap: 10px;
}
.home-page-certificate-button .home-certificate{
  background-color: #000248;
  padding: 8px 15px;
  color: white;
  font-weight: 600;
  font-size: 15px;
  /* position: absolute; */
  /* right: 5px; */
  /* top: 5px;  */
  animation: blinkBackground 0.3s infinite alternate;
 }

.certificate{
 background-color: #000248;
 padding: 8px 15px;
 color: white;
 font-weight: 600;
 font-size: 15px;
 position: absolute;
 right: 5px;
 top: 5px; 
 animation: blinkBackground 0.3s infinite alternate;
}
.certificate:hover{
  color: white!important;
  border: 1px solid #000248;
 background-color: transparent;
}
.certificate1{
 background-color: #000248;
 padding: 8px 15px;
 color: white;
 font-weight: 600;
 font-size: 15px;
 animation: blinkBackground 0.3s infinite alternate;

}
.certificate1:hover{
  color: white!important;
 border: 1px solid #000248;
 background-color: transparent;
}

@keyframes blinkBackground {
  0% {
    background-color: #000248;
  }
  100% {
    background-color: red;
  }
}






/* Card Wrapper */
.fw-card-unique-wrapper {
    border: 2px solid #000000b2;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    margin-top: 30px;
}
@media (max-width: 767px) {
  .fw-card-unique-wrapper {
    border: 2px solid #000000b2;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    margin-top: 20px;
  }
}

.fw-card-unique-wrapper:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

/* Image */
.fw-card-unique-image {
    height: 200px;
    overflow: hidden;
}
.fw-card-unique-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Title */
.fw-card-unique-title {
    background-color: #000000b2;
    color: #fff;
    padding: 10px;
    font-weight: 600;
    text-align: center;
    
}

/* Button Container */
.fw-card-unique-content {
    display: flex;
    justify-content: center;  /* horizontal center */
    margin-top: auto;         /* pushes button to bottom */
    padding: 15px;
}

/* Unique Button */
.fw-card-unique-btn {
    background-color: #b85900;
    color: #fff;
    border: none;
    padding: 8px 20px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.fw-card-unique-btn:hover {
    background-color: #742a00;
    color: #fff;
}







.my-horizontal-card {
    display: flex;
    flex-direction: row;
    border: 1px solid #118ef5;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    margin: 30px 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    transition: transform 0.3s, box-shadow 0.3s;
}
.my-horizontal-card:hover {
    transform: translateY(-3px); /* smaller lift */
    box-shadow: 0 6px 18px rgba(0,0,0,0.2); /* softer shadow */
}

/* Image Section */
.my-horizontal-card-img {
    flex: 0 0 48%;
    overflow: hidden;
    border-right: 2px solid #eee; /* divider line */
}
.my-horizontal-card-img-inner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
.my-horizontal-card:hover .my-horizontal-card-img-inner {
    transform: scale(1.03); /* reduced zoom */
}

/* Info Section */
.my-horizontal-card-info {
    flex: 1;
    padding: 25px;
}
.my-horizontal-card-info h2 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 32px;
    color: #fff;
    background-color: #01327c; /* heading background color */
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
}
.my-horizontal-card-info p {
    margin: 0;
    color: #555;
    font-size: 18px;
    line-height: 1.6;
}

/* Responsive for smaller screens */
@media (max-width: 767px) {
    .my-horizontal-card {
        flex-direction: column;
    }
    .my-horizontal-card-img {
        flex: none;
        border-right: none; /* remove divider on mobile */
    }
    .my-horizontal-card-img-inner {
        height: 250px;
    }
    .my-horizontal-card-info h2 {
        font-size: 26px;
    }
    .my-horizontal-card-info p {
        font-size: 16px;
    }
}






.certificates-section {
    padding: 60px 0;
}

.cert-heading {
    color: #000;
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: -50px;
}

/* Certificate Images */
.cert-img {
    width: 100%;
    height: 350px;              /* sab images same size */
    object-fit: contain;        /* poori image dikhe */
    background: #fff;
    padding: 10px;
    cursor: pointer;
    transition: transform 0.3s ease;
    border: 1px solid #646262;
}

.cert-img:hover {
    transform: scale(1.03);
}

/* Modal clean look */
.modal-content {
    background: transparent;
    border: none;
    box-shadow: none;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    color: #fff;
    opacity: 1;
    z-index: 9999;
}

.modal-close:hover,
.modal-close:focus {
    background: transparent !important;
    outline: none;
}


.modal-body img {
    max-height: 80vh;
}
/* Center columns inside row (Bootstrap 3) */
.cert-row {
    text-align: center;
}

.cert-row > [class*="col-"] {
    float: none;
    display: inline-block;
    vertical-align: top;
}


.services-heading {
    font-size: 36px;   /* text bada karne ke liye */
    font-weight: 600;  /* optional: thoda bold */
    color: #000;      /* optional: color change */
    margin-top: -50px;
    margin-bottom: 50px;
}
.horizontal
{
  margin-top: -30px;
 
}




