/*
 Theme Name: Quomodo Business
 Theme URI: 
 Author: Mosharof
 Author URI: 
 Description: Quomodo - Business HTML5 Responsive Template
 Version: 1.0
 License:
 License URI:
 */

/*==================================
 [Table of contents]
 ===================================
 1. Home 01
 2. Home 02
 3. About Page
 4. Contact Page
 5. Registration Page
 6. Blog Page
 7. Blog Details Page
 8. Back To Top
 9. Preloader
*/

/*------------------------------------------------------
/ 1. Home 01
/------------------------------------------------------*/

/*----  Header ------*/
.header-01{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 5;
}
.navbar.navbar-expand-lg{
    position: relative;
    margin: 0 -145px;
    line-height: .8;
    padding: 0 0 0 0;
}
.navbar-brand{
    position: relative;
    padding: 27px 0;
    margin: 0;
}
.navbar-brand img{
    width: auto;
    height: 37px;
}
.navbar-expand-lg .collapse.navbar-collapse{
    justify-content: flex-end;
}
.navbar-expand-lg .navbar-nav{
    position: relative;
    margin: 0;
    padding: 0;
}
.navbar-expand-lg .navbar-nav li{
    position: relative;
    list-style: none;
    display: inline-block;
    margin: 0 50px 0 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.navbar-expand-lg .navbar-nav li .nav-link{
    display: block;
    font-size: 15px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    padding: 43px 0 30px;
    position: relative;
}
.navbar-expand-lg .navbar-nav li:hover > .nav-link{
    color: #f9c200;
}
.navbar-expand-lg .navbar-nav li .dropdown-menu {
    background: #fff;
    width: 220px;
    z-index: 9;
    text-align: left;
    padding: 0;
    display: block;
    left: -20px;
    margin: auto;
    position: absolute;
    padding: 0 0;
    visibility: hidden;
    opacity: 0;
    top: 120%;
    z-index: 9;
    box-shadow: 0 0 3.76px .24px rgba(0,0,0,.15);
    -o-box-shadow: 0 0 3.76px .24px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 3.76px .24px rgba(0,0,0,.15);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none;
    border-radius: 0;
    color: inherit;
    font-size: inherit;
}
.navbar-expand-lg .navbar-nav li .dropdown-menu li{
    display: block;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #eee;
}
.navbar-expand-lg .navbar-nav li .dropdown-menu a{
    padding: 18px 20px;
    margin: 0;
    color: #292d34;
    background: transparent;
}
.navbar-expand-lg .navbar-nav li .dropdown-menu li a:hover{
    color: #f9c200;
}
.navbar-expand-lg .navbar-nav li:hover .dropdown-menu{
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.navbar-expand-lg .navbar-nav li .dropdown-menu li .dropdown-menu{
    position: absolute;
    left: 110%;
    right: auto;
    top: 0;
    visibility: hidden;
    opacity: 0;
}
.navbar-expand-lg .navbar-nav li .dropdown-menu li:hover .dropdown-menu{
    visibility: visible;
    opacity: 1;
    left: 100%;
}
.get-tickent-btn{
    height: 46px;
    background-color: transparent;
    border: 1.5px solid #f9c200;
    font-size: 15px;
    letter-spacing: 1px;
    color: #f9c200;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    line-height: .8;
    padding: 16px 28px;
    margin-left: 10px;
}
.get-tickent-btn:hover{
    color: #fff;
    background: #f9c200;
}

/*---- Hero Banner Section ------*/
.hero-slider{
    position: relative;
    padding: 327px 0 323px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.banner-slider{
    position: relative;
}
.bs-item{
    position: relative;
}
.bs-item h2{
    font-size: 76px;
    line-height: 85px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 0;
    filter: drop-shadow(0px 5px 6px rgba(0,0,0,0.3));
}
.bs-item span{
    display: block;
    color: transparent;
    -webkit-text-stroke: 2px #fff;
    animation-delay: 0.35s;
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
}
.banner-slider .owl-dots{
    position: absolute;
    right: -33%;
    top: 65px;
}
.banner-slider .owl-dots .owl-dot span{
    display: none;
}
.banner-slider .owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    display: block;
    margin: 9px 0;
    border-radius: 50px;
    position: relative;
    left: 2px;
    background: transparent;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.banner-slider .owl-dots .owl-dot:after{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    width: 50%;
    height: 50%;
    content: '';
    background: #fff;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.banner-slider .owl-dots .owl-dot:hover:after{
    background: #f9c200;
}
.banner-slider .owl-dots .owl-dot.active:after{
    background: #f9c200;
    width: 100%;
    height: 100%;
}
.slider-bottom{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 238px;
    background-image: linear-gradient(179deg, rgba(0,0,0,0) 0%, #0f0f0f 100%);
}
.sb-inner{
    display: flex;
    justify-content: flex-start;
    position: relative;
    max-width: 1400px;
    height: 238px;
    margin: 0 auto;
    padding: 175px 0 0;
    z-index: 5;
}
.social-bottom{
    margin: 0;
    padding: 0;
}
.social-bottom li{
    list-style: none;
    display: inline-block;
    margin-right: 14px;
}
.social-bottom li a{
    display: inline-block;
    font-size: 16px;
    color: #fff;
}
.social-bottom li a:hover{
    color: #f9c200;
}
.link-bottom{
    margin: 0 0 0 60px;
    padding: 0;
}
.link-bottom li{
    list-style: none;
    position: relative;
    display: inline-block;
    margin-right: 35px;
}
.link-bottom li:last-child{
    margin-right: 0;
}
.link-bottom li:after{
    position: absolute;
    right: -21px;
    top: 6px;
    width: 1px;
    height: 17px;
    background: #fff;
    content: '';
}
.link-bottom li:last-child:after{
    display: none;
}
.link-bottom li a{
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
}
.link-bottom li a:hover{
    color: #f9c200;
}
.music-bottom{
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 33px;
}
.music-bottom li{
    list-style: none;
    display: inline-block;
    height: 10px;
    width: 2px;
    background: #fff;
    margin-left: 6px;
}
.music-bottom li:nth-child(2){
    height: 24px;
}
.music-bottom li:nth-child(3){
    height: 9px;
}
.music-bottom li:nth-child(4){
    height: 12px;
}

/*----  Leader Section ------*/
.leader-section{
    position: relative;
    padding: 152px 0 120px;
    min-height: 700px;
    background: #0f0f0f;
}
.leader-section .sec-title{
    margin-bottom: 29px;
}
.leader-thumb{
   position: absolute ; 
   width: 596px;
   height: 700px;
   left: 0;
   top: 0;
}
.leader-thumb:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 102%;
    content: '';
    background-image: linear-gradient(181deg, rgba(15,15,15,0.3) 0%, #0f0f0f 100%);
}
.leader-thumb img{
    width: 100%;
    height: auto;
}
.lead-content{
    position: relative;
    padding-left: 84px;
}
.lead-content p{
    margin: 0 0 45px 210px;
}
.lead-content .brighton-btn{
    margin: 0 0 0 210px;
}

/*----  Countdown Section ------*/
.countdown-section{
    position: relative;
    padding: 125px 0 130px;
    background: #0f0f0f;
}
#countdown{
    position: relative;
    margin: 0 0 0;
}
#countdown .countdown-section{
    position: relative;
    z-index: 2;
    text-align: center;
    float: left;
    display: inline-block;
    width: 22.955%;
    background: #060606;
    padding: 70px 15px 35px;
    margin-right: 30px;
}
#countdown .countdown-section:last-child{
    margin-right: 0;
}
#countdown .countdown-section .countdown-amount {
    font-size: 76px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Rubik";
    text-align: center;
    display: block;
    width: 100%;
    position: relative;
    margin: 0 0 82px;
}
#countdown .countdown-section .countdown-amount:after{
    position: absolute;
    right: 0;
    left: 0;
    bottom: -54px;
    margin: auto;
    z-index: -1;
    width: calc(100% - 30px);
    height: 1px;
    background: #fff;
    opacity: .10;
    content: '';
}
#countdown .countdown-section .countdown-amount:before{
    position: absolute;
    right: 0;
    left: 0;
    bottom: -54px;
    margin: auto;
    position: absolute;
    width: 15px;
    height: 1px;
    content: '';
    background: #060606;
}
#countdown .countdown-section .countdown-period:after{
    width: 5px;
    height: 5px;
    right: 0;
    left: 0;
    top: -31px;
    position: absolute;
    margin: auto;
    z-index: 999;
    border-radius: 50px;
    border: none;
    content: '';
    background: #333333;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#countdown .countdown-section .countdown-period{
    font-size: 15px;
    color: #ffffff;
    opacity: .4;
    font-weight: 300;
    font-family: "Rubik";
    position: relative;
    text-align: center;
    border: none;
    width: 100%;
    text-transform: uppercase;
    display: block;
}
#countdown .countdown-section:hover .countdown-period:after{
    background: #f9c200;
}

/*----- our Artist Section -----*/
.artist-section{
    position: relative;
    background: #060606;
    padding: 130px 0 100px;
}
.single-artist{
    position: relative;
    margin: 0 0 30px;
}
.sa-thumb{
    position: relative;
    overflow: hidden;
}
.sa-thumb img{
    width: 100%;
    height: auto;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.single-artist:hover .sa-thumb img {
    transform: scale(1.05) rotate(-1deg);
    -moz-transform: scale(1.05) rotate(-1deg);
    -webkit-transform: scale(1.05) rotate(-1deg);
    -ms-transform: scale(1.05) rotate(-1deg);
    -o-transform: scale(1.05) rotate(-1deg);
}
.artists-details{
    position: absolute;
    left: 10px;
    bottom: 16px;
    visibility: hidden;
    opacity: 0;
    z-index: 3;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.artists-details p{
    font-size: 26px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 11px;
}
.artists-details ul{
    margin: 0;
    padding: 0;
}
.artists-details ul li{
    list-style: none;
    display: inline-block;
    margin-right: 12px;
}
.artists-details ul li:last-child{
    margin-right: 0;
}
.artists-details ul li a{
    display: inline-block;
    color: #fff;
    font-size: 16px;
}
.artists-details ul li a:hover{
    color: #f9c200;
}
.single-artist:hover .artists-details{
    left: 30px;
    visibility: visible;
    opacity: 1;
}
.artists-list h5{
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 22px;
}
.artists-list{
    margin-left: 40px;
}
.artists-list ul{
    margin: 0;
    padding: 0;
}
.artists-list ul li{
    list-style: none;
    display: block;
    position: relative;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 400;
    margin: 0 0 2px;
    padding-left: 25px;
}
.artists-list ul li:after{
    width: 5px;
    height: 5px;
    background: #f9c200;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

/*----- Event Schedules Section  -----*/
.event-section{
    position: relative;
    background: #0f0f0f;
    padding: 130px 0 220px;
}
.event-section .brighton-btn{
    margin-top: 35px;
}
.event-table{
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}
.event-table thead tr th{
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    background: #060606;
    height: 50px;
    padding: 12px 15px;
    margin: 0 70px 0 0;
}
.event-table thead tr th.time{
    width: 154px;
}
.event-table thead tr th.artist-thumb{
    width: 130px;
}
.event-table tbody .single-schedule{
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}
.event-table tbody .single-schedule:last-child{
    border-bottom: none;
}
.event-table tbody tr td{
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    padding: 20px 15px 27px 0;
}
.event-table tbody tr td.time{
    padding-left: 15px;
}
.event-table tbody tr td span{
    color: #f9c200;
}
.event-table tbody tr td.artist-thumb{
    padding-left: 0;
    position: relative;
}
.event-table tbody tr td.artist-thumb:after{
    position: absolute;
    right: 19px;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 80px;
    width: 1px;
    content: '';
    background: #fff;
    opacity: .15;
}
.event-table tbody tr td.artist-thumb img{
    width: 80px;
    height: 80px;
}
.event-table tbody tr td h5{
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 8px;
}
.event-table tbody tr td p{
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    text-transform: initial;
    color: #ffffff;
    margin: 0;
}

.event-contact{
    position: relative;
    margin-left: 10px;
    background: #b19a89;
}
.event-contact img{
    width: 100%;
    height: auto;
}
.ec-details{
    position: relative;
    padding: 41px 35px 32px;
}
.ec-details h5{
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 22px;
}
.ec-details h5:after{
    width: 10px;
    height: 24px;
    background: #0f0f0f;
    position: absolute;
    left: -40px;
    top: 0;
    content: '';
}
.ec-details p{
    font-size: 18px;
    color: #fff;
    margin-bottom: 7px;
}
.ec-details p i{
    margin-right: 15px;
}

/*----- Spnsore Section -----*/
.sponsore-section{
    position: relative;
    background: #0f0f0f;
    overflow: hidden;
    padding: 35px 0 200px;
}
.sponsore-section .container{
    position: relative;
    z-index: 3;
}
.sponsore-section:after{
    position: absolute;
    left: 15px;
    top: 0;
    width: 100%;
    height: 100%;
    background: #060606;
    content: '';
}
.single-sponosore{
    position: relative;
    display: inline-block;
    text-align: center;
    background: #0f0f0f;
    z-index: 2;
    padding: 15px 10px;
    min-height: 140px;
    width: 100%;
    margin-bottom: 20px;
}
.single-sponosore img{
    height: auto;
    width: auto;
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.sponsore-section-2{
    position: relative;
    background: #0f0f0f;
    padding: 271px 0 90px;
    margin-top: -150px;
    z-index: 3;
}
.sponsore-section-2 .single-sponosore{
    background: #292d34;
}
/*----- Footer  -----*/
.footer-01{
    position: relative;
    padding: 32px 0 122px;
    background: #0f0f0f;
}
.footer-01 .widget ul{
    text-align: center;
}
footer .widget ul{
    margin: 0;
    padding: 0;
}
footer .widget ul li{
    list-style: none;
    display: inline-block;
}
.footer-01 .widget ul li{
    margin: 0 22px;
}
footer .widget ul li a{
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
}
footer .widget ul li a:hover{
    color: #f9c200;
}
/*---- Copyright ----*/
.copyright{
    position: relative;
    border-top: 2px solid #000;
    padding: 41px 0 0;
    margin: 65px 20px 0;
}
.copyright p{
    font-size: 15px;
    line-height: 25px;
    opacity: .3;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
}


/*------------------------------------------------------
/ 2. Home 02
/------------------------------------------------------*/
/*---- Header -----*/
.header-02{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 9;
}
.header-02 .navbar.navbar-expand-lg{
    margin: 0;
}
.header-02 .get-tickent-btn{
    background-image: linear-gradient(180deg, #f8db7e 0%, #f6cf55 100%);
    border-radius: 23px;
    border: none;
    color: #292d34;
}
.header-02 .get-tickent-btn:hover{
    color: #fff;
}

/*---- Banner -----*/
.hero-banner {
    position: relative;
    padding: 261px 0 260px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.hero-banner .sb-inner{
    max-width: 1110px;
}
.hero-banner .link-bottom{
    margin: 0;
}
.banner-content{
    position: relative;
}
.banner-content h2{
    font-size: 76px;
    line-height: 84px;
    color: #ffffff;
    margin: 0 0 20px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: .2s;
}
.banner-content p{
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 54px;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: .25s;
}
.banner-content ul{
    margin: 0;
    padding: 0;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: .3s;
}
.banner-content ul li{
    list-style: none;
    display: inline-block;
    position: relative;
}
.banner-social{
    margin-left: 21px;
    top: 5px;
}
.banner-social a{
    display: inline-block;
    color: #fff;
    font-size: 30px;
    margin: 0 15px;
}
.banner-social a:hover{
    color: #f9c200;
}

/*---- Feature Solution -----*/
.feature-section{
    background: #060606;
    position: relative;
    padding: 76px 0 53px;
}
.feature-box{
    position: relative;
    padding-right: 75px;
    margin-bottom: 30px;
}
.feature-box span{
    display: block;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #f6cf55;
    font-weight: 400;
    margin-bottom: 12px;
}
.feature-box h6{
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 17px;
}
.feature-box p{
    margin: 0;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 24px;
}
.fb-two{
    padding-right: 0;
    padding-left: 58px;
}
.fb-three{
    padding-right: 0;
    padding-left: 78px;
}
.feature-box:after{
    position: absolute;
    right: -6px;
    top: 0;
    content: '';
    width: 1px;
    height: 100%;
    border-right: 1px dashed rgba(255, 255, 255, .25);
}
.fb-two:after{
    right: -35px;
}
.feature-box.fb-three:after{
    display: none;
}

/*---- Leader Section -----*/
.leader-section-2{
    position: relative;
    background: #0f0f0f;
    padding: 120px 0;
}
.leader-section-2 .lead-content{
    padding-left: 0;
}
.leader-section-2 .sec-title{
    margin-bottom: 24px;
}
.leader-section-2 .lead-content p{
    margin-bottom: 55px;
    margin-right: 50px;
}
.leader-section-2 .lead-content p,
.leader-section-2 .lead-content .brighton-btn-2,
.leader-section-2 .sec-title span{
    margin-left: 90px;
}
.leader-video{
    position: relative;
    margin-left: 45px;
}
.leader-video img{
    width: 100%;
    height: auto;
}
.leader-video .popup-video{
    position: absolute;
    right: 0;
    bottom: 0;
}

/*--- Event Schedules Section ---*/
.event-section-2{
    position: relative;
    padding: 122px 0 115px;
    background: #0f0f0f;
}
.event-section-2 .event-contact{
    margin-left: 0;
    background: #1b1b1b;
    margin-right: 10px;
}
.event-section-2 .ec-details{
    padding-top: 39px;
}
.event-section-2 .ec-details h5:after{
    background: #f9c200;
    width: 6px;
    height: 30px;
    top: -3px;
}
.event-schedule{
    position: relative;
    display: flex;
    width: 100%;
    background: #1b1b1b;
    padding: 18px 20px;
    margin-bottom: 5px;
}
.date{
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 22px;
    color: #f6cf55;
    font-weight: 400;
    padding: 0 0;
}
.date span{
    display: block;
    color: #fff;
}
.es-thumb{
    margin: 0 15px 0 35px;
}
.es-thumb img{
    width: 65px;
    height: 45px;
}
.es-address{
    display: inline-block;
}
.es-address h5{
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 1px;
}
.es-address p{
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    opacity: .5;
    font-weight: 300;
    margin: 0;
}
.by-tickets{
    display: inline-block;
    position: absolute;
    right: 20px;
    width: 130px;
    height: 42px;
    border-radius: 21px;
    background: transparent;
    border: 1px solid #f6cf55;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 42px;
    color: #f6cf55;
    font-weight: 400;
    text-align: center;
}
.by-tickets:hover{
    background: #f6cf55;
    color: #fff;
}
/*--- Video Gallery Section ---*/
.video-gallery{
    position: relative;
    padding: 0 0;
    background: #0f0f0f;
}
.single-gallery{
    position: relative;
    z-index: 5;
    overflow: hidden;
}
.single-gallery img{
    width: 100%;
    height: auto;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.single-gallery .popup-video{
    width: 68px;
    height: 68px;
    text-align: center;
    position: absolute;
    right: 15px;
    bottom: 0px;
    padding: 0;
    line-height: 80px;
    visibility: hidden;
    opacity: 0;
}
.single-gallery .popup-video i{
    top: 0;
    margin: 0;
}
.single-gallery.active .popup-video,
.single-gallery:hover .popup-video{
    visibility: visible;
    opacity: 1;
    bottom: 15px;
}
.single-gallery:hover img {
    transform: scale(1.05) rotate(-1deg);
    -moz-transform: scale(1.05) rotate(-1deg);
    -webkit-transform: scale(1.05) rotate(-1deg);
    -ms-transform: scale(1.05) rotate(-1deg);
}
.custom-col .noPadding{
    padding-right: 7.5px;
}
.custom-col .noPaddingLeft .single-gallery{
    margin-left: -7.5px;
}

/*--- Testimonial Section ---*/
.testimonial-section{
    position: relative;
    background: #060606;
    padding: 265px 0 0;
    margin-top: -150px;
}
.testimonial-section .col-lg-7{
    -ms-flex: 0 0 54%;
    flex: 0 0 54%;
    max-width: 54%;
}
.testimonial-section .col-lg-5{
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
}
.testimonila-thumb{

}
.testimonila-thumb img{
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 100%;
}
.testimonial{
    position: relative;
    z-index: 4;
    background: #292d34;
    text-align: center;
    padding: 125px 60px 131px;
}
.testimonial p{
    font-size: 20px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 400;
    margin: 0 0 40px;
}
.testimonial h6{
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 26px;
    color: #f6cf55;
    font-weight: 500;
    margin: 0;
}
.testimonial h6 span{
    display: block;
    color: #fff;
    font-weight: 300;
}
.bg-343229{
    background: #343229;
}
.audio-thumb{
    position: relative;
    z-index: 4;
}
.audio-thumb .popup-video{
    position: absolute;
    right: 15px;
    bottom: 15px;
    padding: 0;
    width: 68px;
    height: 68px;
    line-height: 80px;
    background-image: linear-gradient(180deg, #f8db7e 0%, #f6cf55 100%);
}
.audio-thumb .popup-video span{
    display: inline-block;
    width: 3px;
    height: 14px;
    border-radius: 2px;
    background: #292d34;
    margin: 0 1px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.audio-thumb .popup-video span:nth-child(2){
    height: 24px;
}
.audio-thumb .popup-video span:nth-child(3){
    height: 16px;
}
.audio-thumb .popup-video span:nth-child(4){
    height: 18px;
}
.audio-thumb .popup-video:hover span{
    background: #fff;
}

/*--- MailChimp Section ---*/
.mailchimp-section{
    position: relative;
    background-image: linear-gradient(260deg, #f8db7e 0%, #f6cf55 100%);;
    padding: 78px 0 83px;
}
.mailchimp-section .sec-title{
    font-size: 40px;
    line-height: 50px;
    color: #292d34;
    text-transform: initial;
    margin-bottom: 11px;
}
.mailchimp-section p{
    color: #292d34;
    margin: 0;
}
.mailchimp-form{
    width: 100%;
    margin: 25px 0 0;
    position: relative;
}
.mailchimp-form input[type="email"]{
    width: 100%;
    height: 80px;
    filter: drop-shadow(0px 10px 17.5px rgba(41,45,52,0.3));
    background: #292d34;
    padding: 0 25px;
    border: none;
    outline: none;
    font-size: 17px;
    line-height: 80px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Rubik";
}
.mailchimp-form input[type="email"]::-moz-placeholder{
   color: #ffffff;
   opacity: .5; 
}
.mailchimp-form input[type="email"]::-ms-input-placeholder{
   color: #ffffff;
   opacity: .5; 
}
.mailchimp-form input[type="email"]::-webkit-input-placeholder{
   color: #ffffff;
   opacity: .5; 
}
.mailchimp-form button,
.mailchimp-form input[type="submit"]{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 15px;
    color: #292d34;
    font-weight: 500;
    outline: none;
    border: none;
    text-align: center;
    padding: 0 28px;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    background-image: linear-gradient(113deg, #f8db7e 0%, #f6cf55 100%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.mailchimp-form button:hover,
.mailchimp-form input[type="submit"]:hover{
    color: #fff;
}

/*---- Footer Section ----*/
.footer-02{
    position: relative;
    background: #292d34;
    padding: 71px 0;
}
footer .widget{
    position: relative;
}
footer .widget .widget-title{
    font-size: 26px;
    line-height: 34px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 29px;
}
.icon-box{
    position: relative;
    padding-left: 70px;
    margin: 41px 0 0;
}
.icon-box i{
    font-size: 18px;
    color: #292d34;
    text-align: center;
    line-height: 50px;
    width: 50px;
    height: 50px;
    background: #f6cf55;
    position: absolute;
    left: 0;
    top: 0;
}
.icon-box p{
    font-size: 14px;
    letter-spacing: 1px;
    line-height: .8;
    text-transform: uppercase;
    color: #ffffff;
    opacity: .5;
    font-weight: 400;
    margin-bottom: 9px;
}
.icon-box span{
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
}
.footer-02 .widget ul li{
    display: block;
    margin: 0 0 3px;
}
.insta-shots{
    position: relative;
    z-index: 1;
    margin: 41px 0 0;
}
.insta-shots a{
    display: inline-block;
    width: 170px;
    height: 120px;
    position: relative;
    margin: 0 5px 10px 0;
}
.insta-shots a:nth-child(2),
.insta-shots a:nth-child(4),
.insta-shots a:nth-child(6){
    margin-right: 0;
}
.insta-shots a img{
    width: 100%;
    height: 100%;
}
.insta-shots a i{
    width: 60px;
    height: 60px;
    background: #f6cf55;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 30px;
    line-height: 60px;
    color: #292d34;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.insta-shots a:hover i{
    visibility: visible;
    opacity: 1;
}
.footer-02 .copyright{
    padding: 0;
    margin: -70px 0 0;
    border: none;
}
.footer-02 .copyright p{
    font-size: 17px;
    line-height: 40px;
    color: #ffffff;
    opacity: .75;
    font-weight: 300;
}
.footer-02 .copyright p a{
    color: #f6cf55;
}
.footer-02 .copyright p a:hover{
    color: #fff;
}
/*---- Footer Bottom Section ----*/
.footer-bottom{
    position: relative;
    background: #0f0f0f;
    padding: 43px 0;
}
.f-logo{
    position: relative;
    margin: 2px 0 0;
}
.f-logo img{
    width: auto;
    height: 37px;
}
.f-menu{
    position: relative;
    margin: 7px 0 0;
}
.f-menu ul{
    margin: 0;
    padding: 0;
}
.f-menu ul li{
    list-style: none;
    display: inline-block;
    margin: 0 21px;
}
.f-menu ul li a{
    font-size: 15px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 400;
    opacity: .75;
    text-transform: uppercase;
    display: inline-block;
}
.f-menu ul li a:hover{
    color: #f6cf55;
}
.f-social ul li:first-child a{
    margin-left: 0;
}
.f-social{
    position: relative;
    text-align: right;
}
.f-social ul{
    margin: 0;
    padding: 0;
}
.f-social ul li{
    list-style: none;
    display: inline-block;
}
.f-social ul li a{
    display: inline-block;
    width: 44px;
    height: 44px;
    background: transparent;
    border: 1px solid #ffffff;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 44px;
    margin-left: 6px;
}
.f-social ul li a:hover{
    color: #f6cf55;
    border-color: #f6cf55;
}

/*------------------------------------------------------
/ 3. About page
/------------------------------------------------------*/
/*---- Page Banner ----*/
.page-banner{
    position: relative;
    padding: 199px 0 0;
    min-height: 430px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.page-content {
    position: relative;
    z-index: 3;
}
.page-content h2{
    font-size: 50px;
    line-height: 64px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: .2s;
}
.page-content h2 span {
    display: block;
    letter-spacing: 5px;
    color: transparent;
    -webkit-text-stroke: 2px #fff;
}

/*---- About Section ----*/
.about-section{
    position: relative;
    background: #0f0f0f;
    padding: 80px 0 94px;
}
.about-section .sub-title{
    font-size: 18px;
    margin-bottom: 15px;
}
.about-section .sec-title{
    font-size: 50px;
    color: #ffffff;
    line-height: 58px;
    text-transform: initial;
    font-weight: 400;
    margin: 0 0 24px;
}
.about-section p{
    margin-bottom: 30px;
}
.ab-thumb{
    position: relative;
}
.ab-thumb img{
    width: 100%;
    height: auto;
}
.cea-quote{
    position: relative;
    background: rgba(255, 255, 255, .1);
    padding: 38px 30px 46px;
    margin-right: 65px;
    margin-top: 10px;
}
.cea-quote h4{
    font-size: 30px;
    line-height: 39px;
    color: #ffffff;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.cea-quote h4:after{
    position: absolute;
    left: -30px;
    top: 0;
    content: '';
    width: 8px;
    height: 36px;
    background: #f6cf55;
}
.cea-quote p{
    margin-bottom: 36px;
}
.cea-quote h5{
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
}
.cea-quote h5 span{
    display: block;
    font-weight: 300;
}
.vg-padd{
    padding: 120px 0;
}

/*------------------------------------------------------
/ 4. Contact Page
/------------------------------------------------------*/
.contact-info-section{
    position: relative;
    background: #0f0f0f;
    padding: 80px 0 100px;
}
.contact-box{
    position: relative;
    padding: 49px 35px 27px;
    background: rgba(255, 255, 255, .1);
}
.contact-box h4{
    font-size: 30px;
    line-height: 39px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 59px;
}
.single-c-box{
    position: relative;
    margin: 0 0 30px;
    padding-left: 32px;
}
.single-c-box i{
    font-size: 18px;
    color: #fff;
    opacity: .75;
    position: absolute;
    left: 0;
    top: 0;
}
.single-c-box p{
    font-size: 14px;
    letter-spacing: 1px;
    line-height: .8;
    color: #ffffff;
    opacity: .65;
    font-weight: 400;
    margin-bottom: 9px;
}
.single-c-box span{
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
}
.cb-last{
    padding-bottom: 56px;
}
.cb-last h4{
    margin-bottom: 9px;
}
.cb-last p{
    margin-bottom: 44px;
    line-height: 28px;
}
.contact-box ul{
    margin: 0;
    padding: 0;
}
.contact-box ul li{
    list-style: none;
    display: inline-block;
}
.contact-box ul li a {
    display: inline-block;
    width: 44px;
    height: 44px;
    background: transparent;
    border: 1px solid #ffffff;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 44px;
    margin-right: 6px;
}
.contact-box ul li a:hover{
    color: #f6cf55;
    border-color: #f6cf55;
}
.contact-thumb{
    position: relative;
}
.contact-thumb img{
    width: 100%;
    max-height: 700px;
}
.contact-section{
    position: relative;
    background: #0f0f0f;
    padding: 0 0 120px;
}
.contact-Wrap{
    position: relative;
    background: #0f0f0f;
    margin: -150px -60px 0;
    padding: 60px 60px 0;
}
.contact-Wrap .sec-title{
    font-size: 30px;
    line-height: 39px;
    color: #ffffff;
    font-weight: 500;
    text-transform: initial;
    margin-bottom: 23px;
}
.contact-Wrap .contact-form{
    margin-right: 40px;
}
.brighton-map{
    position: relative;
    line-height: .8;
}
.brighton-map iframe{
    width: 100%;
    height: 550px;
    border: none;
}
.grayscale iframe{
    -webkit-filter: grayscale(100%); 
    -moz-filter: grayscale(100%); 
    -ms-filter: grayscale(100%); 
    filter: grayscale(100%);
}
.contact-form{
    position: relative;
}
.contact-form textarea,
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="number"]{
    width: 100%;
    border: none;
    outline: none;
    height: 60px;
    background: #272727;
    font-size: 17px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 400;
    padding: 0 20px;
    margin-bottom: 10px;
}
.contact-form textarea::-moz-placeholder,
.contact-form input::-moz-placeholder{
   color: #fff;
   opacity: .5; 
}
.contact-form textarea::-ms-input-placeholder,
.contact-form input::-ms-input-placeholder{
   color: #fff;
   opacity: .5; 
}
.contact-form textarea::-webkit-input-placeholder,
.contact-form input::-webkit-input-placeholder{
   color: #fff;
   opacity: .5; 
}
.contact-form textarea{
    resize: none;
    line-height: 30px;
    height: 150px;
    padding-top: 19px;
    margin-bottom: 20px;
}
.contact-form button,
.contact-form input[type="submit"]{
    font-size: 16px;
    color: #0f0f0f;
    font-weight: 500;
    letter-spacing: 1px;
    outline: none;
    border: none;
    text-align: center;
    padding: 0 42px;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    background: #f6cf55;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.contact-form button:hover,
.contact-form input[type="submit"]:hover{
    color: #fff;
}
.contact-form .noPaddingLeft{
    padding-left: 5px;
}
.contact-form .noPaddingRight{
    padding-right: 5px;
}

/*------------------------------------------------------
/ 5. Registration Page
/------------------------------------------------------*/
.registration-section{
    position: relative;
    padding: 82px 0 120px;
    background: #0f0f0f;
}
.registration-section .sec-title{
    font-size: 50px;
    color: #ffffff;
    line-height: 58px;
    text-transform: initial;
    font-weight: 400;
    margin: 0 0 40px;
}
.registration-section .contact-form textarea{
    height: 170px;
}

/*------------------------------------------------------
/ 6. Blog Page
/------------------------------------------------------*/
.blog-section{
    position: relative;
    background: #0f0f0f;
    padding: 80px 0 120px;
}
.shaf-filter{
    position: relative;
    background: #292d34;
    padding: 15px 20px;
    margin: -120px 0 0;
}
.shaf-filter li{
    list-style: none;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    z-index: 2;
    cursor: pointer;
    font-weight: 300;
    padding: 10px 17px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.shaf-filter li:after{
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 50px;
    visibility: hidden;
    opacity: 0;
    background-image: linear-gradient(180deg, #f8db7e 0%, #f6cf55 100%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.shaf-filter li:hover:after,
.shaf-filter li.active:after{
    visibility: visible;
    opacity: 1;
}
.shaf-filter li:hover,
.shaf-filter li.active{
    color: #0f0f0f;
}
.shaf-filter li.more-item{
    position: relative;
    padding-right: 28px;
}
.shaf-filter li.more-item:before{
    position: absolute;
    right: 10px;
    top: 0;
    content: "\f107";
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    font-family: "Font Awesome 5 Pro";
}
.shaf-filter li.more-item:hover:before,
.shaf-filter li.more-item.active:before{
    color: #0f0f0f;
}
.shaf-filter li.more-item ul{
    display: none;
    margin: 0;
    padding: 0;
    background: #fff;
    position: absolute;
    right: 0;
    top: 100%;
    width: 170px;
}
.shaf-filter li.more-item ul li{
    display: block;
    list-style: none;
    color: #0f0f0f;
}
.search-area{
    position: relative;
    display: inline-block;
    float: right;
}
.search-btn{
    width: 55px;
    height: 50px;
    background-image: linear-gradient(180deg, #f8db7e 0%, #f6cf55 100%);
    text-align: center;
    display: inline-block;
    font-size: 24px;
    color: #0f0f0f;
    line-height: 50px;
}
.search-area.active .search-btn,
.search-btn:hover{
    color: #fff;
}
.searchForms {
    position: absolute;
    right: 55px;
    top: 0;
    z-index: 5;
    width: 0px;
    height: 50px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.searchForms input[type="search"] {
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 60px;
    border: none;
    background: #0f0f0f;
    color: #fff;
    outline: none;
    padding: 0 15px 0 20px;
}
.searchForms input[type="search"]::-moz-placeholder{
   color: #fff;
   opacity: 1; 
}
.searchForms input[type="search"]::-ms-input-placeholder{
   color: #fff;
   opacity: 1; 
}
.searchForms input[type="search"]::-webkit-input-placeholder{
   color: #fff;
   opacity: 1; 
}
.search-area.active .searchForms {
    width: 220px;
    visibility: visible;
    opacity: 1;
}
.searchForms button,
.searchForms .search-submit {
    display: none;
}
.single-post{
    position: relative;
    background: #ffffff;
    margin: 0 0 30px;
}
.post-thumb{
    position: relative;
}
.post-thumb img{
    width: 100%;
    height: auto;
}
.post-thumb span{
    display: inline-block;
    height: 34px;
    background: #f9c200;
    text-align: center;
    position: absolute;
    left: 0;
    top: 20px;
    font-size: 14px;
    color: #292d34;
    font-weight: 500;
    padding: 3px 13px;
    border-radius: 0 50px 50px 0;
}
.post-detils{
    position: relative;
    padding: 19px 25px 20px;
}
.post-detils h3{
    font-size: 26px;
    line-height: 32px;
    color: #292d34;
    font-weight: 500;
    margin: 0 0 13px;
}
.post-detils h3 a{
    color: inherit;
}
.post-detils h3 a:hover{
    color: #f9c200;
}
.post-detils p{
    color: #292d34;
    line-height: 26px;
    margin: 0 0 30px;
}
.post-detils .brighton-btn{
    color: #292d34;
}
.post-detils .brighton-btn:after{
    background: rgba(41, 45, 52, .1);
}
.post-detils .brighton-btn:hover{
    color: #f9c200;
}
.brighton-pagination{
    position: relative;
    margin: 10px 0 0;
}
.brighton-pagination a, .brighton-pagination span {
    width: 60px;
    height: 60px;
    background: #242424;
    border: none;
    border-radius: 0;
    font-size: 20px;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    padding: 0 0;
    margin: 0 1px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(7, 98, 253, 0.07);
    -moz-box-shadow:    0px 10px 20px 0px rgba(7, 98, 253, 0.07);
    box-shadow:         0px 10px 20px 0px rgba(7, 98, 253, 0.07);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.brighton-pagination a.next,
.brighton-pagination a.prev{
    font-size: 28px;
    position: relative;
    top: 2px;
}
.brighton-pagination a:hover, .brighton-pagination span.current {
    background: #f6cf55;
    color: #292d34;
}
/*------------------------------------------------------
/ 7. Blog Detils Page
/------------------------------------------------------*/
.single-blog-section{
    position: relative;
    background: #0f0f0f;
    padding: 180px 0 120px;
}
.post-top{
    position: relative;
    text-align: center;
    display: inline-block;
    padding: 0 150px;
    margin: 0 0 64px;
}
.post-top h2{
    font-size: 50px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 33px;
}
.post-top p{
    margin: 0 0 20px;
    padding: 0 45px;
}
.post-admin{
    position: relative;
    max-width: 250px;
    margin: 0 auto;
}
.post-admin img{
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 18px 15px 0 0;
    border-radius: 50%;
}
.post-admin a{
    display: inline-block;
    font-size: 18px;
    line-height: .8;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 0px;
}
.post-admin span{
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: .8;
    color: #ffffff;
    opacity: .75;
    font-weight: 400;
    margin: -15px 0 0 37px;
}
.post-img{
    position: relative;
    margin: 0 0 33px;
}
.post-img img{
    max-width: 100%;
    height: auto;
    width: auto;
}
.post-meta{
    display: flex;
    justify-content: space-between;
    margin: 0 0 42px;
}
.single-meta{
    position: relative;
    padding-left: 14px;
}
.single-meta span{
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #f6cf55;
    font-weight: 400;
    position: relative;
    margin: 0 0 1px;
}
.single-meta span:after{
    position: absolute;
    left: -14px;
    bottom: 0;
    top: 0;
    margin: auto 0;
    content: '';
    width: 5px;
    height: 5px;
    background: #f9c200;
}
.single-meta p{
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 14px;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
}
.post-content .single-meta p{
    margin: 0;
}
.post-content{
    position: relative;
    padding: 0 190px;
    margin: 0 0 71px;
}
.post-content > p{
    margin: 0 0 30px;
}
.p-title{
    font-size: 26px;
    color: #ffffff;
    font-weight: 500;
    margin: 60px 0 18px;
}
.mg-bottom-60{
    margin: 0 0 60px;
}
blockquote{
    position: relative;
    background: transparent;
    margin: 61px 0 51px;
    overflow: hidden;
    border: none;
    padding: 0 85px 0;
}
blockquote img{
    width: 53px;
    height: 39px;
    margin: 0 0 18px;
}
blockquote p{
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    font-style: italic;
    margin: 0 0 30px;
}
blockquote cite{
    position: relative;
    display: inline-block;
    padding-left: 75px;
}
blockquote cite img{
    width: 54px;
    height: 54px;
    border-radius: 50%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
}
blockquote cite p{
    font-size: 15px;
    line-height: 30px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 0;
    font-style: normal;
    font-weight: 400;
    margin: 0 0 4px;
}
blockquote cite span{
    display: block;
    font-size: 14px;
    line-height: .8;
    color: #fff;
    font-style: normal;
    opacity: .75;
}
.social-share{
    display: flex;
    position: relative;
    padding: 0 190px;
    margin: -11px 0 0;
    width: 100%;
}
.social-share p{
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    margin: 10px 20px 0 0;
}
.social-share ul{
    margin: 0;
    padding: 0;
}
.social-share ul li{
    list-style: none;
    display: inline-block;
    margin-right: 6px;
}
.social-share ul li:last-child{
    margin-right: 0;
}
.social-share ul li a{
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    font-size: 16px;
    line-height: 52px;
    color: rgba(255, 255, 255, .75);
}
.social-share ul li a:hover{
    color: #292d34;
    background: #f6cf55;
}

/*--- Latest Post Css ---*/
.latest-post-section{
    position: relative;
    background: #060606;
    padding: 90px 0 120px;
}
.latest-post-section .sec-title{
    margin-bottom: 50px;
    font-size: 50px;
    line-height: 60px;
}
.lt-post-slider.owl-carousel{
    position: relative;
}
.lt-post-slider.owl-carousel .single-post{
    margin-bottom: 0;
}
.lt-post-slider.owl-carousel .owl-nav{
    position: absolute;
    width: 100%;
    left: 0;
    top: 41%;
}
.lt-post-slider.owl-carousel .owl-nav button{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    z-index: 2;
    background: #f6cf55;
    border: 12px solid #060606;
    font-size: 22px;
    color: #000;
    line-height: 55px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.lt-post-slider.owl-carousel .owl-nav .owl-prev{
    left: -40px;
}
.lt-post-slider.owl-carousel .owl-nav .owl-next{
    right: -40px;
    left: auto;
}
.lt-post-slider.owl-carousel .owl-nav button.disabled{
    display: none;
}

/*--- Comment Section Css ---*/
.comment-section{
    position: relative;
    background: #0f0f0f;
    padding: 120px 0 120px;
}
.comment-section .sec-title{
    margin-bottom: 50px;
    font-size: 50px;
    line-height: 60px;
}
.comment-form{
    position: relative;
}
.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"]{
    width: 100%;
    border: none;
    outline: none;
    height: 60px;
    background: #272727;
    font-size: 17px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 400;
    padding: 0 20px;
    margin-bottom: 10px;
}
.comment-form textarea::-moz-placeholder,
.comment-form input::-moz-placeholder{
   color: #fff;
   opacity: .5; 
}
.comment-form textarea::-ms-input-placeholder,
.comment-form input::-ms-input-placeholder{
   color: #fff;
   opacity: .5; 
}
.comment-form textarea::-webkit-input-placeholder,
.comment-form input::-webkit-input-placeholder{
   color: #fff;
   opacity: .5; 
}
.comment-form textarea{
    resize: none;
    line-height: 30px;
    height: 150px;
    padding-top: 19px;
    margin-bottom: 20px;
}
.comment-form button,
.comment-form input[type="submit"]{
    font-size: 16px;
    color: #0f0f0f;
    font-weight: 500;
    letter-spacing: 1px;
    outline: none;
    border: none;
    text-align: center;
    padding: 0 42px;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    background: #f6cf55;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.comment-form button:hover,
.comment-form input[type="submit"]:hover{
    color: #fff;
}
.comment-form .noPaddingLeft{
    padding-left: 5px;
}
.comment-form .noPaddingRight{
    padding-right: 5px;
}
.comment-area{
    position: relative;
    margin: 70px 0 0;
}
.comment-area .sec-title{
    margin-bottom: 25px;
    font-size: 50px;
    line-height: 60px;
}
.comment-list{
    margin: 0;
    padding: 0;
}
.comment-list li{
    list-style: none;
    display: block;
    margin: 0 0 0;
}
.comment-list > li:first-child .single-comment{
    border-top: none;
}
.comment-list .children{
    margin: 0 0 0;
    padding-left: 60px;
}
.single-comment{
    position: relative;
    padding-left: 70px;
    padding-top: 27px;
    margin-top: 21px;
    border-top: 1px solid rgba(255, 255, 255, .10);
}
.single-comment img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 25px;
}
.single-comment h5{
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 9px;
}
.single-comment h5 a{
    color: inherit;
}
.single-comment h5 a:hover{
    color: #f6cf55;
}
.comment{
    position: relative;
}
.comment p{
    color: inherit;
    margin: 0;
}
.single-comment .comment-reply-link{
    display: inline-block;
    font-size: 17px;
    line-height: 30px;
    color: #f6cf55;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 20px;
}
.single-comment .comment-reply-link:hover{
    color: #fff;
}
.comment-area .brighton-pagination{
    margin-top: 35px;
}

/*--------------------------------------------------------
/ 8. Back To Top
/---------------------------------------------------------*/
#back-to-top {
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f9c200;
    color: #0f0f0f;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    border-radius: 50%;
    cursor: pointer;
    -webkit-box-shadow: 0px 10px 17.5px rgba(246, 207, 85, 0.2);
    -moz-box-shadow:    0px 10px 17.5px rgba(246, 207, 85, 0.2);
    box-shadow:         0px 10px 17.5px rgba(246, 207, 85, 0.2);
}
#back-to-top:hover{
    opacity: .75;
}

/*--------------------------------------------------------
/ 9. Preloader
/---------------------------------------------------------*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #0f0f0f;
  z-index: 9999; 
}
.la-ball-scale-multiple,
.la-ball-scale-multiple>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-ball-scale-multiple{display:block;font-size:0;color:#f6cf55}
.la-ball-scale-multiple.la-dark{color:#0f0f0f}
.la-ball-scale-multiple>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-ball-scale-multiple{width:32px;height:32px}
.la-ball-scale-multiple>div{position:absolute;top:0;left:0;width:32px;height:32px;border-radius:100%;opacity:0;-webkit-animation:ball-scale-multiple 1s 0s linear infinite;-moz-animation:ball-scale-multiple 1s 0s linear infinite;-o-animation:ball-scale-multiple 1s 0s linear infinite;animation:ball-scale-multiple 1s 0s linear infinite}
.la-ball-scale-multiple>div:nth-child(2){-webkit-animation-delay:.2s;-moz-animation-delay:.2s;-o-animation-delay:.2s;animation-delay:.2s}
.la-ball-scale-multiple>div:nth-child(3){-webkit-animation-delay:.4s;-moz-animation-delay:.4s;-o-animation-delay:.4s;animation-delay:.4s}
.la-ball-scale-multiple.la-sm{width:16px;height:16px}
.la-ball-scale-multiple.la-sm>div{width:16px;height:16px}
.la-ball-scale-multiple.la-2x{width:64px;height:64px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-ball-scale-multiple.la-2x>div{width:64px;height:64px}
.la-ball-scale-multiple.la-3x{width:96px;height:96px}
.la-ball-scale-multiple.la-3x>div{width:96px;height:96px}@-webkit-keyframes ball-scale-multiple{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}5%{opacity:.75}100%{opacity:0;-webkit-transform:scale(1);transform:scale(1)}}@-moz-keyframes ball-scale-multiple{0%{opacity:0;-moz-transform:scale(0);transform:scale(0)}5%{opacity:.75}100%{opacity:0;-moz-transform:scale(1);transform:scale(1)}}@-o-keyframes ball-scale-multiple{0%{opacity:0;-o-transform:scale(0);transform:scale(0)}5%{opacity:.75}100%{opacity:0;-o-transform:scale(1);transform:scale(1)}}@keyframes ball-scale-multiple{0%{opacity:0;-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0)}5%{opacity:.75}100%{opacity:0;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}

