/*!
Theme Name: TriptoParadise
Theme URI: http://underscores.me/
Author: zubtech
Author URI: http://portfoliowebsite.infinityfreeapp.com
Description: ZubTech is a modern digital solutions brand specializing in custom website development, WordPress solutions, and creative design. We help businesses build strong online identities through clean code, smart functionality, and visually engaging designs that drive growth and user engagement.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: triptoparadise
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

TriptoParadise is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 @import url('https://fonts.googleapis.com/css2?family=Galdeano&family=IM+Fell+Great+Primer:ital@0;1&display=swap');

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}


/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	overflow-x: hidden;
    font-family: "Galdeano", sans-serif !important;
}
#chatbox {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 320px;
  z-index: 999;
  border-radius: 10px;
  box-shadow: 0 0 10px #000;
  background: #fff;
}
#chat-header {
  background: #0d6efd;
  color: white;
  padding: 10px;
}
#chat-body {
  height: 250px;
  overflow-y: auto;
  padding: 10px;
}
.home-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.home-slider .home-banner-items {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
    z-index: 1;
}

/* Ensure the initial active slide shows immediately */
.home-slider .home-banner-items.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 2;
}
h1,h2,h3,h4,h5,h6{
	font-weight:bold !important;
}
/* ======================================
   Contact Page Styles
   ====================================== */

/* Breadcrumb Area */
.breadcrumb-area {
    position: relative;
    padding: 120px 0 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}
/* Progress Bar */
#reading-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background: #0d6efd;
    z-index: 9999;
    transition: width 0.1s ease;
}

/* Typography & Content */
.entry-content {
    font-size: 1.15rem;
    line-height: 1.9;
    color: #343a40;
}

.entry-content h2 { margin-top: 2.5rem; font-weight: 800; }

/* Sticky Share Bar */
.sticky-share-bar {
    position: sticky;
    top: 6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.share-link {
    width: 45px;
    height: 45px;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: bold;
    color: #6c757d;
    transition: all 0.3s ease;
}

.share-link:hover {
    background: #0d6efd;
    color: white;
    border-color: #0d6efd;
    transform: translateY(-3px);
}

/* Widget Styles */
.widget-title::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    
    margin-top: 8px;
}

.popular-item img {
    transition: transform 0.3s ease;
}

.popular-item:hover img { transform: scale(1.05); }
.breadcrumb-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.breadcrumb-area.style2 {
    padding: 150px 0 100px;
}

.breadcrumb-area .inner-content-box {
    text-align: center;
}

.breadcrumb-area .title-s2 span {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
    opacity: 0.9;
}

.breadcrumb-area .title-s2 h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}

.breadcrumb-subtitle {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
}

/* Contact Address Area */
.contact-address-area {
    padding: 100px 0 70px;
    background: #f8f9fa;
}

.single-contact-address-box {
    background: #fff;
    padding: 40px 30px;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.single-contact-address-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #007bff, #0056b3);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.single-contact-address-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.single-contact-address-box:hover::before {
    transform: scaleX(1);
}

.single-contact-address-box .icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    border-radius: 50%;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.single-contact-address-box:hover .icon-wrapper {
    transform: rotateY(360deg);
}

.single-contact-address-box .icon-wrapper span {
    font-size: 36px;
    color: #fff;
}

.single-contact-address-box h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.single-contact-address-box p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 10px;
}

.single-contact-address-box p a {
    color: #007bff;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.single-contact-address-box p a:hover {
    color: #0056b3;
}

.view-map-link {
    display: inline-block;
    color: #007bff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 10px;
    transition: all 0.3s ease;
}

.view-map-link:hover {
    color: #0056b3;
    transform: translateX(5px);
}

.working-hours,
.response-time {
    font-size: 14px;
    color: #888;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.working-hours span {
    font-weight: 600;
    color: #333;
}

/* Contact Stats */
.contact-stats {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #fff;
    padding: 50px 30px;
    margin-top: 50px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
    padding: 0 20px;
    flex: 1;
    min-width: 150px;
}

.stat-item h4 {
    font-size: 42px;
    font-weight: 700;
    color: #007bff;
    margin-bottom: 10px;
    line-height: 1;
}

.stat-item p {
    font-size: 16px;
    color: #666;
    margin: 0;
}

/* Google Map Section */
.google-map-area {
    padding: 0;
    position: relative;
}

.google-map-inner {
    position: relative;
    overflow: hidden;
}

.google-map-inner iframe {
    display: block;
    width: 100%;
    min-height: 450px;
    border: none;
}

.map-overlay-info {
    position: absolute;
    top: 30px;
    left: 30px;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    max-width: 300px;
    z-index: 10;
}

.map-overlay-info h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.map-overlay-info p {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}
.destinations-carousel {
    position: relative;
}

.destinations-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.destinations-slider .owl-nav button {
    background: rgba(255, 255, 255, 0.3) !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.5) !important;
}

.destinations-slider .owl-nav button:hover {
    background: rgba(255, 255, 255, 0.9) !important;
}

.destinations-slider .owl-nav button.owl-prev {
    margin-left: -25px;
}

.destinations-slider .owl-nav button.owl-next {
    margin-right: -25px;
}

.destinations-slider .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.destinations-slider .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.4) !important;
    border-radius: 50%;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.destinations-slider .owl-dot.active {
    background: #fff !important;
    width: 30px;
    border-radius: 10px;
}

.dash-style {
    position: relative;
    display: inline-block;
    padding: 0 40px;
}

.dash-style::before,
.dash-style::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 30px;
    height: 2px;
    background: #fff;
}

.dash-style::before {
    left: 0;
}

.dash-style::after {
    right: 0;
}

@media (max-width: 768px) {
    .destinations-slider .owl-nav button {
        width: 40px;
        height: 40px;
    }
    .travel-modal-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.travel-modal-overlay.active {
    display: flex;
}

.travel-modal-box {
    background: #fff;
    padding: 30px 40px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    max-width: 320px;
    transform: scale(0.8);
    opacity: 0;
    transition: all 0.3s ease;
}

.travel-modal-overlay.active .travel-modal-box {
    transform: scale(1);
    opacity: 1;
}

.travel-modal-icon {
    font-size: 42px;
    margin-bottom: 12px;
}

.travel-modal-icon.success::before {
    content: "✓";
    color: #fff;
    background: #2e7d32;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    display: inline-block;
}

.travel-modal-icon.error::before {
    content: "✕";
    color: #fff;
    background: #c62828;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    display: inline-block;
}

.travel-modal-msg {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #333;
}
    .destinations-slider .owl-nav button.owl-prev {
        margin-left: 0;
		display:none !important;
    }
    
    .destinations-slider .owl-nav button.owl-next {
        margin-right: 0;
		display:none !important;
    }
}
.btn-directions {
    display: inline-block;
    padding: 10px 25px;
    background: #007bff;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.btn-directions:hover {
    background: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
}

/* Contact Form Area */
.contact-info-area {
    padding: 50px 0;
    background: #fff;
}

.contact-form {
    max-width: 100%;
}

.sec-title {
    text-align: center;
    margin-bottom: 50px;
}

.sec-title.with-text p:first-child {
    color: #007bff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.floating-contact-widget {
    position: fixed;
    bottom: 70px;
    right: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

.floating-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
}

.floating-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.4);
}

.call-btn {
  background-color: #007bff; /* Blue */
}

.whatsapp-btn {
  background-color: #25d366; /* WhatsApp Green */
}
.hotelsss img {
    border-radius: 50% !important;
    border: 2px solid #fff !important;
    height: auto !important;
}
.btn{
	background : #FFB400;
}
.sec-title .title {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.3;
}

.sec-title .title span {
    color: #007bff;
}

.sec-title .bottom-text {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
}

.contact-form .inner-box {
    background: #f8f9fa;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.contact-form .input-box {
    position: relative;
    margin-bottom: 30px;
}

.contact-form .input-box input,
.contact-form .input-box select,
.contact-form .input-box textarea {
    width: 100%;
    padding: 15px 20px 15px 50px;
    font-size: 15px;
    color: #333;
    border: 2px solid #e0e0e0;
    border-radius: 5px;
    background: #fff;
    transition: all 0.3s ease;
    outline: none;
}

.contact-form .input-box input:focus,
.contact-form .input-box select:focus,
.contact-form .input-box textarea:focus {
    border-color: #007bff;
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.1);
}

.contact-form .input-box textarea {
    resize: vertical;
    min-height: 150px;
}

.contact-form .input-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #007bff;
    font-size: 16px;
    pointer-events: none;
}

.contact-form .input-box .icon.envelop {
    top: 15px;
    height: auto;
}

.contact-form .input-box select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 12px;
    cursor: pointer;
}

.privacy-check {
    margin-bottom: 30px;
}

.privacy-check input[type="checkbox"] {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    cursor: pointer;
}

.privacy-check label {
    font-size: 14px;
    color: #666;
    display: inline;
    cursor: pointer;
}

.privacy-check label a {
    color: #007bff;
    text-decoration: none;
    font-weight: 600;
}

.privacy-check label a:hover {
    text-decoration: underline;
}
.top-destinations {
	background-size: cover;
	background-position: center;
	background: #146D90;
}

.top-destinations .overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
}

.section-heading .title {
	font-size: 2.5rem;
	color: #fff;
	font-weight: 700;
}

.section-heading .subtitle {
	color: #ddd;
	font-size: 1rem;
}

.destination-card {
	all: unset;
	cursor: pointer;
	display: block;
	background: #fff;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0,0,0,0.15);
	transition: all 0.35s ease;
}

.destination-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

.image-wrap img {
	width: 100%;
	height: 260px;
	object-fit: cover;
}

.card-content {
	padding: 20px;
	text-align: center;
}

.card-content h4 {
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 8px;
}

.card-content .explore {
	color: #ff7a18;
	font-weight: 500;
	font-size: 0.9rem;
}

.button-box {
    text-align: center;
}

.btn-one {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 40px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
}

.btn-one:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.4);
    background: linear-gradient(135deg, #0056b3, #003d82);
}

.btn-one .btn-text {
    display: inline-block;
}

.btn-one .flaticon-next {
    display: inline-block;
    font-size: 18px;
}

.form-response {
    margin-top: 20px;
    padding: 15px;
    border-radius: 5px;
    display: none;
}

.form-response.success {
    display: block;
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.form-response.error {
    display: block;
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

#form_botcheck {
    display: none;
}

/* FAQ Quick Section */
.faq-quick-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.faq-quick-box {
    text-align: center;
    color: #fff;
}

.faq-quick-box h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.faq-quick-box > p {
    font-size: 18px;
    margin-bottom: 40px;
    opacity: 0.9;
}

.quick-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}
.sidebar{
    BACKGROUND: #ccc;
    padding: 20px;
}
.btn-one.style-two {
    background: #fff;
    color: #667eea;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.btn-one.style-two:hover {
    background: #f8f9fa;
    color: #764ba2;
}
.innertest{
    margin-top: 30px !important;
}
.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.social-links a:hover {
    color: #667eea;
    transform: translateY(-3px);
}

/* Responsive Styles */
@media (max-width: 1199px) {
    .breadcrumb-area .title-s2 h1 {
        font-size: 40px;
    }
    
    .sec-title .title {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .breadcrumb-area {
        padding: 100px 0 60px;
    }
    
    .contact-address-area {
        padding: 80px 0 50px;
    }
    
    .contact-info-area {
        padding: 80px 0;
    }
    
    .contact-form .inner-box {
        padding: 40px 30px;
    }
    
    .map-overlay-info {
        position: static;
        margin: 20px;
        max-width: 100%;
    }
    
    .stat-item {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .breadcrumb-area .title-s2 h1 {
        font-size: 32px;
    }
    
    .breadcrumb-subtitle {
        font-size: 14px;
    }
    
    .sec-title .title {
        font-size: 28px;
    }
    
    .contact-form .inner-box {
        padding: 30px 20px;
    }
    
    .single-contact-address-box {
        padding: 30px 20px;
    }
    
    .faq-quick-box h3 {
        font-size: 28px;
    }
    
    .quick-links {
        flex-direction: column;
    }
    
    .contact-stats {
        padding: 30px 20px;
    }
    
    .stat-item h4 {
        font-size: 32px;
    }
}


@media (max-width: 575px) {
    .breadcrumb-area {
        padding: 80px 0 40px;
    }
    .trans .owl-nav{
        display: none !important;
    }
    .activity-inner .activity-item {
    border: 1px solid #D9D9D9;
    text-align: center;
    padding: 15px;
     border-radius: 0%; */
     padding: 20px; 
    border: 1px solid #0000ffa1;
}
.top_destinations_section {
    padding: 0px; 
}
.travel-categories h5{
    color : #fff !important
}
.top_destinations_section{
    background: #000 !important;
}
.travel-categories .cursive-heading {
    font-family: 'Dancing Script', cursive;
    font-size: 2rem;
    color: #fff;
}

.section-heading .destination-content h4 {
    
    color: #000 !important; 
}
.destrow .click-btn{
    margin-bottom: 20px !important;
}
 .card-click-btn{
    margin-bottom: 20px !important;
}
    .breadcrumb-area .title-s2 h1 {
        font-size: 28px;
    }
    
    .contact-address-area {
        padding: 60px 0 30px;
    }
    
    .contact-info-area {
        padding: 60px 0;
    }
    
    .faq-quick-section {
        padding: 60px 0;
    }
}


/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
.top-header i{
	color:#fff!important
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */





select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
    padding-left: 20px;
    padding-bottom: 2px;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}



.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
