/*
Theme Name: Rave
Theme URI: http://preview.droitthemes.net/wp/rave-theme/
Author: Droitthemes
Author URI: https://themeforest.net/user/droitthemes
Description: Rave is a creative WordPress theme for saas, software, startup, mobile app, agency and related products & services. Rave is loaded with tons of features, elements & blocks, options that give its users real flexibility to create a dynamic, professional website in no time.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Requires at least: 5.0
Tested up to: 5.7
Requires PHP: 7.0
Text Domain: rave
*/

/*** ==== Variable CSS ====***/
:root {
    --font-poppins: "Poppins", Sans-serif;
    --letter-spacing: normal;
}


/**=== Admin bar ===**/
.admin-bar .rave_header .cart_side_menu,
.admin-bar header {
    margin-top: 32px;
}

@media (max-width: 782px) {
    .admin-bar header {
        margin-top: 46px;
    }
}

@media (max-width: 482px) {
    .admin-bar header.navbar_fixed {
        margin-top: 0;
    }
}

/**=== Body ===**/
body {
    font-weight: 300;
    font-family: var(--font-poppins);
    letter-spacing: normal;
}


/**=== Mailchimp Form ===**/
.home_subscribe_area .mailchimp p {
    margin-top: 20px;
    margin-bottom: 0;
}
.rave-subscribe.style_5 .form-control {
    margin-bottom: 10px;
    border: 1px solid #333333;
}
.rave-subscribe.style_5 .subscribe_btn {
    background: #333333;
    border-color: #333;
    right: 0;
    top: 0;
    position: relative;
    font-size: 20px;
    color: #ffffff;
}
.blog_subscribe_form {
    max-width: 100%;
}

/**=== Client Logo ===**/
.startup_clients_logo {
    width: auto;
    margin-bottom: 0;
}

.rave-single-image.image-overlay {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
}

.rave-single-image.image-overlay::before {
    content: "";
    position: absolute;
    background: #60549c;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    transition: opacity 0.4s linear;
    z-index: 1;
}

.rave-single-image.image-overlay:hover::before {
    opacity: 0;
}

ul.list-unstyled.banner_dot {
    z-index: 1;
}

/**=== Section Padding & Margin ====**/

.corporate_banner_text {
	margin-top:140px !important;
}

.agency_blog_area, .hotel_offers_area, .travel_tour_area, .education_about_content, .portfolio_metro_area,
.portfolio_metro_gallery,
.hotel_resturents_tab_area, .home_features_area, .work_steps_info, .education_event_area, .event_story {
    padding: 0;
}
.rave_video_style_2 .education_video_btn, .personal_instragram_area,
.parallax_image_effect img, .faq_inner {
    margin: 0;
}

/**=== Testimonials ===**/
.round_img.testi_s2 img {
    margin: 0 auto;
    margin-bottom: -32px;
    margin-top: 48px;
}

.full-wrap {
    height: 100vh;
}

.fp-section.fp-table, .fp-slide.fp-table {
    background: #1a1a1a;
}

/**===================================== Contact Form ================================**/
.travel_subscribe_box, .contact_form {
    max-width: 100%;
}
.contact_area .contact_form {
    max-width: 470px;
}
.contact_form .form-group label {
    cursor: pointer;
}
.contact_form .form-group.checkbox_field {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.contact_form .form-group .wpcf7-submit.home_btn_hover {
    margin-top: 0;
}
div.wpcf7 .ajax-loader {
    display: none;
}
.checkbox .wpcf7-form-control .wpcf7-list-item input[type="checkbox"]:checked + .l_text:before {
    background: #ff4d6f;
    border-color: #ff4d6f;
}
.contact_form .form-group .wpcf7-select {
    width: 100%;
}
.contact_form .form-group .niceSelect {
    font-size: 16px;
}
.contact_area .contact_form {
    max-width: 600px;
}


/**=== Portfolio Area ===**/
.portfolio_details_gallery {
    padding-bottom: 100px;
}
.portfolio_related_post_area,
.portfolio_details_pagination_area {
    padding-bottom: 120px;
}
.home_header_area_black.margin_top + section.portfolio_details_banner_two,
.portfolio_slider.gallery3_carousel .slick-dots,
.portfolio_details_gallery .parallax_text {
    margin-top: 0;
}
.agency_portfolio_item .content .brand_category+.brand_category {
    margin-left: 10px;
}
.portfolio_slider .item img {
    height: auto;
}
.portfolio_slider.gallery3_carousel img {
    margin-bottom: 14px;
}
.promo_content h6, .shop_subscribe_area .shop_title h6,
.multiscroll_area .split_content h2, .portfolio_related_post_area h5 {
    font-weight: 500;
}
.portfolio_metro_gallery .portfolio_info .portfolio-title {
    margin-bottom: 8px;
}
.portfolio_details_info h2.post-title {
    font-size: 46px;
    line-height: 1.2;
}

.portfolio_related_post_area .portfolio_item .portfolio_content h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
}
.portfolio_area .protfolio_custom_col .portfolio_item {
    text-align: center;
}
.home_news_list_inner .agency_learn_btn:hover i {
    margin-left: 0;
}


/**=== Navbar Menu ===**/
.menu .nav-item.submenu.mega_menu .mega_menu_inner .dropdown-menu {
    width: 94%;
}
.home_header_area_black .menu .nav-item .nav-link {
    color: #212529;
}
.menu .nav-item .mobile_dropdown_icon {
    padding: 0 0 0 30px;
}
.corporate_video, .rave_video_style_4 .rave_action_btn {
    display: flex;
    align-items: center;
}

.rave_action_btn.btn_icon_align_left {
    flex-direction: row-reverse;
}
.rave_action_btn a {
    color: #ffffff;
}
.rave_action_btn i {
    height: auto;
    width: auto;
}
.event_btn.rave_action_btn a {
    display: inline-block;
    line-height: 36px;
    font-family: cerebriSans;
    font-weight: 600;
    background: #f94f2b;
    padding: 12px 35px;
    font-size: 18px;
    border-radius: 12px;
    color: #fff;
    transition: transform 0.2s ease-in-out;
}

.event_btn.rave_action_btn:hover a {
    transform: translateY(4px);
}

.menu_site_btn .education_menu {
    background-color: transparent;
}
.agency_header_area .menu {
    margin-left: 185px;
}

/**=== Banner Area ===**/
.shopping_cart_banner_area {
    padding: 120px;
}
.banner_area > .container {
    z-index: 2;
}

/**=== Blog ===**/
section.blog_list_area {
    padding-top: 0;
}
.blog_details_area_two .blog_margin_bottom {
    padding-bottom: 115px;
}
.blog_details_content > p:not(:last-child) {
    margin-bottom: 34px;
}
.blog_details_content > p:empty {
    display: none;
}
.corporate_blog_item .content {
    border: none;
    border-radius: 0;
}
.agency_portfolio_item .content .brand_category, .corporate_team .team_img,
.corporate_blog_item .content .category, .about_gallery li .normal_gallery {
    display: inline-block;
}
.blog_banner_area_two .blog_banner_title_w h6 a {
    color: #fff;
}
.portfolio_banner_title .author .media-body .position {
    color: rgba(255, 255, 255, 0.7);
}

.comment_box .post_comment .author_post .media-body h4.author_name {
    font-size: 18px;
}
.blog_details_info .author_post_info h6 {
    letter-spacing: normal;
}
.blog_details_info .author_post_info .author_post .media-body p {
    line-height: 30px;
    font-size: 16px;
}

/**=== Parallax Image ===**/
.parallax_image_effect .absolute {
    position: absolute;
}
.education_program_gallery_info, .home_news_list_inner .home_news_list_item .media-body h3,
.corporate_team_item .corporate_team, .corporate_team_item .corporate_team .team_img {
    margin-bottom: 0;
}

/**=== Gallery ===**/
.about_gallery li .normal_gallery img {
    border-radius: 5px;
    overflow: hidden;
    background-color: #aaaaaa;
    box-shadow: 0 30px 70px 0 #eff0f6;
    margin-bottom: 0;
}

/**============================ Blog Post Gutenberg ==========================**/
.blog_details_content .heading_3 {
    margin-bottom: 34px;
}

.blog_details_content .heading_5 {
    margin-top: 28px;
    color: #899097;
    font-weight: 400;
}

/**============================ Footer Area ==========================**/
.copy_right_text a {
    color: #899097;
}
.copy_right_text a:hover {
    color: #ff4d6f;
}

.copy_right_text svg {
    color: #ff4d6f
}

/**========================== Blog Banner ==========================*/
.blog_banner_area_three .blog_banner_title h6 a,
.blog_banner_area .blog_banner_title h6 a {
    color: #899097;
}

/**========================== Full Screen Slider ==========================*/
.agency_container_right .agency_img .agency_text h2 {
    color: #ffffff;
}

.agency_scroll {
    height: 100vh !important;
}

/**========================== Back to Top ==========================*/
#back_to_top {
    width: 50px;
    height: 50px;
    line-height: 55px;
    font-size: 20px;
}
#back_to_top i {
    color: #575969;
}
#back_to_top i:hover {
    color: #ffffff;
}

/**========================== Featured Video ==========================*/
.rave_video_style_2 {
    display: flex;
    justify-content: center;
}
.rave_video_style_4 .video_btn {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: #fff;
    transition: color 0.3s linear;
}
.rave_video_style_4 .video_btn:hover {
    color: #ff4d6f;
}
.rave_video_style_4 .video_btn .icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    text-align: center;
    line-height: 51px;
    font-size: 16px;
    color: #fff;
    margin-right: 20px;
    padding-left: 6px;
    transition: color 0.3s linear;
}
.rave_video_style_4 .video_btn .icon:before,
.rave_video_style_4 .video_btn .icon:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
}
.rave_video_style_4 .video_btn:hover .icon {
    color: #ff4d6f;
}
.rave_video_style_4 .video_btn:hover .icon:before {
    border-top-color: #ff4d6f;
    border-right-color: #ff4d6f;
    border-bottom-color: #ff4d6f;
    border-left-color: #ff4d6f;
    transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s, border-left-color 0.15s linear 0.3s;
}
.rave_video_style_4 .video_btn .icon:after {
    border: 0 solid transparent;
}
.rave_video_style_4 .video_btn .icon:before {
    border: 1px solid #fff;
}

.rave_video_style_4 .video_btn:hover .icon:after {
    border-top: 1px solid #ff4d6f;
    border-left-width: 1px;
    border-right-width: 1px;
    transform: rotate(70deg);
    transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
}

/**====== Play Button ======**/
.popup-youtube.video_btn_two {
    color: #fff;
    border: 1px solid #fff;
    position: relative;
}
.popup-youtube.video_btn_two:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 5px;
    left: 5px;
    position: absolute;
    border: 1px solid #fff;
    transition: all 0.2s linear;
}
.popup-youtube.video_btn_two:hover:before {
    top: 0;
    left: 0;
}

/**======= Home Travel ========**/
.travel_banner_text .bubble {
    position: inherit;
}
.travel_package_item .content .time {
    text-transform: capitalize;
}
.travel_banner_text .tavel_search {
    margin-top: 0;
}
.travel_tour_content span.wpte-currency-code {
    margin-right: -6px;
}

/**======= Classic Hero Section ========**/
.banner_dot li:nth-child(1) {
    background: rgba(219, 0, 255, 0.4);
}
.banner_dot li:nth-child(2) {
    background: rgba(0, 253, 10, 0.4);
}
.banner_dot li:nth-child(3) {
    background: rgba(38, 23, 103, 0.9);
}
.banner_dot li:nth-child(4),
.banner_dot li:nth-child(6) {
    background: rgba(255, 77, 111, 0.2);
}

.banner_dot li:nth-child(6) {
    top: 50%
}

.banner_dot li:nth-child(5) {
    background: rgba(107, 33, 232, 0.12);
}

.banner_dot li:nth-child(8) {
    background: rgba(255, 77, 111, 0.5);
}

.banner_dot li:nth-child(7) {
    background: rgba(58, 231, 255, 0.1);
}

.banner_dot_two li:nth-child(1),
.banner_dot_two li:nth-child(2),
.banner_dot_two li:nth-child(6),
.banner_dot_two li:nth-child(9),
.banner_dot_two li:nth-child(10),
.banner_dot_two li:nth-child(11),
.banner_dot_two li:nth-child(13) {
    background: rgba(54, 18, 115, 0.5);
}

.banner_dot_two li:nth-child(3) {
    background: rgba(160, 146, 240, 0.18);
}

.banner_dot_two li:nth-child(4),
.banner_dot_two li:nth-child(17) {
    background: rgba(45, 28, 146, 0.2);
}

.banner_dot_two li:nth-child(5) {
    background: rgba(157, 99, 255, 0.4);
}

.banner_dot_two li:nth-child(7),
.banner_dot_two li:nth-child(8),
.banner_dot_two li:nth-child(16) {
    background: rgba(45, 28, 146, 0.3);
}

.banner_dot_two li:nth-child(12) {
    background: rgba(255, 199, 0, 0.15);
}
.banner_dot_two li:nth-child(14) {
    background: rgba(255, 255, 255, 0.3);;
}
.banner_dot_two li:nth-child(15) {
    background: rgba(45, 28, 146, 0.5);
}

/**======= Team Member =======**/
.team_item {
    overflow: hidden;
}

/**======= Pricing Table =======**/
.stratup_price_area .startup_price_item ul li {
    list-style: none;
}
.startup_tabcontent .startup_price_item .price_head .price {
    display: flex;
    justify-content: center;
    line-height: 0;
    margin: 70px 0 20px;
}

.startup_tabcontent .startup_price_item .price_head .price span {
    transform: translateY(-6px);
}

/**================ Blog Image ================**/
.const_post_item img {
    max-width: inherit;
}

/**================ Pagination ================**/
.pagination a.prev, .pagination a.next {
    font-size: 12px;
    text-transform: uppercase;
    color: #9a9a9a;
    width: auto;
}
.pagination a.prev:hover, .pagination a.next:hover {
    border-color: transparent;
}

/***====== Logo ===============***/
header .navbar-brand img {
    width: 64px;
    height: auto;
}

.home_footer_area .footer_widget .wp-block-image a img {
    width: 180px;
    height: auto;
}
.comment_box .post_comment .author_post .media-body p {
    font-size: 15px;
}
.home_news_list_inner .agency_learn_btn i {
    margin-left: 2px;
    font-size: 12px;
}

/****============ Home Travel ===============***/
.travel_tour_slider .item .travel_tour_item .travel_tour_content h6 a {
    color: #ffffff;
}

.shop_categorie_img .shop_categorie_content .agency_learn_btn {
    line-height: normal;
}


/****============== Social Icons ============================***/


.main_header .header_social a svg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s;
}
.main_header .header_social a svg + svg {
    top: 110%;
}
.main_header .header_social a:hover svg {
    top: -101%;
    color: #fff;
}
.main_header .header_social a:hover svg + svg {
    top: 0;
}

/***============== Banner Title Bar =========================***/

.blog_banner_area .section_title h2 {
    font-size: 50px;
    line-height: 65px;
    margin-bottom: 0;
}

/***============== Online Shop =========================***/

.side_menu.cart_side_menu .cart_product_item {
    padding: 20px 10px 20px 0;
}

/***============== Bottom Widget =========================***/

.sticky-footer {
	display: block;
	position: fixed;
	background: #0A0A0A;
	padding: 5px 15px;
	z-index: 9;
	width: 100%;
	bottom: 0;
	box-shadow: 0 -2px 5px #0000002e;
}

.sticky-footer .footer-nav {
	display: grid;
	grid-gap: 0;
	height: 100%;
	text-align:center;
}

.sticky-footer .footer-nav a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	
	text-decoration: none;
	color: #ffffff;
	font-size: 28px;
	position: relative;
	font-weight: 600;
	
	-webkit-box-pack: center;
    -ms-flex-pack: center;
	justify-content:center;
}

.sticky-footer .footer-nav a img {
    padding-right: 8px;
}

.sticky-footer .footer-nav a i.fa { font-size: 20px; }
.kingster-copyright-wrapper {   padding-bottom: 55px; }
.footer-nav p {
    margin-bottom: 5px;
    color: #fff;
    font-size: 20px;
}	
	
@media screen and (min-width: 768px){
	.sticky-footer{ display:none; }
}


/***============== Media Query =========================***/


.para p {
    color: #000;
    font-weight: 400;
    margin-bottom:20px;
}

@media screen and (min-width: 768px) and (max-width: 991px){
	.shopping_cart_banner_area {
		padding: 140px 120px 40px 120px;
	}
}

@media screen and (max-width: 600px){
	span.spacer {
		padding-top: 60px !important;
	}
}

@media screen and (max-width: 767px){
	#qlwapp.qlwapp-bottom-left, 
	#qlwapp.qlwapp-bottom-right { bottom: 80px !important;  }
	#callnowbutton.cnb-single { margin-bottom: 80px !important; }
	.item-call .elementor-heading-title span {  display: block; }
	.keyinfo .row .col-md-3 {
		float: left;
		width: 22%;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.keyinfo .row .col-md-9 {
		float: left;
		width: 78%;
		padding-left: 10px;
		padding-right: 10px;	
	}
	
}



@media screen and (max-width: 414px){
	ul.h_social_icon.mobile_block {
		display: none;
	}
}	