.pt-40 {
  padding-top: 40px;
}
.pt-10 {
  padding-top: 10px;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.about-section .about-img {
  text-align: center;
  position: relative;
}
.about-section.about-two .about-img {
  padding-top: 0;
}
.bl {
  position: relative;
  padding: 60px 0;
  background: #f9f9f9ba;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.31);
}
.blog-item-single {
  position: relative;
  overflow: hidden;
  text-align: left;
  margin-bottom: 30px;
  width: 350px;
  background-color: #fff;
  box-shadow: #a6a3a3 0 0 4px 0;
  justify-items: center;
  
}
.blog-item-single .blog-item-img img {
  width: 100%;
  text-align: center;
}
.blog-item-img {
  background: #fff;
}
.blog-item-single {
  text-align: right;
}
.fotpost {
  align-items: center;
  width: 100%;
  min-height: 50px;
  border-top: 1px solid #eff3f7;
  padding: 0.9rem 1rem;
  bottom: 0;
  position: absolute;
  background: #403e3b0a;
}
.blg_grid_caption {
  position: relative;
  display: block;
  padding: 0.2rem 1.2rem;
}
.he_boxblog {
  max-height: 300px;
  min-height: 290px;
}
.fotpost_first {
  align-content: center;
  align-items: center;
  display: flex;
  flex: 1;
}
.date {
  margin-right: 5px;
  font-weight: 500;
  font-size: 14px;
  margin-top: 5px;
}
.text_box_post {
  font-size: 15px;
}
.tagcat {
  font-size: 14px;
  font-weight: 600;
  color: #972068;
}
.r_icon_date {
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  display: flex;
  background: #fff;
  border: 1px solid #dcdddf;
  border-radius: 50%;
  font-size: 14px;
}
.r_icon_date i {
  color: #ef7c1f;
}
.blg_grid_caption h3 {
  font-size: 18px;
  line-height: 1.5;
}
.img-box {
  position: relative;
  background:
    linear-gradient(
      to bottom,
      #fff 0,
      rgba(255, 255, 255, 0.26) 5%,
      rgba(255, 255, 255, 0) 80%,
      #fff 100%
    ),
    linear-gradient(
      to left,
      #fff 1%,
      rgba(255, 255, 255, 0.26) 6%,
      rgba(255, 255, 255, 0) 96%,
      #fff 100%
    ),
    linear-gradient(to left, #351080, #e6336c);
  box-sizing: border-box;
  height: inherit;
}
.text-box-r {
  height: inherit;
}
.img-box::before {
  content: "";
  position: absolute;
  top: -10px;
  right: -5px;
  width: 100%;
  height: calc(100% + 5px);
  border: 2px dashed #5e2d97c2;
  border-radius: 8px;
  background: 0 0;
}
.text-box-r::after {
  content: "";
  position: absolute;
  top: 40px;
  right: 10px;
  width: 48%;
  height: calc(100% - 60px);
  border-radius: 8px;
  background: #eaf0ff70;
  z-index: -1;
  border-width: 0.8px;
  border-color: #edeaff96;
}
.text-box-r::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 48%;
  height: 100%;
  border-radius: 8px;
  border: 1.9px dashed #cfabff;
  z-index: 0;
  background: 0 0;
}
.btnLogin {
  color: #fff;
  background-color: #b8520a;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.4px;
  padding: 6px 20px;
  border-radius: 6px;
  border: 2px solid;
  border-color: #b8520a;
  cursor: pointer;
}
.btnLogin:hover {
  color: #fff;
  background: #d66a14;
  transition: all 450ms ease-in-out;
  border-color: #d66a14;
  cursor: pointer;
}
.tips-section .section-title {
  text-align: right;
}
.tips-section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.webdesign-icon {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
  background-size: 100px;
}
@media (max-width: 576px) {
  .blog-item-single {
    text-align: right;
    width: 350px;
    margin: 15px auto;
    justify-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .about-section .about-img {
    padding-top: 5px;
  }
  .about-section.about-two .about-img {
    padding-top: 0;
  }
  .text-box-r::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 15px;
    width: 90%;
    height: 100%;
    border-radius: 8px;
    background: #eaf0ff70;
    z-index: -1;
    border-width: 0.8px;
    border-color: #edeaff96;
  }
  .text-box-r::before {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    width: 95%;
    height: 100%;
    border-radius: 8px;
    border: 1.9px dashed #cfabff;
    z-index: 0;
    background: 0 0;
  }
}
@media only screen and (max-width: 767px) and (min-width: 576px) {
  .faq-section .row {
    padding-top: 30px;
  }
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bounceInUp {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media all {
  .pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
  }
  .bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
  }
  .bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
  }
}
@media all {
  .fa-calendar-alt:before {
    content: "\f073";
  }
}
.fit-videobox {
  width: 100% !important;
  height: auto !important;
  max-width: 100%;
  border-radius: 8px;
}
