/******************************

    00 - Home
    01 - Inner Page
		01 - Service Detail
        02 - Portfolio Detail
        03 - Blog Detail
             Sidebar Right
             Blog Classic
             Blog Single
        04 - Team Member Detail
        05 - Contact Us
        06 - Comment Form
    
******************************/

/*----------------------------------------*/
/*  00 - Home
/*----------------------------------------*/
#page {
  overflow: hidden;
}
/** Homepage 01 **/
.ihbox-section-one {
  padding: 60px 0 100px;
}
.who-we-are-one-leftbox {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  height: 100%;
  position: relative;
}
.who-we-are-one-leftbox .fid-style-area {
  position: absolute;
  right: 0;
  width: auto;
  bottom: 0;
  max-width: 100%;
}
.pbmit-sticky-corner {
  width: 30px;
  height: 30px;
  position: absolute;
  transform: rotate(-90deg);
}
.pbmit-bottom-left-corner {
  bottom: 0%;
  left: -29px;
  transform: none;
}
.pbmit-sticky-corner svg path {
  fill: var(--pbmit-light-color);
}
.pbmit-top-right-corner {
  top: -29px;
  right: -0.5%;
  transform: none;
}
.who-we-are-one-content {
  padding: 0px 0px 0 95px;
}
.service-bg-one {
  background-image: url(../images/staticbox-bg-img.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 100px;
  padding: 60px 0;
}
.blog-arrow,
.testimonial-arrow,
.service-arrow,
.team-arrow,
.product-arrow {
  position: absolute;
  right: 12px;
  bottom: 0;
}
.service-bg-one .swiper-button-next,
.service-bg-one .swiper-button-prev {
  color: var(--pbmit-white-color);
  border-color: var(--pbmit-white-color);
}
.service-bg-one .swiper-button-next:hover,
.service-bg-one .swiper-button-prev:hover {
  color: var(--pbmit-blackish-color);
  background-color: var(--pbmit-white-color);
}
.client-area {
  padding: 80px 0 90px 0;
  border-top: 1px solid #404a3d1a;
}
.about-us-one-bg {
  background-image: url(../images/img-03.jpg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 30px;
}
.about-us-one-rightbox {
  background-image: url(../images/img-04.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-color: var(--pbmit-global-color);
  padding: 80px 60px;
  border-radius: 30px;
}
.ihbox-style-5-bg {
  position: relative;
  background-image: url(../images/icon-bg-img.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 100px 80px 85px;
  border-radius: 30px;
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s;
}
.ihbox-style-5-bg .pbmit-ihbox-style-5 {
  position: relative;
  z-index: 1;
}
.ihbox-style-5-bg:before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 30px;
  background-color: var(--pbmit-blackish-color);
  opacity: 0.5;
}
/** Homepage 02 **/
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.animated {
  animation-duration: 2s;
}
.ihbox-two-bg {
  margin: -30px 20px 0 20px;
  padding: 70px 0px 40px 0px;
  border-radius: 0 0 30px 30px;
  background-color: var(--pbmit-global-color);
  background-image: url(../images/homepage-2/bg/bg-pattern-01.png);
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s;
}
.about-two-area {
  margin-top: 100px;
  border-radius: 30px;
  overflow: hidden;
  height: 73.8vh !important;
}
.about-two-area .sticky-img {
  border-radius: 30px;
}
.about-two-rightbox {
  padding: 80px 65px 0px 65px;
}
.about-two-innerbox {
  padding-left: 70px;
}
.about-two-innerbox .pbmit-ihbox-style-12 {
  margin-bottom: 30px;
}
.about-two-innerbox .sticky-inner-img {
  border-radius: 15px;
}
.service-two-slider {
  padding-bottom: 85px !important;
}
.service-two-slider .swiper-pagination-bullet-active,
.pbmit-testimonialbox-right .swiper-pagination-bullet-active {
  outline: none;
  width: 20px;
  height: 20px;
  background-color: var(--pbmit-global-color);
}
.pbmit-element-static-box-style-1 {
  background-image: url(../images/homepage-2/bg/staticbox-bg-img.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 70px 0;
}
.appointment-two-area {
  border-radius: 30px;
  overflow: hidden;
}
.appointment-two-leftbox {
  padding: 50px 0 0 38px;
  position: relative;
}
.appointment-two-leftbox .ihbox-style-area {
  position: absolute;
  right: 86px;
  width: auto;
  top: 106px;
  max-width: 100%;
}
.appointment-two-mainbox {
  background-image: url(../images/homepage-2/bg/contact-bg-img.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 60px 65px 60px 0px;
}
.appointment-two-mainbox form .form-control {
  border: none;
  background-color: var(--pbmit-light-color);
}
/** Homepage 03 **/
.ihbox-section-three {
  border-bottom: 1px solid #404a3d1a;
  padding: 50px 0;
}
.about-us-three-imgbox img {
  -webkit-mask-image: url(../images/homepage-3/about-shape.png);
  -webkit-mask-size: contain;
  -webkit-mask-position: center left;
  -webkit-mask-repeat: no-repeat;
}
.about-us-three-content {
  padding: 75px 0px 0px 95px;
}
.tab-section-three {
  background-image: url(../images/homepage-3/bg/bg-pattern-01.png);
}

.testimonial-three .pbmit-testimonialbox-left {
  border-right: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
}
.testimonial-three .pbmit-testimonialbox-right {
  padding: 0 0 90px 70px;
}
.pbmit-testimonialbox-right .swiper-slider[data-dots="true"] {
  padding-bottom: 0;
}
.pbmit-testimonialbox-right .swiper-horizontal > .swiper-pagination-bullets {
  justify-content: end;
}
.ttml-three-arrow {
  justify-content: left;
}
.free-quote-section {
  background-image: url(../images/homepage-3/bg/bg-img-01.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 30px;
  overflow: hidden;
}
.free-quote-section .left-box {
  padding: 20px 0px 0px 40px;
}
.free-quote-section .right-box {
  padding: 100px 90px 100px 0px;
}

/*------------------- ---------------------*/
/*01 - Inner Page 
/*----------------------------------------*/
/** 01 - Service Detail **/
.service-details .container > .row {
  flex-direction: row-reverse;
}
.service-sidebar .post-list {
  padding-top: 40px;
}
.service-sidebar .all-post-list ul li {
  position: relative;
  line-height: 26px;
  border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
}
.service-sidebar .all-post-list ul li a {
  padding: 16px 60px 16px 25px;
  display: block;
  position: relative;
  border-radius: 0;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: var(--pbmit-blackish-color);
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.service-sidebar .all-post-list ul li a:before {
  position: absolute;
  content: "\e8dd";
  left: inherit;
  right: 8px;
  font-size: 10px;
  font-family: "pbminfotech-base-icons";
  top: 50%;
  z-index: 1;
  color: var(--pbmit-secondary-color);
  background-color: transparent;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: initial;
  transition: all 0.4s ease-in;
}
.service-sidebar .all-post-list ul li a:after {
  position: absolute;
  content: "";
  left: 0;
  font-size: 20px;
  top: 50%;
  width: 7px;
  height: 7px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--pbmit-global-color);
  border-radius: 50%;
  transition: all 0.4s ease;
}
.service-sidebar .all-post-list ul li:hover a,
.service-sidebar .all-post-list ul li.post-active a {
  transform: translateX(1%);
  color: var(--pbmit-secondary-color);
}
.service-sidebar .all-post-list ul li:hover a:before,
.service-sidebar .all-post-list ul li.post-active a:before {
  color: var(--pbmit-secondary-color);
  background-color: var(--pbmit-global-color);
}
.service-sidebar .widget:last-child {
  background-color: transparent;
}
.service-sidebar .widget.pbmit-download-content {
  padding: 0;
}
.sidebar .pbmit-download-content .widget-title {
  margin-left: 30px;
  margin-right: 30px;
}
.widget .download .item-download a {
  position: relative;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 5px;
  padding-left: 25px;
  background-color: var(--pbmit-white-color);
  border-radius: 40px;
}
.widget .download .item-download a .pbmit-download-content {
  font-size: 15px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.widget .download .item-download a .pbmit-download-content i {
  margin-right: 10px;
  font-size: 24px;
  color: var(--pbmit-secondary-color);
  transition: all 0.2s ease-in;
}
.widget .download .item-download .pbmit-download-item {
  font-size: 16px;
  line-height: 16px;
  padding: 18px 13px;
  border-radius: 50%;
  color: var(--pbmit-white-color);
  background-color: var(--pbmit-secondary-color);
  transition: all 0.2s ease-in;
}
.widget .download .item-download a .pbmit-download-item i {
  font-size: 26px;
  vertical-align: middle;
}
.widget .download .item-download:last-child a {
  color: var(--pbmit-blackish-color);
  background-color: var(--pbmit-global-color);
  margin-bottom: 0;
}
.widget .download .item-download:last-child a .pbmit-download-content i {
  color: var(--pbmit-blackish-color);
  transition: all 0.3s ease-in-out;
}
.widget .download .item-download:last-child .pbmit-download-item {
  color: var(--pbmit-secondary-color);
  background-color: var(--pbmit-white-color);
}
.widget .download .item-download a:hover {
  background-color: var(--pbmit-secondary-color);
  color: var(--pbmit-white-color);
}
.widget .download .item-download a:hover .pbmit-download-content i {
  color: var(--pbmit-white-color);
}
.widget .download .item-download a:hover .pbmit-download-item {
  background-color: var(--pbmit-white-color);
  color: var(--pbmit-blackish-color);
}
.widget .download .item-download:last-child a:hover {
  background-color: var(--pbmit-blackish-color);
  color: var(--pbmit-white-color);
}
.widget .download .item-download:last-child a:hover .pbmit-download-item {
  background-color: var(--pbmit-global-color);
}
.service-details .pbmit-service-feature-image img {
     margin-bottom: 50px;
    border-radius: 30px;
    height: 400px;
    object-position: top;
    object-fit: cover;
}
.service-details .pbmit-ihbox-style-9 .pbmit-ihbox-contents {
  margin: 30px 30px 0 0;
}
.service-details .pbmit-ihbox-style-9 .pbmit-heading-desc {
  padding: 10px 0 0 0;
}
.service-details .accordion {
  padding-top: 15px;
}
/** 02 - Portfolio Detail **/
.portfolio-single .pbmit-featured-img-wrapper {
  padding-bottom: 80px;
}
.portfolio-single .pbmit-featured-img-wrapper img {
  border-radius: 30px;
}
.pbmit-single-project-details-list {
  padding: 45px;
  border-radius: 30px;
  background-color: var(--pbmit-white-color);
}
.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-li:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
}
.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-title {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  position: relative;
  font-weight: 500;
  color: var(--pbmit-secondary-color);
  font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-value {
  display: block;
}
.portfolio-single .pbmit-pf-entry-content {
  padding-left: 36px;
}
.portfolio-single .pbmit-heading .pbmit-title {
  margin-bottom: 20px;
}
.portfolio-single .pf-img-box img {
  border-radius: 20px;
}
.portfolio-single .pf-img-box .first-img {
  padding-right: 20px;
}
.portfolio-single .pf-img-box .second-img {
  padding-left: 20px;
}
.portfolio-single .pbmit-ihbox-style-9 .pbmit-heading-desc {
  padding: 10px 0 0 0;
}
.portfolio-single .pbmit-ihbox-style-9 .pbmit-ihbox-contents,
.portfolio-single .pbmit-miconheading-style-9 .pbmit-ihbox-contents {
  margin: 30px 30px 0 0;
}
.portfolio-single .navigation {
  margin-top: 50px;
  border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
}
/** 03 - Blog Detail**/
.pbmit-element-posts-wrapper.row .pbmit-blog-style-1 {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}
/** Sidebar Right**/
.sidebar .widget {
  border: none;
  padding: 30px;
  margin-bottom: 55px;
  border-radius: 30px;
  background-color: var(--pbmit-white-color);
}
.sidebar .widget:last-child {
  margin-bottom: 0;
}
.sidebar .widget.widget-search {
  background-color: var(--pbmit-secondary-color);
}
.sidebar .widget .widget-title {
  display: block;
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
  width: auto;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0px;
  padding-left: 30px;
  padding-bottom: 0;
  text-transform: capitalize;
  color: var(--pbmit-blackish-color);
}
.sidebar .widget.widget-search .widget-title {
  color: var(--pbmit-white-color);
}
.sidebar .widget .widget-title:before {
  content: "\e89d";
  font-family: "pbminfotech-base-icons";
  position: absolute;
  left: -3px;
  font-size: 12px;
  line-height: 22px;
  color: var(--pbmit-secondary-color);
  top: 50%;
  transform: translateX(0%) translateY(-70%);
}
.sidebar .widget.widget-search .widget-title:before {
  color: var(--pbmit-white-color);
}
.widget .search-form {
  position: relative;
}
.widget .search-form input {
  background-color: var(--pbmit-white-color);
  height: 65px;
  border: 0;
  padding: 0px 30px;
  padding-right: 80px;
  background-color: var(--pbmit-white-color);
  color: var(--pbmit-blackish-color);
  font-size: 15px;
  border-radius: 40px;
  display: block;
  width: 100%;
}
.widget .search-form .search-submit {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 55px;
  height: 55px;
  font-size: 16px;
  z-index: 1;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 50%;
  line-height: 58px;
  outline: none;
  background: var(--pbmit-global-color);
  color: var(--pbmit-secondary-color);
  transition: all 0.6s;
}
.widget .search-form .search-submit:hover {
  background-color: var(--pbmit-blackish-color);
}
.widget .search-form .search-submit:hover:after {
  color: var(--pbmit-white-color);
}
.widget .search-form .search-submit:after {
  position: absolute;
  font-family: "pbminfotech-base-icons";
  content: "\e80d";
  right: 50%;
  top: 50%;
  font-size: 16px;
  color: var(--pbmit-blackish-color);
  line-height: normal;
  font-weight: normal;
  -webkit-transform: translateX(50%) translateY(-50%);
  -ms-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
}
.sidebar .widget-categories li {
  position: relative;
  line-height: 26px;
}
.sidebar .widget-categories .pbmit-cat-li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666;
  border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.05);
}
.sidebar .widget-categories ul li:last-child .pbmit-cat-li {
  border-bottom: none;
}
.sidebar .widget-categories .pbmit-cat-li a {
  font-size: 14px;
  line-height: 24px;
  position: relative;
  padding-left: 20px;
  margin: 15px 0;
  font-weight: 500;
  color: rgba(24, 26, 23, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: var(--pbmit-heading-typography-font-family);
}
.sidebar .widget-categories .pbmit-cat-li a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 8px;
  width: 8px;
  background-color: var(--pbmit-global-color);
  border-radius: 50%;
  transition: all 0.25s ease-in-out;
}
.sidebar .widget-categories .pbmit-brackets {
  margin-left: 8px;
  transition: all 0.25s ease-in-out;
}
.sidebar .widget-categories .pbmit-cat-li:hover > a,
.sidebar .widget-categories .pbmit-cat-li:hover .pbmit-brackets {
  color: var(--pbmit-secondary-color);
}
.sidebar .widget-categories .pbmit-cat-li > a:hover:before {
  background-color: var(--pbmit-secondary-color);
}
.widget-recent-post .recent-post-list-li:first-child {
  margin-top: 0px;
  padding-top: 0px;
  border-top: none;
}
.widget-recent-post .recent-post-list-li {
  display: flex !important;
  align-items: center;
  width: 100%;
  margin-top: 18px;
  padding-bottom: 18px;
  line-height: 26px;
  border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
}
.widget-recent-post .recent-post-list-li:last-child {
  border-bottom: none;
}
.widget-recent-post .recent-post-list-li > a {
  width: 91px;
  flex-shrink: 0;
  margin-right: 20px;
  display: inline-block;
}
.widget-recent-post .recent-post-list-li > a img {
  border-radius: 20px;
}
.widget-recent-post .pbmit-rpw-content {
  display: flex;
  flex-direction: column;
}
.widget-recent-post .pbmit-rpw-title a {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  font-family: var(--pbmit-heading-typography-font-family);
}
.widget-recent-post .pbmit-rpw-title a:hover {
  color: var(--pbmit-secondary-color);
}
.pbmit-rpw-content .pbmit-rpw-date a {
  color: var(--pbmit-secondary-color);
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 3px;
  text-transform: uppercase;
  display: inline-block;
  font-family: var(--pbmit-heading-typography-font-family);
}
.widget.pbmit-service-ad {
  padding: 0;
  background-image: url(../images/bg/ads-bg-img.jpg);
  background-size: cover;
  background-position: center center;
}
.widget.pbmit-service-ad .textwidget:before,
.widget.pbmit-service-ad .textwidget:after {
  content: "";
  display: table;
}
.widget.pbmit-service-ad .textwidget:after {
  clear: both;
}
.widget.pbmit-service-ad .pbmit-service-ads {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 80px 50px;
  border-radius: 30px;
}
.pbmit-service-ads .pbmit-ads-icon {
  padding-bottom: 20px;
}
.pbmit-service-ads .pbmit-ads-icon i {
  width: 85px;
  height: 85px;
  line-height: 85px;
  display: inline-block;
  border-radius: 100%;
  font-size: 35px;
  text-align: center;
  color: var(--pbmit-blackish-color);
  background-color: var(--pbmit-global-color);
}
.pbmit-service-ads .pbmit-ads-title {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 15px;
  color: var(--pbmit-white-color);
}
.pbmit-service-ads .pbmit-ads-desc {
  font-size: 15px;
  line-height: 25px;
  padding-bottom: 30px;
  color: var(--pbmit-white-color);
}
.pbmit-service-ads .pbmit-ads-desc i {
  font-size: 20px;
  padding-right: 5px;
  color: var(--pbmit-global-color);
}
.pbmit-service-ads .pbmit-btn {
  display: inline-flex;
}
.pbmit-service-ads .pbmit-btn:hover {
  background-color: var(--pbmit-blackish-color);
}
aside.widget.widget-tag-cloud a,
.pbmit-blog-meta-bottom .pbmit-meta-tags a {
  line-height: 30px;
  margin: 0 6px 12px 0;
  display: inline-block;
  font-size: 13px !important;
  padding: 0 20px;
  height: 30px;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
  color: var(--pbmit-blackish-color);
  background-color: var(--pbmit-light-color);
  border-radius: 20px;
}
aside.widget.widget-tag-cloud a:hover {
  color: var(--pbmit-white-color);
  background-color: var(--pbmit-secondary-color);
}
/** Blog Classic **/
.site-content {
  padding-top: 80px;
  padding-bottom: 80px;
}
.post.blog-classic {
  margin-bottom: 60px;
  position: relative;
}
.post.blog-classic .pbmit-featured-wrapper img {
  width: 100%;
    max-height: 260px;
    border-radius: 30px;
    object-fit: cover;
    object-position: top;
}
section.site-content.blog-details .post.blog-classic .pbmit-featured-wrapper img {
    max-height: 600px;
}
.post.blog-classic:last-child {
  margin-bottom: 0px;
}
.post.blog-classic .pbmit-featured-img-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.post.blog-classic .pbmit-meta-cat {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.post.blog-classic .pbmit-meta-cat a {
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 0.5px;
  padding: 5px 15px 3px 15px;
  border-radius: 15px;
  color: var(--pbmit-secondary-color);
  background-color: var(--pbmit-white-color);
}
.post.blog-classic .pbmit-meta-cat a:hover {
  color: var(--pbmit-white-color);
  background-color: var(--pbmit-secondary-color);
}
.blog-classic .pbmit-blog-classic-inner {
  background: 0 0;
  padding: 0;
  position: relative;
}
.pbmit-blog-meta.pbmit-blog-meta-top {
  position: relative;
  font-size: 14px;
}
.pbmit-blog-meta-top.pbmit-blog-meta,
.pbmit-blog-meta-top.pbmit-blog-meta a {
  color: rgba(var(--pbmit-blackish-color-rgb), 0.8);
}
.pbmit-blog-meta-top.pbmit-blog-meta a:hover {
  color: var(--pbmit-secondary-color);
}
.pbmit-blog-meta-top .pbmit-meta {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  padding-left: 6px;
  font-size: 14px;
  text-transform: uppercase;
}
.pbmit-blog-meta-top .pbmit-meta i {
  margin-right: 2px;
  font-size: 20px;
  color: var(--pbmit-secondary-color);
}
.pbmit-blog-meta-top .pbmit-meta-comments {
  display: none;
}
.blog-classic .pbmit-post-title {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 30px;
  padding-bottom: 15px;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: 0px;
  border-bottom: 1px solid rgba(24, 26, 23, 0.2);
}
.blog-classic .pbmit-entry-content {
  margin-top: 20px;
}
.pbmit-blog-classic-inner .pbmit-btn {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.65px;
  padding: 21px 35px;
  text-transform: uppercase;
}
/** Blog Single **/
.blog-details .post.blog-classic {
  margin-bottom: 0;
  position: relative;
}
.blog-details .pbmit-featured-img-wrapper {
  position: relative;
}
.blog-details .pbmit-featured-wrapper {
  position: relative;
  margin-bottom: 30px;
}
.blog-details .post.blog-classic .pbmit-blog-meta-top {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(24, 26, 23, 0.1);
}
.pbmit-firstletter::first-letter {
  color: var(--pbmit-secondary-color);
  padding: 0;
  font-size: 52px;
  line-height: 48px;
  display: inline-block;
  float: left;
  font-weight: 700;
  margin-right: 8px;
}
.blog-details .pbmit-entry-content .pbmit-secondary-color,
.blog-details .pbmit-entry-content p u,
.pbmit-single-event-body-content .pbmit-secondary-color,
.pbmit-single-event-body-content p u,
.pbmit-service_content .pbmit-secondary-color,
.pbmit-service_content p u,
.pbmit-team-single .pbmit-secondary-color,
.pbmit-team-single p u,
.pbmit-pf-entry-content .pbmit-secondary-color {
  color: var(--pbmit-secondary-color);
}
.blog-details .pbmit-entry-content blockquote {
  border: 0;
  padding: 40px 70px 40px 145px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400 !important;
  margin: 35px 0;
  position: relative;
  letter-spacing: 0px;
  border-radius: 30px;
  font-style: normal;
  color: var(--pbmit-blackish-color);
  background-color: var(--pbmit-white-color);
  font-family: var(--pbmit-heading-typography-font-family);
}
.blog-details .pbmit-entry-content blockquote:before {
  content: "\e885";
  font-family: "pbminfotech-base-icons";
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 100%;
  text-align: center;
  font-size: 24px;
  position: absolute;
  top: 45px;
  left: 45px;
  font-style: normal;
  color: #ffffff !important;
  background-color: var(--pbmit-global-color) !important;
}
.blog-details .pbmit-entry-content blockquote p {
  margin-bottom: 0;
}
.blog-details .pbmit-entry-content:after {
  clear: both;
  content: "";
  display: table;
}
.blog-details .pbmit-entry-content blockquote cite {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--pbmit-secondary-color);
  display: block;
  line-height: 24px;
  font-style: normal !important;
  margin-top: 15px;
  letter-spacing: 0.5px;
}
.blog-details .pbmit-entry-content blockquote cite:before {
  content: "-";
  margin-right: 5px;
}
.blog-details .pbmit-entry-content blockquote:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.blog-details .pbmit-entry-content .pbmit-block-columns {
  margin-bottom: 1.75em;
}
.blog-details .pbmit-entry-content .pbmit-block-columns img {
  margin-top: 15px;
    border-radius: 30px;
    object-fit: cover;
    height: 500px;
    object-position: center;
    object-fit: cover;
}
.blog-details .pbmit-entry-content .pbmit-block-column:first-child {
  padding: 0 22px 0 0;
}
.blog-details .pbmit-entry-content .pbmit-block-column:last-child {
  padding: 0 0 0 22px;
}
.blog-details .list-group .pbmit-icon-list-icon i {
  font-size: 15px;
  margin-right: 15px;
  color: var(--pbmit-secondary-color);
}
.blog-details .list-group {
  padding: 20px 0;
}
.blog-details .list-group .pbmit-icon-list-text {
  font-family: var(--pbmit-body-typography-font-family);
}
.blog-details .pbmit-blog-meta-bottom {
  margin-top: 35px;
}
.blog-details .pbmit-blog-meta-bottom .pbmit-meta-tags a {
  background-color: var(--pbmit-white-color);
}
.blog-details .pbmit-blog-meta-bottom .pbmit-meta-tags a:hover {
  color: var(--pbmit-white-color);
  background-color: var(--pbmit-secondary-color);
}
.blog-details .post-navigation {
  border-top: 1px solid rgba(24, 26, 23, 0.1);
  margin-top: 30px;
}
.post-navigation .nav-links {
  margin-top: 0;
  padding: 40px 0 8px;
  display: flex;
  align-items: normal;
  width: 100%;
}
.post-navigation .nav-previous {
  width: 50%;
  margin-right: auto !important;
  position: relative;
}
.post-navigation .nav-links a {
  display: block;
  text-align: left;
  width: 300px;
  transition: all 0.3s ease-in;
}
.post-navigation .nav-links a:hover .pbmit-post-nav-icon i,
.post-navigation .nav-links a:hover .pbmit-post-nav-head {
  color: var(--pbmit-secondary-color);
}
.post-navigation .pbmit-post-nav-icon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 5px;
}
.post-navigation .nav-links .nav-previous .pbmit-post-nav-icon {
  justify-content: flex-start;
}
.post-navigation .nav-links .pbmit-post-nav-icon i {
  font-size: 13px;
  color: #666;
  transition: all 0.3s ease-in;
}
.post-navigation .nav-links .pbmit-post-nav-head {
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-left: 8px;
  transition: all 0.3s ease-in;
  color: #666;
  font-family: var(--pbmit-heading-typography-font-family);
}
.post-navigation .nav-links .pbmit-post-nav-wrapper {
  display: block;
  word-break: break-word;
}
.post-navigation .nav-links .nav-previous .pbmit-post-nav-wrapper {
  text-align: left;
}
.nav-links .nav-previous .pbmit-post-nav-wrapper {
  text-align: left;
}
.post-navigation .nav-links .nav-title {
  font-size: 22px;
  line-height: 28px;
  margin-top: 5px;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-family: var(--pbmit-heading-typography-font-family);
}
.post-navigation .nav-next {
  width: 50%;
  text-align: right;
  margin-left: auto;
}
.post-navigation .nav-next a {
  display: block;
  text-align: right;
  margin-left: auto;
}
.nav-links .nav-next .pbmit-post-nav-wrapper {
  text-align: right;
}
.blog-details .pbmit-author-box {
  position: relative;
  overflow: hidden;
  margin-top: 45px;
  margin-bottom: 0;
  padding: 40px;
  padding-right: 80px;
  background-color: var(--pbmit-secondary-color);
  background-position: center center;
  background-repeat: repeat;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 30px;
}
.blog-details .pbmit-author-image img {
  width: 150px;
  min-width: 150px;
  height: 150px;
  border: 4px solid var(--pbmit-global-color);
  display: block;
  overflow: hidden;
  margin-right: 40px;
  border-radius: 50%;
}
.blog-details .pbmit-author-content {
  -webkit-flex-shrink: 100;
  -moz-flex-shrink: 100;
  -ms-flex-negative: 100;
  flex-shrink: 100;
}
.blog-details .pbmit-author-content .pbmit-author-name {
  line-height: 26px;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 8px;
  display: inline-block;
}
.blog-details .pbmit-author-box a {
  color: var(--pbmit-white-color);
}
.blog-details .pbmit-author-content .pbmit-text {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  color: var(--pbmit-white-color);
}
.blog-details .comments-area {
  margin-top: 60px;
}
.blog-details .comments-area .comments-title {
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 48px;
}
.blog-details .comment-list li:not(:last-child) .pbmit-comment {
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(24, 26, 23, 0.1);
}
.comment-list .pbmit-comment-avatar {
  float: left;
}
.comment-list .pbmit-comment-avatar img {
  width: 90px;
  height: 90px;
  border-radius: 20px;
}
.blog-details .pbmit-comment-content {
  position: relative;
  padding: 0px 0px 30px 0;
  margin-left: 115px;
  min-height: 115px;
}
.blog-details .pbmit-comment-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pbmit-comment-content .pbmit-comment-author {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
  display: inline-flex;
  position: relative;
  color: #525252;
}
.pbmit-comment-author-inner {
  margin: 0 5px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--pbmit-secondary-color);
}
.pbmit-comment-author-inner a {
  color: var(--pbmit-secondary-color);
}
.blog-details .pbmit-comment-date {
  display: block;
  font-size: 16px;
  margin: 0 0 0 30px;
  font-weight: 400;
  color: rgba(24, 26, 23, 0.8);
}
.blog-details .pbmit-comment-date a {
  font-size: 16px;
  line-height: 26px;
  position: relative;
}
.blog-details .pbmit-comment-content p {
  margin: 10px 0 18px;
}
.blog-details .pbmit-comment-content .reply a {
  display: inline-block;
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  -webkit-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
  color: var(--pbmit-secondary-color);
  padding: 2px 19px;
  border-radius: 30px;
  border: 1px solid var(--pbmit-secondary-color);
  font-family: var(--pbmit-heading-typography-font-family);
}
.blog-details .pbmit-comment-content .reply a::after {
  font-family: "pbminfotech-base-icons";
  content: "\e8dd";
  font-style: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  opacity: 1;
  font-variant: normal;
  text-transform: none;
  line-height: 24px;
  font-size: 11px;
  margin-left: 5px;
  font-weight: 500;
}
.blog-details .pbmit-comment-content .reply a:hover {
  color: var(--pbmit-white-color);
  background-color: var(--pbmit-secondary-color);
}
.comment-list .children {
  margin-left: 100px;
  padding-top: 8px;
}
.blog-details .comment-respond {
  background-color: var(--pbmit-white-color);
  padding: 60px 70px;
  border-radius: 30px;
  margin-top: 28px;
  margin-bottom: 20px;
}
.blog-details .comment-respond .comment-reply-title {
  margin-bottom: 25px;
}
.blog-details .comment-form .comment-notes {
  font-size: 15px;
}
.blog-details .comment-respond .comment-form form textarea.form-control {
  color: var(--pbmit-blackish-color);
  line-height: normal;
  padding: 20px 12px;
}
.blog-details .comment-respond .comment-form .form-check {
  margin-top: 20px;
  margin-bottom: 25px;
}
.blog-details .comment-respond .comment-form .form-check label {
  font-size: 15px;
}

/** 04 - Team Member Detail **/
.pbmit-team-single-info {
  margin-bottom: 50px;
}
.team-single .pbmit-featured-wrapper {
  height: 600px;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}
.team-single .pbmit-featured-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-single .pbmit-team-detail {
  position: relative;
  border-radius: 30px;
  margin-left: -40px;
  background: var(--pbmit-white-color);
  background-image: url(../images/team/team-detail-pattern.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}
.team-single .pbmit-team-detail .pbmit-team-des {
  padding: 120px 100px 0 100px;
}
.pbmit-team-des .pbmit-team-summary {
  margin-bottom: 35px;
}
.pbmit-team-des .pbmit-team-designation {
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  color: #999;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  padding-left: 15px;
}
.pbmit-team-des .pbmit-team-designation:before {
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--pbmit-secondary-color);
  transform: translateX(0%) translateY(-50%);
}
.pbmit-team-des .pbmit-team-title {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 0;
}
.pbmit-team-des .pbmit-short-description {
  margin-bottom: 20px;
}
.pbmit-team-des .pbmit-single-team-info {
  padding-bottom: 40px;
}
.pbmit-single-team-info li {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: var(--pbmit-blackish-color);
}
.pbmit-single-team-info li,
.pbmit-single-team-info li a {
  color: var(--pbmit-body-typography-color);
}
.pbmit-single-team-info li label {
  font-size: 16px;
  line-height: 22px;
  min-width: 120px;
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 0;
  padding-right: 10px;
  color: var(--pbmit-secondary-color);
}
.team-single .pbmit-social-links li {
  margin-bottom: 5px;
  margin-right: 6px;
}
.team-single .pbmit-social-links li a {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 15px;
  background-color: transparent;
  color: var(--pbmit-secondary-color);
  border: 1px solid var(--pbmit-secondary-color);
  border-radius: 50%;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.team-single .pbmit-social-links li a:hover {
  color: var(--pbmit-global-color);
  background-color: var(--pbmit-secondary-color);
}
.team-single .comment-respond {
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 0px;
  padding: 80px 80px 60px 80px;
  border-radius: 60px;
  background-color: var(--pbmit-white-color);
}
/** 05 - Contact Us **/
.contact-img-box {
  background-image: url(../images/bg/contact-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  border-radius: 30px 0px 0px 30px;
}
.contact-img-custom {
  position: relative !important;
  overflow: hidden !important;
}

.contact-img-custom::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: rgb(0 0 0 / 65%) !important; /* halka black shadow */
  border-radius: 30px 0px 0px 30px !important;
  z-index: 1 !important;
}

.get-in-touch img {
  border-radius: 30px !important;
}

.get-in-touch {
  /* border-radius: 30px; */
  background: none;
}
/* overlay ke upar content dikhe */
.contact-img-custom .contact-overlay {
  position: absolute !important;
  z-index: 2 !important;
}

.contact-form-area {
  padding: 50px 70px;
  border-radius: 0px 30px 30px 0px;
  background-image: url(../images/bg/img-01.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.iframe-section iframe {
  height: 450px;
  max-width: 100%;
  width: 100%;
  vertical-align: top;
}
label.error {
  background: red;
  color: white;
  border-radius: 0px 0 10px 10px;
  margin-bottom: 15px;
  padding: 0 10px;
  font-size: 12px;
  display: block;
  margin-top: 0px;
  margin-right: 20%;
}
.message-status {
  margin-top: 5px;
}
.form-control.error {
  margin-bottom: 0 !important;
}

/**06 - Comment Form **/
.form-control {
  margin-bottom: 20px;
  font-size: 14px;
  height: 60px;
  line-height: normal;
  padding: 10px 20px;
  font-weight: 300;
  border-width: 0 0 1px 0;
  font-family: inherit;
  background-color: transparent;
  border-radius: 10px;
  border: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.2);
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}
textarea.form-control {
  height: 130px;
  padding-top: 20px;
  resize: none;
}
.form-control:focus {
  border-color: rgba(var(--pbmit-blackish-color-rgb), 0.2);
}
.form-control:focus::placeholder {
  opacity: 1;
}

.payment-page {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  min-height: 100vh;
}
.payment-container {
  max-width: 800px;
  margin: 0 auto;
}
.payment-card {
  background: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.plan-summary {
  background: #f8f9fa;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
}
.plan-name {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.plan-price {
  font-size: 36px;
  font-weight: bold;
  color: #28a745;
  margin-bottom: 20px;
}
.plan-features {
  list-style: none;
  padding: 0;
  margin: 0;
}
.plan-features li {
  padding: 8px 0;
  position: relative;
  padding-left: 25px;
  color: #555;
}
.plan-features li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #28a745;
  font-weight: bold;
}
.payment-form {
  background: white;
  border-radius: 15px;
  padding: 30px;
}
.form-group {
  margin-bottom: 20px;
}
.form-control {
  border-radius: 10px;
  border: 2px solid #e9ecef;
  padding: 12px 15px;
  font-size: 14px;
}
.form-control:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.payment-btn {
  background: linear-gradient(45deg, #28a745, #20c997);
  color: white;
  border: none;
  padding: 15px 40px;
  border-radius: 25px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}
.payment-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(40, 167, 69, 0.4);
}
.back-btn {
  background: white;
  border: 2px solid #28a745;
  color: #28a745;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  display: inline-block;
  margin-bottom: 30px;
}
.back-btn:hover {
  background: #28a745;
  color: white;
  text-decoration: none;
}
.security-info {
  background: #e8f5e8;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
  text-align: center;
}
.security-info i {
  color: #28a745;
  font-size: 24px;
  margin-bottom: 10px;
}
.subscription-plans-page {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}
.plan-card {
  background: white;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.plan-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
.plan-card.featured {
  border: 3px solid #28a745;
  transform: scale(1.05);
}
.plan-card.featured::before {
  content: "Most Popular";
  position: absolute;
  top: 20px;
  right: -30px;
  background: #28a745;
  color: white;
  padding: 5px 40px;
  transform: rotate(45deg);
  font-size: 12px;
  font-weight: bold;
}
.plan-header {
  text-align: center;
  margin-bottom: 30px;
}
.plan-name {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.plan-price {
  font-size: 48px;
  font-weight: bold;
  color: #28a745;
  margin-bottom: 5px;
}
.plan-price span {
  font-size: 18px;
  color: #666;
}
.plan-description {
  color: #666;
  font-size: 16px;
}
.plan-features {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}
.plan-features li {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 30px;
}
.plan-features li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #28a745;
  font-weight: bold;
  font-size: 18px;
}
.plan-features li:last-child {
  border-bottom: none;
}
.subscribe-btn {
  width: 100%;
  padding: 15px;
  background: #28a745;
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}
.subscribe-btn:hover {
  background: #218838;
  transform: translateY(-2px);
}
.plan-card.featured .subscribe-btn {
  background: linear-gradient(45deg, #28a745, #20c997);
}
.back-btn {
  position: absolute;
  top: 30px;
  left: 30px;
  background: white;
  border: 2px solid #28a745;
  color: #28a745;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}
.back-btn:hover {
  background: #28a745;
  color: white;
}

.plan-hero {
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  color: white;
  padding: 80px 0;
}
.plan-content {
  padding: 60px 0;
  background: #f8f9fa;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin: 40px 0;
}
.feature-card {
  background: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.feature-icon {
  width: 60px;
  height: 60px;
  background: #e8f5e8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.pricing-box {
  background: white;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.price-tag {
  font-size: 48px;
  font-weight: bold;
  color: #28a745;
  margin: 20px 0;
}
.comparison-table {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.table th {
  background: #28a745;
  color: white;
  border: none;
  padding: 20px;
}
.table td {
  padding: 15px 20px;
  border-color: #f0f0f0;
}
.check-icon {
  color: #28a745;
  font-weight: bold;
}
.cta-section {
  background: linear-gradient(135deg, #343a40 0%, #495057 100%);
  color: white;
  padding: 60px 0;
}
.get-in-touch{
  padding:50px 70px;
  border-radius:20px;
  background-image:url(../images/login-bg.png);
  background-position:center;   /* change this */
  background-repeat:no-repeat;
  background-size:cover;
  height: 100%;
}
.contact-img-box{
	position:relative;
	min-height:500px;
	background-size:cover;
	background-position:center;
	display:flex;
	align-items:center;
}

.contact-overlay{
	position:absolute;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
}

.contact-info{
	position:relative;
	z-index:2;
	color:#fff;
	padding-left:40px;
}

.info-item{
	    display: flex;
    align-items: center;
    margin-bottom: 60px;
    font-size: 18px;
}
.info-item span {
    font-weight: 500;
}

.info-item i {
    font-size: 22px;
    margin-right: 15px;
    background: #2dac92;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    align-items: center;
    text-align: center;
    padding: 12px 0;
}
/* blog spacing */
.ourBlogs .pbmit-element-posts-wrapper > div{
    margin-bottom: 40px;
}

/* equal height blog cards */
.ourBlogs .post.blog-classic{
    height: 100%;
    display: flex;
    flex-direction: column;
        background: white;
    padding: 20px;
    border-radius: 20px;
}

/* content stretch karega */
.ourBlogs .pbmit-blog-classic-inner{
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* read more button bottom par rahe */
.ourBlogs .pbmit-entry-content{
    margin-top: auto;
}




