/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
.leo-megamenu .navbar-nav > li > a {
  border: none; }

.bannercontainer .tp-caption.medium_grey:before {
  content: "";
  background: #FFFFFF;
  position: absolute;
  left: -40px;
  bottom: -15px;
  width: 1px;
  height: 55px; }

.box-info-html {
  margin-top: 70px; }
  @media (min-width: 1200px) {
    .box-info-html .block.ApRawHtml {
      padding-left: 100px; }
      .rtl .box-info-html .block.ApRawHtml {
        padding-right: 100px;
        padding-left: inherit; } }
  .box-info-html .block.ApRawHtml h4 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px; }
    @media (max-width: 991px) and (min-width: 768px) {
      .box-info-html .block.ApRawHtml h4 {
        font-size: 24px; } }
    .box-info-html .block.ApRawHtml h4 span {
      color: #ff534b; }
  .box-info-html .block.ApRawHtml .text-des {
    position: relative;
    margin-top: 20px; }
    @media (min-width: 992px) {
      .box-info-html .block.ApRawHtml .text-des {
        padding-left: 100px; }
        .rtl .box-info-html .block.ApRawHtml .text-des {
          padding-right: 100px;
          padding-left: inherit; }
        .box-info-html .block.ApRawHtml .text-des:before {
          content: "";
          background: #e1e1e1;
          width: 70px;
          height: 1px;
          position: absolute;
          left: 0;
          top: 0; }
          .rtl .box-info-html .block.ApRawHtml .text-des:before {
            right: 0;
            left: auto; } }
  .box-info-html .block.ApRawHtml p {
    font-size: 12px;
    color: #666666;
    line-height: 26px; }
    @media (max-width: 991px) and (min-width: 768px) {
      .box-info-html .block.ApRawHtml p {
        height: 85px;
        overflow: hidden; } }
  @media (min-width: 992px) {
    .box-info-html .block.ApRawHtml .btn {
      margin-top: 30px; } }

.box-info {
  padding: 30px 0; }
  @media (min-width: 768px) {
    .box-info {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 80px 0 20px; } }
  @media (min-width: 992px) {
    .box-info .block.ApRawHtml {
      padding: 0 2.1875rem; } }
  .box-info .block.ApRawHtml h4:before {
    content: "";
    background: #ff534b;
    position: absolute;
    width: 70px;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

@media (min-width: 1200px) {
  .box-video {
    padding-top: 60px;
    margin-bottom: 40px; } }
@media (min-width: 768px) {
  .box-video {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; } }
@media (max-width: 767px) {
  .box-video {
    padding-top: 10px; } }
.box-video .ApRawHtml {
  color: #FFFFFF;
  font-weight: 300;
  padding-right: 30px;
  text-align: right; }
  .rtl .box-video .ApRawHtml {
    padding-left: 30px;
    padding-right: inherit; }
  .rtl .box-video .ApRawHtml {
    text-align: left; }
  @media (min-width: 992px) {
    .box-video .ApRawHtml {
      margin-bottom: -60px; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .box-video .ApRawHtml {
      margin-bottom: -20px; } }
  .box-video .ApRawHtml .sub-title-widget {
    font-size: 30px;
    font-style: italic;
    display: block;
    white-space: normal; }
    .box-video .ApRawHtml .sub-title-widget span {
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      font-style: normal;
      padding: 0; }
    .box-video .ApRawHtml .sub-title-widget:after {
      display: none; }
  .box-video .ApRawHtml p {
    font-size: 12px;
    line-height: 30px; }
    @media (min-width: 992px) {
      .box-video .ApRawHtml p {
        margin: 20px 0 70px; } }
.box-video .ApImage {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-bottom: 0;
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1); }
  @media (min-width: 992px) {
    .box-video .ApImage {
      margin-bottom: -120px; } }
  .box-video .ApImage img {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .box-video .ApImage .image_description {
    position: absolute;
    bottom: 40%;
    z-index: 100;
    left: 0;
    right: 0;
    margin: auto; }
    .box-video .ApImage .image_description p {
      margin: 0; }
    .box-video .ApImage .image_description .material-icons {
      width: 60px;
      height: 60px;
      border-radius: 100%;
      background: rgba(255, 255, 255, 0.5);
      line-height: 60px;
      font-size: 40px;
      color: #FFFFFF;
      cursor: pointer;
      -webkit-transition: all 0.3s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
      -o-transition: all 0.3s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
      transition: all 0.3s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s; }
      .box-video .ApImage .image_description .material-icons:hover {
        background: #ff534b;
        color: #FFFFFF;
        -webkit-transition: all 0.3s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
        -o-transition: all 0.3s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
        transition: all 0.3s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s; }

@media (max-width: 480px) {
  .box-trending .sub-title-widget {
    margin-bottom: 40px; }
  .box-trending .carousel-control {
    top: -35px; } }

.ApColumn .sub-title-widget {
  margin-top: 80px; }

.latest-blogs.block {
  margin-top: 100px; }

/*# sourceMappingURL=profile1483615199.css.map */
