/* 
general 
-------
*/
.mainLayout {
  background: #fff !important;
  padding: 0;
  height: auto;
  line-height: 1.6;
}

.container_main {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
}

.antLayout {
  background: #fff !important;
}

.detailBlock p {
  font-size: 1.325rem;
  font-weight: 500;
}

/* blogPostWrap */

.homeBannerleft {
  margin-bottom: 15px;
  text-align: center;

}

.longLrSection {
  display: flex;
  background: gainsboro;
}

.longLrSection img {
  display: block;
  height: 100% !important;
}

.longLrSection span {
  height: 100% !important;
}

.postImgWrap {
  flex: 1;
  max-width: 428px;
  min-width: 428px;
}

.postImgWrap img {
  max-width: 100% !important;
}

.imgRes img {
  max-width: 100% !important;
}

.postMainContent {
  align-self: center;
  padding: 2.5rem;
}

.blogPostSection {
  margin-bottom: 1.6rem;
}

.blogPostWrap {
  display: flex;
  position: relative;
}

.blogPostContent {
  flex: 2;
  padding: 5px 0 0 18px;
}

.blogPostWrap img {
  border-radius: 4px !important;
  max-width: 134px !important;
  min-width: 134px !important;
  height: 100px !important;
}

.blogPostflex img {
  border-radius: 4px !important;
  max-width: 80px !important;
  min-width: 80px !important;
  height: 60px !important;
  object-fit: cover;
}

.blogPostflex {
  display: flex;
  position: relative;
}

.fs-2 {
  font-size: 2rem;
}

.text-danger {
  color: red;
}

.bgGray {
  background: #fafafa;
}

.banner {
  padding: 15px;
  text-align: center;
}

.banner img {
  width: 100% !important;
}

/* slider */
.FeaturesNews {
  padding: 7px;
}

/* 
title holder
------------
*/
.titleHolder {
  text-align: center;
  position: relative;
  padding: 20px;
  margin: 0 0 40px;
}

.titleHolder:after {
  transform: translateX(-50%);
  content: '';
  background: #1890ff;
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 3px;
  width: 50px;
}

.titleHolder h2 {
  font-size: 28px;
  margin: 0;
}

/* 
header
------ 
*/

.pyFive {
  padding: 5rem 0;
}

.pyTwo {
  padding: 2rem 0;
}

.pyOne {
  padding: 1rem 0;
}
.latestPost a {
  color: rgba(0, 0, 0, 0.85) !important;
  font-weight: 600;
  line-height: 1.7;
  font-size: 40px;
}

.header {
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  height: 3.375rem;
}


.heroBlock .container_main {
  display: block !important;
}

.heroBlock .ant-carousel,
.heroBlock .ant-carousel div {
  height: 100%;
}

.heroBlock .slick-dots li button {
  background: #000 !important;
}

.heroBlock .slick-dots li.slick-active button {
  background: #1890ff !important;
}

.heroBlock .content {
  max-width: 640px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 70px;
}

.heroBlock h3 {
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 30px;
}

.heroBlock p {
  margin: 0 0 30px;
}

.heroBlock .btnHolder {
  height: auto !important;
}

.heroBlock .btnHolder button,
.heroBlock .btnHolder .fas {
  margin: 0 10px 0 0;
}

/* 
block
----- 
*/
.block {
  padding: 60px 0;
  border-bottom: 1px solid #d9d9d9;
}

/* 
about
----- 
*/
.aboutBlock .contentHolder {
  text-align: center;
  margin: 0 0 50px;
}

.aboutBlock .icon {
  font-size: 40px;
  color: #1890ff;
  margin: 0 0 10px;
}

.aboutBlock .content {
  text-align: center;
}

/* 
faqs
----
*/
.faqBlock .ant-collapse {
  margin: 0 0 40px;
}

.faqBlock .quickSupport {
  text-align: center;
  max-width: 740px;
  margin: auto;
}

.faqBlock .fas {
  margin: 0 10px 0 0;
}


/* 
footer
------
*/
.ant-layout-footer {
  background: #111 !important;
  color: #fff !important;
  padding: 60px 0 !important;
  text-align: center;
}

.footer .logo {
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.footer .fas {
  color: #1890ff;
  font-size: 28px;
  margin: 0 5px 0 0;
}

.footer .logo a {
  color: #fff;
}

.footer .socials {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 24px;
}

.footer .socials li {
  margin: 0 20px;
}

.footer .socials a {
  color: #fff;
}

.footer .socials a:hover {
  color: #1890ff;
}

.footer .goTop:hover {
  opacity: 0.7;
}

.mobileVisible {
  display: none;
}

.mobileHidden {
  display: block;
}

/* carousel */
.post_overlay_fixedsize {
  min-width: 305px;
  max-width: 305px;
}

.image_gallery {
  padding: 50px 0;
  background-color: #161a25;
  color: #fff !important;
}

.post_overlay {

  height: 100%;
  min-height: 424px;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}

.post_overlay>a .post_content_wrap {
  position: absolute;
  width: 100%;
  padding: 30px;
  z-index: 5;
  left: 0;
  bottom: 0;
}

.commented_box {
  max-width: 64px;
  min-width: 64px;
  height: 48px;
  align-self: flex-start;
  border-radius: 3px;
  background-color: #2260bf;
  padding: 12px 15px 8px;
  text-align: center;
  font-weight: 800;
  font-family: khand, sans-serif;
  font-size: 18px;
  color: #fff;
  box-shadow: rgb(34 96 191 / 14%) 0 0 28px;
  position: relative;
}

.commented_box:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  border-style: solid;
  border-color: transparent transparent transparent #2260bf;
  border-width: 24px;
}

.post_overlay>a:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.68), transparent, transparent, transparent);
  z-index: 4;
}

.imgRes {
  height: 100% !important;
}

.post_overlay>a {
  height: 400px;
}

.marginFive {
  margin: 0;
}

.blogPost_Content img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover !important;

  transition: all .8s ease !important;
}

.post_thumb {
  border-radius: 4px;
  margin-bottom: 20px;
  object-fit: cover;
}

.blogPost_Content span {
  position: static !important;
}

.post_overlay>a:hover .post_thumb {
  transform: scale(1.04);
}

.card_main_post_title {
  font-family: mukta, sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  line-height: 1.2;
  text-shadow: rgb(0 0 0 / 48%) 0 0 14px;
  margin-bottom: 0;
}

/* 
responsive
----------
*/
@media only screen and (max-width: 991px) {
  .pricingBlock .ant-row>div:nth-child(2) .ant-list-item {
    transform: scale(1.14);
  }
}

@media only screen and (max-width: 767px) {
  .pricingBlock .ant-row>div:nth-child(2) .ant-list-item {
    transform: scale(1);
  }

  .post_overlay_fixedsize {
    min-width: 305px;
    max-width: 100% !important;
  }

  .mobileVisible {
    display: block;
  }

  .mobileHidden {
    display: none;
  }

  .postImgWrap {
    display: none;

  }

  .PostSectionCat {
    display: none;
  }

  .latestPost a {
    font-weight: 600;
    font-size: 25px;

  }

  .latestPost a {
    line-height: 1;
  }
}