@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #252525;
}

a {
    color: #252525;
  /*  -webkit-transition: all .4s linear 0s;
    transition: all .4s linear 0s;*/
}

a:hover {
    color: #fb6454!important;
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
}

.blog-img img, .video-img img{
    object-fit: cover;
    height: 145px;
}
.video-img iframe{
    width: 100%;
height: 190px;
object-fit: cover;
}
.left {
    float: left;
}

.right {
    float: right;
}

.pt-40 {
    padding-top: 40px;
}

.pb-80 {
    padding-bottom: 80px;
}

.ptb-40 {

    padding: 40px 0;
}

.themeix-ptb {
    padding: 20px 0;
}

.video-carousel-area{
    padding: 0;
}

.themeix-ptb-2 {
    padding: 70px 0;
}

.themeix-ptb-3 {
    padding: 60px 0;
}

.themeix-ptb-4 {
    padding: 80px 0 50px;
}

.themeix-ptb-5 {
    padding: 30px 0 80px;
}

.bg-info {
    background-color: #f7f7f7;
}

.hover-bg {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0187ce+0,014c86+100 */
        background: linear-gradient(172deg, rgba(67,196,109,1) 0%, rgba(144,218,103,1) 35%, rgba(111,209,106,1) 100%); /* Old browsers */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0187ce', endColorstr='#014c86',GradientType=0 ); /* IE6-9 */
}

.bg-semi-white {
    background-color: #f1f1f1;
}

.bg-slide-white {
    background-color: #f0f0f0;
}

.themeix-sidebar-h {
    margin-bottom: 15px;
}

.themeix-sidebar-h h4 {
    display: inline-block;
    font-size: 16px;
    text-transform: capitalize;
    color: #141414;
    margin: 0;
}

.themeix-section-h {
    padding: 15px 0;
}

.themeix-section-h h3 {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fb6454;
    margin: 0;
}

.wallpaper-home .themeix-section-h h3{
    color:#fff;
}

.wallpaper-home .heading-icon {

    background: #fff;
    color: rgb(67, 196, 109);
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    text-align: center;
    width: 35px;

}

.themeix-section-h .see-all-link {
    float: right;
}

.themeix-btn-danger {
    padding: 12px 24px;
    border: medium none;
    background:#fb6858;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
}


.read-more-btn {
    color: #288feb;
    font-size: 16px;
    background: linear-gradient(172deg, rgba(67,196,109,1) 0%, rgba(144,218,103,1) 35%, rgba(111,209,106,1) 100%);
}

.slider-area {
}

.slider-area .col-md-12{
    padding-left: 0;
    padding-right: 0;
}
.logo img {
    max-width: 136px;
}

/********************************************

2. Menu Style

*****************************************/
.header-top {
    background: rgb(251, 104, 88);
    overflow: hidden;
    min-height: 40px;
    line-height: 40px;
}

.header-top .user-info,
.header-top .user-info a,
.site-info,
.price,
.site-info a {
    color: #fff;
    padding-right: 15px;
    font-weight: 600;
    text-transform: capitalize;
}

.header-top i {
    padding-right: 10px;
    display: inline-block;
}

.site-info div {
    display: inline-block;
}

.user-info div {
    display: inline-block;
}

.header-top .sepator {
    padding-right: 15px;
}

.server-time {
    font-weight: 400;
    text-transform: capitalize;
}

.mega-menu > ul > li > ul > li > a {
    text-transform: capitalize;
}

ul.nav > li.active > a {

    opacity: 1;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

ul.nav > li > a {
    border-bottom: 2px solid transparent;
}

ul.nav > li:hover > a {
    border-color: #fff;
    color: rgb(251, 104, 88);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /*border-bottom: 2px solid #23cd9b;*/
}

.mega-list li a i {
    padding-right: 10px;
}

.main-menu .themeix-nav > li > a {
    display: inline-block;
    /*padding: 20px 10px;*/
    padding: 15px; 
    font-weight: 700;
}

.modal-title {
    color: #333333;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
}

.sub {
    padding: 40px;
    line-height: 25px;
    background: #f7f7f7;
}

#upload-options .modal-footer {
    text-align: left;
}

#upload-options .modal-footer p {
    margin-bottom: 0;
    line-height: 24px;
}

.upload-form button,
.login-form button {
    font-size: 20px;
}

.upload-form input,
.upload-form textarea,
.login-form input,
.login-form textarea {
    border-radius: 0;
}

.upload-form input,
.login-form input {
    height: 45px;
}

.modal-header .close-btn {
    float: right;
    font-size: 20px;
}

.upload-form input[type="file"] {

    display: none;
}

.custom-file-upload {
    border: 1px solid #c3e4c4;
    display: inline-block;
    padding: 35px 12px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    background: #d7f5d8;
}

.navbar-toggle {
    background-color: transparent;
}

.main-nav .fa.fa-bars {
    color: #666;
}

/*****************************************
 3. slider style
***************************************/

.ps-caption b {
    color: #fff;
    font-weight: 300;
    font-size: 24px;
    text-transform: capitalize;
}

.ps-caption b i {
    font-size: 14px;
    display: inline-block;
    padding-right: 5px;
}

.ps-caption b {
    display: block;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.pgwSlideshow .ps-current > ul > li img {
    max-height: 450px;
}

.pgwSlideshow .ps-current > ul > li img {
    width: 100%;
    max-width: 1140px;
}

.pgwSlideshow .ps-nextIcon {
    border: 0;
    position: relative;
}

.pgwSlideshow .ps-prevIcon {
    border: 0;
    position: relative;
}

.pgwSlideshow .ps-nextIcon:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}

.pgwSlideshow .ps-prevIcon:before {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}

.pgwSlideshow .ps-current .ps-next {
    padding: 10px 15px 10px 20px;
    border: 0;
    -webkit-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
    border-radius: 0;
}

.pgwSlideshow .ps-current .ps-prev {
    padding: 10px 20px 10px 15px;
    border: 0;
    -webkit-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
    border-radius: 0;
}

.pgwSlideshow .ps-current .ps-next:hover {
    background: linear-gradient(172deg, rgba(67,196,109,1) 0%, rgba(144,218,103,1) 35%, rgba(111,209,106,1) 100%);
}

.pgwSlideshow .ps-current .ps-prev:hover {
    background: linear-gradient(172deg, rgba(67,196,109,1) 0%, rgba(144,218,103,1) 35%, rgba(111,209,106,1) 100%);
}

.pgwSlideshow .ps-caption {
    bottom: 60px;
    padding: 20px 0 20px 20px;
    width: 55%;

}

.pgwSlideshow .ps-list li .ps-item {
    margin: ;
}

.pgwSlideshow .ps-list {
    background: #1b1b1b none repeat scroll 0 0;
    box-shadow: none;
    border: medium none;
    margin: 0;
}

.pgwSlideshow .ps-list li .ps-item.ps-selected {
    border: medium none;
}

.pgwSlideshow .ps-list li img {
    width: 150px;
    border: medium none;
}

.pgwSlideshow .ps-list li .ps-item.ps-selected img {
    margin: 0;
}

.pgwSlideshow .ps-list li .ps-item {
    padding: 15px 15px 15px 0;
    margin: 8px 5px;
}

.pgwSlideshow .ps-current .ps-prev {
    background-color: #000;
}

ul.pgwSlider > li span,
.pgwSlider > .ps-list > li span i {
    display: none;
}

.pgwSlider .ps-caption {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
}

ul.pgwSlider > li span,
.pgwSlider > .ps-list > li span {

    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
}

ul.pgwSlider > li span,
.pgwSlider > .ps-list > li span {
    font-size: 16px;
    font-weight: normal;
}


.slider-part-two .row .col-md-6:nth-child(odd) {
    padding-right: 0 !important;
    padding-left: 10px !important;
}

.slider-part-two .row .col-md-6:nth-child(even) {
    padding-left: 10px !important;
}

.slider-part-one .feature-post-img > a > img {
    height: 430px;
    object-fit: cover;
}

.slider-part-two .feature-post-img > a > img {
    height: 211px;
    object-fit: cover;
}

/**************************************

4. Start Video Carousel

*****************************************/
.heading-icon {
    background: linear-gradient(172deg, rgba(67,196,109,1) 0%, rgba(144,218,103,1) 35%, rgba(111,209,106,1) 100%);
    color: #fff;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    text-align: center;
    width: 35px;
}

.heading-icon i {
    font-size: 16px;
    line-height: 36px;
}
audio {
  width: 100%;
  height: auto;
}
video {
  width: 100%;
  height: 158px;
}
.video-title {
    text-transform: capitalize;
    font-size: 16px;
    color: #252525;
    -webkit-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
    line-height: 1.2;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
}

.video-title:hover {
    color: linear-gradient(172deg, rgba(67,196,109,1) 0%, rgba(144,218,103,1) 35%, rgba(111,209,106,1) 100%);
}

.video-feedback {
    /*overflow: hidden;*/
}

.single-video .video-feedback {
   /* float: right;*/
}

.video-like-counter {
    display: inline-block;
    padding: 0 5px;
    font-size: 12px;
    color: #767676;
}

.video-like-counter:last-child {
    padding-right: 0;
}

.video-viewers {
    display: inline-block;
    font-size: 12px;
}

.view-icon {
    color: #418fd1;
    padding-right: 10px;
}

.like-icon {
    color: #359261;
    padding-right: 10px;
}

.dislike-icon {
    color: #ff0000;
    padding-right: 5px;
}

.video-img > a > img {
    max-width: 100%;
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.video-img span.video-duration,
.review-img span.video-duration {
    background-color: #8e6cb9;
    padding: 2px 5px;
    bottom: 10px;
    color: #fff;
    font-size: 14px;
    height: 23px;
    position: absolute;
    right: 10px;
    text-align: center;
}
.single-feature .video-img span.video-duration {
    top: 10px;
    right: 20px;
}
.video-img,
.review-img {
    display: block;
    position: relative;
    overflow: hidden;
	background: #000;
	object-fit: cover;
	text-align: center;
}

.video-content > h4 {
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.owl-nav {
    position: absolute;
    top: -45px;
    right: 0;
    color: #fff;
}

.owl-prev {
    background-color: #d1d1d1 !important;
    font-size: 20px;
    height: 25px;
    left: -60px;
    line-height: 22px;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    width: 25px;
}

.owl-prev:hover {
    background: linear-gradient(172deg, rgba(67,196,109,1) 0%, rgba(144,218,103,1) 35%, rgba(111,209,106,1) 100%); !important;
}

.owl-next {
    background-color: #d1d1d1 !important;
    font-size: 20px;
    height: 25px;
    right: 0;
    line-height: 22px;
    position: absolute;
    text-align: center;
    width: 25px;
    -webkit-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
}

.owl-next:hover {
    background: linear-gradient(172deg, rgba(67,196,109,1) 0%, rgba(144,218,103,1) 35%, rgba(111,209,106,1) 100%); !important;
}

.single-video .video-img a,
.single-review .review-img a {
    position: relative;
    display: block;
}

.single-video .video-img a:before,
.single-review .review-img a:before {
    color: #fff;
    content: "\f144";
    font-family: "Font Awesome 5 Free";
    font-size: 40px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg);
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    z-index: 11;
}

.owl-carousel .owl-item img {
    -webkit-transform-style: initial;
    transform-style: initial;
}

/*****************************************

5. Start Wide Video Section

**********************************************/


.wide-video-section .single-video {
    margin-top: 30px;
    min-height: 210px;
}

.see-all-link {
    color: linear-gradient(172deg, rgba(67,196,109,1) 0%, rgba(144,218,103,1) 35%, rgba(111,209,106,1) 100%);
    padding-left: 10px;
    line-height: 24px;
    position: relative;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
}

.see-all-link:hover {
    color: linear-gradient(172deg, rgba(67,196,109,1) 0%, rgba(144,218,103,1) 35%, rgba(111,209,106,1) 100%);
}

/************************************************

6. Start Review And Contribute Section

*******************************************************/

.single-review {
    overflow: hidden;
    width: 100%;
    margin-bottom: 25px;
}

.single-review:last-child {
    margin-bottom: 0;
}

.single-review .review-img {
    float: left;
    width: 36%;
}

.single-review .review-content {
    float: left;
    width: 60%;
    padding-left: 5%;
}

.review-img a {
    display: inline-block;
}

.review-img img {
    max-width: 270px;
}

.review-content h4 {
    margin-top: 0;
    line-height: 14px;
}

.themeix-ptb h4 {
    margin-bottom: 20px;
    margin-top: 15px;
    line-height: 1.2rem;
}

.review-content .video-feedback {
    padding-left: 5px;
}

.review-content .video-counter {
    padding-bottom: 10px;
}

.video-counter {
    font-weight: 500;
}

.view-btn {
    font-weight: 500;
    color: linear-gradient(172deg, rgba(67,196,109,1) 0%, rgba(144,218,103,1) 35%, rgba(111,209,106,1) 100%);
    text-transform: capitalize;
    padding: 0;
    margin-right: 10px;
   /* -webkit-transition: all .4s linear 0s;
    transition: all .4s linear 0s;*/
}

.view-btn:hover {
    background: #08539a;
}


.review-btn a {
    display: inline-block;
    color: #fff;
    background:linear-gradient(172deg, rgba(67,196,109,1) 0%, rgba(144,218,103,1) 35%, rgba(111,209,106,1) 100%);
    padding: 8px;
    border-radius: 5px;
    font-weight: bold;
}


.review-btn a:hover {
    background: #08539a;
}

.video-counter-plan {
    overflow: hidden;
    display: inline-block;
}

.video-counter-plan .video-viewers {
    float: left;
    padding: 2px;
}

.video-counter-plan .video-feedback {
    display: inline-block;
    float: left;
}

/**************************************

7. Start Top Contribute

****************************************/


.single-contributor {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #dfdfdf;
}

.single-contributor:last-child {
    border-bottom: 1px solid #fff;
}

.single-contributor .contributor-img {
    width: 30%;
    max-width: 100px;
    float: left;
}

.single-contributor .contributor-content {
    width: 70%;
    padding-left: 5%;
    float: left;
}

.contributor-content h4 {
    margin-top: 0;
}

.contributor-img > img {
    max-width: 100%;
}

.single-contributor .contributor-content p {
    margin-bottom: 0;
    font-size: 13px;
}

.heading-link {
    color: #252525;
    font-size: 16px;
    text-transform: capitalize;
}

.subscribe-box {
    margin-top: 60px;
}

.subscribe-form input[type="email"] {
    width: 100%;
    height: 40px;
    border: 1px solid #b7b7b7;
    padding-left: 10px;
}

.subscribe-form {
    position: relative;
    display: block;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    border: 0;
    background: linear-gradient(172deg, rgba(67,196,109,1) 0%, rgba(144,218,103,1) 35%, rgba(111,209,106,1) 100%);
    width: 50px;
    height: 40px;
    top: 0;
    color: #fff;
    -webkit-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
}

.subscribe-form button:hover {
    background-color: #3694f4;
}

.big-banner a {
    display: inline-block;
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}

.big-banner img {
    max-width: 100%;
}

/****************************************

8. Start Call To Action Area

*****************************************/

.call-to-action-area {
    padding: 40px 0;
    color: #fff;
    margin-bottom: 15px;
}

.action-content h2 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0;
}

.action-content p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
}

.themeix-purchase-btn {
    padding: 10px 30px;
    background-color: #fff;
    color: #f26c4f;
    -webkit-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
    text-transform: uppercase;
}

.themeix-purchase-btn:hover {
    background-color: #2a6f9f;
    color: #fff;
}

.themeix-purchase-btn-2 {
    padding: 10px 30px;
    background-color: #2a6f9f;
    color: #fff;
    -webkit-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
    text-transform: uppercase;
}

.themeix-purchase-btn-2:hover {
    background-color: #71c668;
    color: #fff;
}

.themeix-purchase-btn-3 {
    padding: 10px 20px;
    background-color: #fff;
    color: linear-gradient(172deg, rgba(67,196,109,1) 0%, rgba(144,218,103,1) 35%, rgba(111,209,106,1) 100%);
    -webkit-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
    text-transform: uppercase;
}

.themeix-purchase-btn-3:hover {
    background-color: #3694f4;
    color: #fff;
}

.themeix-purchase-btn-4 {
    padding: 10px 20px;
    background-color: #fff;
    color: #252525;
    -webkit-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
    text-transform: uppercase;
}

.themeix-purchase-btn-4:hover {
    background: linear-gradient(172deg, rgba(67,196,109,1) 0%, rgba(144,218,103,1) 35%, rgba(111,209,106,1) 100%);
    color: #fff;
}

.purchase-link {
    padding-top: 10.5%;
}

.purchase-link a:focus {
    color: #71c668;
    background-color: #fff;
}

.bg-slide-white .action-content {
    color: #252525;
}

/*******************************

9. Start Footer Area

*****************************/
.footer-area {
    font-weight: 400;
}

.single-footer-text p {
    line-height: 24px;
}

.footer-heading-wrap {
    margin-bottom: 10px;
}

.footer-heading {
    display: inline-block;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 0;
}

.social-links ul li {
    display: inline-block;
}

.single-footer .social-links {
    margin-top: 20px;
}

.social-links ul li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #cfcbcb;
    margin-right: 5px;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
}

.social-links ul li a:hover {
    background-color: #00aced;
}

.footer-list ul li a {
    display: inline-block;
    padding: 5px 0;
    color: #252525;
    -webkit-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
}

.footer-list ul li a:hover {
    color: rgb(251, 104, 88);
}

.social-links ul li.fb-link a:hover {
    background-color: #3b5998;
}

.social-links ul li.gp-link a:hover {
    background-color: #dd4b39;
}

.scroll-top {
    position: fixed;
    width: 50px;
    height: 50px;
    background-color: #444444;
    bottom: 10px;
    right: 20px;
    z-index: 9999;
    cursor: pointer;
    -webkit-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
    display: none;
}

.scroll-top .scroll-icon {
    color: #fff;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
}

.scroll-top:hover {
    background:#6f6f6f;
}

/************************************

10. Start Footer Bottom Area

************************************/
footer{
    background: rgb(251, 104, 88);
    clip-path: polygon(0 17%, 100% 0, 100% 100%, 0% 100%);
    padding-top:100px;
}
footer p {
    width: 90%;
    margin: 0 auto;
    padding: 38px;
    color: white;
}
.footer-bottom-area {
    text-align: center;
}

.footer-links {
    padding-bottom: 15px;
}

.footer-links ul li {
    display: inline-block;
}

.footer-links ul li a {
    padding: 0 10px;
    color: #fff;
    font-weight: 400;
    font-weight: bold;
}

.footer-links ul li a:hover, .login-info a:hover,.site-info a:hover {
    color: rgb(255, 205, 200)!important;
}

.footer-links ul li a {
    border-right: 1px solid #fff;
}

.footer-links ul li:last-child a {
    border-right: medium none;
}

.footer-logo {
    padding-bottom: 20px;
    max-width: 200px;
    margin: 0 auto;
}

.copyright-text a {
    color: #2a6f9f;
}

.copyright-text p {
    margin-bottom: 0;
}

/***************************************************

11. index-2 

*****************************************************/

.popular-videos .single-video {
    margin-bottom: 20px;
}

.popular-videos .single-video:last-child {
    margin-bottom: 0;
}

.popular-videos .themeix-section-h {
    padding-top: 0;
}

/**********************************************

12. Start Video Background Area

************************************************/
.video-bg-section .video-overlay {
    background-color: rgba(204, 24, 30, 0.41);
}

.video-bg-section .buttonBar {
    display: none;
}

.video-text {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 90%;
    height: 500px;
    color: #fff;
}

.video-text h1 {
    font-size: 62px;
    display: inline-block;
    font-weight: 600;
    line-height: 72px;
}

.video-text p {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
}

/**************************************************

13. Single Video Page

**********************************************/
.page-banner-area,
.page-banner-area-3 {
    background: #272727;
    background-size: cover;
    width: 100%;
    position: relative;
    overflow: hidden;

}

.page-banner-area:after,
.page-banner-area-3:after {
    background: rgba(0, 0, 0, 0.62);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
}

.page-banner {
    position: relative;
    z-index: 9;
    display: flex;
    height: 55px;
    align-items: center;
    justify-content: space-between;
}

.page-info .page-banner {
    height: 160px;
}

.page-title {
    display: inline-block;
}

.page-title h2 {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    text-transform: capitalize;
    color: #fff;
    padding-right: 15px;
}

.page-breadcrumb {
    float: right;
}

.page-breadcrumb p {
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 0;
}

.page-breadcrumb a {
    color: rgba(255, 255, 255, 0.53);
}

/****************************************

14. Start Video Post

************************************/
.video-post-wrapper p {
    line-height: 24px;
}

.video-post-wrapper .posts-image {
    padding-bottom: 50px;
}

.video-post-wrapper .posts-image img {

    max-width: 100%;
}

.video-posts-data {
    overflow: hidden;
    margin: 20px 0;
}

.video-posts-data .video-title {
    float: left;
}

.single-feature .video-title {
    position: absolute;
    left: 8px;
    color: #fff;
    bottom: 10%;
    max-height: 45px;
    line-height: 1.5em;
    overflow: hidden;
}

.single-feature .single-video .video-img a:before {
    content: none;
}

.single-feature .single-video:hover .video-img a:after {
    content: none;
}

.single-feature .single-video {
    position: relative;
}

.video-posts-data .video-post-counter {
    float: right;
}

.video-icons {
    width: 50px;
    height: 50px;
    display: inline-block;
    background: rgb(251, 104, 88);
    line-height: 52px;
    color: #fff;
    text-align: center;
    font-size: 30px;
}

.video-post-title p {
    margin-bottom: 0;
}

.video-post-title .video-icons {
    float: left;
}

.video-post-title .video-post-info {
    float: left;
}

.video-post-date p,
.video-post-author p {
    display: inline-block;
    font-size: 12px;
}

.video-post-date .video-posts-author {
    padding-left: 10px;
}

.video-post-info h4 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 5px;
}

.video-post-info h4 a {
    color: #444;
    font-weight: 700;
}

.video-post-info h4 a:hover {
    color: linear-gradient(172deg, rgba(67,196,109,1) 0%, rgba(144,218,103,1) 35%, rgba(111,209,106,1) 100%);
}

.video-post-info {
    margin-left: 15px;
}

.video-post-viewers h3 {
    font-size: 22px;
    font-weight: 400;
    margin: 0;
}

.video-like p,
.video-dislike p {
    margin-bottom: 0;
    display: inline-block;
}

.video-post-counter .video-like {
    float: left;
}

.video-post-counter .video-dislike {
    float: right;
}

.video-like span {
    color: #359261;
}

.video-dislike span {
    color: #ff0000;
}

.video-posts-author a {
    padding-left: 10px;
}

/*****************************************

15. Start Tags And Share Options

******************************************/
.tagcloud li {
    display: inline-block;
}

.tagcloud li a {
    display: block;
    padding: 8px 20px;
    border: 1px solid #ddd;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
    margin-right: 10px;
}

.tagcloud li a:hover {
    background: rgb(251, 104, 88);
    color: #fff;
    border-color:rgb(251, 104, 88);
}

.tagcloud li:last-child a {
    margin-right: 0;
}

.tags-and-share {
    margin: 50px 0;
    overflow: hidden;
}

.tags-and-share .post-tags {
    display: inline-block;
    float: left;
}

.tags-and-share .share-options {
    float: right;
}

.share-options h4 {
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 300;
    color: rgb(251, 104, 88);
}

.social-share {
    display: inline-block;
}

.social-share li {
    display: inline-block;
}

.social-share li a {
    width: 40px;
    height: 35px;
    line-height: 35px;
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-left: 5px;
}

.social-share li.twitter-bg a {
    background-color: #1da1f2;
}

.social-share li.facebook-bg a {
    background-color: #3b5998;
}

.social-share li.google-bg a {
    background-color: #dc4a3d;
}

.posts-next .next-btn {
    display: block;
    text-align: right;
    color: linear-gradient(172deg, rgba(67,196,109,1) 0%, rgba(144,218,103,1) 35%, rgba(111,209,106,1) 100%);
}

.posts-prev .prev-btn {
    color: linear-gradient(172deg, rgba(67,196,109,1) 0%, rgba(144,218,103,1) 35%, rgba(111,209,106,1) 100%);
}

.posts-pagination {
    margin: 50px 0;
}

/*************************************************************************************

  16. Comment Styling

/**************************************************************************************/


.page-content-area h5 {
    margin: 30px 0 10px;
}

h5.comment-title {
    color: #333333;
    font-size: 18px;
    line-height: 64px;
}

ul.comments-list {
    list-style: outside none none;
    margin: 0;
    padding-left: 0;
}

ul.comments-list > li,
ul.comments-list > li.children {
    background-color: #f4f4f4;
    border-radius: 1px;
    box-sizing: border-box;
    margin-bottom: 25px;
    padding: 30px;
}

ul.comments-list li.children {
    margin-left: 50px;
}

.comment-pic,
.comment-text {
    display: inline-block;
    float: left;
}

.comment-pic {
    width: 15%;
}

ul.comments-list > li:after,
ul.comments-list > li.children:after {
    clear: both;
    content: "";
    display: table;
}

.comment-text {
    padding-left: 15px;
    width: 85%;
}

.comment-text > h5 {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
}

span.comment-date {
    color: #b1b1b1;
    font-size: 14px;
    line-height: 24px;
}

.comment-text > p {
    color: #333;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 10px;
}

.comment:after {
    clear: both;
    content: "";
    display: table;
}

.comment {
    position: relative;
}

a.comment-reply {
    border-bottom: 1px solid #999999;
    color: #999999;
    position: absolute;
    right: 0;
    top: 0;
}

a.comment-reply:hover {
    border-color: #288feb;
    color: #288feb;
}

.comment-text h5 {
    color: #333;
}

#comments h4 {
    display: inline-block;
    font-size: 16px;
}

.comments-title {
    margin-bottom: 20px;
}

/******************************

17. Contact Form 

****************************/
.contact-content {
    overflow: hidden;
}

.contact-form {
    margin-top: 80px;
}

.contact-info {
    margin-top: 30px;
}

.contact-info img {
    margin-bottom: -1px;
}

.contact-section.section-padding {
    padding-bottom: 0;
}

.contact-form .form-control {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: none;
    color: #868686;
    display: block;
    font-size: 16px;
    height: 48px;
    line-height: 1.42857;
    padding: 10px 12px;
    -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

textarea.form-control {
    min-height: 200px;
}

.contact-us-wrapper h4 {
    color: #323232;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
}

.contact-us-wrapper > p {
    color: #777777;
    font-size: 15px;
    line-height: 26px;
    margin: 25px 0;
}

#respond .themeix-btn-danger {
    margin-top: 20px;
}

#map-id {
    height: 440px;
}

/**************************************************

18. single-video-2

***********************************************/
.header-breadcrumb p {
    margin-bottom: 0;
    font-weight: 500;
    color: #fff;
}

.header-breadcrumb a {
    padding: 0 5px;
    text-transform: capitalize;
    color: #fff;
}

.header-breadcrumb
    {
    color: #fff;
}

.search-box-wrapper .themeix-section-h {
    padding-top: 0;
}

.search-box-wrapper {
    padding-bottom: 30px;
}

.sidebar-adds {
    margin: 30px 0;
}

.post-title {
    font-weight: 600;
}

/*****************************************************************

19. Blog Page 

******************************************************************/

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.blog-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}

.single-blog {
    padding: 20px 0;
    min-height: 460px;
}

.single-blog h4 {
    margin-top: 15px;
    line-height: .8rem;
}

.single-blog a, .single-blog a:hover {
    color: #252525;
    text-decoration: none;
}

.posts-pagination .pagination > li > a,
.posts-pagination .pagination > li > span {
    background-color: #cccccc;
    color: #fff;
    margin: 0 3px;
    border-radius: 0;
    font-weight: 500;
    font-size: 16px;
}

.posts-pagination .pagination > li > a.active {
    background: rgb(251, 104, 88);
}

.posts-pagination .pagination > li > a:hover {
    background: rgb(251, 104, 88);
}

.posts-pagination .pagination {
    margin: 0;
}

.blog-img a {
    display: inline-block;
    position: relative;
}

.blog-img a img {
    width: 100%;
    height: 235px;
    object-fit: cover;
}

.blog-img a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
}

.single-blog:hover .blog-img a:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;

}

.blog-posts-area .container {
    overflow: hidden;
}

/**********************************************

20. contact Page Area 

***********************************************/

.contact-page-area .contact-form {
    margin-top: 0;
}

.contact-page-area .themeix-section-h {
    padding-top: 0;
}

.contact-page-area .themeix-section-h p {
    margin-top: 10px;
}

/**************************************************

21. 404 Page Styling 

**********************************************************/

.four-zero-page {
    padding: 200px 0;
}

/*********************************************************

 22. scroll-top

 **********************************************************/




.scroll-top {
    position: fixed;
    width: 50px;
    height: 50px;
    background-color: #444444;
    bottom: 10px;
    right: 20px;
    z-index: 9999;
    cursor: pointer;
    -webkit-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
    display: none;
}


/*********************************************************

 23. Modal Design

 **********************************************************/

header .modal-content {
    border-radius: 0;
}

header .modal-header {
    background: rgb(251, 104, 88);
    padding: 0;
}

header .modal-header h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    padding: 10px 15px;
    text-transform: capitalize;
    height: 50px;
    line-height: 29px;
    border: none !important;
}

header .modal-header .close-btn {
    background-color: #d93d3d;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-size: 33px;
    height: 50px;
    line-height: 33px;
    margin: 0;
    width: 40px;
}

header .modal-body .btn.btn-primary {
    background: rgb(251, 104, 88);
    border: medium none;
    border-radius: 4px;
    font-size: 18px;
    min-width: 116px;
}

.modal-content {
    border: none;
}
.download-sound a{color: #fff;background: #fb6858; height: 15px; padding: 8px;  border-radius: 5px; font-weight: bold;} 
.download-sound a:hover{background:#08539a; } 
.fa-download::before{color:#fff; margin-bottom: 15px;}


/****************************************************************

Demo options Panels 

**************************************************************************/

.demo-optiond-bar {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #fff;
    box-shadow: 0 0 6px 1px #b6b8b9;
    box-sizing: content-box;
    left: 0;
    padding: 10px;
    position: absolute;
    width: 130px;
    z-index: 700;
    transition: all .6s linear 0s;
    margin-left: -250px;
    top: 150px;
}

.styleswitcher-list li {
    display: inline-block;
}

.styleswitcher-list li a {
    background-color: red;
    display: inline-block;
    height: 30px;
    margin: 5px;
    text-decoration: none;
    width: 30px;
}

.theme-color {
    width: 50px;
}

.image-list li {
    display: inline-block;
}

.image-list li a {
    display: inline-block;

    margin: 3px;
    width: 30px;
    height: 30px;
}

.img-fluid{
    position: relative;
    top: -65%;
    object-fit: cover;
    width: 100%;
}
.carousel-item .img-fluid{
    top: 0!important;
}
@media (min-width:768px){
    .carousel-item .img-fluid {
        top: -235px !important;
      }
}
.styleswitcher-list li.opt-one a {
    background-color: #2a9dd6;
}

.styleswitcher-list li.opt-two a {
    background-color: #01c6d9;
}

.styleswitcher-list li.opt-three a {
    background-color: #58c3b3;
}

.styleswitcher-list li.opt-four a {
    background-color: #f7b93e;
}

.styleswitcher-list li.opt-five a {
    background-color: #489781;
}

.styleswitcher-list li.opt-six a {
    background-color: #dc4637;
}

.styleswitcher-list li.opt-seven a {
    background-color: #2f5b8a;
}

.styleswitcher-list li.opt-eight a {
    background-color: #9b4c86;
}

.styleswitcher-list li.opt-nine a {
    background-color: #1399bc;
}

.styleswitcher-list li.opt-ten a {
    background-color: #f77462;
}

.styleswitcher-list li.opt-eleven a {
    background-color: #ca9569;
}

.styleswitcher-list li.opt-twelve a {
    background-color: #e9336a;
}


.setting-icons {
    position: absolute;
    width: 60px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: rgb(251, 104, 88);
    left: 150px;
    top: 180px;
    text-align: center;
    box-shadow: 0 0 6px 1px #b6b8b9;
    transition: all .4s linear .2s;
    margin-left: -160px;
}

.setting-icons span {
    line-height: 50px;
    font-size: 33px;
    cursor: pointer;
    width: 100%;

}


button.jscolor {
    background: rgb(251, 104, 88);
    border: medium none;
    color: #fff;
}

.demo-wrapper.collapse-left .demo-optiond-bar {
    margin-left: 0;

}

.demo-wrapper.collapse-left .setting-icons {
    margin-left: 0;

}

.demo-reset-btn {
    margin-top: 25px;
    margin-bottom: 15px;
}

.wallpaper-home .single-video .video-img a::before {
    content: "";
}


.wallpaper-home.wide-video-section .single-video {
    margin-bottom: 0;
    min-height: 190px;
}

.side-ringtones h4 {
    margin-bottom: 0;
}

/*---------------------------------------
    3 Pre loader section              
-----------------------------------------*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
}

@-webkit-keyframes uil-ring-anim {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes uil-ring-anim {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes uil-ring-anim {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes uil-ring-anim {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes uil-ring-anim {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.uil-ring-css {
    background: none;
    position: relative;
    width: 200px;
    height: 200px;
}

.uil-ring-css > div {
    position: absolute;
    display: block;
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    border-radius: 80px;
    box-shadow: 0 3px 0 0 CB2027;
    -webkit-transform-origin: 80px 81.5px;
    transform-origin: 80px 81.5px;
    -webkit-animation: uil-ring-anim 1s linear infinite;
    animation: uil-ring-anim 1s linear infinite;
}

/*  img.lazy {
 
    background-image: url('../images/blog-1.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }*/



#pButton {
  float: left; }

#timeline {
  width: 90%;
  height: 2px;
  margin-top: 20px;
  margin-left: 10px;
  float: left;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.3); }

#pButton {
  margin-top: 12px;
  cursor: pointer; }

#playhead {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-top: -3px;
  background: black;
  cursor: pointer; }
.download-sound a{color: #fff;background: rgba(111,209,106,1); height: 15px; padding: 8px;  border-radius: 5px; font-weight: bold;} 
.download-sound a:hover{background:#08539a; } 
.fa-download::before{color:#fff; margin-bottom: 15px;}
.ring-text h4 a{
display: inline-block;
padding: 0 5px;
padding-right: 5px;
font-size: 12px;
color: #252525;
font-weight: normal
}
.ring-text h4 a:hover{
color: #359261
}
.side-ringtones .video-img{margin-top: 15px}
.side-ringtones {padding-bottom: 30px}
.side-ringtones h4{
text-transform: capitalize;
font-size: 16px;
color: #252525;
-webkit-transition: all .4s linear 0s;
transition: all .4s linear 0s;
line-height: 1.2;
font-weight: 600;
margin-bottom: 15px;
}
.a-z h4{line-height: 0.2rem}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #F7F7F7;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 0px;
}
.card-body .single-contributor:last-child{
border-bottom: 1px solid #f7f7f7;
}
.lyrics{
height: auto;
}
.single-review .review-img a::before{
color: none;
content: "";
font-family: "Font Awesome 5 Free";
font-size: 40px;
position: absolute;
left: 0;
right: 0;
text-align: center;
top: 50%;
-webkit-transform: translateY(-50%) rotate(360deg);
transform: translateY(-50%) rotate(360deg);
-webkit-transition: all .3s linear 0s;
transition: all .3s linear 0s;
z-index: 11;
}
.apps-img{
/*text-align: center*/
}

.div-app{
    margin-bottom: 20px;
}


.carousel-caption h2{
    color: white;
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif;
    text-shadow: 1px 1px 5px #333;
}

.carousel-caption p{
    color: white;
    font-size: 16px;
    text-shadow: 1px 1px 5px #333;
}
a .btn-outline-secondary {
    color: #fff;
    background: rgb(250, 88, 72);
    font-size: 20px !important;
    border: none;
    width: 100%;
    max-width: 142px;
    font-weight: bold;
    padding: 0.45rem 0.5rem;
  }
a:hover .btn-outline-secondary{
    background: #606a73;
}




