.PageBanner_section {
  width: 100%;
}

.PageBanner_section .bannerimg,
.PageBanner_section .blog_iframe {
    width: 100%;
    height: 500px;
    object-fit: fill;
}

.banner_desc {
  align-items: center;
  background: url("../images/index-16/cta-2/bg.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  height: 500px;
  justify-content: center;
  text-align: center;
}
.banner_desc .BannerDsceBox h2 {
  color: #fff;
  font-size: 38px;
}
.section_padding {
  padding-top: 60px;
}

/* Blog Details */
.single-post .post-header {
  margin-bottom: 40px;
}

.post-categories {
  margin-bottom: 9px;
  font-size: 0.8rem;
  line-height: 120%;
  font-weight: 900;
  color: #0093c2;
}

.single-post .post-categories {
  margin-bottom: 12px;
  font-size: 12px;
}

.post-categories {
  color: #302ea7;
  letter-spacing: 1px;
  text-transform: uppercase;
}

a {
  text-decoration: none;
}

.post-categories a {
  transition: 0.1s ease-in-out;
  color: #302ea7;
  font-size: 13px;
}

.single-post .post-title {
  font-size: 35px;
  line-height: 135%;
  font-weight: 900;
  /* letter-spacing: -0.01em; */
  text-transform: capitalize;
}

.single-post .post-comments {
  /* float: right; */
  margin-right: 10px;
  color: #302ea7;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.Post_comm_shere {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.share-post a.fb_twitter {
  background: #44b1e4;
}

.share-post a.fb_linkedin {
  background: #fe4c1c;
}

.share-post a.fb_whatsapp {
  background: #40c515;
}

.share-post a.fb_share {
  background: #4661c5;
}

.share-post a {
  float: left;
  overflow: hidden;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  font-weight: 500;
  border-radius: 19px;
  color: #fff !important;
  margin-left: 15px;
  transition: all 0.4s ease-in-out;
}
.blogdetailsDate {
  float: right;
  padding-right: 0 !important;
}

.share-post a:hover {
  transform: translateY(-5px);
}

.single-post .post-comments .fa {
  position: relative;
  top: -1px;
  margin-right: 6px;
}

.single-post .post-meta {
  margin-top: 10px;
  border-top: 1px solid #ddd;
  /* padding-top: 16px; */
  font-size: 1rem;
  color: #999;
  font-weight: 700;
  line-height: 120%;
  margin: 6px 0 0;
}

.single .post-meta .post-meta-date {
  color: #302ea7;
  padding-right: 20px;
  font-size: 14px;
}

.single .post-meta .post-meta-date .bogdetailsicon {
  padding-right: 5px;
}

.share-post {
  display: flex;
  align-items: center;
}
.single-post .post-image {
  display: block;
  clear: both;
  margin-bottom: 40px;
  position: relative;
}

.post-image img {
  display: block;
}

.single-post .post-inner {
  position: relative;
  z-index: 5;
}

.post-content p {
  line-height: 1.7;
  text-align: justify;
}

.post-tags {
  margin: 30px 0;
}

.post-tags a {
  background-color: #ddd;
  color: #444;
  display: inline-block;
  font-size: 14px !important;
  font-weight: 900;
  line-height: 1;
  margin: 0 8px 8px 11px;
  padding: 5px 6px 6px 5px;
  position: relative;
  transition: 0.1s ease-in-out;
}

.post-tags a:before {
  content: "";
  display: block;
  border: 11px solid transparent;
  border-left-width: 0;
  border-right-color: #ddd;
  position: absolute;
  top: 0;
  left: -11px;
  transition: 0.1s ease-in-out;
}

.post-tags a:hover {
  background-color: #302ea7;
  color: #fff;
}

.site_bar_form h4.form_heading {
  text-align: center;
  padding: 10px 0;
  font-size: 21px;
  font-weight: 700;
  color: #302ea7;
  background-color: whitesmoke;
}

#siteForm iframe .ifram_form_id html body .ticket_form {
  background-color: transparent !important;
}

body.ticket_form {
  background-color: transparent;
}

.sitebar_service {
  background-color: #f2f2f2;
}

.sitebar_service h4 {
  margin-top: 10px;
  text-align: center;
  padding: 10px 0;
  font-size: 21px;
  font-weight: 700;
  color: #302ea7;
  text-transform: uppercase;
}

.sitebar_service ul li {
  list-style: none;
}

.sitebar_service ul li a {
  background: #f2f2f2;
  color: #1f1f1f;
  font-size: 14px;
  display: block;
  line-height: 40px;
  width: 100%;
  padding-left: 18px;
  border-bottom: 1px solid #cecece;
  text-transform: uppercase;
}

.sitebar_service ul li a:hover {
  background: #173e62;
  color: #fff;
  text-decoration: none;
}

div#siteForm {
  border: 2px solid #ebe3e3;
}

.BlogTopForm {
  display: none;
}
img.serviceImage {
  width: 100%;
  height: 100%;
}
.serviceImageBox {
  margin-bottom: 35px;
  height: 270px;
  width: 100%;
}

.PaginationBox .PaginaNAV{
    display: block;
}
.PaginationBox .PaginaUL{
display: block;
}
.PaginationBox .PaginaLI{
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
/* .page-pagination li a, .page-pagination li span {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
  -webkit-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
  font-size: 18px;
  color: #1a1b1e;
  background: #fff;
  font-weight: 600;
  height: 40px;
  width: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  margin-right: 8px;
}
.page-pagination li span, .page-pagination li a:hover {
  box-shadow: 6px 6px 13px 0px rgba(0, 195, 255, 0.3);
  -webkit-box-shadow: 6px 6px 13px 0px rgba(0, 195, 255, 0.3);
  -moz-box-shadow: 6px 6px 13px 0px rgba(0, 195, 255, 0.3);
  background: #00c3ff;
  color: #fff;
} */

@media (max-width: 768px) {
  .section_padding_bottom {
    padding-bottom: 30px;
  }
  .section_padding {
    padding-top: 30px;
  }
  .section_padding_bottom {
    padding-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .BlogSiteForm {
    display: none;
  }
  .BlogTopForm {
    display: block;
    margin-bottom: 40px;
  }

  .banner_desc {
    height: 250px;
    object-fit: fill;
  }
  .banner_desc .BannerDsceBox h2 {
    font-size: 28px;
  }
  .PageBanner_section .bannerimg, .PageBanner_section .blog_iframe, .banner_desc {
    height: 250px;
    object-fit: fill;
}
/* .main-header{
  position: relative !important;
} */
}
