/*-------------- Owl crousel ---------------*/

.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  width: auto;
}
button.owl-prev {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  outline: none!important;
}
button.owl-next {
  position: absolute;
  right: -10px;
  outline: none!important;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
}
.main_heading {
  font-size: 25px;
  letter-spacing: 0px;
  color: #101138;
  font-weight: 700;
  font-family: 'Quicksand', sans-serif;
  position: relative;
  text-align: left;
}
.main_heading:after {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 9px solid #fd4597;
  position: absolute;
  transform: rotate(90deg);
  top: 20px;
  margin-left: 7px;
}

/* --------- SLIDER--------- */

  #slider {
    max-width: 100%;
    margin: auto;
    position: relative;
    padding:0;
  }
  #slider img {
    width: 100%;
  }
  .slide_next_image img {
    width: auto !important;
    height: 100%;
  }
  #slider .slider-box h1 {
    text-align: left;
    line-height: 38px;
    font-size: 35px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
  }
  #slider .slider-box h4 {
    font-size: 14px;
    letter-spacing: 0px;
    color: #dedede;
    font-weight: 400;
    font-family: 'Quicksand', sans-serif;
    text-align: left;
  }
  #slider .carousel-caption {
    left: 30px;
    top: 47%;
    max-width: 60%;
  }
  #slider .slider-box a {
    border-radius: 50px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    color: #f4f4f4;
    font-weight: 400;
    font-family: 'Quicksand', sans-serif;
    padding: 10px 25px;
  }
  #slider .slide_btn {
    margin-top: 20px;
    text-align: left;
  }
  #slider .slide_btn i{
    color: #ffffff;
    font-size: 14px;
    padding-left: 12px;
  }
  #slider ol.carousel-indicators .active {
    background: #fd4597;
  }
  #slider ol.carousel-indicators li {
    max-width: 4px;
    padding: 3px!important;
    color: #fff;
    border: 1px solid transparent;!important;
    margin-right: 6px;
    border-radius: 50%;
    opacity: 1!important;
  }
  #slider ol.carousel-indicators {
    bottom: 47%;
    left: auto;
    transform: rotate(90deg);
    margin-right: 5%;
  }

  #slider .custom_ani {
    background: linear-gradient(90deg, #fd4597, #fff, #fd4597);
    letter-spacing: 5px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-repeat: no-repeat;
    background-size: 80%;
    animation: shine 20s linear infinite;
    position: relative;
  }

  @keyframes shine {
    0% {
      background-position-x: -500%;
    }
    100% {
      background-position-x: 500%;
    }
  }
  #slider .slide_date {
    font-size: 15px;
    letter-spacing: 0px;
    color: #dedede;
    font-weight: 400;
    font-family: 'Quicksand', sans-serif;
    text-align: left;
    margin-left: 20px;
  }

/* Testimonial */

  #testimonial .testimonial {
    background: #2d2d2f;
    position: relative;
    margin-top: 50px;
    padding: 10px 0 0;
    transition: all 2s ease-in-out;
  }
  #testimonial .owl-carousel .owl-stage-outer {
    margin-top: -50px;
  }
  #testimonial .testimonial .pic {
    position: absolute;
    top: -40px;
    width: 200px;
    height: 200px;
    right: 40px;
    border: 1px solid transparent;
    transition: all 10s ease-in-out;
  }
  #testimonial .testimonial .pic img {
    transition: all 0.9s ease;
    height: 220px;
    width: 100%!important;
  }

  #testimonial .testimonial .description {
    font-size: 12px;
    color: #dedede;
    line-height: 24px;
    font-family: 'Quicksand', sans-serif;
    transition: all 2s ease-in-out;
  }
  #testimonial .testimonial .testimonial-title{
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 27px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    transition: all 2s ease-in-out;
  }
  #testimonial .testimonial .bar {
    float: right;
  }
  #testimonial .testimonial .post{
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 29px;
    color: #dedede;
    font-weight: 400;
    font-family: 'Quicksand', sans-serif;
    transition: all 2s ease-in-out;
    display: block;
  }
  #testimonial .testimonial-content {
    padding: 30px 35px;
  }
  #testimonial .testimonial:hover {
    background: #fff;
  }
  #testimonial .testimonial:hover .description ,   #testimonial .testimonial:hover .testimonial-title , #testimonial .testimonial:hover .post  {
    color: #fd4597;
  }
  #testimonial .testimonial:hover .pic img {
    border-radius: 20px;
  }

/* Newsletter  */
  
  .newsletter-box {
    background: #2d2d2f;
    padding: 20px 20px 20px;
  }
  #newsletter input[type="submit"] {
    background: #fd4597;
    border: 1px solid transparent;
    border-radius: 50px;
    font-size: 14px;
    line-height: 25px;
    color: #fdf3f4;
    font-weight: 400;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    width: 100%;
  }
  #newsletter h6.title {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
  }
  #newsletter p.text {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #dedede;
    font-weight: 300;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
  }
  #newsletter input[type="email"] {
    font-size: 14px;
    line-height: 25px;
    color: #dedede;
    font-weight: 400;
    border-radius: 50px;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    border: 1px solid #b9b8b8;
  }
  #newsletter input[type="email"]::placeholder {
    font-size: 14px;
    line-height: 25px;
    color: #dedede;
    font-weight: 400;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
  }
  #newsletter div.wpcf7 .ajax-loader {
    display: none;
  }
 
/* Latest New */
  
  #latest_news .post-slide .post-img{
    position: relative;
    overflow: hidden;
  }
  #latest_news .post-slide:hover {
    box-shadow: 0 0 20px rgb(40 40 40 / 20%);
  }
  #latest_news .post-slide {
    margin: 10px;
  }
  #latest_news .post-slide .category a {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 10px;
    color: #fd4597;
    font-weight: 400;
    font-family: 'Quicksand', sans-serif;
  }
  #latest_news .post-slide:hover .post-review{
    background: #fff;
  }
  #latest_news .post-slide .post-review{
    padding: 20px 20px;
    position: relative;
  }
  #latest_news .post-slide .post-title{
    margin: 0;
  }
  #latest_news .post-slide ul {
    padding: 0;
  }
  #latest_news .post-slide .post-title {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #101138;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    padding: 5px 0 0;
    transition: all 0.3s ease 0s;
  }
  #latest_news .post-bar {
    margin: 4px 0;
  }
  #latest_news .post-bar span.author{
    display: inline;
    font-size: 14px;
    letter-spacing: 0px;
    color: #505050;
    font-weight: 400;
    font-family: 'Quicksand', sans-serif;
  }
  #latest_news .post-bar span.date{
    display: inline;
    font-size: 14px;
    letter-spacing: 0px;
    color: #505050;
    font-weight: 400;
    font-family: 'Quicksand', sans-serif;
    margin-left: 15px;
  }
  #latest_news a.view_btn {
    font-size: 14px;
    letter-spacing: 0px;
    color: #fd4597;
    font-weight: 400;
    font-family: 'Quicksand', sans-serif;
    position: relative;
    transition: all 0.3s ease 0s;
  }
  #latest_news .owl-dots {
    text-align: center;
  }
  #latest_news .owl-dots button {
    width: 10px;
    height: 10px;
    background: #fd4597;
    border-radius: 50px;
    border: 1px solid transparent;
    margin-right: 5px;
    outline: none;
  }
  #latest_news .view_btn:before,
  #latest_news .view_btn:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.4s ease-out 0s;
    border-bottom: 2px solid #fd4597;
  }
  #latest_news .view_btn:before{
    bottom: -2px;
    transform-origin: 100% 50% 0;
  }
  #latest_news .view_btn:after{
    bottom: -10px;
    transform-origin: 0 50% 0;
  }
  #latest_news .post-slide:hover .view_btn:before,
  #latest_news .post-slide:hover .view_btn:after{
    transform: scaleX(1);
  }
  #latest_news .post-slide:hover .post-title{
    color: #fd4597;
  }

/* Popular */

  #popular_post ul.post-categories {
    padding: 0;
  }
  #popular_post .category a {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #fd4597;
    font-weight: 400;
    font-family: 'Quicksand', sans-serif;
  }
  #popular_post .popular-img {
    position:relative;
  }
  #popular_post .popular-img img{
    width:100%;
    height: auto;
  }
  #popular_post .over-layer{
    background:rgba(132, 135, 183,0.9);
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    transition: all 0.40s linear;
  }
  #popular_post .popular:hover .over-layer{
    opacity:1;
  }
  #popular_post .popular:hover .title {
    color: #fd4597;
  }
  #popular_post .title {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #101138;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
  }
  #popular_post .text {
    font-size: 14px;
    letter-spacing: 0px;
    color: #858687;
    font-weight: 400;
    font-family: 'Quicksand', sans-serif;
  }
  #popular_post .post-bar {
    margin: 0 0 4px 0;
  }
  #popular_post span.author{
    display: inline;
    font-size: 14px;
    letter-spacing: 0px;
    color: #858687;
    font-weight: 400;
    font-family: 'Quicksand', sans-serif;
  }
  #popular_post span.date{
    display: inline;
    font-size: 14px;
    letter-spacing: 0px;
    color: #858687;
    font-weight: 400;
    font-family: 'Quicksand', sans-serif;
    margin-left: 15px;
  }
  #popular_post a.read-more{
    font-size: 15px;
    letter-spacing: 0px;
    color: #fd4597;
    font-weight: 400;
    font-family: 'Quicksand', sans-serif;
    position: relative;
    transition: all 0.3s ease 0s;
  }
  #popular_post .read-more:before,
  #popular_post .read-more:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.4s ease-out 0s;
    border-bottom: 2px solid #fd4597;
  }
  #popular_post .read-more:before{
    bottom: -2px;
    transform-origin: 100% 50% 0;
  }
  #popular_post .read-more:after{
    bottom: -10px;
    transform-origin: 0 50% 0;
  }
  #popular_post .popular:hover .read-more:before,
  #popular_post .popular:hover .read-more:after{
    transform: scaleX(1);
  }
  #popular_post .view-btn a {
    font-size: 14px;
    letter-spacing: 0px;
    color: #ffff;
    font-weight: 400;
    font-family: 'Quicksand', sans-serif;
    border-radius: 50px;
    padding: 7px 25px;
    margin-left: 10%;
  }
  #popular_post .button:hover {
    color: #fd4597!important;
  }

/* Instagram */
  
  #sb_instagram .sbi_photo_wrap:hover:before {
    opacity: 1;
    z-index: 999999;
  }
  #sb_instagram .sbi_photo_wrap:before {
    content: "\f067";
    position: absolute;
    left: 0;
    right: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    font-size: 25px;
    color: #fd4597;
    opacity: 0;
    top: 50%;
    text-align: center;
    transition: all .2s;
  }
  #sb_instagram .sbi_photo_wrap:hover a {
    opacity: 0.3!important;
    border-radius: 20px;
  }

/* Sidebar Category */

  #right-sidebar h3.category-heading {
    font-size: 22px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
    background: #000;
    padding: 16px 18px;
  }
  #right-sidebar h3.category-heading i {
    cursor: pointer;
  }
  #right-sidebar .category-content {
    background: #f2f2f2;
  }
  #right-sidebar .category-content ul {
    padding: 0;
  }
  #right-sidebar .category-content li {
    list-style-type: none;
    padding: 15px 20px;
    border-bottom: 1px solid #ccc;
  }
  #right-sidebar .category-content span {
    float: right;
    font-size: 16px;
    letter-spacing: 0px;
    color: #101138;
    font-weight: 500;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
  }
  #right-sidebar .category-content p a{
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #101138;
    font-weight: 500;
    font-family: 'Quicksand', sans-serif;
    text-align: left;
    transition:all 0.50s ease 0s;
  }
  #right-sidebar .category-content i {
    color: #101138;
    font-size: 18px;
    position: relative;
    top: 2px;
  }
  #right-sidebar .category-content li:hover p a {
    color: #fd4597;
  }
  #right-sidebar .sidebar_socialbox ul {
    padding: 20px 0;
    margin: 0;
    background: #292a2b;
  }
  #right-sidebar .sidebar_socialbox li {
    list-style-type: none;
    display: inline-block;
    margin: 15px 10px;
  }
  #right-sidebar .sidebar_socialbox i {
    padding: 12px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 16px;
    background: #fff;
    transition: all 0.5s;
  }
  #right-sidebar .sidebar_socialbox a:hover i {
    transition: all 0.5s;
    border-radius: 5px;
    border-color: #fd4597;
  }
  #right-sidebar .sidebar_socialbox h6 {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 15px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
  }
  #right-sidebar .sidebar_socialbox p {
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 15px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
  }
  #right-sidebar .sidebar_socialbox a.facebook i {
    color: #3b5998;
  }
  #right-sidebar .sidebar_socialbox a.youtube i {
    color: #FF0000 ;
  }
  #right-sidebar .sidebar_socialbox a.insta i {
    color: #8a3ab9;
  }
  #right-sidebar .sidebar_socialbox a.pintrest i {
    color: #E60023;
  }
  #right-sidebar .sidebar_socialbox a.facebook:hover i {
    background: #3b5998;
    color: #fff;
  }
  #right-sidebar .sidebar_socialbox a.youtube:hover i {
    background: #FF0000;
    color: #fff;
  }
  #right-sidebar .sidebar_socialbox a.insta:hover i {
    background: #8a3ab9;
    color: #fff;
  }
  #right-sidebar .sidebar_socialbox a.pintrest:hover i {
    background: #E60023;
    color: #fff;
  }

/* Banner Social icon */

  nav.social ul {
    padding: 0;
    background: #515151;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 22px 0;
    margin-bottom: 0;
    width: 60px;
    transition:all 0.90s ease 0s;
  }
  nav.social ul:hover {
    border-radius: 0;
  }
  nav.social ul li {
    list-style-type: none;
  }
  nav.social ul li {
    list-style-type: none;
    text-align: center;
    padding: 10px;
  }
  nav.social ul li i {
    color: #fff;
  }
  nav.social ul li.hover {
    background: #fd4597;
  }
  nav.social {
    text-align: -webkit-right;
  }
  nav.social ul li:hover {
    background: #fd4597;
  }
  nav.social ul li.icon-2 {
    background: #fd4597;
  }

/* Trending post */
  
  #trending_post .post-slide .post-img{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 220px;
  }
  #trending_post .post-slide {
    position: relative;
    overflow: hidden;
  }
  #trending_post .post-img img{
    width:100%;
    height: 100%;
  }
  #trending_post .post-img:before{
    content: "";
    position: absolute;
    top: 5%;
    left: 4%;
    width: 92%;
    height: 90%;
    opacity: 0;
    z-index:1;
    transform: scale(0,1);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transition:all 0.90s ease 0s;
  }
  #trending_post .post-img:after{
    content: "";
    position: absolute;
    width: 92%;
    height: 90%;
    top: 5%;
    left: 4%;
    opacity: 0;
    transform: scale(1,0);
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    transition:all 0.90s ease 0s;
  }
  #trending_post .post-img .over-layer {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgb(253 69 151 / 36%);
    transition: all 0.90s ease 0s;
  }
  #trending_post .post-slide:hover .over-layer {
    opacity: 1;
  }
  #trending_post .post-slide:hover .post-img:before,
  #trending_post .post-slide:hover .post-img:after{
    opacity:1;
    transform: scale(1);
  }
  #trending_post .post-slide:hover {
    box-shadow: 0 0 20px rgb(40 40 40 / 20%);
  }
  #trending_post .post-slide {
    margin: 15px;
  }
  #trending_post .post-slide .category a {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 10px;
    color: #fd4597;
    font-weight: 400;
    font-family: 'Quicksand', sans-serif;
  }
  #trending_post .post-slide:hover .post-review{
    background: #fff;
  }
  #trending_post .post-slide .post-review{
    padding: 20px 20px;
    position: relative;
  }
  #trending_post .post-slide .post-title{
    margin: 0;
  }
  #trending_post .post-slide ul {
    padding: 0;
  }
  #trending_post .post-slide .post-title {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #101138;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    padding: 5px 0 0;
    transition: all 0.3s ease 0s;
  }
  #trending_post .post-bar {
    margin: 4px 0;
  }
  #trending_post .post-bar span.author{
    display: inline;
    font-size: 14px;
    letter-spacing: 0px;
    color: #505050;
    font-weight: 400;
    font-family: 'Quicksand', sans-serif;
  }
  #trending_post .post-bar span.date{
    display: inline;
    font-size: 14px;
    letter-spacing: 0px;
    color: #505050;
    font-weight: 400;
    font-family: 'Quicksand', sans-serif;
    margin-left: 15px;
  }
  #trending_post a.view_btn {
    font-size: 14px;
    letter-spacing: 0px;
    color: #fd4597;
    font-weight: 400;
    font-family: 'Quicksand', sans-serif;
    position: relative;
    transition: all 0.3s ease 0s;
  }
  #trending_post .owl-dots {
    text-align: center;
  }
  #trending_post .owl-dots button {
    width: 10px;
    height: 10px;
    background: #fd4597;
    border-radius: 50px;
    border: 1px solid transparent;
    margin-right: 5px;
    outline: none;
  }
  #trending_post .view_btn:before,
  #trending_post .view_btn:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.4s ease-out 0s;
    border-bottom: 2px solid #fd4597;
  }
  #trending_post .view_btn:before{
    bottom: -2px;
    transform-origin: 100% 50% 0;
  }
  #trending_post .view_btn:after{
    bottom: -10px;
    transform-origin: 0 50% 0;
  }
  #trending_post .post-slide:hover .view_btn:before,
  #trending_post .post-slide:hover .view_btn:after{
    transform: scaleX(1);
  }
  #trending_post .post-slide:hover .post-title{
    color: #fd4597;
  }
  #trending_post .view-btn a {
    font-size: 14px;
    letter-spacing: 0px;
    color: #ffff;
    font-weight: 400;
    font-family: 'Quicksand', sans-serif;
    border-radius: 50px;
    padding: 7px 25px;
  }
  #trending_post .button:hover {
    color: #fd4597!important;
  }