
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&amp;family=Montez&amp;display=swap");
/* Reboot CSS */
* {
  margin: 0;
  padding: 0;
}

body,
html {
  color: #767676;
  scroll-behavior: smooth;
  overflow-x: hidden;
  padding: 0 !important;
  font-family: Interstate-Regular Regular;
}

.ff-montez {
  font-family: "Montez", cursive !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #161920;
  font-weight: 700;
  line-height: 1.3;
  font-family: Interstate-Regular Regular;
}

p {
  font-size: 16px;
  line-height: 1.67;
  color: #767676;
  font-family: Interstate-Regular Regular;
}

a,
a:hover,
a:focus {
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #161920;
}

ul,
ol {
  margin-bottom: 0;
}
ul li,
ol li {
  line-height: 1.75;
}

.border,
.border-end,
.border-start,
.border-top,
.border-bottom {
  border-color: rgba(38, 38, 41, 0.3) !important;
}

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

input:required,
textarea:required,
input:invalid,
textarea:invalid {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 320px;
}

@media (min-width: 400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 360px;
  }
}
@media (min-width: 480px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 420px;
  }
}
@media (min-width: 576px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}






        
        /* Container styling to avoid body conflicts */
        .hhshsh-container {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: linear-gradient(135deg, #f5f7fa 0%, #e4edf5 100%);
            color: #333;
            line-height: 1.6;
            overflow-x: hidden;
            min-height: 100vh;
            padding: 20px;
        }
        
        /* Hero Section */
        .hhshsh-hero {
            position: relative;
            height: 500px;
            border-radius: 20px;
            overflow: hidden;
            margin-bottom: 50px;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
            animation: fadeIn 1.2s ease-out;
            background: linear-gradient(135deg, #0056b3 0%, #0089ff 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
        }
        
        .hhshsh-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('../photo/swa.avif') center/cover;
            opacity: 0.2;
        }
        
        .hhshsh-hero-content {
            position: relative;
            z-index: 2;
            padding: 0 20px;
            max-width: 800px;
        }
        
        .hhshsh-title {
            font-size: 3.5rem;
            color: white;
            margin-bottom: 20px;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
            animation: slideDown 1s ease-out;
        }
        
        .hhshsh-subtitle {
            font-size: 1.5rem;
            color: rgba(255, 255, 255, 0.9);
            margin-bottom: 30px;
            animation: fadeIn 1.5s ease-out;
        }
        
        /* Section Styling */
        .hhshsh-section {
            background: white;
            border-radius: 18px;
            padding: 40px;
            margin-bottom: 50px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            animation: fadeIn 1s ease-out;
            position: relative;
            overflow: hidden;
        }
        
        .hhshsh-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 5px;
            height: 100%;
            background: linear-gradient(to bottom, #0089ff, #0056b3);
            transform: translateY(100%);
            transition: transform 0.6s ease;
        }
        
        .hhshsh-section:hover::before {
            transform: translateY(0);
        }
        
        .hhshsh-heading {
            font-size: 2.2rem;
            color: #0056b3;
            margin-bottom: 25px;
            position: relative;
            padding-bottom: 15px;
        }
        
        .hhshsh-heading::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 80px;
            height: 4px;
            background: linear-gradient(to right, #0056b3, #0089ff);
            border-radius: 2px;
            animation: lineExpand 1s ease-out;
        }
        
        .hhshsh-text {
            font-size: 1.1rem;
            color: #444;
            margin-bottom: 20px;
            line-height: 1.8;
        }
        
        /* Visa Types Grid */
        .hhshsh-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }
        
        .hhshsh-card {
            background: linear-gradient(135deg, #ffffff 0%, #f9fbfd 100%);
            border-radius: 15px;
            padding: 30px;
            text-align: center;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            animation: cardAppear 0.6s ease-out;
            border: 1px solid #eaeff5;
            position: relative;
            overflow: hidden;
        }
        
        .hhshsh-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: linear-gradient(to right, #0056b3, #0089ff);
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.5s ease;
        }
        
        .hhshsh-card:hover {
            transform: translateY(-15px) scale(1.03);
            box-shadow: 0 15px 30px rgba(0, 105, 255, 0.15);
        }
        
        .hhshsh-card:hover::before {
            transform: scaleX(1);
        }
        
        .hhshsh-icon {
            font-size: 3.5rem;
            color: #0089ff;
            margin-bottom: 25px;
            transition: transform 0.4s ease;
        }
        
        .hhshsh-card:hover .hhshsh-icon {
            transform: scale(1.2) rotate(10deg);
            color: #0056b3;
        }
        
        .hhshsh-card-title {
            font-size: 1.7rem;
            color: #0056b3;
            margin-bottom: 15px;
        }
        
        .hhshsh-card-text {
            font-size: 1rem;
            color: #666;
            margin-bottom: 25px;
        }
        
        /* Requirements List */
        .hhshsh-list {
            list-style-type: none;
            padding: 0;
            margin: 25px 0;
        }
        
        .hhshsh-list-item {
            padding: 15px 20px;
            background: #f8fafd;
            margin-bottom: 12px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            transition: transform 0.3s ease, background 0.3s ease;
            border-left: 4px solid #0089ff;
            animation: slideIn 0.5s ease-out;
            animation-fill-mode: backwards;
        }
        
        .hhshsh-list-item:hover {
            transform: translateX(10px);
            background: #e6f0ff;
        }
        
        .hhshsh-list-item i {
            color: #0089ff;
            margin-right: 15px;
            font-size: 1.2rem;
        }
        
        /* Process Steps */
        .hhshsh-steps {
            display: flex;
            justify-content: space-between;
            margin-top: 50px;
            position: relative;
        }
        
        .hhshsh-steps::before {
            content: '';
            position: absolute;
            top: 40px;
            left: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(to right, #0089ff, #0056b3);
            z-index: 1;
            animation: lineExpand 1.5s ease-out;
        }
        
        .hhshsh-step {
            text-align: center;
            position: relative;
            z-index: 2;
            background: white;
            padding: 25px;
            border-radius: 15px;
            width: 22%;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.4s ease;
            animation: stepAppear 0.7s ease-out;
            animation-fill-mode: backwards;
        }
        
        .hhshsh-step:hover {
            transform: translateY(-15px);
            box-shadow: 0 15px 30px rgba(0, 105, 255, 0.2);
        }
        
        .hhshsh-step-number {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #0056b3 0%, #0089ff 100%);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.8rem;
            font-weight: bold;
            margin: 0 auto 20px;
            transition: transform 0.4s ease;
        }
        
        .hhshsh-step:hover .hhshsh-step-number {
            transform: scale(1.2) rotate(10deg);
        }
        
        .hhshsh-step-title {
            font-size: 1.3rem;
            color: #0056b3;
            margin-bottom: 15px;
        }
        
        .hhshsh-step-text {
            font-size: 1rem;
            color: #666;
        }
        
        /* CTA Section */
        .hhshsh-cta {
            background: linear-gradient(135deg, #0056b3 0%, #0089ff 100%);
            border-radius: 20px;
            padding: 60px 40px;
            text-align: center;
            color: white;
            margin-bottom: 50px;
            animation: fadeIn 1.2s ease-out;
            box-shadow: 0 15px 30px rgba(0, 105, 255, 0.3);
            position: relative;
            overflow: hidden;
        }
        
        .hhshsh-cta::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('../photo/sqa.avif') center/cover;
            opacity: 0.1;
        }
        
        .hhshsh-cta-title {
            color: white;
            font-size: 2.8rem;
            margin-bottom: 20px;
            text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            position: relative;
        }
        
        .hhshsh-cta-text {
            color: white;
            font-size: 1.3rem;
            max-width: 700px;
            margin: 0 auto 35px;
            opacity: 0.95;
            position: relative;
        }
        
        .hhshsh-button {
            display: inline-block;
            padding: 16px 45px;
            background: white;
            color: #0056b3;
            font-size: 1.2rem;
            font-weight: 600;
            border-radius: 50px;
            text-decoration: none;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
            animation: pulse 2s infinite;
            position: relative;
            z-index: 2;
        }
        
        .hhshsh-button:hover {
            transform: translateY(-5px) scale(1.05);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
            background: #f0f8ff;
        }
        
        /* Footer */
        .hhshsh-footer {
            text-align: center;
            padding: 30px;
            color: #666;
            font-size: 1rem;
            margin-top: 30px;
            position: relative;
        }
        
        .hhshsh-footer::before {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 200px;
            height: 3px;
            background: linear-gradient(to right, #0056b3, #0089ff);
            border-radius: 2px;
        }
        
        /* Animations */
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
        
        @keyframes slideDown {
            from { 
                opacity: 0;
                transform: translateY(-50px);
            }
            to { 
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        @keyframes cardAppear {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        @keyframes slideIn {
            from {
                opacity: 0;
                transform: translateX(-30px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }
        
        @keyframes stepAppear {
            from {
                opacity: 0;
                transform: translateY(40px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        @keyframes pulse {
            0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7); }
            70% { box-shadow: 0 0 0 15px rgba(255, 255, 255, 0); }
            100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
        }
        
        @keyframes lineExpand {
            from { width: 0; }
            to { width: 80px; }
        }
        
        /* Delay animations */
        .hhshsh-card:nth-child(1) { animation-delay: 0.2s; }
        .hhshsh-card:nth-child(2) { animation-delay: 0.4s; }
        .hhshsh-card:nth-child(3) { animation-delay: 0.6s; }
        
        .hhshsh-list-item:nth-child(1) { animation-delay: 0.1s; }
        .hhshsh-list-item:nth-child(2) { animation-delay: 0.2s; }
        .hhshsh-list-item:nth-child(3) { animation-delay: 0.3s; }
        .hhshsh-list-item:nth-child(4) { animation-delay: 0.4s; }
        .hhshsh-list-item:nth-child(5) { animation-delay: 0.5s; }
        .hhshsh-list-item:nth-child(6) { animation-delay: 0.6s; }
        
        .hhshsh-step:nth-child(1) { animation-delay: 0.1s; }
        .hhshsh-step:nth-child(2) { animation-delay: 0.3s; }
        .hhshsh-step:nth-child(3) { animation-delay: 0.5s; }
        .hhshsh-step:nth-child(4) { animation-delay: 0.7s; }
        
        /* Responsive Design */
        @media (max-width: 900px) {
            .hhshsh-steps {
                flex-direction: column;
                align-items: center;
            }
            
            .hhshsh-steps::before {
                display: none;
            }
            
            .hhshsh-step {
                width: 80%;
                margin-bottom: 30px;
            }
            
            .hhshsh-title {
                font-size: 2.8rem;
            }
            
            .hhshsh-hero {
                height: 400px;
            }
        }
        
        @media (max-width: 600px) {
            .hhshsh-title {
                font-size: 2.2rem;
            }
            
            .hhshsh-subtitle {
                font-size: 1.2rem;
            }
            
            .hhshsh-section {
                padding: 30px 20px;
            }
            
            .hhshsh-heading {
                font-size: 1.8rem;
            }
            
            .hhshsh-cta-title {
                font-size: 2.2rem;
            }
            
            .hhshsh-cta-text {
                font-size: 1.1rem;
            }
        }














.hdhdgd-container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    padding-top: 61px;
    padding-bottom: 90px;
}
        
        .hdhdgd-header {
            text-align: center;
            margin-bottom: 60px;
        }
        
        .hdhdgd-title {
            font-size: 4rem;
            margin-bottom: 20px;
            text-transform: uppercase;
            letter-spacing: 3px;
            text-shadow: 0 5px 15px rgba(0,0,0,0.3);
            background: linear-gradient(to right, #ff9a9e, #fad0c4, #fad0c4, #a1c4fd);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-weight: 800;
        }
        
        .hdhdgd-subtitle {
            font-size: 1.4rem;
            max-width: 700px;
            margin: 0 auto 30px;
            color: #c2e9fb;
            line-height: 1.7;
            font-weight: 300;
        }
        
        .hdhdgd-divider {
            height: 4px;
            width: 150px;
            background: linear-gradient(to right, #00c9ff, #92fe9d);
            margin: 20px auto;
            border-radius: 2px;
            box-shadow: 0 0 15px rgba(146, 254, 157, 0.5);
        }
        
        .hdhdgd-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 25px;
            margin-top: 40px;
        }
        
        .hdhdgd-card {
            position: relative;
            height: 450px;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 15px 35px rgba(0,0,0,0.4);
            transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            cursor: pointer;
        }
        
        .hdhdgd-card:hover {
            transform: translateY(-15px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.6);
        }
        
        .hdhdgd-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            transition: transform 0.8s ease;
        }
        
        .hdhdgd-card:hover .hdhdgd-bg {
            transform: scale(1.15);
        }
        
        .hdhdgd-dubai {
            background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url('../photo/solo.png');
        }
        
        .hdhdgd-abudhabi {
            background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url('../photo/cou.jpg');
        }
        
        .hdhdgd-sharjah {
            background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url('../photo/fam.jpg');
        }
        
        .hdhdgd-international {
            background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url('../photo/sa.webp');
        }
        
        .hdhdgd-content {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 30px;
            text-align: center;
            z-index: 2;
        }
        
        .hdhdgd-name {
    color: white !IMPORTANT;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: -17px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
    transition: all 0.5s ease;
    letter-spacing: 1px;
}

        
        .hdhdgd-card:hover .hdhdgd-name {
            transform: scale(1.1);
            text-shadow: 0 0 20px rgba(255,255,255,0.8);
        }
        
        .hdhdgd-dubai-card .hdhdgd-name {
            color: #ffd700;
        }
        
        .hdhdgd-abudhabi-card .hdhdgd-name {
            color: #00d4ff;
        }
        
        .hdhdgd-sharjah-card .hdhdgd-name {
            color: #ff6b6b;
        }
        
        .hdhdgd-international-card .hdhdgd-name {
            color: #a9ff68;
        }
        
        .hdhdgd-icon {
            font-size: 2.5rem;
            margin-bottom: 15px;
            opacity: 0.8;
            transition: all 0.5s ease;
        }
        
        .hdhdgd-card:hover .hdhdgd-icon {
            transform: scale(1.3) rotate(10deg);
            opacity: 1;
        }
        
        .hdhdgd-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, transparent 60%, rgba(0,0,0,0.8) 90%);
            z-index: 1;
        }
        
        .hdhdgd-pulse {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 200px;
            height: 200px;
            border-radius: 50%;
            background: rgba(255,255,255,0.1);
            z-index: 0;
            opacity: 0;
            transition: all 0.8s ease;
        }
        
        .hdhdgd-card:hover .hdhdgd-pulse {
            opacity: 1;
            width: 300px;
            height: 300px;
        }
        
        /* Animations */
        .hdhdgd-wow {
            visibility: hidden;
        }
        
        /* Responsive design */
        @media (max-width: 1200px) {
            .hdhdgd-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .hdhdgd-card {
                height: 400px;
            }
        }
        
        @media (max-width: 768px) {
            .hdhdgd-grid {
                grid-template-columns: 1fr;
            }
            
            .hdhdgd-title {
                font-size: 2.8rem;
            }
            
            .hdhdgd-card {
                height: 350px;
            }
            
            .hdhdgd-name {
                font-size: 2.5rem;
            }
        }
        
        /* Floating animation */
        @keyframes hdhdgd-float {
            0% { transform: translateY(0px); }
            50% { transform: translateY(-15px); }
            100% { transform: translateY(0px); }
        }
        
        .hdhdgd-floating {
            animation: hdhdgd-float 4s ease-in-out infinite;
        }
        
        .hdhdgd-footer {
            text-align: center;
            margin-top: 60px;
            padding: 20px;
            color: #a0a0a0;
        }
        
/* Shortcode CSS */
@font-face {
  font-family: "Glyphter";
  src: url("fonts/Glyphter.eot");
  src: url("fonts/Glyphterd41d.eot?#iefix") format("embedded-opentype"), url("fonts/Glyphter.woff") format("woff"), url("fonts/Glyphter.ttf") format("truetype"), url("fonts/Glyphter.svg#Glyphter") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*=icon-] {
  line-height: 0.6 !important;
}

[class*=icon-]:before {
  display: inline-block;
  font-family: "Glyphter";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-up:before {
  content: "A";
}

.icon-arrow-down:before {
  content: "B";
}

.icon-arrow-left:before {
  content: "C";
}

.icon-arrow-right:before {
  content: "D";
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(47, 91, 234, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(47, 91, 234, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(47, 91, 234, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(47, 91, 234, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(47, 91, 234, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(47, 91, 234, 0.175) !important;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  padding: 12px 24px;
  gap: 6px;
  border-radius: 5rem;
  border: 0;
  font-weight: 700;
  position: relative;
  height: 48px;
  min-width: auto;
  text-transform: capitalize;
  overflow: hidden;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
@media only screen and (min-width:1200px) {
  .btn {
    height: 60px;
    padding: 16px 32px;
    font-size: 16px;
  }
}
.btn i {
  font-size: 140%;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
.btn:active, .btn:hover, .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  gap: 12px;
}

.btn-primary {
  background-color: #601FEB;
  color: #FFFFFF;
}
.btn-primary:active, .btn-primary:hover, .btn-primary:focus {
  background-color: #2d1feb;
  color: #FFFFFF;
}

.btn-success {
  background-color: #1a6191;
  color: #FFFFFF;
}
.btn-success:active, .btn-success:hover, .btn-success:focus {
  background-color: #161922;
  color: #FFFFFF;
}

.btn-info {
  background-color: #d69249;
  color: #FFFFFF;
}
.btn-info:active, .btn-info:hover, .btn-info:focus {
  background-color: #113d48;
  color: #FFFFFF;
}

.btn-warning {
  background-color: #F7921F;
  color: #FFFFFF;
}
.btn-warning:active, .btn-warning:hover, .btn-warning:focus {
  background-color: #141414;
  color: #FFFFFF;
}

.btn-danger {
  background-color: #DC3545;
  color: #FFFFFF;
}
.btn-danger:active, .btn-danger:hover, .btn-danger:focus {
  background-color: #2d1feb;
  color: #FFFFFF;
}

.btn-light {
  background-color: #FFFFFF;
  color: #161920;
}
.btn-light:active, .btn-light:hover, .btn-light:focus {
  background-color: #1a6191;
  color: #FFFFFF;
}

.btn-dark {
  background-color: #161920;
  color: #FFFFFF !important;
}
.btn-dark:active, .btn-dark:hover, .btn-dark:focus {
  background-color: #FFFFFF;
  color: #161920 !important;
}

.btn-link {
  position: relative;
  z-index: 1;
  color: #1a6191;
  gap: 6px;
  padding: 0 !important;
  min-width: 0;
  height: auto;
  background-color: transparent;
  border: 0;
  text-decoration: none;
  border-radius: 0 !important;
}
.btn-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: -1;
  background-color: #1a6191;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
.btn-link i {
  font-size: 20px;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
.btn-link:active, .btn-link:hover, .btn-link:focus {
  color: #161922;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link:active::after, .btn-link:hover::after, .btn-link:focus::after {
  background-color: #161920;
  width: 50%;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 0.375rem 1.25rem;
  font-size: 12px;
  height: 37px;
  min-width: 100px;
}

.btn-outline-primary {
  border: 1px solid #601FEB;
  color: #601FEB;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
  background-color: #601FEB;
  color: #FFFFFF;
}

.btn-outline-success {
  border: 1px solid #1a6191;
  color: #1a6191;
}
.btn-outline-success:hover, .btn-outline-success:focus {
  background-color: #1a6191;
  color: #FFFFFF;
}

.btn-outline-warning {
  border: 1px solid #F7921F;
  color: #F7921F;
}
.btn-outline-warning:hover, .btn-outline-warning:focus {
  background-color: #F7921F;
  color: #FFFFFF;
}

.btn-outline-info {
  border: 1px solid #d69249;
  color: #d69249;
}
.btn-outline-info:hover, .btn-outline-info:focus {
  background-color: #d69249;
  color: #FFFFFF;
}

.btn-outline-danger {
  border: 1px solid #DC3545;
  color: #DC3545;
}
.btn-outline-danger:hover, .btn-outline-danger:focus {
  background-color: #DC3545;
  color: #FFFFFF;
}

.btn-outline-light {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.btn-outline-light:hover, .btn-outline-light:focus {
  background-color: #FFFFFF;
  color: #601FEB;
}

.btn-outline-dark {
  border: 1px solid #161920;
  color: #161920;
}
.btn-outline-dark:hover, .btn-outline-dark:focus {
  background-color: #161920;
  color: #FFFFFF;
}

.bg-primary {
  background-color: #601FEB !important;
}

.bg-secondary {
  background-color: #F7F7F7 !important;
}

.bg-success {
  background-color: #1a6191 !important;
}

.bg-danger {
  background-color: #DC3545 !important;
}

.bg-warning {
  background-color: #F7921F !important;
}

.bg-info {
  background-color: #d69249 !important;
}

.bg-dark {
  background-color: #161920 !important;
}

.bg-gray {
  background-color: #F7F5F2 !important;
}

.text-primary {
  color: #601FEB !important;
}

.text-dark {
  color: #767676 !important;
}

.text-heading {
  color: #161920 !important;
}

.text-success {
  color: #1a6191 !important;
}

.text-danger {
  color: #DC3545 !important;
}

.text-warning {
  color: #F7921F !important;
}

.text-info {
  color: #d69249 !important;
}

.touria-scrolltop {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  -webkit-transition: all 350ms;
  transition: all 350ms;
  z-index: 9999;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.25rem;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  border-radius: 50%;
  border: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #1a6191;
}
.touria-scrolltop span {
  font-size: 1.75rem;
}
.touria-scrolltop.scrolltop-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.touria-scrolltop.scrolltop-hide {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
@media only screen and (min-width:992px) {
  .touria-scrolltop {
    width: 3rem;
    height: 3rem;
    bottom: 2rem;
    right: 2rem;
  }
}
.touria-scrolltop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: conic-gradient(#1a6191 var(--scroll-progress), #161922 0);
  z-index: -1;
}
.touria-scrolltop.theme-two::before {
  background: conic-gradient(#F7921F var(--scroll-progress), #141414 0);
}
.touria-scrolltop.theme-three::before {
  background: conic-gradient(#d69249 var(--scroll-progress), #113d48 0);
}

.divider {
  width: 100%;
  display: block;
  height: 60px;
}
@media only screen and (min-width:576px) {
  .divider {
    height: 70px;
  }
}
@media only screen and (min-width:768px) {
  .divider {
    height: 85px;
  }
}
@media only screen and (min-width:992px) {
  .divider {
    height: 100px;
  }
}
@media only screen and (min-width:1200px) {
  .divider {
    height: 110px;
  }
}
@media only screen and (min-width:1400px) {
  .divider {
    height: 124px;
  }
}


.june-forex-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: 'Segoe UI', Roboto, sans-serif;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 16px;
}

.june-section-title {
  text-align: center;
  color: #1a6092;
  margin-bottom: 40px;
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.june-section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #d69249;
  border-radius: 2px;
  animation: june-title-underline 2s infinite alternate;
}

@keyframes june-title-underline {
  0% { width: 80px; }
  100% { width: 120px; }
}

.june-forex-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
}

.june-forex-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px 25px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(26, 96, 146, 0.1);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  border-top: 3px solid #1a6092;
}

.june-forex-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(26, 96, 146, 0.15);
}

.june-forex-icon {
  font-size: 48px;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.june-forex-card:hover .june-forex-icon {
  transform: scale(1.1) rotate(5deg);
  color: #d69249;
}

.june-forex-title {
  color: #1a6092;
  margin-bottom: 15px;
  font-size: 1.3rem;
  font-weight: 600;
  transition: color 0.3s;
}

.june-forex-card:hover .june-forex-title {
  color: #d69249;
}

.june-forex-desc {
  color: #6c757d;
  font-size: 0.95rem;
  margin-bottom: 25px;
  line-height: 1.5;
}

.june-forex-btn {
  background-color: #1a6092;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.june-forex-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #d69249;
  transition: all 0.4s;
  z-index: -1;
}

.june-forex-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(214, 146, 73, 0.3);
}

.june-forex-btn:hover::before {
  left: 0;
}

.june-card-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #1a6092 0%, #d69249 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s ease-out;
}

.june-forex-card:hover .june-card-wave {
  transform: scaleX(1);
}

/* Pulse animation on hover */
@keyframes june-pulse {
  0% { box-shadow: 0 0 0 0 rgba(214, 146, 73, 0.4); }
  70% { box-shadow: 0 0 0 10px rgba(214, 146, 73, 0); }
  100% { box-shadow: 0 0 0 0 rgba(214, 146, 73, 0); }
}

.june-forex-card:hover {
  animation: june-pulse 1.5s infinite;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .june-forex-cards {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  
  .june-section-title {
    font-size: 1.8rem;
  }
}




/* Base Styles */
.junea-why-thomas-cook {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9f2fa 100%);
  padding: 4rem 0;
  text-align: center;
}

.junea-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.junea-title {
  font-size: 2.5rem;
  color: #1a6092;
  margin-bottom: 0.5rem;
  position: relative;
  display: inline-block;
}

.junea-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #d69249;
  border-radius: 2px;
  animation: junea-title-underline 3s ease-in-out infinite;
}

.junea-subtitle {
  font-size: 1.2rem;
  color: #4a5568;
  font-weight: 600;
  margin-bottom: 1rem;
}

.junea-intro {
  font-size: 1.1rem;
  color: #4a5568;
  max-width: 700px;
  margin: 0 auto 3rem;
  line-height: 1.6;
}

/* Card Grid */
.junea-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.junea-card {
  background: white;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(26, 96, 146, 0.1);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  border-top: 3px solid transparent;
}

.junea-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(26, 96, 146, 0.15);
  border-top-color: #d69249;
}

.junea-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  transition: transform 0.3s ease;
}

.junea-card:hover .junea-icon {
  transform: scale(1.1);
}

.junea-card-title {
  color: #1a6092;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

.junea-card-text {
  color: #4a5568;
  line-height: 1.6;
}

/* Wave Animation - Applied to All Cards */
.junea-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, 
              transparent, 
              #1a6092 20%, 
              #d69249 50%, 
              #1a6092 80%, 
              transparent);
  animation: junea-wave 2s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.junea-card:hover .junea-wave {
  opacity: 1;
}

/* Keyframes */
@keyframes junea-title-underline {
  0%, 100% { width: 80px; }
  50% { width: 120px; }
}

@keyframes junea-wave {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}



.divider-sm {
  width: 100%;
  display: block;
  height: 50px;
}
@media only screen and (min-width:768px) {
  .divider-sm {
    height: 60px;
  }
}

.section-heading .sub-title {
  font-size: 24px;
  margin-bottom: 0.25rem;
  text-transform: capitalize;
  font-family: Interstate-Regular Regular;
  display: inline-block;
}
@media only screen and (min-width:1200px) {
  .section-heading .sub-title {
    font-size: 28px;
  }
}
@media only screen and (min-width:1400px) {
  .section-heading .sub-title {
    font-size: 32px;
  }
}
.section-heading h2 {
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.2;
  text-transform: capitalize;
  color: #161920;
}
@media only screen and (min-width:1200px) {
  .section-heading p {
    font-size: 18px;
  }
}

.rotatingImage {
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}

.search-bg-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #161920;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 100000;
  visibility: hidden;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.search-bg-overlay.open {
  opacity: 0.95;
  visibility: visible;
}

.search-form-popup {
  position: fixed;
  z-index: 100000;
  padding: 40px 32px;
  background-color: transparent;
  left: 50%;
  top: 50%;
  min-width: 280px;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 350ms;
  transition: all 350ms;
  -webkit-transform: scale(0.9) translate(-50%, -50%);
          transform: scale(0.9) translate(-50%, -50%);
  text-align: center;
}
@media only screen and (min-width:480px) {
  .search-form-popup {
    min-width: 360px;
  }
}
@media only screen and (min-width:768px) {
  .search-form-popup {
    min-width: 500px;
  }
}
@media only screen and (min-width:992px) {
  .search-form-popup {
    min-width: 600px;
  }
}
.search-form-popup .close-btn {
  position: absolute;
  top: -1rem;
  right: -1rem;
  z-index: 1000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.search-form-popup .close-btn:hover, .search-form-popup .close-btn:focus {
  background-color: #FFFFFF;
  color: #161920;
}
@media only screen and (min-width:768px) {
  .search-form-popup .close-btn {
    width: 50px;
    height: 50px;
    top: -2rem;
    right: -2rem;
  }
}
.search-form-popup form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.search-form-popup form .form-control {
  width: 100%;
  height: 48px;
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #FFFFFF;
  background-color: transparent;
  color: #FFFFFF;
  font-size: 16px;
  padding: 17px 24px;
  font-weight: 700;
}
@media only screen and (min-width:1200px) {
  .search-form-popup form .form-control {
    font-size: 18px;
    height: 64px;
  }
}
.search-form-popup form .form-control::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 0.85;
}
.search-form-popup form .form-control::-moz-placeholder {
  color: #FFFFFF;
  opacity: 0.85;
}
.search-form-popup form .form-control:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 0.85;
}
.search-form-popup form .form-control::-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 0.85;
}
.search-form-popup form .form-control::placeholder {
  color: #FFFFFF;
  opacity: 0.85;
}
.search-form-popup form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.search-form-popup form .btn {
  border-radius: 8px;
  height: 48px;
}
@media only screen and (min-width:1200px) {
  .search-form-popup form .btn {
    height: 64px;
  }
}
.search-form-popup.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
}

.vbox-container {
  overflow-x: hidden;
  overflow-y: hidden;
}
.vbox-container .vbox-child {
  border-radius: 18px;
}
.vbox-container .vbox-child img {
  border-radius: 18px;
}

.vbox-close {
  top: 1rem;
  right: 1rem;
}

/* Preloader CSS */
/* Preloader CSS */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

/* Jarallax CSS */
.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img,
picture.jarallax-img img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* Header CSS */
.offcanvas-icon {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #161920;
  -webkit-transition: all 350ms;
  transition: all 350ms;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}
@media only screen and (min-width:1200px) {
  .offcanvas-icon {
    width: 52px;
    height: 52px;
  }
}
.offcanvas-icon svg path {
  fill: #161920;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.offcanvas-icon:hover, .offcanvas-icon:focus {
  border-color: #1a6191;
}
.offcanvas-icon:hover svg path, .offcanvas-icon:focus svg path {
  fill: #1a6191;
}

.header-search-btn .btn {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #161920;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
@media only screen and (min-width:1200px) {
  .header-search-btn .btn {
    width: 52px;
    height: 52px;
  }
}
.header-search-btn .btn svg path {
  stroke: #161920;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.header-search-btn .btn:hover, .header-search-btn .btn:focus {
  border-color: #1a6191;
}
.header-search-btn .btn:hover svg path, .header-search-btn .btn:focus svg path {
  stroke: #1a6191;
}

.header-area {
  background-color: transparent;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
@media only screen and (min-width:1200px) {
  .header-area {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.header-area.mobile-menu-open {
  background-color: #FFFFFF;
}
.header-area .navbar-toggler {
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.5rem;
  color: #161920;
  border: 1px solid #767676;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.header-area .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header-area .navbar {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
@media only screen and (min-width:1200px) {
  .header-area .navbar {
    height: 100px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.header-area .navbar .navbar-brand {
  margin-right: 2rem;
  line-height: 1 !important;
}
.header-area .navbar-nav {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width:992px) {
  .header-area .navbar-nav {
    gap: 16px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media only screen and (min-width:1400px) {
  .header-area .navbar-nav {
    gap: 42px;
  }
}
.header-area .navbar-nav li > a {
  display: inline-block;
  color: #0E0E0E;
  font-weight: 700;
  font-size: 1rem;
  text-transform: capitalize;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-transition: all 350ms;
  transition: all 350ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.header-area .navbar-nav li > a i {
  margin-top: 3px;
}
@media only screen and (min-width:1200px) {
  .header-area .navbar-nav li > a {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.header-area .navbar-nav li > a:hover, .header-area .navbar-nav li > a:focus {
  color: #d69249;
}
.header-area .navbar-nav li .touria-dd-menu {
  list-style: none;
  background-color: transparent;
  position: relative;
  z-index: 100;
  top: 100%;
  width: 100%;
  border: 0;
  border-radius: 0.5rem;
  display: none;
  padding-left: 0;
}
@media only screen and (min-width:1200px) {
  .header-area .navbar-nav li .touria-dd-menu {
    padding: 1rem 0;
    -webkit-transition: all 350ms;
    transition: all 350ms;
    position: absolute;
    top: calc(100% + 8px);
    width: 15rem;
    background-color: #F7F5F2;
    visibility: hidden;
    opacity: 0;
    display: block;
    left: -1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.header-area .navbar-nav li .touria-dd-menu li > a {
  -webkit-transition: all 350ms;
  transition: all 350ms;
  position: relative;
  font-size: 1rem;
  padding: 0.375rem 1rem;
  color: #0E0E0E;
  text-transform: capitalize;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width:1200px) {
  .header-area .navbar-nav li .touria-dd-menu li > a {
    padding: 0.375rem 1.5rem;
  }
}
.header-area .navbar-nav li .touria-dd-menu li > a:hover, .header-area .navbar-nav li .touria-dd-menu li > a:focus {
  background-color: transparent;
  color: #d69249;
}
@media only screen and (min-width:1200px) {
  .header-area .navbar-nav li .touria-dd-menu li > a:hover, .header-area .navbar-nav li .touria-dd-menu li > a:focus {
    color: #d69249;
  }
}
.header-area .navbar-nav li.touria-dd {
  position: relative;
  z-index: 1;
}
.header-area .navbar-nav li.touria-dd .dropdown-toggler {
  position: absolute;
  width: 100%;
  height: 36px;
  z-index: 100;
  background-color: transparent;
  color: #d69249;
  top: 2px;
  cursor: pointer;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 14px;
}
@media only screen and (min-width:1200px) {
  .header-area .navbar-nav li.touria-dd .dropdown-toggler {
    display: none;
  }
}

.header-area .navbar-nav li.touria-dd > a {
      position: relative;
    text-transform: capitalize;
    margin-right: 15px;
}

.header-area .navbar-nav li.touria-dd:hover > a, .header-area .navbar-nav li.touria-dd:focus > a {
  color: #d69249;
}
@media only screen and (min-width:1200px) {
  .header-area .navbar-nav li.touria-dd:hover .touria-dd-menu, .header-area .navbar-nav li.touria-dd:focus .touria-dd-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
}
.header-area .navbar-nav li.touria-dd .touria-dd .dropdown-toggler {
  right: 1rem;
}
.header-area .navbar-nav li.touria-dd .touria-dd > a {
  position: relative;
  width: 100%;
}
.header-area .navbar-nav li.touria-dd .touria-dd .touria-dd-menu {
  display: none;
  padding-left: 1rem;
}
@media only screen and (min-width:1200px) {
  .header-area .navbar-nav li.touria-dd .touria-dd .touria-dd-menu {
    margin-left: 0.25rem;
    top: -8px;
    left: 100%;
    visibility: hidden;
    opacity: 0;
    display: block;
    padding-left: 0;
  }
}
@media only screen and (min-width:1200px) {
  .header-area .navbar-nav li.touria-dd .touria-dd:hover .touria-dd-menu, .header-area .navbar-nav li.touria-dd .touria-dd:focus .touria-dd-menu {
    visibility: visible;
    opacity: 1;
  }
}
.header-area.sticky-on {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 30px 42px 0px rgba(33, 39, 37, 0.1);
          box-shadow: 0px 30px 42px 0px rgba(33, 39, 37, 0.1);
}
@media only screen and (min-width:1200px) {
  .header-area.sticky-on .navbar {
    height: 85px;
  }
}
.header-area.style-two {
  background-color: #FFFFFF;
}
.header-area.style-two .header-top {
  width: 100%;
  height: 48px;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
  border-bottom: 1px solid rgba(28, 54, 55, 0.25);
}
.header-area.style-two .header-top .left-side .vr-line {
  width: 1px;
  height: 18px;
  background-color: #141414;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header-area.style-two .header-top .left-side i {
  color: #195f92;
  font-size: 20px;
}
.header-area.style-two .header-top .left-side span {
  color: #195f92;
  font-weight: 500;
}
.header-area.style-two .navbar {
  background-color: #FFFFFF;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
@media only screen and (min-width:1200px) {
  .header-area.style-two .navbar {
    height: 100px;
  }
}
@media only screen and (min-width:1200px) {
  .header-area.style-two .navbar .navbar-brand {
    margin-right: 50px;
  }
}
@media only screen and (min-width:1400px) {
  .header-area.style-two .navbar .navbar-brand {
    margin-right: 120px;
  }
}
.header-area.style-two .navbar-toggler {
  color: #161920;
}
.header-area.style-two .social-nav a {
  color: #195f92;
  font-size: 16px;
  -webkit-transform: all 350ms;
          transform: all 350ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.header-area.style-two .social-nav a i {
  font-size: 18px;
}
.header-area.style-two .social-nav a:hover, .header-area.style-two .social-nav a:focus {
  color: #d69249;
}
.header-area.style-two .social-nav.style-two a {
  border: 1.258px solid #535B5F;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  color: #535B5F;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.header-area.style-two .social-nav.style-two a:hover, .header-area.style-two .social-nav.style-two a:focus {
  color: #FFFFFF;
  background-color: #F7921F;
  border-color: #F7921F;
}
.header-area.style-two .offcanvas-icon {
  border: 1px solid #195f92;
}
.header-area.style-two .offcanvas-icon svg path {
  fill: #195f92;
}
.header-area.style-two .offcanvas-icon:hover, .header-area.style-two .offcanvas-icon:focus {
  border-color: #d69249;
}
.header-area.style-two .offcanvas-icon:hover svg path, .header-area.style-two .offcanvas-icon:focus svg path {
  fill: #d69249;
}
.header-area.style-two .header-search-btn .btn {
  border: 1px solid #195f92;
}
.header-area.style-two .header-search-btn .btn svg path {
  stroke: #195f92;
}
.header-area.style-two .header-search-btn .btn:hover, .header-area.style-two .header-search-btn .btn:focus {
  border-color: #d69249;
}
.header-area.style-two .header-search-btn .btn:hover svg path, .header-area.style-two .header-search-btn .btn:focus svg path {
  stroke: #d69249;
}
.header-area.style-two.sticky-on {
  background-color: #FFFFFF;
}
.header-area.style-two.sticky-on .header-top {
  height: 40px;
  background-color: transparent;
}
@media only screen and (min-width:1200px) {
  .header-area.style-two.sticky-on .navbar {
    height: 80px;
  }
}
.header-area.style-three {
  top: 28px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 2%;
  padding-right: 2%;
}
.header-area.style-three::after {
  display: none;
}
.header-area.style-three.mobile-menu-open {
  background-color: transparent;
}
.header-area.style-three .navbar {
  background-color: #F7F7F7;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(247, 247, 247, 0.1);
}
@media only screen and (min-width:1200px) {
  .header-area.style-three .navbar {
    height: 100px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 5rem;
  }
}
.header-area.style-three .navbar-nav li > a {
  color: #0E0E0E;
}
.header-area.style-three .navbar-nav li > a:hover, .header-area.style-three .navbar-nav li > a:focus {
  color: #1a6191;
}
.header-area.style-three .navbar-nav li .touria-dd-menu {
  background-color: transparent;
}
@media only screen and (min-width:1200px) {
  .header-area.style-three .navbar-nav li .touria-dd-menu {
    background-color: #F7F5F2;
    border: 0;
  }
}
.header-area.style-three .navbar-nav li .touria-dd-menu li > a {
  color: #0E0E0E;
}
.header-area.style-three .navbar-nav li .touria-dd-menu li > a:hover, .header-area.style-three .navbar-nav li .touria-dd-menu li > a:focus {
  background-color: transparent;
  color: #1a6191;
}
.header-area.style-three .navbar-nav li.touria-dd:hover > a, .header-area.style-three .navbar-nav li.touria-dd:focus > a {
  color: #1a6191;
}
.header-area.style-three .navbar-nav li.touria-dd .dropdown-toggler {
  background-color: transparent;
  color: #1a6191;
}
.header-area.style-three.sticky-on {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}
.header-area.style-three.sticky-on .navbar {
  -webkit-box-shadow: 0px 30px 42px 0px rgba(33, 39, 37, 0.1);
          box-shadow: 0px 30px 42px 0px rgba(33, 39, 37, 0.1);
  border: 1px solid rgba(96, 31, 235, 0.1);
}
@media only screen and (min-width:1200px) {
  .header-area.style-three.sticky-on .navbar {
    height: 80px;
  }
}
.header-area.style-four .header-top {
  padding-left: 2%;
  padding-right: 2%;
}
.header-area.style-four .navbar {
  position: relative;
  z-index: 1;
  padding-left: 2%;
  padding-right: 2%;
}
.header-area.style-four .navbar::after {
  -webkit-transition: all 350ms;
  transition: all 350ms;
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 320px;
  height: 74px;
  background-image: url("img/core-img/brand-shape.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media only screen and (min-width:1200px) {
  .header-area.style-four .navbar::after {
    width: 384px;
    height: 100px;
  }
}
.header-area.style-four .navbar-nav li > a {
  color: #0E0E0E;
}
.header-area.style-four .navbar-nav li > a:hover, .header-area.style-four .navbar-nav li > a:focus {
  color: #F7921F;
}
.header-area.style-four .navbar-nav li .touria-dd-menu {
  background-color: transparent;
}
@media only screen and (min-width:1200px) {
  .header-area.style-four .navbar-nav li .touria-dd-menu {
    background-color: #F7F5F2;
    border: 0;
  }
}
.header-area.style-four .navbar-nav li .touria-dd-menu li > a {
  color: #0E0E0E;
}
.header-area.style-four .navbar-nav li .touria-dd-menu li > a:hover, .header-area.style-four .navbar-nav li .touria-dd-menu li > a:focus {
  background-color: transparent;
  color: #F7921F;
}
.header-area.style-four .navbar-nav li.touria-dd:hover > a, .header-area.style-four .navbar-nav li.touria-dd:focus > a {
  color: #F7921F;
}
.header-area.style-four .navbar-nav li.touria-dd .dropdown-toggler {
  background-color: transparent;
  color: #F7921F;
}
.header-area.style-four .offcanvas-icon {
  border: 1px solid rgba(20, 20, 20, 0.2);
  background-color: #F7F7F7;
}
.header-area.style-four .offcanvas-icon svg path {
  fill: #141414;
}
.header-area.style-four .offcanvas-icon:hover, .header-area.style-four .offcanvas-icon:focus {
  border-color: #F7921F;
}
.header-area.style-four .offcanvas-icon:hover svg path, .header-area.style-four .offcanvas-icon:focus svg path {
  fill: #F7921F;
}
.header-area.style-four .header-search-btn .btn {
  border: 1px solid rgba(20, 20, 20, 0.2);
  background-color: #F7F7F7;
}
.header-area.style-four .header-search-btn .btn svg path {
  stroke: #141414;
}
.header-area.style-four .header-search-btn .btn:hover, .header-area.style-four .header-search-btn .btn:focus {
  border-color: #F7921F;
}
.header-area.style-four .header-search-btn .btn:hover svg path, .header-area.style-four .header-search-btn .btn:focus svg path {
  stroke: #F7921F;
}
.header-area.style-four.sticky-on .navbar::after {
  top: 0;
  left: -50px;
  width: 320px;
  height: 74px;
}
@media only screen and (min-width:1200px) {
  .header-area.style-four.sticky-on .navbar::after {
    width: 384px;
    height: 80px;
  }
}

@media only screen and (min-width:1200px) {
  .header-navigation {
    margin-left: 36px !important;
  }
}
@media only screen and (min-width:1400px) {
  .header-navigation {
    margin-left: 4rem;
  }
}

.sideMenuButton {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  min-width: 50px;
  padding: 0;
  background-color: #601FEB;
}
.sideMenuButton:hover svg path, .sideMenuButton:focus svg path {
  stroke: #FFFFFF;
}

.right-side-touria-offcanvas {
  width: 320px !important;
  background-color: #FFFFFF;
}
@media only screen and (min-width:576px) {
  .right-side-touria-offcanvas {
    width: 450px !important;
  }
}
@media only screen and (min-width:1200px) {
  .right-side-touria-offcanvas {
    width: 500px !important;
  }
}
.right-side-touria-offcanvas .offcanvas-header {
  height: 110px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #F7F5F2;
}
@media only screen and (min-width:576px) {
  .right-side-touria-offcanvas .offcanvas-header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.right-side-touria-offcanvas .offcanvas-header .btn-close {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px;
  -webkit-transition: all 350ms;
  transition: all 350ms;
  border: 1px solid rgba(96, 31, 235, 0.1);
}
.right-side-touria-offcanvas .offcanvas-body {
  padding: 40px 20px;
  scrollbar-width: thin;
}
@media only screen and (min-width:576px) {
  .right-side-touria-offcanvas .offcanvas-body {
    padding: 60px 40px;
  }
}

@media only screen and (min-width:992px) {
  .touria-dd-menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: opacity 350ms ease, -webkit-transform 350ms ease;
    transition: opacity 350ms ease, -webkit-transform 350ms ease;
    transition: opacity 350ms ease, transform 350ms ease;
    transition: opacity 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  }
  .touria-dd-menu li {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: opacity 350ms ease, -webkit-transform 350ms ease;
    transition: opacity 350ms ease, -webkit-transform 350ms ease;
    transition: opacity 350ms ease, transform 350ms ease;
    transition: opacity 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  }
  .touria-dd:hover .touria-dd-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .touria-dd:hover .touria-dd-menu li {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .touria-dd:hover .touria-dd-menu li:nth-child(1) {
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms;
  }
  .touria-dd:hover .touria-dd-menu li:nth-child(2) {
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
  }
  .touria-dd:hover .touria-dd-menu li:nth-child(3) {
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
  }
  .touria-dd:hover .touria-dd-menu li:nth-child(4) {
    -webkit-transition-delay: 400ms;
            transition-delay: 400ms;
  }
  .touria-dd:hover .touria-dd-menu li:nth-child(5) {
    -webkit-transition-delay: 500ms;
            transition-delay: 500ms;
  }
  .touria-dd:hover .touria-dd-menu li:nth-child(6) {
    -webkit-transition-delay: 600ms;
            transition-delay: 600ms;
  }
  .touria-dd:hover .touria-dd-menu li:nth-child(7) {
    -webkit-transition-delay: 700ms;
            transition-delay: 700ms;
  }
  .touria-dd:hover .touria-dd-menu li:nth-child(8) {
    -webkit-transition-delay: 800ms;
            transition-delay: 800ms;
  }
  .touria-dd:hover .touria-dd-menu li:nth-child(9) {
    -webkit-transition-delay: 900ms;
            transition-delay: 900ms;
  }
  .touria-dd:hover .touria-dd-menu li:nth-child(10) {
    -webkit-transition-delay: 1000ms;
            transition-delay: 1000ms;
  }
  .touria-dd:hover .touria-dd-menu li:nth-child(11) {
    -webkit-transition-delay: 1100ms;
            transition-delay: 1100ms;
  }
  .touria-dd:hover .touria-dd-menu li:nth-child(12) {
    -webkit-transition-delay: 1200ms;
            transition-delay: 1200ms;
  }
  .touria-dd:hover .touria-dd-menu li:nth-child(13) {
    -webkit-transition-delay: 1300ms;
            transition-delay: 1300ms;
  }
  .touria-dd:hover .touria-dd-menu li:nth-child(14) {
    -webkit-transition-delay: 1400ms;
            transition-delay: 1400ms;
  }
  .touria-dd:hover .touria-dd-menu li:nth-child(15) {
    -webkit-transition-delay: 1500ms;
            transition-delay: 1500ms;
  }
  .touria-dd:hover .touria-dd-menu li:nth-child(16) {
    -webkit-transition-delay: 1600ms;
            transition-delay: 1600ms;
  }
  .touria-dd:hover .touria-dd-menu li:nth-child(17) {
    -webkit-transition-delay: 1700ms;
            transition-delay: 1700ms;
  }
  .touria-dd:hover .touria-dd-menu li:nth-child(18) {
    -webkit-transition-delay: 1800ms;
            transition-delay: 1800ms;
  }
  .touria-dd:hover .touria-dd-menu li:nth-child(19) {
    -webkit-transition-delay: 1900ms;
            transition-delay: 1900ms;
  }
  .touria-dd:hover .touria-dd-menu li:nth-child(20) {
    -webkit-transition-delay: 2000ms;
            transition-delay: 2000ms;
  }
}
.navbar-nav-scroll {
  max-height: 50vh;
}

/* Hero CSS */
.hero-content h3 {
  font-size: 24px;
  font-weight: 400;
}
@media only screen and (min-width:992px) {
  .hero-content h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width:1400px) {
  .hero-content h3 {
    font-size: 32px;
  }
}
.hero-content h2 {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.12;
}
@media only screen and (min-width:576px) {
  .hero-content h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width:768px) {
  .hero-content h2 {
    font-size: 48px;
  }
}
@media only screen and (min-width:992px) {
  .hero-content h2 {
    font-size: 56px;
  }
}
@media only screen and (min-width:1400px) {
  .hero-content h2 {
    font-size: 80px;
  }
}
.hero-content p {
  font-size: 16px;
  margin-bottom: 32px;
}
@media only screen and (min-width:1200px) {
  .hero-content p {
    font-size: 18px;
    margin-bottom: 44px;
  }
}
@media (min-width: 1400px) and (max-width: 1500px) {
  .hero-content.home-one {
    padding-left: 5%;
  }
}

.hero-section {
  position: relative;
  z-index: 1;
  padding-top: 170px;
  padding-bottom: 150px;
}
@media only screen and (min-width:1200px) {
  .hero-section {
    padding-top: 220px;
    padding-bottom: 180px;
  }
}
@media only screen and (min-width:1400px) {
  .hero-section {
    padding-top: 280px;
    padding-bottom: 180px;
  }
}
.hero-section .cloud-img {
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  width: 100%;
  height: 300px;
  background-image: url("img/core-img/cloud.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.hero-section .social-icons {
  position: absolute;
  left: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 100;
}
.hero-section .social-icons::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 16px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 160px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(60, 179, 113, 0)), to(#1a6191));
  background: linear-gradient(90deg, rgba(60, 179, 113, 0) 0%, #1a6191 100%);
  z-index: 10;
}
.hero-section .social-icons::after {
  content: "";
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 160px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(60, 179, 113, 0)), to(#1a6191));
  background: linear-gradient(90deg, rgba(60, 179, 113, 0) 0%, #1a6191 100%);
  z-index: 10;
}
.hero-section .social-icons a {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.hero-section .social-icons a:hover, .hero-section .social-icons a:focus {
  background-color: #1a6191;
  color: #FFFFFF;
}
.hero-section .background-slider-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3%;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hero-section .background-slider-nav .background-button-prev,
.hero-section .background-slider-nav .background-button-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #F7F7F7;
  color: #161920;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 17px;
}
@media only screen and (min-width:1200px) {
  .hero-section .background-slider-nav .background-button-prev,
  .hero-section .background-slider-nav .background-button-next {
    width: 56px;
    height: 56px;
    font-size: 24px;
  }
}
.hero-section .background-slider-nav .background-button-prev:hover, .hero-section .background-slider-nav .background-button-prev:focus,
.hero-section .background-slider-nav .background-button-next:hover,
.hero-section .background-slider-nav .background-button-next:focus {
  background-color: #1a6191;
  color: #FFFFFF;
}
.hero-section .hero-navigation {
  position: absolute;
  width: 75px;
  background: rgba(255, 255, 255, 0.15);
  padding: 30px 14px;
  border-radius: 100rem;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media only screen and (min-width:768px) {
  .hero-section .hero-navigation {
    right: 60px;
  }
}
@media only screen and (min-width:1200px) {
  .hero-section .hero-navigation {
    padding: 50px 24px;
    width: 100px;
    right: 90px;
  }
}
@media only screen and (min-width:1400px) {
  .hero-section .hero-navigation {
    right: 148px;
  }
}
.hero-section .hero-navigation .hero-button-prev,
.hero-section .hero-navigation .hero-button-next {
  width: auto;
  height: auto;
  text-align: center;
  border: 0;
  background-color: transparent;
  font-size: 24px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #FFFFFF;
}
.hero-section .hero-navigation .hero-button-prev:hover, .hero-section .hero-navigation .hero-button-prev:focus,
.hero-section .hero-navigation .hero-button-next:hover,
.hero-section .hero-navigation .hero-button-next:focus {
  color: #d69249;
}
.hero-section .hero-navigation .swiper-pagination-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-section .hero-navigation .swiper-pagination-bullet {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  opacity: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
@media only screen and (min-width:1200px) {
  .hero-section .hero-navigation .swiper-pagination-bullet {
    width: 64px;
    height: 64px;
  }
}
.hero-section .hero-navigation .swiper-pagination-bullet.swiper-pagination-bullet-active, .hero-section .hero-navigation .swiper-pagination-bullet:hover, .hero-section .hero-navigation .swiper-pagination-bullet:focus {
  border-color: #d69249;
}
.hero-section.style-two {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 122px;
}
@media only screen and (min-width:1200px) {
  .hero-section.style-two {
    margin-top: 148px;
  }
}
.hero-section.style-two .hero-swiper {
  border-radius: 18px;
}
.hero-section.style-two .hero-swiper-slide {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 18px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
@media only screen and (min-width:576px) {
  .hero-section.style-two .hero-swiper-slide {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width:1200px) {
  .hero-section.style-two .hero-swiper-slide {
    padding-top: 124px;
    padding-bottom: 202px;
  }
}
.hero-section.style-two .hero-swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  border-radius: 18px;
  background: rgba(28, 54, 55, 0.6);
}
.hero-section.style-three {
  margin-top: 122px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (min-width:1400px) {
  .hero-section.style-three {
    margin-top: 148px;
    padding-top: 140px;
    padding-bottom: 280px;
  }
}
.hero-section.style-three::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: rgba(20, 20, 20, 0.7);
}
@media only screen and (min-width:1400px) {
  .hero-section.style-three .bg-curve-shape {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    width: 1320px;
    height: 118px;
    z-index: 10;
    background-color: #FFFFFF;
  }
  .hero-section.style-three .bg-curve-shape::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -100px;
    width: 0;
    height: 0;
    border-top: 119px solid transparent;
    border-right: 101px solid #FFFFFF;
  }
  .hero-section.style-three .bg-curve-shape::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -100px;
    width: 0;
    height: 0;
    border-top: 119px solid transparent;
    border-left: 101px solid #FFFFFF;
  }
}

.touria-select,
.touria-select2 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #FFFFFF;
  border-radius: 0;
  border: 0;
  float: none !important;
  font-size: 16px;
  height: auto;
  line-height: 1;
  padding-left: 0;
  padding-right: 30px;
  width: auto;
  font-weight: 700;
  color: #161920;
}
.touria-select::after,
.touria-select2::after {
  border-bottom: 2px solid #161920;
  border-right: 2px solid #161920;
  height: 8px;
  right: 0px;
  width: 8px;
}
.touria-select .list,
.touria-select2 .list {
  border-radius: 8px;
  padding: 0;
  max-height: 130px;
  width: 200px;
  scrollbar-width: thin;
}
.touria-select .nice-select-dropdown,
.touria-select2 .nice-select-dropdown {
  padding: 8px;
  margin-top: 12px;
  background-color: #F7F5F2;
  border-radius: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 100%;
}
.touria-select .option,
.touria-select2 .option {
  padding-left: 8px;
  padding-right: 24px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  color: #161920;
}
.touria-select .option.selected,
.touria-select2 .option.selected {
  color: #1a6191;
}
.touria-select .nice-select-search,
.touria-select2 .nice-select-search {
  border-radius: 8px;
}

.time-range-picker {
  border: 0;
  font-size: 16px;
  font-weight: 700;
  color: #161920;
  outline: none;
  width: 140px;
}
.time-range-picker:active, .time-range-picker:focus, .time-range-picker:focus-visible {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.flatpickr-calendar {
  padding: 8px;
  font-size: 14px;
  border-radius: 8px;
  position: absolute;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.flatpickr-months {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F7F5F2;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  position: relative;
  z-index: 1;
  height: 34px;
  width: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.flatpickr-months .flatpickr-current-month {
  position: relative;
  z-index: 1;
  font-size: 110%;
  font-weight: 700;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  left: 0;
  gap: 1rem;
}
.flatpickr-months .flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-months .flatpickr-current-month input.cur-year {
  font-weight: 700;
  color: #161920;
  padding: 0;
}
.flatpickr-months .flatpickr-monthDropdown-months,
.flatpickr-months .numInputWrapper {
  width: calc(50% - 0.5rem);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 0.5rem);
          flex: 0 0 calc(50% - 0.5rem);
  max-width: calc(50% - 0.5rem);
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #1a6191;
  border-color: #1a6191;
}

.hero-search-form {
  padding: 20px;
  border-radius: 10px;
  background-color: #FFFFFF;
}
@media only screen and (min-width:1400px) {
  .hero-search-form {
    border-radius: 12rem;
    padding: 28px;
  }
}
.hero-search-form .search-item .icon {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  background: #F7F7F7;
  color: #767676;
  font-size: 18px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.hero-search-form .search-item .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(118, 118, 118, 0.3);
  z-index: -10;
}
.hero-search-form .search-item .icon::after {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 24px;
  height: 24px;
  background: #FFFFFF;
  z-index: -5;
}
.hero-search-form .search-item i {
  color: #161920;
  font-size: 20px;
}
.hero-search-form .search-item label {
  font-size: 16px;
}
.hero-search-form .search-item:hover .icon, .hero-search-form .search-item:focus .icon {
  color: #1a6191;
}

.background-swiper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -10;
}
.background-swiper .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.background-swiper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(8.81%, #161920), color-stop(99.92%, rgba(22, 25, 32, 0.06)));
  background: linear-gradient(90deg, #161920 8.81%, rgba(22, 25, 32, 0.06) 99.92%);
  z-index: 10;
}

.search-form-container {
  position: relative;
  z-index: 10;
  width: 100%;
}
@media only screen and (min-width:1200px) {
  .search-form-container {
    height: 78px;
  }
}

.hero-two-search-form {
  position: relative;
  z-index: 100;
  border-radius: 18px;
  background: #F3F6FD;
  padding: 28px;
  margin-top: 50px;
}
@media only screen and (min-width:1200px) {
  .hero-two-search-form {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 200;
    margin-top: 0;
    padding: 40px;
  }
}
.hero-two-search-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width:1200px) {
  .hero-two-search-form form {
    gap: 30px;
  }
}
.hero-two-search-form form .form-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 50%;
}
@media only screen and (min-width:576px) {
  .hero-two-search-form form .form-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
    width: calc(50% - 15px);
  }
}
@media only screen and (min-width:992px) {
  .hero-two-search-form form .form-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 145px;
            flex: 0 0 145px;
    width: 145px;
  }
}
@media only screen and (min-width:1200px) {
  .hero-two-search-form form .form-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 165px;
            flex: 0 0 165px;
    width: 165px;
  }
}
@media only screen and (min-width:1400px) {
  .hero-two-search-form form .form-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    width: 200px;
  }
}
.hero-two-search-form .vr-line {
  width: 1px;
  height: 76px;
  background: rgba(118, 118, 118, 0.3);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hero-two-search-form label {
  font-size: 16px;
  color: #195f92;
  font-weight: 700;
}
.hero-two-search-form label i {
  font-size: 20px;
  margin-left: 16px;
}
.hero-two-search-form .touria-select,
.hero-two-search-form .touria-select2 {
  background-color: #FFFFFF;
  border-radius: 8px;
  border: 0;
  float: none !important;
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  padding-left: 16px;
  padding-right: 30px;
  width: 100%;
  font-weight: 400;
  color: #767676;
}
.hero-two-search-form .touria-select::after,
.hero-two-search-form .touria-select2::after {
  display: none;
}
.hero-two-search-form .touria-select .nice-select-dropdown,
.hero-two-search-form .touria-select2 .nice-select-dropdown {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.hero-two-search-form .form-control {
  border-radius: 8px;
  border: 0;
  height: 44px;
  line-height: 44px;
  padding: 0 16px;
  font-weight: 400;
  color: #767676;
  width: 100%;
}
.hero-two-search-form.style-two {
  background: #F7F5F2;
}
.hero-two-search-form.style-three {
  position: relative;
  z-index: 1;
  margin-top: 50px;
}
@media only screen and (min-width:1400px) {
  .hero-two-search-form.style-three {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
}
.hero-two-search-form.style-three .touria-select::after,
.hero-two-search-form.style-three .touria-select2::after {
  display: block;
  border-bottom: 2px solid #535B5F;
  border-right: 2px solid #535B5F;
  height: 8px;
  right: 16px;
  width: 8px;
}

/* About CSS */
.about-company-section {
  position: relative;
  z-index: 1;
}
.about-company-section::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10%;
  width: 170px;
  height: 280px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 280px;
  background: #F7921F;
  -webkit-filter: blur(200px);
          filter: blur(200px);
  z-index: -1;
  opacity: 0.5;
}

.about-card-sm .icon {
  position: relative;
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #161920;
  background-color: #F7F7F7;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  font-size: 2rem;
}
.about-card-sm .icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #F7F7F7;
  z-index: -5;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.about-card-sm .icon::before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1a6191;
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  z-index: -100;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.about-card-sm .line {
  width: 1px;
  height: 60px;
  background: #767676;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.about-card-sm:hover .icon::before, .about-card-sm:focus .icon::before {
  top: -9px;
  left: -9px;
}
.about-card-sm.theme-info .icon::before {
  background-color: #d69249;
}
.about-card-sm.theme-warning .icon::before {
  background-color: #F7921F;
}

.why-choose-thumbnail {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.why-choose-thumbnail img {
  border-radius: 18px;
}
.why-choose-thumbnail .second-img {
  width: 55%;
}
.why-choose-thumbnail .second-img img {
  width: 100%;
}
.why-choose-thumbnail .third-img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 45%;
  border-radius: 30px;
  border-top: 10px solid #F7F7F7;
  border-right: 10px solid #F7F7F7;
}
.why-choose-thumbnail .third-img img {
  width: 100%;
}

.why-choose-section {
  border-radius: 18px;
  position: relative;
  z-index: 1;
  background-image: url("img/core-img/shape8.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.why-choose-section img {
  border-radius: 18px;
  width: 100%;
}
.why-choose-section.style-two {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0)), to(#F7F7F7));
  background: linear-gradient(180deg, rgba(247, 247, 247, 0) 0%, #F7F7F7 100%);
  background-image: none;
}

.years-of-experience {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFFFF;
  color: #161920;
  font-size: 42px;
  font-weight: 700;
  margin-left: 26px;
  margin-bottom: 26px;
  margin-top: 60px;
}
.years-of-experience::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("img/core-img/shape9.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 156px;
  height: 156px;
  z-index: -1;
  -webkit-animation: experience-spin 15s linear infinite;
          animation: experience-spin 15s linear infinite;
}

@-webkit-keyframes experience-spin {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes experience-spin {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
.why-choose-card {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.why-choose-card .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 70px;
  height: 70px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFFFF;
  color: #161920;
}
@media only screen and (min-width:768px) {
  .why-choose-card .overflow-img {
    width: 70%;
  }
}
@media only screen and (min-width:992px) {
  .why-choose-card .overflow-img {
    display: none;
  }
}
@media only screen and (min-width:1200px) {
  .why-choose-card .overflow-img {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
  }
}

.about-list .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #141414;
  line-height: 1;
}
.about-list .icon i {
  font-size: 28px;
}
.about-list p {
  font-size: 16px;
}
.about-list ul {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width:576px) {
  .about-list ul {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    width: 45%;
    max-width: 45%;
  }
}
@media only screen and (min-width:992px) {
  .about-list ul {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    width: 70%;
    max-width: 70%;
  }
}
@media only screen and (min-width:1200px) {
  .about-list ul {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    width: 40%;
    max-width: 40%;
  }
}
.about-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.about-list ul li i {
  font-size: 24px;
  color: #d69249;
}

.about-video-content {
  position: relative;
  border-radius: 300px;
}
.about-video-content img {
  border-radius: 300px;
  width: 100%;
}
.about-video-content .play-video-btn .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #d69249;
  color: #FFFFFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
@media only screen and (min-width:1200px) {
  .about-video-content .play-video-btn .icon {
    width: 74px;
    height: 74px;
  }
}
.about-video-content .play-video-btn .icon i {
  font-size: 32px;
}
.about-video-content .play-video-btn .icon:hover, .about-video-content .play-video-btn .icon:focus {
  background-color: #222222;
}

.about-thumbnail {
  position: relative;
  z-index: 1;
  width: 100%;
}
.about-thumbnail img {
  border-radius: 20px;
}
.about-thumbnail .shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.about-thumbnail .first-img {
  width: 70%;
  height: 450px;
}
.about-thumbnail .first-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-thumbnail .second-img {
  position: absolute;
  top: 100px;
  right: 0;
  width: 55%;
}
@media only screen and (min-width:576px) {
  .about-thumbnail .second-img {
    top: 140px;
  }
}
@media only screen and (min-width:768px) {
  .about-thumbnail .second-img {
    top: 100px;
  }
}
@media only screen and (min-width:992px) {
  .about-thumbnail .second-img {
    top: 190px;
  }
}
@media only screen and (min-width:1200px) {
  .about-thumbnail .second-img {
    top: 160px;
  }
}
@media only screen and (min-width:1400px) {
  .about-thumbnail .second-img {
    top: 100px;
  }
}
.about-thumbnail .second-img img {
  width: 100%;
}
.about-thumbnail .third-img {
  position: relative;
  z-index: 10;
  left: 160px;
  margin-top: 24px;
  width: 45%;
}
@media only screen and (min-width:992px) {
  .about-thumbnail .third-img {
    left: 60px;
    width: 70%;
  }
}
@media only screen and (min-width:1200px) {
  .about-thumbnail .third-img {
    left: 100px;
    width: 55%;
  }
}
@media only screen and (min-width:1400px) {
  .about-thumbnail .third-img {
    left: 160px;
    width: 45%;
  }
}
.about-thumbnail .third-img img {
  width: 100%;
}
.about-thumbnail .play-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  cursor: pointer;
}
.about-thumbnail .play-video-btn .icon {
  width: 60px;
  height: 60px;
  background-color: #1a6191;
  color: #FFFFFF;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width:992px) {
  .about-thumbnail .play-video-btn .icon {
    width: 80px;
    height: 80px;
  }
}
.about-thumbnail .play-video-btn .icon i {
  font-size: 20px;
}
.about-thumbnail .play-video-btn .icon:hover, .about-thumbnail .play-video-btn .icon:focus {
  background-color: #161922;
  color: #FFFFFF;
}
.about-thumbnail .about-img-sm {
  border-radius: 100rem;
  width: 45%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  right: 0;
  border: 10px solid #FFFFFF;
}
.about-thumbnail .about-img-lg {
  width: 75%;
  border-radius: 100rem;
}

.top-catagory-card a {
  display: block;
  text-align: center;
  margin-top: 2px;
}
.top-catagory-card a img {
  border-radius: 200rem;
  width: 100%;
}
.top-catagory-card a h4,
.top-catagory-card a p {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top-catagory-card a:hover h4, .top-catagory-card a:focus h4 {
  color: #F7921F;
}
.top-catagory-card a:hover p, .top-catagory-card a:focus p {
  color: #161920;
}

.top-catagory-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.top-catagory-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #F7921F;
  opacity: 1;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top-catagory-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #F7921F;
  border-color: #F7921F;
  width: 26px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26px;
          flex: 0 0 26px;
  border-radius: 26px;
}

.accommodation-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid rgba(83, 91, 95, 0.3);
  padding-top: 40px;
  padding-bottom: 40px;
  cursor: pointer;
}
.accommodation-card:first-child {
  padding-top: 0;
}
.accommodation-card:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.accommodation-card .accommodation-content > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.accommodation-card .accommodation-hidden-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.4s ease, opacity 0.4s ease;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 5%;
  padding-right: 5%;
}
.accommodation-card .accommodation-name span {
  display: block;
  color: #535B5F;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(83, 91, 95, 0.3);
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (min-width:992px) {
  .accommodation-card .accommodation-name span {
    font-size: 18px;
  }
}
@media only screen and (min-width:1400px) {
  .accommodation-card .accommodation-name span {
    font-size: 20px;
  }
}
.accommodation-card .accommodation-name h2 {
  color: #141414;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(83, 91, 95, 0.3);
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (min-width:576px) {
  .accommodation-card .accommodation-name h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width:768px) {
  .accommodation-card .accommodation-name h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width:992px) {
  .accommodation-card .accommodation-name h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width:1200px) {
  .accommodation-card .accommodation-name h2 {
    font-size: 42px;
  }
}
@media only screen and (min-width:1400px) {
  .accommodation-card .accommodation-name h2 {
    font-size: 50px;
  }
}
.accommodation-card .accommodation-price h3 {
  color: #141414;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(83, 91, 95, 0.3);
  font-size: 20px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (min-width:576px) {
  .accommodation-card .accommodation-price h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width:768px) {
  .accommodation-card .accommodation-price h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width:1200px) {
  .accommodation-card .accommodation-price h3 {
    font-size: 32px;
  }
}
@media only screen and (min-width:1400px) {
  .accommodation-card .accommodation-price h3 {
    font-size: 36px;
  }
}
.accommodation-card .accommodation-price h3 span {
  color: #535B5F;
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (min-width:768px) {
  .accommodation-card .accommodation-price h3 span {
    font-size: 14px;
  }
}
@media only screen and (min-width:1200px) {
  .accommodation-card .accommodation-price h3 span {
    font-size: 16px;
  }
}
@media only screen and (min-width:1400px) {
  .accommodation-card .accommodation-price h3 span {
    font-size: 18px;
  }
}
.accommodation-card .accommodation-thumb {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-align: center;
}
.accommodation-card .accommodation-thumb img {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
@media only screen and (min-width:768px) {
  .accommodation-card .accommodation-thumb img {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width:992px) {
  .accommodation-card .accommodation-thumb img {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (min-width:1200px) {
  .accommodation-card .accommodation-thumb img {
    width: 140px;
    height: 140px;
  }
}
@media only screen and (min-width:1400px) {
  .accommodation-card .accommodation-thumb img {
    width: 200px;
    height: 200px;
  }
}
.accommodation-card .accommodation-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 36px;
}
.accommodation-card .accommodation-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  border: 1px solid rgba(83, 91, 95, 0.3);
  padding: 0 16px;
  border-radius: 5rem;
  height: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  width: 240px;
}
@media only screen and (min-width:1400px) {
  .accommodation-card .accommodation-info li {
    height: 60px;
    padding: 0 24px;
  }
}
.accommodation-card .accommodation-info li i {
  color: #161920;
  font-size: 24px;
}
.accommodation-card.open .accommodation-hidden-content {
  opacity: 1;
}
.accommodation-card.open .accommodation-thumb img {
  width: 80px;
  height: 80px;
}
@media only screen and (min-width:768px) {
  .accommodation-card.open .accommodation-thumb img {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (min-width:992px) {
  .accommodation-card.open .accommodation-thumb img {
    width: 140px;
    height: 140px;
  }
}
@media only screen and (min-width:1200px) {
  .accommodation-card.open .accommodation-thumb img {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (min-width:1400px) {
  .accommodation-card.open .accommodation-thumb img {
    width: 400px;
    height: 400px;
  }
}

.about-section.theme-two {
  background-image: url("img/core-img/shape7.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 18px;
}

.featured-destination {
  position: relative;
  z-index: 1;
}
.featured-destination::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("img/core-img/shape2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.featured-destination-card {
  position: relative;
  z-index: 10;
  overflow: hidden;
  border-radius: 18px;
}
.featured-destination-card img {
  border-radius: 18px;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.featured-destination-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 25, 32, 0)), to(#161920));
  background: linear-gradient(180deg, rgba(22, 25, 32, 0) 0%, #161920 100%);
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.featured-destination-card .overlay-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 30px;
}
.featured-destination-card .overlay-content .badge {
  padding: 8px 14px;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: 500;
  border-radius: 20rem;
}
.featured-destination-card:hover img, .featured-destination-card:focus img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media only screen and (min-width:992px) {
  .featured-destination-cards .col-12:nth-child(2) .featured-destination-card {
    margin-top: 60px;
  }
  .featured-destination-cards .col-12:nth-child(3) .featured-destination-card {
    margin-top: 120px;
  }
}

.premier-destination-card {
  padding: 30px;
  border-radius: 18px;
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 450px;
  width: 195px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
.premier-destination-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 54, 55, 0)), to(#195f92));
  background: linear-gradient(180deg, rgba(28, 54, 55, 0) 0%, #195f92 100%);
  z-index: -10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.premier-destination-card .premier-destination-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: calc(100% - 60px);
  height: auto;
  max-height: 100%;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.premier-destination-card .btn {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid #d69249;
  color: #d69249;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  padding: 0;
  visibility: hidden;
  opacity: 0;
}
.premier-destination-card .btn i {
  font-size: 30px;
}
.premier-destination-card .btn:hover, .premier-destination-card .btn:focus {
  border-color: #d69249;
  color: #FFFFFF;
  background-color: #d69249;
}
.premier-destination-card.slide-expand {
  width: 450px !important;
}
@media only screen and (min-width:1200px) {
  .premier-destination-card.slide-expand {
    width: 500px !important;
  }
}
@media only screen and (min-width:1400px) {
  .premier-destination-card.slide-expand {
    width: 620px !important;
  }
}
.premier-destination-card.slide-expand::after,
.premier-destination-card.slide-expand .premier-destination-content,
.premier-destination-card.slide-expand .btn {
  visibility: visible;
  opacity: 1;
}

.premier-destination-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.premier-destination-navigation .premier-destination-button-prev,
.premier-destination-navigation .premier-destination-button-next {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid #d69249;
  color: #d69249;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 17px;
}
@media only screen and (min-width:1200px) {
  .premier-destination-navigation .premier-destination-button-prev,
  .premier-destination-navigation .premier-destination-button-next {
    width: 56px;
    height: 56px;
    font-size: 24px;
  }
}
.premier-destination-navigation .premier-destination-button-prev:hover, .premier-destination-navigation .premier-destination-button-prev:focus,
.premier-destination-navigation .premier-destination-button-next:hover,
.premier-destination-navigation .premier-destination-button-next:focus {
  border-color: #d69249;
  color: #FFFFFF;
  background-color: #d69249;
}

.destination-details-wrapper {
  position: relative;
}
.destination-details-wrapper .destination-details-button-prev,
.destination-details-wrapper .destination-details-button-next {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  color: #FFFFFF;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 17px;
  border: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
  left: 30px;
  background-color: #1a6191;
}
@media only screen and (min-width:1200px) {
  .destination-details-wrapper .destination-details-button-prev,
  .destination-details-wrapper .destination-details-button-next {
    width: 64px;
    height: 64px;
    font-size: 24px;
    left: 60px;
  }
}
.destination-details-wrapper .destination-details-button-prev:hover, .destination-details-wrapper .destination-details-button-prev:focus,
.destination-details-wrapper .destination-details-button-next:hover,
.destination-details-wrapper .destination-details-button-next:focus {
  color: #FFFFFF;
  background-color: #161922;
}
.destination-details-wrapper .destination-details-button-next {
  right: 30px;
  left: auto;
}
@media only screen and (min-width:1200px) {
  .destination-details-wrapper .destination-details-button-next {
    right: 60px;
  }
}

.destination-details-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.destination-details-content img {
  border-radius: 18px;
  width: 100%;
}
.destination-details-content h1,
.destination-details-content .h1,
.destination-details-content h2,
.destination-details-content .h2,
.destination-details-content h3,
.destination-details-content .h3,
.destination-details-content h4,
.destination-details-content .h4,
.destination-details-content h5,
.destination-details-content .h5,
.destination-details-content h6,
.destination-details-content .h6 {
  margin-bottom: 0 !important;
}
.destination-details-content p {
  font-size: 16px;
  margin-bottom: 0 !important;
}
@media only screen and (min-width:992px) {
  .destination-details-content p {
    font-size: 18px;
  }
}

.destination-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.destination-info-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dashed rgba(118, 118, 118, 0.3);
}
.destination-info-list li:first-child {
  padding-top: 0;
}
.destination-info-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.destination-info-list li span {
  font-size: 18px;
  color: #161920;
  font-weight: 500;
}
.destination-info-list li span:last-child {
  color: #767676;
  font-weight: 400;
  font-size: 16px;
}

.map-widget iframe {
  width: 100%;
  height: 390px;
  border: 0;
  border-radius: 18px;
}

.tour-list-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.sidebar-widget {
  padding: 30px;
  border-radius: 18px;
  background: #F7F7F7;
}
.sidebar-widget .noUi-target {
  background: #FFFFFF;
  border-radius: 30px;
  border: 1px solid #1a6191;
}
.sidebar-widget .noUi-horizontal {
  height: 10px;
}
.sidebar-widget .noUi-connect {
  background: #1a6191;
}
.sidebar-widget .noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  right: -17px;
  top: -6px;
  border-radius: 50%;
  background-color: #1a6191;
  border: 2px solid #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sidebar-widget .noUi-horizontal .noUi-handle::after, .sidebar-widget .noUi-horizontal .noUi-handle::before {
  display: none;
}
.sidebar-widget .noUi-tooltip {
  border: 0;
  border-radius: 5rem;
  color: #FFFFFF;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  background-color: #1a6191;
}

.sidebar-checkbox-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.sidebar-checkbox-list li {
  padding: 12px 14px;
  border-radius: 8px;
  background: #FFFFFF;
}
.sidebar-checkbox-list .form-check {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sidebar-checkbox-list .form-check .form-check-input {
  margin-top: 0;
  border-radius: 2px;
  border: 1px solid #767676;
}
.sidebar-checkbox-list .form-check .form-check-input:checked[type=checkbox] {
  background-color: transparent;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.sidebar-checkbox-list .form-check .form-check-label {
  color: #767676;
}
.sidebar-checkbox-list .form-check span {
  color: #767676;
}

.tour-details-header h2 {
  font-size: 24px;
}
@media only screen and (min-width:576px) {
  .tour-details-header h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width:768px) {
  .tour-details-header h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width:1200px) {
  .tour-details-header h2 {
    font-size: 36px;
  }
}
.tour-details-header .btn-share {
  border-radius: 30px;
  border: 1px solid #1a6191 !important;
  background: #FFFFFF;
  color: #1a6191;
  height: 50px;
  padding: 8px 20px;
}
.tour-details-header .btn-share:hover, .tour-details-header .btn-share:focus {
  color: #FFFFFF;
  background-color: #1a6191;
  border-color: #1a6191;
}

.tour-single-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.tour-single-meta .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #1a6191;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width:1200px) {
  .tour-single-meta .icon {
    width: 80px;
    height: 80px;
  }
}

.tour-details-meta {
  border-top: 1px solid rgba(118, 118, 118, 0.3);
  border-bottom: 1px solid rgba(118, 118, 118, 0.3);
}

.tour-details-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.tour-details-content img {
  border-radius: 18px;
  width: 100%;
}
.tour-details-content h1,
.tour-details-content .h1,
.tour-details-content h2,
.tour-details-content .h2,
.tour-details-content h3,
.tour-details-content .h3,
.tour-details-content h4,
.tour-details-content .h4,
.tour-details-content h5,
.tour-details-content .h5,
.tour-details-content h6,
.tour-details-content .h6,
.tour-details-content p {
  margin-bottom: 0 !important;
}
.tour-details-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.tour-details-content ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: #161920;
  font-weight: 500;
}
@media only screen and (min-width:576px) {
  .tour-details-content ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 6px);
            flex: 0 0 calc(50% - 6px);
    width: calc(50% - 6px);
  }
}
.tour-details-content ul li i {
  font-size: 120%;
  color: #1a6191;
}
.tour-details-content ul.style-two li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 6px);
          flex: 0 0 calc(50% - 6px);
  width: calc(50% - 6px);
}
@media only screen and (min-width:768px) {
  .tour-details-content ul.style-two li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 12px);
            flex: 0 0 calc(25% - 12px);
    width: calc(25% - 12px);
  }
}
.tour-details-content ul.style-two li i {
  font-size: 120%;
  color: #1a6191;
}


@media (max-width:767px){.hidden-xs{display:none!important}}

@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}

@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}

@media (min-width:1200px){.hidden-lg{display:none!important}}





        
        .ththththq-header {
            text-align: center;
            margin: 30px 0;
            color: #fff;
        }
        
        .ththththq-header h1 {
            
            font-size: 3.5rem;
            margin-bottom: 15px;
            text-shadow: 0 2px 10px rgba(0,0,0,0.3);
        }
        
        .ththththq-header p {
            font-size: 1.2rem;
            max-width: 700px;
            margin: 0 auto;
            line-height: 1.6;
        }
        
        .ththththq-buttons {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 25px;
            margin: 40px 0;
            max-width: 1000px;
        }
        
        .ththththq-trigger-btn {
            background: linear-gradient(to right, #ff9a00, #ff5e00);
            color: white;
            border: none;
            border-radius: 50px;
            padding: 18px 35px;
            font-size: 1.2rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(255, 94, 0, 0.4);
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .ththththq-trigger-btn:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(255, 94, 0, 0.6);
        }
        
        .ththththq-trigger-btn:nth-child(2) {
            background: linear-gradient(to right, #00c9ff, #0072ff);
            box-shadow: 0 5px 15px rgba(0, 114, 255, 0.4);
        }
        
        .ththththq-trigger-btn:nth-child(2):hover {
            box-shadow: 0 8px 20px rgba(0, 114, 255, 0.6);
        }
        
        .ththththq-trigger-btn:nth-child(3) {
            background: linear-gradient(to right, #6a11cb, #2575fc);
            box-shadow: 0 5px 15px rgba(106, 17, 203, 0.4);
        }
        
        .ththththq-trigger-btn:nth-child(3):hover {
            box-shadow: 0 8px 20px rgba(106, 17, 203, 0.6);
        }
        
        .ththththq-popup-overlay {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.8);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1000;
            opacity: 0;
            visibility: hidden;
            transition: all 0.4s ease;
        }
        
        .ththththq-popup-overlay.active {
            opacity: 1;
            visibility: visible;
        }
        
        .ththththq-container {
            max-width: 1000px;
            width: 90%;
            background: rgba(255, 255, 255, 0.95);
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
            display: flex;
            transform: scale(0.9);
            transition: transform 0.4s ease;
        }
        
        .ththththq-popup-overlay.active .ththththq-container {
            transform: scale(1);
        }
        
        .ththththq-banner {
            flex: 1;
            background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
                        url('../photo/dre.avif');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 40px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: relative;
        }
        
        .ththththq-banner h1 {
            font-family: 'Playfair Display', serif;
            font-size: 2.5rem;
            margin-bottom: 20px;
            color: #ffd700;
            text-shadow: 0 2px 4px rgba(0,0,0,0.5);
        }
        
        .ththththq-banner p {
            font-size: 1.1rem;
            line-height: 1.6;
            margin-bottom: 20px;
        }
        
        .ththththq-banner ul {
            padding-left: 20px;
            margin-bottom: 30px;
        }
        
        .ththththq-banner li {
            margin-bottom: 12px;
            position: relative;
            padding-left: 30px;
            font-size: 1.05rem;
        }
        
        .ththththq-banner li:before {
            content: "✓";
            color: #ffd700;
            position: absolute;
            left: 0;
            font-weight: bold;
            font-size: 1.2rem;
        }
        
        .ththththq-offer-tag {
            background: linear-gradient(to right, #ff9a00, #ff5e00);
            padding: 10px 20px;
            border-radius: 30px;
            font-weight: 700;
            text-align: center;
            display: inline-block;
            margin-top: 15px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.2);
        }
        
        .ththththq-form-container {
            flex: 1;
            padding: 40px;
            background: white;
        }
        
        .ththththq-form-header {
            text-align: center;
            margin-bottom: 30px;
        }
        
        .ththththq-form-header h2 {
            font-family: 'Playfair Display', serif;
            font-size: 2rem;
            color: #1a2a6c;
            margin-bottom: 10px;
        }
        
        .ththththq-form-header p {
            color: #666;
            font-size: 1rem;
        }
        
        .ththththq-form-group {
            margin-bottom: 20px;
        }
        
        .ththththq-form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: #333;
            font-size: 0.95rem;
        }
        
        .ththththq-form-control {
            width: 100%;
            padding: 14px 20px;
            border: 2px solid #ddd;
            border-radius: 10px;
            font-size: 1rem;
            transition: all 0.3s ease;
        }
        
        .ththththq-form-control:focus {
            border-color: #1a2a6c;
            outline: none;
            box-shadow: 0 0 0 4px rgba(26, 42, 108, 0.2);
        }
        
        .ththththq-form-control::placeholder {
            color: #aaa;
        }
        
        .ththththq-form-row {
            display: flex;
            gap: 15px;
        }
        
        .ththththq-form-row .ththththq-form-group {
            flex: 1;
        }
        
        .ththththq-btn {
            display: block;
            width: 100%;
            padding: 16px;
            background: linear-gradient(to right, #1a2a6c, #b21f1f);
            color: white;
            border: none;
            border-radius: 10px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-top: 10px;
            box-shadow: 0 4px 15px rgba(26, 42, 108, 0.3);
        }
        
        .ththththq-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 7px 20px rgba(26, 42, 108, 0.4);
        }
        
        .ththththq-divider {
            text-align: center;
            margin: 25px 0;
            position: relative;
        }
        
        .ththththq-divider span {
            display: inline-block;
            padding: 0 15px;
            background: white;
            color: #777;
            position: relative;
            z-index: 1;
            font-weight: 600;
        }
        
        .ththththq-divider:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            height: 1px;
            background: #ddd;
            z-index: 0;
        }
        
        .ththththq-call-action {
            text-align: center;
            background: #f8f9fa;
            padding: 15px;
            border-radius: 10px;
            border: 1px solid #eee;
            font-size: 1.1rem;
        }
        
        .ththththq-call-action i {
            color: #1a2a6c;
            margin-right: 10px;
        }
        
        .ththththq-call-action a {
            color: #1a2a6c;
            font-weight: 700;
            text-decoration: none;
        }
        
        .ththththq-call-action a:hover {
            text-decoration: underline;
        }
        
        .ththththq-close-btn {
            position: absolute;
            top: 20px;
            right: 20px;
            background: #1a2a6c;
            color: white;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            font-size: 20px;
            z-index: 10;
            transition: all 0.3s ease;
        }
        
        .ththththq-close-btn:hover {
            transform: rotate(90deg);
            background: #b21f1f;
        }
        
        .ththththq-features {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            max-width: 1000px;
            margin: 40px 0;
            justify-content: center;
        }
        
        .ththththq-feature-card {
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(10px);
            border-radius: 15px;
            padding: 25px;
            width: 300px;
            text-align: center;
            color: white;
            box-shadow: 0 8px 20px rgba(0,0,0,0.2);
            transition: all 0.3s ease;
        }
        
        .ththththq-feature-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 12px 25px rgba(0,0,0,0.3);
        }
        
        .ththththq-feature-icon {
            font-size: 3rem;
            margin-bottom: 20px;
            color: #ffd700;
        }
        
        .ththththq-feature-card h3 {
            font-size: 1.5rem;
            margin-bottom: 15px;
            font-family: 'Playfair Display', serif;
        }
        
        .ththththq-feature-card p {
            font-size: 1rem;
            line-height: 1.6;
        }
        
        @media (max-width: 900px) {
            .ththththq-container {
                flex-direction: column;
            }
            
            .ththththq-banner {
                padding: 30px 20px;
            }
            
            .ththththq-form-row {
                flex-direction: column;
                gap: 0;
            }
            
            .ththththq-header h1 {
                font-size: 2.5rem;
            }
        }
        
        @media (max-width: 500px) {
            .ththththq-buttons {
                flex-direction: column;
                width: 100%;
            }
            
            .ththththq-trigger-btn {
                width: 100%;
            }
            
            .ththththq-header h1 {
                font-size: 2rem;
            }
        }


.customer-review-card {
  background-color: #0E0E0E;
  padding: 30px;
  border-radius: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media only screen and (min-width:576px) {
  .customer-review-card {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media only screen and (min-width:1200px) {
  .customer-review-card {
    padding: 40px;
    gap: 40px;
  }
}
.customer-review-card .average-rating {
  width: 200px;
  height: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 12px;
  background: #26211F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media only screen and (min-width:992px) {
  .customer-review-card .average-rating {
    width: 240px;
    height: 240px;
  }
}
.customer-review-card .average-rating h2 {
  font-size: 80px;
  line-height: 1;
  color: #FFFFFF;
  margin-bottom: 0;
}
.customer-review-card .average-rating .rating {
  font-size: 20px;
  color: #F7921F;
}
.customer-review-card .rating-bars {
  width: 100%;
}
.customer-review-card .rating-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.customer-review-card .rating-bar p {
  font-size: 18px;
  color: #FFFFFF;
}
.customer-review-card .rating-bar .progress {
  width: 150px;
  border-radius: 1rem;
  background: rgba(60, 179, 113, 0.5);
  height: 8px;
  overflow: hidden;
}
@media only screen and (min-width:576px) {
  .customer-review-card .rating-bar .progress {
    width: 80px;
  }
}
@media only screen and (min-width:768px) {
  .customer-review-card .rating-bar .progress {
    width: 200px;
  }
}
@media only screen and (min-width:992px) {
  .customer-review-card .rating-bar .progress {
    width: 100px;
  }
}
@media only screen and (min-width:1200px) {
  .customer-review-card .rating-bar .progress {
    width: 200px;
  }
}
@media only screen and (min-width:1400px) {
  .customer-review-card .rating-bar .progress {
    width: 300px;
  }
}
.customer-review-card .rating-bar .progress .progress-bar {
  border-radius: 1rem;
  background: #1a6191;
}
.customer-review-card .rating-bar .rating {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.customer-review-card .rating-bar .rating .ti-star-filled {
  color: #F7921F;
}
.customer-review-card .rating-bar .rating .ti-star {
  color: rgba(255, 183, 0, 0.5);
}

.tour-booking-summary ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  color: #161920;
}
.tour-booking-summary ul li:last-child {
  font-weight: 700;
}

.hotel-card {
  border-radius: 18px;
  overflow: hidden;
  background-color: #F7F7F7;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.hotel-card .hotel-img {
  position: relative;
  border-radius: 18px 18px 0 0;
}
.hotel-card .hotel-img img {
  border-radius: 18px 18px 0 0;
  width: 100%;
}
.hotel-card .hotel-img .hotel-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: #1a6191;
  font-size: 24px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.hotel-card .hotel-img .hotel-badge:hover {
  color: #FFFFFF;
  background-color: #1a6191;
}
.hotel-card .hotel-body {
  padding: 30px;
}
.hotel-card .hotel-ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 1rem;
}
.hotel-card .hotel-ratings .ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 20px;
  color: #1a6191;
}
.hotel-card .hotel-ratings span {
  font-size: 18px;
  color: #767676;
}
.hotel-card .hotel-location {
  font-size: 16px;
  color: #161920;
}
.hotel-card .hotel-location i {
  font-size: 120%;
}
.hotel-card .hotel-meta li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.hotel-card .hotel-meta li i {
  font-size: 120%;
  color: #161920;
}
.hotel-card .hotel-meta .line {
  width: 1px;
  height: 24px;
  background-color: #767676;
}
.hotel-card .border-top {
  border-top: 1px solid rgba(118, 118, 118, 0.3);
}
.hotel-card .hotel-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hotel-card .hotel-price span {
  font-size: 16px;
  color: #767676;
  font-weight: 400;
}
.hotel-card:hover, .hotel-card:focus {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.hotel-details-header h2 {
  font-size: 24px;
}
@media only screen and (min-width:576px) {
  .hotel-details-header h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width:768px) {
  .hotel-details-header h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width:1200px) {
  .hotel-details-header h2 {
    font-size: 36px;
  }
}
.hotel-details-header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: #767676;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.hotel-details-header a .icon {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid #1a6191;
  color: #1a6191;
  font-size: 24px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.hotel-details-header a .icon:hover {
  color: #FFFFFF;
  background-color: #1a6191;
}
.hotel-details-header a:hover, .hotel-details-header a:focus {
  color: #1a6191;
}
.hotel-details-header a:hover .icon, .hotel-details-header a:focus .icon {
  color: #FFFFFF;
  background-color: #1a6191;
}

.view-in-map iframe {
  width: 100%;
  height: 458px;
  border-radius: 20px;
  border: 0 !important;
}

.hotel-meta-info-card {
  padding: 30px;
  border-radius: 18px;
  background-color: #F7F7F7;
}

.hotel-meta-info-card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.hotel-meta-info-card-item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  padding: 13px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  background-color: #FFFFFF;
}
.hotel-meta-info-card-item p {
  margin-bottom: 0;
}

.hotel-owner {
  text-align: center;
}
.hotel-owner img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin-bottom: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.hotel-follow-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.hotel-follow-nav a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: all 350ms;
  transition: all 350ms;
  background-color: #161920;
  color: #FFFFFF;
}
.hotel-follow-nav a:hover {
  color: #FFFFFF;
  background-color: #1a6191;
}

/* Trip CSS */
.trip-section {
  position: relative;
  z-index: 1;
}
.trip-section .trolley-img {
  position: absolute;
  top: 50%;
  left: 2%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -2;
}
.trip-section .plane-img {
  position: absolute;
  top: 50%;
  right: 2%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -2;
}



.trip-card {
  border-radius: 18px;
  background: #F7F7F7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.trip-card img {
    border-radius: 18px 18px 0 0;
    width: 100%;
    object-fit: cover;
    max-height: 200px;
}

.trip-card .trip-title {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 52px;
}

.trip-card .trip-body {
  padding: 28px 24px;
}
.trip-card .trip-meta {
  margin-bottom: 30px;
}
@media only screen and (min-width:1400px) {
  .trip-card .trip-meta {
    margin-bottom: 40px;
  }
}
.trip-card .trip-meta .badge {
  padding: 8px 14px;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: 500;
  border-radius: 20rem;
}
.trip-card .trip-meta ul li {
  color: #161920;
}
.trip-card .trip-meta .line {
  width: 1px;
  height: 85px;
  background: rgba(118, 118, 118, 0.5);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.trip-card .trip-meta .trip-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 12px;
  color: #161920;
}
@media only screen and (min-width:1400px) {
  .trip-card .trip-meta .trip-price {
    font-size: 36px;
    
  }
}
.trip-card .trip-meta .trip-price span {
  font-size: 16px;
  color: #767676;
  text-decoration: line-through;
}
.trip-card:hover, .trip-card:focus {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.trip-card:hover .trip-title, .trip-card:focus .trip-title {
  color: #1a6191;
}

.deals-section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-image: url("img/core-img/shape3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.countdown-timer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #1a6191;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 2rem;
  padding-right: 2rem;
  gap: 60px;
}
@media only screen and (min-width:768px) {
  .countdown-timer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 340px;
            flex: 0 0 340px;
    width: 340px;
  }
}
@media only screen and (min-width:1200px) {
  .countdown-timer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 380px;
            flex: 0 0 380px;
    width: 380px;
  }
}
@media only screen and (min-width:1400px) {
  .countdown-timer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 580px;
            flex: 0 0 580px;
    width: 580px;
  }
}
.countdown-timer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.countdown-timer ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 8px;
  border: 0.5px solid #FFFFFF;
  background: radial-gradient(157.24% 123.22% at 47.19% -0.63%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (min-width:992px) {
  .countdown-timer ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 94px;
            flex: 0 0 94px;
    width: 94px;
  }
}
.countdown-timer ul li span {
  display: block;
  text-align: center;
  line-height: 1;
}
.countdown-timer ul li span:first-child {
  padding: 20px 10px 14px;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.2);
  font-size: 30px;
  font-weight: 700;
  color: #FFFFFF;
}
@media only screen and (min-width:1400px) {
  .countdown-timer ul li span:first-child {
    font-size: 36px;
  }
}
.countdown-timer ul li span:last-child {
  padding: 8px 14px;
  font-size: 14px;
  color: #FFFFFF;
}
@media only screen and (min-width:1400px) {
  .countdown-timer ul li span:last-child {
    font-size: 16px;
  }
}

.deals-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  padding-left: 1.5rem;
}
@media only screen and (min-width:768px) {
  .deals-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 340px);
            flex: 0 0 calc(100% - 340px);
    width: calc(100% - 340px);
    padding-left: 2rem;
  }
}
@media only screen and (min-width:1200px) {
  .deals-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 380px);
            flex: 0 0 calc(100% - 380px);
    width: calc(100% - 380px);
    padding-left: 3rem;
  }
}
@media only screen and (min-width:1400px) {
  .deals-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 580px);
            flex: 0 0 calc(100% - 580px);
    width: calc(100% - 580px);
    padding-left: 60px;
  }
}

.deals-swiper {
  width: 113%;
}

.deals-navigation-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-right: 10%;
}
@media only screen and (min-width:992px) {
  .deals-navigation-container {
    margin-right: 23%;
  }
}
.deals-navigation-container .deals-button-prev,
.deals-navigation-container .deals-button-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 17px;
}
@media only screen and (min-width:1200px) {
  .deals-navigation-container .deals-button-prev,
  .deals-navigation-container .deals-button-next {
    width: 56px;
    height: 56px;
    font-size: 24px;
  }
}
.deals-navigation-container .deals-button-prev:hover, .deals-navigation-container .deals-button-prev:focus, .deals-navigation-container .deals-button-prev.active,
.deals-navigation-container .deals-button-next:hover,
.deals-navigation-container .deals-button-next:focus,
.deals-navigation-container .deals-button-next.active {
  background-color: #1a6191;
  color: #FFFFFF;
}

.deals-slide {
  padding: 20px;
  border-radius: 18px;
  background-color: #FFFFFF;
}
.deals-slide img {
  width: 100%;
  border-radius: 18px;
}
.deals-slide .badge {
  padding: 8px 14px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  border-radius: 20rem;
}

.section-title {
  position: relative;
  z-index: 1;
  text-align: center;
}
.section-title span {
  font-size: 22px;
  font-weight: 700;
  color: #161920;
  background-color: #FFFFFF;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width:576px) {
  .section-title span {
    font-size: 26px;
  }
}
@media only screen and (min-width:768px) {
  .section-title span {
    font-size: 30px;
  }
}
@media only screen and (min-width:992px) {
  .section-title span {
    font-size: 36px;
  }
}
.section-title::after {
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  content: "";
  position: absolute;
  z-index: -5;
  background: rgba(118, 118, 118, 0.3);
}









  .ttkttk-container {
            max-width: 1200px;
            width: 100%;
            margin: 0 auto;
            padding: 20px;
        }
        
        .ttkttk-row {
            display: flex;
            flex-wrap: wrap;
            margin: 0 -15px;
        }
        
        .ttkttk-col-4 {
            width: 33.3333%;
            padding: 15px;
        }
        
        .ttkttk-visa-card {
            background:rgb(16 28 46 / 95%);
            border-radius: 20px;
            overflow: hidden;
            
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            height: 100%;
            display: flex;
            flex-direction: column;
            position: relative;
            border: 1px solid rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
        }
        
        .ttkttk-visa-card:hover {
            transform: translateY(-15px);
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
            background: rgba(30, 41, 59, 0.95);
            border-color: rgba(59, 130, 246, 0.5);
        }
        
        .ttkttk-visa-img {
            height: 200px;
            overflow: hidden;
            position: relative;
        }
        
        .ttkttk-visa-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.8s ease;
        }
        
        .ttkttk-visa-card:hover .ttkttk-visa-img img {
            transform: scale(1.1);
        }
        
        .ttkttk-visa-img::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            
        }
        .du9{    color: white;
    background: #195f91;
    padding: 5px;
    border-radius: 41px;
    text-align: center;
    font-size: 18px;}
        
        .ttkttk-country-flag {
            position: absolute;
            top: 15px;
            right: 15px;
            width: 50px;
            height: 30px;
            border-radius: 4px;
            box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
            z-index: 2;
            border: 2px solid white;
        }
        
        .ttkttk-visa-content {
            padding: 25px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }
        
        .ttkttk-visa-title {
            font-size: 1.8rem;
            color: #fff;
            margin-bottom: 15px;
            font-weight: 700;
            position: relative;
            display: inline-block;
            background: linear-gradient(90deg, #3b82f6, #60a5fa);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-shadow: 0 2px 10px rgba(59, 130, 246, 0.3);
        }
        
        .ttkttk-visa-desc {
            color: #cbd5e1;
            line-height: 1.6;
            margin-bottom: 20px;
            flex-grow: 1;
            font-size: 1rem;
        }
        
        .ttkttk-features {
            margin-bottom: 25px;
        }
        
        .ttkttk-feature-item {
            display: flex;
            align-items: center;
            margin-bottom: 12px;
            color: #34d399;
            font-weight: 500;
            font-size: 1rem;
            text-shadow: 0 0 5px rgba(52, 211, 153, 0.3);
        }
        
        .ttkttk-feature-item i {
            margin-right: 10px;
            font-size: 1.2rem;
            color: #34d399;
            filter: drop-shadow(0 0 5px rgba(52, 211, 153, 0.5));
        }
        
        .ttkttk-btn-group {
            display: flex;
            gap: 12px;
            margin-top: auto;
        }
        
        .ttkttk-btn {
            flex: 1;
            display: inline-block;
            text-align: center;
            padding: 14px 20px;
            border-radius: 10px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1rem;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            z-index: 1;
            border: none;
            cursor: pointer;
        }
        
        .ttkttk-btn:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, #3b82f6, #60a5fa, #93c5fd);
            z-index: -1;
            transition: transform 0.5s ease;
            transform: scaleX(0);
            transform-origin: right;
        }
        
        .ttkttk-btn:hover:before {
            transform: scaleX(1);
            transform-origin: left;
        }
        
        .ttkttk-btn-primary {
            background: rgba(30, 41, 59, 0.7);
            color: white;
            border: 2px solid #3b82f6;
            box-shadow: 0 0 15px rgba(59, 130, 246, 0.3);
        }
        
        .ttkttk-btn-primary:hover {
            color: white;
            box-shadow: 0 0 25px rgba(59, 130, 246, 0.6);
            transform: translateY(-3px);
        }
        
        .ttkttk-price-card {
            background: rgba(30, 41, 59, 0.8);
            border-radius: 20px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            text-align: center;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            height: 100%;
            display: flex;
            flex-direction: column;
            position: relative;
            border: 1px solid rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            overflow: hidden;
        }
        
        .ttkttk-price-card:hover {
            transform: translateY(-15px);
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
            background: rgba(30, 41, 59, 0.95);
            border-color: rgba(59, 130, 246, 0.5);
        }
        
        .ttkttk-price-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: linear-gradient(to right, #3b82f6, #60a5fa, #93c5fd);
            transition: height 0.4s ease;
        }
        
        .ttkttk-price-card:hover::before {
            height: 100%;
            opacity: 0.05;
        }
        
        .ttkttk-price-header {
            margin-bottom: 25px;
            position: relative;
            z-index: 2;
        }
        
        .ttkttk-price-title {
            font-size: 1.6rem;
            color: #fff;
            margin-bottom: 15px;
            font-weight: 700;
            text-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
        }
        
        .ttkttk-price-amount {
            font-size: 3rem;
            font-weight: 800;
            color: #fbbf24;
            margin-bottom: 5px;
            line-height: 1;
            text-shadow: 0 0 15px rgba(251, 191, 36, 0.4);
            position: relative;
            display: inline-block;
        }
        
        .ttkttk-price-amount span {
            font-size: 1.2rem;
            font-weight: 500;
            color: #94a3b8;
        }
        
        .ttkttk-price-note {
            color: #94a3b8;
            font-size: 0.95rem;
            margin-bottom: 20px;
        }
        
        .ttkttk-price-features {
            text-align: center;
            margin-bottom: 30px;
            flex-grow: 1;
            position: relative;
            z-index: 2;
        }
        
        .ttkttk-price-feature {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 15px;
            color: #e2e8f0;
            font-size: 1.05rem;
        }
        
        .ttkttk-price-feature i {
            margin-right: 10px;
            color: #34d399;
            font-size: 1.1rem;
            filter: drop-shadow(0 0 5px rgba(52, 211, 153, 0.5));
        }
        
        .ttkttk-price-btn {
            display: inline-block;
            background: linear-gradient(90deg, #fbbf24, #fcd34d);
            color: #1e293b;
            padding: 16px 30px;
            border-radius: 12px;
            text-decoration: none;
            font-weight: 700;
            font-size: 1.1rem;
            transition: all 0.4s ease;
            width: 100%;
            max-width: 250px;
            margin: 0 auto;
            box-shadow: 0 5px 20px rgba(251, 191, 36, 0.3);
            border: none;
            cursor: pointer;
            position: relative;
            overflow: hidden;
            z-index: 1;
        }
        
        .ttkttk-price-btn:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, #fcd34d, #fbbf24);
            z-index: -1;
            transition: transform 0.5s ease;
            transform: scaleX(0);
            transform-origin: right;
        }
        
        .ttkttk-price-btn:hover:before {
            transform: scaleX(1);
            transform-origin: left;
        }
        
        .ttkttk-price-btn:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(251, 191, 36, 0.5);
            color: #0f172a;
        }
        
        /* Animation for cards */
        @keyframes float {
            0% { transform: translateY(0px); }
            50% { transform: translateY(-10px); }
            100% { transform: translateY(0px); }
        }
        
        .ttkttk-visa-card, .ttkttk-price-card {
            animation: float 6s ease-in-out infinite;
        }
        
        .ttkttk-visa-card:nth-child(2), .ttkttk-price-card:nth-child(2) {
            animation-delay: 1s;
        }
        
        .ttkttk-visa-card:nth-child(3), .ttkttk-price-card:nth-child(3) {
            animation-delay: 2s;
        }
        
        /* Glowing effect on hover */
        .ttkttk-visa-card:hover, .ttkttk-price-card:hover {
            animation: none;
            box-shadow: 0 0 30px rgba(59, 130, 246, 0.6), 0 20px 50px rgba(0, 0, 0, 0.5);
        }
        
        /* Responsive Design */
        @media (max-width: 992px) {
            .ttkttk-col-4 {
                width: 50%;
            }
            
            .ttkttk-col-4:last-child {
                width: 100%;
            }
        }
        
        @media (max-width: 768px) {
            .ttkttk-col-4 {
                width: 100%;
            }
            
            .ttkttk-visa-title {
                font-size: 1.6rem;
            }
            
            .ttkttk-price-amount {
                font-size: 2.2rem;
            }
            
            .ttkttk-btn-group {
                flex-direction: column;
            }
        }
        
        /* Background animation */
        .ttkttk-container {
            position: relative;
            overflow: hidden;
        }
        
        .ttkttk-container::before {
            content: "";
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(59,130,246,0.1) 0%, rgba(0,0,0,0) 70%);
            animation: rotate 20s linear infinite;
            z-index: -1;
        }
        
        @keyframes rotate {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }
        
        
        
        
        
        .ttkeekht-popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    animation: ttkeekht-fadeIn 0.3s ease;
  }

  .ttkeekht-content {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    width: 100%;
    max-width: 400px;
    position: relative;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
    transform: scale(0.8);
    opacity: 0;
    animation: ttkeekht-popupZoom 0.4s ease forwards;
  }

  @keyframes ttkeekht-popupZoom {
    to {
      transform: scale(1);
      opacity: 1;
    }
  }

  @keyframes ttkeekht-fadeIn {
    from { background-color: rgba(0, 0, 0, 0); }
    to { background-color: rgba(0, 0, 0, 0.5); }
  }

  .ttkeekht-close {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 24px;
    color: #999;
    cursor: pointer;
    transition: color 0.2s;
  }

  .ttkeekht-close:hover {
    color: #333;
  }

  .ttkeekht-title {
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
    text-align: center;
  }

  .ttkeekht-label {
    display: block;
    font-weight: 500;
    margin-bottom: 6px;
    color: #555;
  }

  .ttkeekht-input {
    width: 100%;
    padding: 10px 12px;
    margin-bottom: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    transition: border-color 0.3s;
  }

  .ttkeekht-input:focus {
    border-color: #007bff;
    outline: none;
  }

  .ttkeekht-submit {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 12px;
    width: 100%;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
  }

  .ttkeekht-submit:hover {
    background-color: #0056b3;
  }

  .ttkeekht-open-btn {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s;
  }

  .ttkeekht-open-btn:hover {
    background-color: #218838;
  }
        
        
        
        

.follow-instagram-card {
  position: relative;
  z-index: 1;
  border-radius: 18px;
  overflow: hidden;
}
.follow-instagram-card::after {
  border-radius: 18px;
  background: rgba(22, 25, 32, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.follow-instagram-card img {
  border-radius: 18px;
  width: 100%;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.follow-instagram-card .instagram-btn {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -150%);
          transform: translate(-50%, -150%);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #1a6191;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  font-size: 30px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  opacity: 0;
  visibility: hidden;
}
.follow-instagram-card .instagram-btn:hover, .follow-instagram-card .instagram-btn:focus {
  background-color: #161920;
  color: #FFFFFF;
}
.follow-instagram-card.theme-two .instagram-btn {
  background-color: #d69249;
}
.follow-instagram-card.theme-two .instagram-btn:hover, .follow-instagram-card.theme-two .instagram-btn:focus {
  background-color: #161920;
  color: #FFFFFF;
}
.follow-instagram-card:hover img, .follow-instagram-card:focus img {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}
.follow-instagram-card:hover::after,
.follow-instagram-card:hover .instagram-btn, .follow-instagram-card:focus::after,
.follow-instagram-card:focus .instagram-btn {
  opacity: 1;
  visibility: visible;
}
.follow-instagram-card:hover .instagram-btn, .follow-instagram-card:focus .instagram-btn {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (min-width:992px) {
  .follow-instagram-section .row .col-12:nth-child(odd) .follow-instagram-card {
    margin-top: 60px;
  }
}

.follow-instagram-section {
  width: 120%;
  position: relative;
  left: -10%;
}

/* Flight CSS */
.flight-card {
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.flight-card .flight-img {
  position: relative;
  border-radius: 18px;
  margin-bottom: 20px;
}
.flight-card .flight-img img {
  width: 100%;
  border-radius: 18px;
}
.flight-card .flight-img .badge {
  position: absolute;
  top: 16px;
  left: 16px;
  color: #FFFFFF;
  padding: 10px 14px;
  border-radius: 20rem;
  z-index: 10;
  font-size: 14px;
  font-weight: 400;
}
.flight-card .flight-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.flight-card .flight-price span {
  font-size: 16px;
  font-weight: 400;
  color: #767676;
}
.flight-card a {
  display: block;
  border-radius: 5px;
  border: 1px solid rgba(28, 54, 55, 0.25);
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #d69249;
  font-size: 18px;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.flight-card a:hover, .flight-card a:focus {
  color: #FFFFFF;
  background-color: #d69249;
  border-color: #d69249;
}
.flight-card:hover, .flight-card:focus {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.travel-deals-card {
  border-radius: 18px;
  overflow: hidden;
  -webkit-transition: all 350ms;
  transition: all 350ms;
  position: relative;
  z-index: 2;
}
.travel-deals-card img {
  width: 100%;
  border-radius: 18px;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.travel-deals-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 54, 55, 0)), to(#195f92));
  background: linear-gradient(180deg, rgba(28, 54, 55, 0) 0%, #195f92 100%);
  z-index: 1;
}
.travel-deals-card .travel-deals-content {
  position: absolute;
  bottom: 24px;
  left: 24px;
  width: calc(100% - 48px);
  z-index: 10;
}
.travel-deals-card:hover img, .travel-deals-card:focus img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* CSS */
.single-gallery-img {
  border-radius: 18px;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
  position: relative;
  z-index: 1;
}
.single-gallery-img .gallery-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 350ms;
  transition: all 350ms;
  background: rgba(22, 25, 32, 0.5);
  opacity: 0;
  visibility: hidden;
}
.single-gallery-img .gallery-hover a {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #F7921F;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.single-gallery-img .gallery-hover a:hover, .single-gallery-img .gallery-hover a:focus {
  background-color: #141414;
}
.single-gallery-img img {
  border-radius: 18px;
  width: 100%;
}
.single-gallery-img:hover, .single-gallery-img:focus {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.single-gallery-img:hover .gallery-hover, .single-gallery-img:focus .gallery-hover {
  opacity: 1;
  visibility: visible;
}
.single-gallery-img.theme-success .gallery-hover a {
  background-color: #1a6191;
  color: #FFFFFF;
}
.single-gallery-img.theme-success .gallery-hover a:hover, .single-gallery-img.theme-success .gallery-hover a:focus {
  background-color: #161922;
}

.video-gallery-section {
  position: relative;
  z-index: 1;
}

.video-gallery-card {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 500px;
}
@media only screen and (min-width:992px) {
  .video-gallery-card {
    height: 550px;
  }
}
@media only screen and (min-width:1200px) {
  .video-gallery-card {
    height: 650px;
  }
}
@media only screen and (min-width:1400px) {
  .video-gallery-card {
    height: 770px;
  }
}
.video-gallery-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 20, 20, 0.6);
  z-index: -1;
}
.video-gallery-card .play-video-btn {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #F7921F;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width:1400px) {
  .video-gallery-card .play-video-btn {
    font-size: 32px;
    width: 120px;
    height: 120px;
  }
}

.video-gallery-pagination-container {
  position: absolute;
  width: 80px;
  height: 100%;
  left: 15%;
  top: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width:576px) {
  .video-gallery-pagination-container {
    width: 100px;
  }
}
@media only screen and (min-width:768px) {
  .video-gallery-pagination-container {
    width: 150px;
  }
}
@media only screen and (min-width:1200px) {
  .video-gallery-pagination-container {
    width: 200px;
  }
}
@media only screen and (min-width:1400px) {
  .video-gallery-pagination-container {
    width: 300px;
  }
}

.video-gallery-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.video-gallery-pagination .swiper-pagination-bullet {
  width: 100%;
  height: 60px;
  border-radius: 12px;
  opacity: 1;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width:576px) {
  .video-gallery-pagination .swiper-pagination-bullet {
    height: 80px;
  }
}
@media only screen and (min-width:768px) {
  .video-gallery-pagination .swiper-pagination-bullet {
    height: 100px;
  }
}
@media only screen and (min-width:1200px) {
  .video-gallery-pagination .swiper-pagination-bullet {
    height: 120px;
  }
}
@media only screen and (min-width:1400px) {
  .video-gallery-pagination .swiper-pagination-bullet {
    height: 160px;
    border-radius: 18px;
  }
}
.video-gallery-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid #FFFFFF;
}

/* Team CSS */
.team-card {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
.team-card img {
  width: 100%;
  border-radius: 18px;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
.team-card h4 {
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
.team-card .team-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 18px;
}
.team-card .team-thumb .team-social {
  position: absolute;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
.team-card .team-thumb .team-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #141414;
  border: 1px solid #F7921F;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.team-card .team-thumb .team-social a:hover, .team-card .team-thumb .team-social a:focus {
  background-color: #F7921F;
  border-color: #F7921F;
  color: #FFFFFF;
}
.team-card:hover, .team-card:focus {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.team-card:hover .team-social, .team-card:focus .team-social {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}
.team-card:hover h4, .team-card:focus h4 {
  color: #F7921F;
}

.guider-details-section img {
  width: 100%;
  border-radius: 18px;
}
.guider-details-section p {
  font-size: 18px;
}
.guider-details-section ul li {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  opacity: 0.9;
}
.guider-details-section .social-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 40px;
}
.guider-details-section .social-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #F7F7F7;
  border-radius: 6px;
  font-size: 20px;
  color: #161920;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.guider-details-section .social-nav a:hover, .guider-details-section .social-nav a:focus {
  background-color: #1a6191;
  color: #FFFFFF;
}

.experience-info p {
  font-size: 16px;
  opacity: 0.9;
}
@media only screen and (min-width:992px) {
  .experience-info p {
    font-size: 18px;
  }
}
.experience-info .progress-item .progress-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #161920;
}
@media only screen and (min-width:992px) {
  .experience-info .progress-item .progress-info {
    font-size: 18px;
  }
}
.experience-info .progress-item .progress {
  width: 100%;
  height: 10px;
  border-radius: 2px;
  background: rgba(60, 179, 113, 0.5);
}
.experience-info .progress-item .progress-bar {
  border-radius: 2px;
  background: #1a6191;
}

/* Testimonial CSS */
.testimonial-card {
  border-radius: 18px;
  position: relative;
  z-index: 1;
  height: 420px;
  width: 195px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  margin-top: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.testimonial-card .testimonial-content {
  -webkit-transition: all 350ms;
  transition: all 350ms;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  width: 65%;
  max-width: 65%;
  padding: 30px 40px;
  border-radius: 18px 0 0 18px;
  opacity: 0;
  visibility: hidden;
}
.testimonial-card .testimonial-content .testimonial-text {
  margin-top: 16px;
  font-size: 16px;
  color: #161920;
}
@media only screen and (min-width:1400px) {
  .testimonial-card .testimonial-content .testimonial-text {
    font-size: 18px;
  }
}
.testimonial-card .testimonial-content .border-top {
  margin: 30px 0;
}
.testimonial-card .testimonial-content span {
  color: #767676;
  opacity: 0.9;
}
.testimonial-card .testimonial-thumbnail {
  -webkit-transition: all 350ms;
  transition: all 350ms;
  position: absolute;
  right: 0;
  top: -1px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  width: 35%;
  max-width: 35%;
  height: calc(100% + 2px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
  border-radius: 0 18px 18px 0;
  opacity: 0;
  visibility: hidden;
}
.testimonial-card.slide-expand {
  width: 620px !important;
  background-image: none !important;
  background-color: #FFFFFF;
  border: 1px solid rgba(118, 118, 118, 0.2);
  pointer-events: none;
}
@media only screen and (min-width:1400px) {
  .testimonial-card.slide-expand {
    width: 845px !important;
  }
}
.testimonial-card.slide-expand .testimonial-content,
.testimonial-card.slide-expand .testimonial-thumbnail {
  visibility: visible;
  opacity: 1;
}

.testimonial-navigation-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonial-navigation-container .testimonial-button-prev,
.testimonial-navigation-container .testimonial-button-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(118, 118, 118, 0.2);
  color: #161920;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 17px;
}
@media only screen and (min-width:1200px) {
  .testimonial-navigation-container .testimonial-button-prev,
  .testimonial-navigation-container .testimonial-button-next {
    width: 56px;
    height: 56px;
    font-size: 24px;
  }
}
.testimonial-navigation-container .testimonial-button-prev:hover, .testimonial-navigation-container .testimonial-button-prev:focus,
.testimonial-navigation-container .testimonial-button-next:hover,
.testimonial-navigation-container .testimonial-button-next:focus {
  background-color: #1a6191;
  color: #FFFFFF;
  border-color: #1a6191;
}

.testimonial-card-two {
  margin-top: 40px;
  padding: 40px 30px;
  position: relative;
  z-index: 1;
  border-radius: 18px;
  border: 1px solid rgba(83, 91, 95, 0.3);
  background: #F7F5F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media only screen and (min-width:768px) {
  .testimonial-card-two {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media only screen and (min-width:992px) {
  .testimonial-card-two {
    padding: 40px;
  }
}
@media only screen and (min-width:1400px) {
  .testimonial-card-two {
    padding: 50px;
  }
}
.testimonial-card-two .quote-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #141414;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -40px;
  left: 50px;
  z-index: 10;
}
.testimonial-card-two .testimonial-text {
  font-size: 16px;
  color: #141414;
}
@media only screen and (min-width:576px) {
  .testimonial-card-two .testimonial-text {
    font-size: 20px;
  }
}
@media only screen and (min-width:768px) {
  .testimonial-card-two .testimonial-text {
    font-size: 22px;
  }
}
@media only screen and (min-width:992px) {
  .testimonial-card-two .testimonial-text {
    font-size: 24px;
  }
}
.testimonial-card-two .testimonial-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width:576px) {
  .testimonial-card-two .testimonial-image {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (min-width:768px) {
  .testimonial-card-two .testimonial-image {
    width: 140px;
    height: 140px;
  }
}
@media only screen and (min-width:992px) {
  .testimonial-card-two .testimonial-image {
    width: 160px;
    height: 160px;
  }
}
@media only screen and (min-width:1200px) {
  .testimonial-card-two .testimonial-image {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (min-width:1400px) {
  .testimonial-card-two .testimonial-image {
    width: 300px;
    height: 300px;
  }
}
.testimonial-card-two .testimonial-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonial-button-prev-two,
.testimonial-button-next-two {
  margin-top: 40px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(118, 118, 118, 0.2);
  color: #161920;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  cursor: pointer;
  font-size: 17px;
}
@media only screen and (min-width:1200px) {
  .testimonial-button-prev-two,
  .testimonial-button-next-two {
    width: 56px;
    height: 56px;
    font-size: 24px;
  }
}
.testimonial-button-prev-two:hover, .testimonial-button-prev-two:focus,
.testimonial-button-next-two:hover,
.testimonial-button-next-two:focus {
  background-color: #F7921F;
  color: #FFFFFF;
}

.testimonial-section .jarallax-container {
  border-radius: 18px;
}
.testimonial-section.theme-two {
  border-radius: 18px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.testimonial-section.theme-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 54, 55, 0.95);
  z-index: -1;
  border-radius: 18px;
}
.testimonial-section.theme-two .testimonial-navigation-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  padding-top: 60px;
  padding-right: 20px;
  padding-bottom: 40px;
}
@media only screen and (min-width:576px) {
  .testimonial-section.theme-two .testimonial-navigation-container {
    padding-right: 40px;
  }
}
@media only screen and (min-width:1400px) {
  .testimonial-section.theme-two .testimonial-navigation-container {
    padding-top: 124px;
    padding-right: 70px;
    padding-bottom: 60px;
  }
}
.testimonial-section.theme-two .testimonial-navigation-container > div {
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  -webkit-transition: all 350ms;
  transition: all 350ms;
  background-color: rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  font-size: 20px;
  color: #FFFFFF;
}
@media only screen and (min-width:1400px) {
  .testimonial-section.theme-two .testimonial-navigation-container > div {
    width: 56px;
    height: 56px;
    font-size: 24px;
  }
}
.testimonial-section.theme-two .testimonial-navigation-container > div:hover, .testimonial-section.theme-two .testimonial-navigation-container > div:focus {
  background-color: #d69249;
  color: #FFFFFF;
}

.testimonial-title {
  padding-top: 60px;
  padding-left: 40px;
  padding-bottom: 40px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width:576px) {
  .testimonial-title {
    font-size: 24px;
  }
}
@media only screen and (min-width:992px) {
  .testimonial-title {
    font-size: 32px;
  }
}
@media only screen and (min-width:1400px) {
  .testimonial-title {
    font-size: 50px;
    padding-top: 124px;
    padding-left: 70px;
    padding-bottom: 60px;
  }
}

.testimonial-card-three {
  margin-bottom: 1px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.testimonial-card-three .testimonial-thumbnail {
  padding-top: 60px;
  padding-right: 40px;
  border-radius: 18px;
  text-align: right;
}
@media only screen and (min-width:1400px) {
  .testimonial-card-three .testimonial-thumbnail {
    padding-top: 70px;
    padding-right: 60px;
  }
}
.testimonial-card-three .testimonial-thumbnail img {
  max-width: 50px;
  border-radius: 18px;
}
@media only screen and (min-width:576px) {
  .testimonial-card-three .testimonial-thumbnail img {
    max-width: 70px;
  }
}
@media only screen and (min-width:768px) {
  .testimonial-card-three .testimonial-thumbnail img {
    max-width: 100px;
  }
}
@media only screen and (min-width:992px) {
  .testimonial-card-three .testimonial-thumbnail img {
    max-width: 150px;
  }
}
@media only screen and (min-width:1400px) {
  .testimonial-card-three .testimonial-thumbnail img {
    max-width: 195px;
  }
}
.testimonial-card-three h3 {
  font-size: 16px;
}
@media only screen and (min-width:576px) {
  .testimonial-card-three h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width:768px) {
  .testimonial-card-three h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width:992px) {
  .testimonial-card-three h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width:1400px) {
  .testimonial-card-three h3 {
    font-size: 32px;
  }
}
.testimonial-card-three .testimonial-content {
  padding-top: 60px;
  padding-left: 40px;
  padding-bottom: 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width:1400px) {
  .testimonial-card-three .testimonial-content {
    padding-left: 70px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.testimonial-card-three .testimonial-rating {
  font-size: 20px;
}
@media only screen and (min-width:1400px) {
  .testimonial-card-three .testimonial-rating {
    font-size: 24px;
  }
}

.trusted-partners {
  padding-top: 60px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
@media only screen and (min-width:1400px) {
  .trusted-partners {
    padding-top: 100px;
    padding-bottom: 124px;
  }
}
.trusted-partners h4 {
  color: #FFFFFF;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.trusted-partners .trusted-partners-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media only screen and (min-width:1200px) {
  .trusted-partners .trusted-partners-logo {
    gap: 40px;
  }
}
@media only screen and (min-width:1400px) {
  .trusted-partners .trusted-partners-logo {
    gap: 80px;
  }
}
.trusted-partners .trusted-partners-logo a {
  display: block;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.trusted-partners .trusted-partners-logo a img {
  max-height: 30px;
  max-width: 100px;
  -webkit-transition: -webkit-filter 0.35s ease;
  transition: -webkit-filter 0.35s ease;
  transition: filter 0.35s ease;
  transition: filter 0.35s ease, -webkit-filter 0.35s ease;
}
@media only screen and (min-width:1200px) {
  .trusted-partners .trusted-partners-logo a img {
    max-width: 120px;
  }
}
@media only screen and (min-width:1400px) {
  .trusted-partners .trusted-partners-logo a img {
    max-width: 140px;
  }
}
.trusted-partners .trusted-partners-logo a:hover, .trusted-partners .trusted-partners-logo a:focus {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.trusted-partners .trusted-partners-logo a:hover img, .trusted-partners .trusted-partners-logo a:focus img {
  -webkit-filter: brightness(0) saturate(100%) invert(52%) sepia(100%) saturate(621%) hue-rotate(163deg) brightness(94%) contrast(93%);
          filter: brightness(0) saturate(100%) invert(52%) sepia(100%) saturate(621%) hue-rotate(163deg) brightness(94%) contrast(93%);
}

/* Video CSS */
.popup-video {
  position: relative;
  z-index: 1;
}
.popup-video .video-btn {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #601FEB;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  font-size: 12px;
  cursor: pointer;
}
.popup-video .video-btn .video-sonar {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: -10;
  background-color: #601FEB;
  -webkit-animation: video-sonar 2s linear infinite;
          animation: video-sonar 2s linear infinite;
}
.popup-video .video-btn .video-sonar::before {
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: rgba(96, 31, 235, 0.7);
  content: "";
  top: -30px;
  left: -30px;
  z-index: -100;
}
.popup-video .video-btn .video-sonar::after {
  position: absolute;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #601FEB;
  content: "";
  top: -15px;
  left: -15px;
  z-index: -50;
}

.video-section {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 700px;
}
.video-section::after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  content: "";
  top: 0;
  left: 0;
  z-index: -10;
  background-color: rgba(34, 34, 34, 0.4);
}
.video-section.style-two {
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
  border-radius: 18px;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
@media only screen and (min-width:992px) {
  .video-section.style-two {
    height: 600px;
  }
}
.video-section.style-two .popup-video .video-btn {
  background-color: #FFFFFF;
  color: #161920;
}
.video-section.style-two .popup-video .video-btn .video-sonar {
  background-color: #FFFFFF;
  -webkit-animation: video-sonar 2s linear infinite;
          animation: video-sonar 2s linear infinite;
}
.video-section.style-two .popup-video .video-btn .video-sonar::before {
  background-color: rgba(255, 255, 255, 0.7);
}
.video-section.style-two .popup-video .video-btn .video-sonar::after {
  background-color: #FFFFFF;
}
.video-section.style-two .video-text {
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.6);
  font-size: 80px;
  font-weight: 400;
  letter-spacing: -3.2px;
  font-style: normal;
  color: transparent;
  line-height: 1;
}
@media only screen and (min-width:992px) {
  .video-section.style-two .video-text {
    font-size: 120px;
  }
}
@media only screen and (min-width:1200px) {
  .video-section.style-two .video-text {
    font-size: 160px;
  }
}
.video-section.style-two:hover, .video-section.style-two:focus {
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}

@-webkit-keyframes video-sonar {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
@keyframes video-sonar {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
.video-popup-iframe {
  display: none;
  position: fixed;
  z-index: 999999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-popup-iframe .video-content {
  position: relative;
  width: 90%;
  max-width: 900px;
  padding: 0;
  z-index: 1;
}
.video-popup-iframe .video-content .close-btn {
  position: absolute;
  top: -3rem;
  right: 0;
  z-index: 1000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 0;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFFFF;
  cursor: pointer;
  color: #161920;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.video-popup-iframe .video-content .close-btn:hover, .video-popup-iframe .video-content .close-btn:focus {
  background-color: #161920;
  color: #FFFFFF;
}
@media only screen and (min-width:992px) {
  .video-popup-iframe .video-content .close-btn {
    top: -1.75rem;
    right: -1.75rem;
  }
}

/* Blog CSS */
.blog-card {
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 18px;
  background: #F7F7F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-card img {
  border-radius: 18px 18px 0 0;
  width: 100%;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
.blog-card .post-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  width: 35%;
  border-radius: 18px 0 0 18px;
  overflow: hidden;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width:576px) {
  .blog-card .post-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
}
.blog-card .post-img img {
  width: 100%;
  border-radius: 18px 0 0 18px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-card .post-body {
  padding: 20px 28px 28px;
  border-radius: 0 0 18px 18px;
  background-color: #F7F7F7;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  width: 65%;
  border: 0;
  padding: 30px;
  margin-left: 35%;
}
@media only screen and (min-width:576px) {
  .blog-card .post-body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    margin-left: 50%;
  }
}
@media only screen and (min-width:768px) {
  .blog-card .post-body {
    padding: 40px 30px;
  }
}
.blog-card .blog-meta {
  margin-bottom: 10px;
}
.blog-card .blog-meta a {
  color: #767676;
  font-size: 16px;
  font-weight: 400;
  display: block;
}
.blog-card .blog-meta a:hover, .blog-card .blog-meta a:focus {
  color: #1a6191;
}
.blog-card .blog-meta .dot {
  width: 5px;
  height: 5px;
  background-color: #767676;
  border-radius: 50%;
}
.blog-card .post-title {
  position: relative;
  z-index: 1;
  color: #161920;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  -webkit-transition: background-size 0.5s ease;
  transition: background-size 0.5s ease;
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (min-width:992px) {
  .blog-card .post-title {
    font-size: 22px;
  }
}
@media only screen and (min-width:1200px) {
  .blog-card .post-title {
    font-size: 24px;
  }
}
.blog-card .post-title:hover, .blog-card .post-title:focus {
  background-size: 100% 2px;
}
.blog-card:hover img, .blog-card:focus img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
          transform: scale3d(1.05, 1.05, 1.05);
}
.blog-card.style-two {
  border-radius: 18px;
  background: #F7F7F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog-card.style-two .post-img {
  position: relative;
  border-radius: 18px 18px 0 0;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
.blog-card.style-two .post-img img {
  width: 100%;
  border-radius: 18px 18px 0 0;
}
.blog-card.style-two .post-body {
  padding: 20px 28px 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
}

.blog-card-two {
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
.blog-card-two .post-img {
  position: relative;
  z-index: 1;
  border-radius: 18px;
}
.blog-card-two .post-img img {
  width: 100%;
  border-radius: 18px;
}
.blog-card-two .post-img .post-date {
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 2;
  width: 80px;
  height: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}
.blog-card-two .post-img .post-date span {
  color: #FFFFFF;
  line-height: 1.1;
}
.blog-card-two .post-img .post-date span:first-child {
  font-size: 24px;
  font-weight: 700;
}
.blog-card-two .post-img .post-date span:last-child {
  font-size: 18px;
  font-weight: 400;
}
.blog-card-two .post-title {
  position: relative;
  z-index: 1;
  color: #141414;
  font-weight: 700;
  line-height: 1.5;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  -webkit-transition: background-size 0.5s ease;
  transition: background-size 0.5s ease;
  font-size: 20px;
}
@media only screen and (min-width:992px) {
  .blog-card-two .post-title {
    font-size: 22px;
  }
}
@media only screen and (min-width:1200px) {
  .blog-card-two .post-title {
    font-size: 24px;
  }
}
.blog-card-two .post-title:hover, .blog-card-two .post-title:focus {
  background-size: 100% 2px;
}
.blog-card-two .blog-meta a {
  color: #535B5F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.blog-card-two .blog-meta a:hover, .blog-card-two .blog-meta a:focus {
  color: #d69249;
}
.blog-card-two .btn {
  padding: 10px 20px;
  font-size: 14px;
  height: 40px;
}
.blog-card-two:hover, .blog-card-two:focus {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.blog-card-two.theme-two .blog-meta a {
  color: #535B5F;
}
.blog-card-two.theme-two .blog-meta a:hover, .blog-card-two.theme-two .blog-meta a:focus {
  color: #F7921F;
}

.blog-card-three {
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
.blog-card-three .post-img {
  position: relative;
  z-index: 1;
  border-radius: 18px;
  margin-bottom: 30px;
}
.blog-card-three .post-img img {
  width: 100%;
  border-radius: 18px;
}
.blog-card-three .post-title {
  position: relative;
  z-index: 1;
  color: #141414;
  font-weight: 700;
  line-height: 1.5;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  -webkit-transition: background-size 0.5s ease;
  transition: background-size 0.5s ease;
  font-size: 24px;
}
@media only screen and (min-width:992px) {
  .blog-card-three .post-title {
    font-size: 28px;
  }
}
@media only screen and (min-width:1200px) {
  .blog-card-three .post-title {
    font-size: 32px;
  }
}
@media only screen and (min-width:1400px) {
  .blog-card-three .post-title {
    font-size: 36px;
  }
}
.blog-card-three .post-title:hover, .blog-card-three .post-title:focus {
  background-size: 100% 2px;
}
.blog-card-three .blog-meta a {
  color: #535B5F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.blog-card-three .blog-meta a:hover, .blog-card-three .blog-meta a:focus {
  color: #1a6191;
}
.blog-card-three:hover, .blog-card-three:focus {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.blog-section.theme-two, .blog-section.theme-three {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.blog-section.theme-two {
  border-radius: 18px;
  background-image: url("img/core-img/shape7.png");
}
.blog-section.theme-three {
  background-image: url("img/core-img/shape6.png");
}

/* Single Blog */
.blog-widget {
  background-color: #F7F7F7;
  padding: 40px 36px;
  border-radius: 18px;
  width: 100%;
}
.blog-widget form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.blog-widget form .form-control {
  background-color: #FFFFFF;
  border-radius: 8px;
  height: 50px;
  color: #767676;
  border: 0;
}
.blog-widget form .form-control::-webkit-input-placeholder {
  color: #767676;
  opacity: 0.7;
}
.blog-widget form .form-control::-moz-placeholder {
  color: #767676;
  opacity: 0.7;
}
.blog-widget form .form-control:-ms-input-placeholder {
  color: #767676;
  opacity: 0.7;
}
.blog-widget form .form-control::-ms-input-placeholder {
  color: #767676;
  opacity: 0.7;
}
.blog-widget form .form-control::placeholder {
  color: #767676;
  opacity: 0.7;
}
.blog-widget form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.blog-widget form button {
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
  width: 58px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58px;
          flex: 0 0 58px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1a6191;
  color: #FFFFFF;
  border-radius: 8px;
  border: 0;
}
.blog-widget form button:hover, .blog-widget form button:focus {
  background-color: #161922;
  color: #FFFFFF;
}

.blog-list {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
  gap: 14px;
}
.blog-list li a {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 50px;
  color: #767676;
  background-color: #FFFFFF;
  border-radius: 8px;
  font-size: 16px;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 400;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}
.blog-list li a span {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 400;
  border-radius: 0px 8px 8px 0px;
  z-index: 10;
}
.blog-list li a:hover, .blog-list li a:focus {
  color: #FFFFFF;
  background-color: #1a6191;
}
.blog-list li a:hover span, .blog-list li a:focus span {
  background: #2C8C57;
}

.widget-blog-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.widget-blog-post .blog-thumbnail {
  width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px;
}
@media only screen and (min-width:1200px) {
  .widget-blog-post .blog-thumbnail {
    width: 90px;
  }
}
@media only screen and (min-width:1400px) {
  .widget-blog-post .blog-thumbnail {
    width: 110px;
  }
}
.widget-blog-post .blog-thumbnail img {
  width: 100%;
  border-radius: 10px;
}
.widget-blog-post .blog-content a {
  margin-bottom: 0.25rem;
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media only screen and (min-width:1200px) {
  .widget-blog-post .blog-content a {
    font-size: 20px;
  }
}
.widget-blog-post .blog-content a:hover, .widget-blog-post .blog-content a:focus {
  color: #1a6191;
}
.widget-blog-post .blog-content p {
  font-size: 14px;
}

.tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tag-list a {
  padding: 6px 20px;
  height: 40px;
  color: #161920;
  font-size: 16px;
  font-weight: 400;
  display: block;
  border-radius: 6px;
  background-color: #FFFFFF;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}
.tag-list a:hover, .tag-list a:focus {
  background-color: #1a6191;
  color: #FFFFFF;
}

.follow-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
.follow-nav a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #141414;
  border: 1px solid #1a6191;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.follow-nav a:hover, .follow-nav a:focus {
  background-color: #1a6191;
  border-color: #1a6191;
  color: #FFFFFF;
}

.touria-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.touria-pagination li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  background-color: #F7F7F7;
  color: #161920;
}
.touria-pagination li a i {
  font-size: 18px;
}
@media only screen and (min-width:576px) {
  .touria-pagination li a {
    width: 42px;
    height: 42px;
  }
}
@media only screen and (min-width:768px) {
  .touria-pagination li a {
    width: 48px;
    height: 48px;
    font-size: 16px;
  }
}
@media only screen and (min-width:1200px) {
  .touria-pagination li a {
    width: 60px;
    height: 60px;
  }
  .touria-pagination li a i {
    font-size: 18px;
  }
}
.touria-pagination li a:hover, .touria-pagination li a:focus {
  background-color: #1a6191;
  color: #FFFFFF;
}
.touria-pagination li.active a {
  background-color: #1a6191;
  color: #FFFFFF;
}

.blog-quote {
  border-radius: 18px;
  background: #F7F7F7;
  padding: 30px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.blog-quote p {
  color: #767676;
  font-size: 18px;
}
.blog-quote h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #601FEB;
  gap: 4px;
}
.blog-quote h5 span {
  width: 55px;
  height: 1px;
  background-color: #601FEB;
}

.blog-comments-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  list-style: none;
  padding: 0;
}
.blog-comments-list ul {
  list-style: none;
  padding-left: 24px;
}
@media only screen and (min-width:576px) {
  .blog-comments-list ul {
    padding-left: 48px;
  }
}
@media only screen and (min-width:768px) {
  .blog-comments-list ul {
    padding-left: 64px;
  }
}
@media only screen and (min-width:992px) {
  .blog-comments-list ul {
    padding-left: 80px;
  }
}
@media only screen and (min-width:1200px) {
  .blog-comments-list ul {
    padding-left: 124px;
  }
}
.blog-comments-list .single-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.blog-comments-list .single-comment .comment-img img {
  width: 70px;
  max-width: 70px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  border-radius: 18px;
}
@media only screen and (min-width:1200px) {
  .blog-comments-list .single-comment .comment-img img {
    width: 110px;
    max-width: 110px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
  }
}

.comment-form .form-control {
  background-color: #F7F7F7;
}

.tag-share-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 48px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(31, 30, 33, 0.2);
  border-bottom: 1px solid rgba(31, 30, 33, 0.2);
}
.tag-share-wrapper .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.tag-share-wrapper .tag-list li {
  font-size: 16px;
  font-weight: 700;
}
.tag-share-wrapper .tag-list li a {
  border-radius: 4px;
  border: 1px solid rgba(31, 30, 33, 0.2);
  padding: 0px 12px !important;
  color: #767676;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tag-share-wrapper .tag-list li a:hover, .tag-share-wrapper .tag-list li a:focus {
  background-color: #601FEB;
  color: #FFFFFF;
}
.tag-share-wrapper .share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.tag-share-wrapper .share-list li {
  font-size: 16px;
  font-weight: 700;
}
.tag-share-wrapper .share-list li a {
  padding: 0px 6px !important;
  color: #767676;
  font-size: 18px;
}
.tag-share-wrapper .share-list li a:hover, .tag-share-wrapper .share-list li a:focus {
  color: #601FEB;
}

.blog-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media only screen and (min-width:992px) {
  .blog-list-wrapper {
    gap: 80px;
  }
}

.single-blog-content img {
  border-radius: 18px;
  width: 100%;
}
.single-blog-content h1,
.single-blog-content .h1,
.single-blog-content h2,
.single-blog-content .h2,
.single-blog-content h3,
.single-blog-content .h3,
.single-blog-content h4,
.single-blog-content .h4,
.single-blog-content h5,
.single-blog-content .h5,
.single-blog-content h6,
.single-blog-content .h6 {
  margin-bottom: 0;
}
.single-blog-content p {
  font-size: 16px;
  margin-bottom: 0;
}
@media only screen and (min-width:992px) {
  .single-blog-content p {
    font-size: 18px;
  }
}
.single-blog-content .post-title {
  position: relative;
  z-index: 1;
  color: #161920;
  font-weight: 700;
  line-height: 1.5;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
  background-image: none;
  -webkit-transition: background-size 0.5s ease;
  transition: background-size 0.5s ease;
  font-size: 30px;
}
@media only screen and (min-width:1200px) {
  .single-blog-content .post-title {
    font-size: 36px;
  }
}
.single-blog-content .post-title:hover, .single-blog-content .post-title:focus {
  background-size: 100% 2px;
}

/* Footer CSS */
.footer-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-card p {
  font-size: 18px;
}
.footer-card .footer-logo {
  margin-bottom: 32px;
}
.footer-card .card-title {
  position: relative;
  z-index: 1;
}
.footer-card .card-title::before {
  width: 60px;
  height: 2px;
  bottom: -15px;
  left: 0;
  content: "";
  position: absolute;
  z-index: 0;
  border-radius: 2px;
  background: #1a6191;
}
.footer-card .card-title::after {
  width: 10px;
  height: 2px;
  bottom: -15px;
  left: 65px;
  content: "";
  position: absolute;
  z-index: 0;
  border-radius: 2px;
  background: #1a6191;
}
.footer-card .social-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 30px;
}
.footer-card .social-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 16px;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}


.footer-card .social-nav a:hover, .footer-card .social-nav a:focus {
    background-color: #1a6093;
    border-color: #1a6093;
    color: #FFFFFF;
}

.footer-card .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-left: 0;
}
.footer-card .footer-nav li a {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
}
.footer-card .footer-nav li a:hover, .footer-card .footer-nav li a:focus {
  color: #1a6191;
  padding-left: 0.5rem;
}
.footer-card .gallery-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-card .gallery-post li {
  width: calc(33.333333% - 8px);
  border-radius: 8px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.footer-card .gallery-post li a {
  display: block;
}
.footer-card .gallery-post li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.footer-card .gallery-post li:hover, .footer-card .gallery-post li:focus {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.footer-card .subscribe-form {
  position: relative;
  z-index: 1;
}
.footer-card .subscribe-form .form-control {
  border-radius: 5rem;
  background-color: #FFFFFF;
  width: 100%;
  height: 50px;
  position: relative;
  z-index: 1;
  color: #161920;
  font-size: 16px;
  font-weight: 400;
  border: 0;
  padding-left: 20px;
  padding-right: 80px;
}
.footer-card .subscribe-form .form-control::-webkit-input-placeholder {
  color: #767676;
  opacity: 1;
}
.footer-card .subscribe-form .form-control::-moz-placeholder {
  color: #767676;
  opacity: 1;
}
.footer-card .subscribe-form .form-control:-ms-input-placeholder {
  color: #767676;
  opacity: 1;
}
.footer-card .subscribe-form .form-control::-ms-input-placeholder {
  color: #767676;
  opacity: 1;
}
.footer-card .subscribe-form .form-control::placeholder {
  color: #767676;
  opacity: 1;
}
.footer-card .subscribe-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: 0;
}
.footer-card .subscribe-form .btn {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 100;
  padding: 0;
  height: 38px;
  width: 70px;
  border-radius: 5rem;
  background-color: #d69249;
}
.footer-card .subscribe-form .btn:hover, .footer-card .subscribe-form .btn:focus {
  background-color: #113d48;
  color: #FFFFFF;
}
.footer-card .footer-contact-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.footer-card .footer-contact-card .icon {
  border-radius: 5px;
  background: #d69249;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  font-size: 20px;
}
.footer-card .footer-contact-card p {
  font-size: 16px;
}


.copyright-wrapper {
    padding-top: 15px;
    padding-bottom: 0px;
}

.copyright-wrapper .copyright {
  font-size: 16px;
  color: #F9F7F3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width:1200px) {
  .copyright-wrapper .copyright {
    font-size: 18px;
  }
}
.copyright-wrapper .copyright a {
  font-size: 16px;
  color: #F9F7F3;
}
@media only screen and (min-width:1200px) {
  .copyright-wrapper .copyright a {
    font-size: 18px;
  }
}
.copyright-wrapper .copyright a:hover, .copyright-wrapper .copyright a:focus {
  color: #1a6191;
}

.footer-bottom-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (min-width:768px) {
  .footer-bottom-nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width:1200px) {
  .footer-bottom-nav {
    gap: 2rem;
  }
}
.footer-bottom-nav a {
  color: #F9F7F3;
  font-size: 16px;
  line-height: 1.4;
  text-transform: capitalize;
}
@media only screen and (min-width:1200px) {
  .footer-bottom-nav a {
    font-size: 18px;
  }
}
.footer-bottom-nav a:hover, .footer-bottom-nav a:focus {
  color: #1a6191;
}

.footer-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 48px;
}
.footer-top-content .ft-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.footer-top-content .ft-item .icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.footer-top-content .ft-item:hover .icon, .footer-top-content .ft-item:focus .icon {
  background-color: #1a6191;
}
.footer-top-content .vr-line {
  width: 1px;
  height: 75px;
  background: rgba(255, 255, 255, 0.3);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer-wrapper {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-wrapper .plane-img {
  position: absolute;
  top: 50%;
  left: 1%;
  z-index: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer-wrapper .tree-img {
  position: absolute;
  top: 50%;
  right: 1%;
  z-index: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(22, 25, 32, 0.98);
}
.footer-wrapper .border-top {
  border-top-color: rgba(249, 247, 243, 0.2) !important;
}
.footer-wrapper.theme-two .footer-card .card-title::before {
  background: #F7921F;
}
.footer-wrapper.theme-two .footer-card .card-title::after {
  background: #F7921F;
}
.footer-wrapper.theme-two .footer-card .social-nav a {
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-wrapper.theme-two .footer-card .social-nav a:hover, .footer-wrapper.theme-two .footer-card .social-nav a:focus {
  background-color: #F7921F;
  border-color: #F7921F;
  color: #FFFFFF;
}
.footer-wrapper.theme-two .footer-card .footer-nav li a {
  color: #FFFFFF;
}
.footer-wrapper.theme-two .footer-card .footer-nav li a:hover, .footer-wrapper.theme-two .footer-card .footer-nav li a:focus {
  color: #F7921F;
}
.footer-wrapper.theme-two .copyright-wrapper .copyright {
  color: #F9F7F3;
}
.footer-wrapper.theme-two .copyright-wrapper .copyright a {
  color: #F9F7F3;
}
.footer-wrapper.theme-two .copyright-wrapper .copyright a:hover, .footer-wrapper.theme-two .copyright-wrapper .copyright a:focus {
  color: #F7921F;
}
.footer-wrapper.theme-two .footer-bottom-nav a {
  color: #F9F7F3;
}
.footer-wrapper.theme-two .footer-bottom-nav a:hover, .footer-wrapper.theme-two .footer-bottom-nav a:focus {
  color: #F7921F;
}
.footer-wrapper.theme-two .footer-top-content .ft-item:hover .icon, .footer-wrapper.theme-two .footer-top-content .ft-item:focus .icon {
  background-color: #F7921F;
}
.footer-wrapper .jarallax-container {
  border-radius: 18px;
}
.footer-wrapper.style-two {
  border-radius: 18px;
}
.footer-wrapper.style-two::after {
  border-radius: 18px;
  background: rgba(28, 54, 55, 0.95);
}

/* CTA CSS */
.cta-wrapper {
  background-color: #1a6191;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.cta-wrapper .airplane-img {
  position: absolute;
  top: 30%;
  right: 2%;
  z-index: -1;
}

.download-btn {
  padding: 12px 26px 14px;
  border-radius: 8rem;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  line-height: 1;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
.download-btn i {
  font-size: 35px;
  color: #FFFFFF;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
.download-btn span {
  font-size: 15px;
  font-weight: 700;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
  display: block;
  margin-bottom: 4px;
}
.download-btn h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
.download-btn:hover, .download-btn:focus {
  background-color: #161920;
  color: #FFFFFF;
  border-color: #161920;
}
.download-btn:hover h5, .download-btn:focus h5 {
  color: #FFFFFF;
}

/* Cookie CSS */
.cookiealert {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 1000;
  max-width: 280px;
  padding: 30px 22px;
  border-radius: 18px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
@media only screen and (min-width:576px) {
  .cookiealert {
    max-width: 360px;
  }
}
@media only screen and (min-width:768px) {
  .cookiealert {
    max-width: 420px;
  }
}
@media only screen and (min-width:992px) {
  .cookiealert {
    max-width: 500px;
    left: 2rem;
    bottom: 2rem;
    padding: 40px 32px;
  }
}
.cookiealert.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.cookiealert p {
  font-size: 12px;
  color: #767676;
}
@media only screen and (min-width:768px) {
  .cookiealert p {
    font-size: 14px;
  }
}
@media only screen and (min-width:1200px) {
  .cookiealert p {
    font-size: 16px;
  }
}
.cookiealert a {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: 700;
}

/* Contact CSS */
.have-question-card {
  border-radius: 18px;
  background: #F7F7F7;
  padding: 40px 30px;
}

.form-control {
  border-radius: 8px;
  background: #FFFFFF;
  height: 50px;
  font-size: 16px;
  border: 0;
  padding: 20px;
  color: #767676;
}
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-moz-placeholder {
  color: #999;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-ms-input-placeholder {
  color: #999;
}
.form-control::placeholder {
  color: #999;
}

.form-select {
  border-radius: 8px;
  background: #FFFFFF;
  height: 50px;
  font-size: 16px;
  border: 0;
  padding: 0 20px;
  color: #767676;
  cursor: pointer;
}
.form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

.contact-card-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding: 30px;
  border-radius: 18px;
  background-color: #F7F7F7;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
@media only screen and (min-width:992px) {
  .contact-card-sm {
    padding: 40px;
    height: 411px;
  }
}
.contact-card-sm .icon {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #1a6191;
  color: #FFFFFF;
}
.contact-card-sm div > div {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media only screen and (min-width:1200px) {
  .contact-card-sm div > div {
    font-size: 24px;
  }
}
.contact-card-sm div > p {
  font-size: 16px;
  opacity: 0.7;
}

.maps-section {
  background-color: #F7F7F7;
}
.maps-section iframe {
  border: 0 !important;
  width: 100%;
  height: 400px;
}
@media only screen and (min-width:768px) {
  .maps-section iframe {
    height: 600px;
  }
}
@media only screen and (min-width:992px) {
  .maps-section iframe {
    height: 700px;
  }
}
@media only screen and (min-width:1200px) {
  .maps-section iframe {
    height: 800px;
  }
}

.contact-section {
  position: relative;
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 80px);
  background: rgba(22, 25, 32, 0.6);
}
@media only screen and (min-width:1200px) {
  .contact-section::after {
    height: calc(100% - 92px);
  }
}
.contact-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 80px;
  background-color: #FFFFFF;
}
@media only screen and (min-width:1200px) {
  .contact-section::before {
    height: 92px;
  }
}
.contact-section .contact-form {
  padding: 40px;
  background-color: #FFFFFF;
  border-radius: 18px 18px 0 0;
}
.contact-section .contact-form .form-group {
  position: relative;
  z-index: 1;
}
.contact-section .contact-form .form-group label {
  position: absolute;
  top: 11px;
  right: 13px;
  z-index: 2;
  color: #767676;
}
.contact-section .contact-form .touria-select2 {
  width: 100%;
  border-radius: 8px;
  height: 50px;
  font-size: 16px;
  border: 0;
  padding: 0 20px;
  line-height: 50px;
  color: #767676;
  font-weight: 400;
}
.contact-section .contact-form .touria-select2::after {
  border-bottom: 2px solid #767676;
  border-right: 2px solid #767676;
  right: 20px;
}
.contact-section .contact-form .touria-select2 .list {
  width: auto;
}
.contact-section .contact-form .touria-select2:nth-child(1) {
  display: none;
}
.contact-section .submit-btn {
  padding: 16px 40px;
  background-color: #1a6191;
  border-radius: 0 0 18px 18px;
}
.contact-section .submit-btn .btn:hover, .contact-section .submit-btn .btn:focus {
  background-color: #161920;
  color: #FFFFFF;
}

.contact-page-section {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width:768px) {
  .contact-page-section {
    margin-bottom: 300px;
  }
}

.contact-form-wrapper {
  padding: 30px;
  border-radius: 18px;
  margin-top: 50px;
}
@media only screen and (min-width:768px) {
  .contact-form-wrapper {
    position: absolute;
    padding: 50px;
    bottom: -565px;
    z-index: 100;
  }
}

/* FAQ CSS */
.faq-title {
  font-size: 24px;
}
@media only screen and (min-width:576px) {
  .faq-title {
    font-size: 28px;
  }
}
@media only screen and (min-width:1200px) {
  .faq-title {
    font-size: 32px;
  }
}
@media only screen and (min-width:1400px) {
  .faq-title {
    font-size: 36px;
  }
}

.faq-accordion .accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}



.faq-accordion .accordion-item {
  position: relative;
  border-radius: 12px;
  background: #F3F6FD;
  border: 0;
  margin-right: 85px;
}
.faq-accordion .accordion-item .accordion-button {
  border-radius: 10px;
  background: transparent;
  color: #195f92;
  font-size: 18px;
  font-weight: 700;
  padding: 30px 24px 24px;
}
@media only screen and (min-width:576px) {
  .faq-accordion .accordion-item .accordion-button {
    font-size: 22px;
  }
}
@media only screen and (min-width:1200px) {
  .faq-accordion .accordion-item .accordion-button {
    font-size: 24px;
  }
}
.faq-accordion .accordion-item .accordion-button:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.faq-accordion .accordion-item .accordion-button::after {
  width: 70px;
  height: 70px;
  position: absolute;
  right: -85px;
  top: 0;
  z-index: 10;
  border-radius: 50%;
  background-color: #195f92;
  background-position: center;
  color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2236%22%20height=%2236%22%20viewBox=%220%200%2024%2024%22%20fill=%22none%22%20stroke=%22white%22%20stroke-width=%222%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M12%205l0%2014%22/%3E%3Cpath%20d=%22M5%2012l14%200%22/%3E%3C/svg%3E");
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #d69249;
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-color: #d69249;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.faq-accordion .accordion-item .accordion-body {
  padding: 0 24px 30px;
  color: #767676;
  font-size: 16px;
  border-radius: 0 0 10px 10px;
}
@media only screen and (min-width:1200px) {
  .faq-accordion .accordion-item .accordion-body {
    font-size: 18px;
  }
}
.faq-accordion.style-two .accordion-item {
  background-color: #F7F7F7;
  margin-right: 0;
}
.faq-accordion.style-two .accordion-item .accordion-button {
  font-size: 18px;
  font-weight: 700;
  padding: 16px 24px;
}
@media only screen and (min-width:1200px) {
  .faq-accordion.style-two .accordion-item .accordion-button {
    font-size: 20px;
  }
}
.d-flexer {
    display: -webkit-box !important;
}

.faq-accordion.style-two .accordion-item .accordion-button::after {
  position: relative;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: #1a6191;
  background-image: url("data:image/svg+xml,%3Csvg%20%20xmlns=%22http://www.w3.org/2000/svg%22%20%20width=%2224%22%20%20height=%2224%22%20%20viewBox=%220%200%2024%2024%22%20%20fill=%22none%22%20%20stroke=%22currentColor%22%20%20stroke-width=%222%22%20%20stroke-linecap=%22round%22%20%20stroke-linejoin=%22round%22%20%20class=%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-chevron-down%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M6%209l6%206l6%20-6%22%20/%3E%3C/svg%3E");
}
.faq-accordion.style-two .accordion-item .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 10px 10px 0 0;
  color: #FFFFFF;
  background-color: #1a6191;
}
.faq-accordion.style-two .accordion-item .accordion-button:not(.collapsed)::after {
  background-color: #FFFFFF;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background-image: url("data:image/svg+xml,%3Csvg%20%20xmlns=%22http://www.w3.org/2000/svg%22%20%20width=%2224%22%20%20height=%2224%22%20%20viewBox=%220%200%2024%2024%22%20%20fill=%22none%22%20%20stroke=%22currentColor%22%20%20stroke-width=%222%22%20%20stroke-linecap=%22round%22%20%20stroke-linejoin=%22round%22%20%20class=%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-chevron-up%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M6%2015l6%20-6l6%206%22%20/%3E%3C/svg%3E");
}
.faq-accordion.style-two .accordion-item .accordion-body {
  background-color: #1a6191;
  font-size: 16px;
  color: #FFFFFF;
  padding: 0 24px 16px 24px;
}
.faq-accordion.style-three .accordion-item {
  background-color: #F7F7F7;
  margin-right: 0;
}
.faq-accordion.style-three .accordion-item .accordion-button {
  font-size: 18px;
  font-weight: 700;
  padding: 16px 24px;
}
@media only screen and (min-width:1200px) {
  .faq-accordion.style-three .accordion-item .accordion-button {
    font-size: 20px;
  }
}
.faq-accordion.style-three .accordion-item .accordion-button::after {
  position: relative;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg%20%20xmlns=%22http://www.w3.org/2000/svg%22%20%20width=%2224%22%20%20height=%2224%22%20%20viewBox=%220%200%2024%2024%22%20%20fill=%22none%22%20%20stroke=%22currentColor%22%20%20stroke-width=%222%22%20%20stroke-linecap=%22round%22%20%20stroke-linejoin=%22round%22%20%20class=%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-chevrons-right%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M7%207l5%205l-5%205%22%20/%3E%3Cpath%20d=%22M13%207l5%205l-5%205%22%20/%3E%3C/svg%3E");
}
.faq-accordion.style-three .accordion-item .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 10px 10px 0 0;
  color: #FFFFFF;
  background-color: #1a6191;
}
.faq-accordion.style-three .accordion-item .accordion-button:not(.collapsed)::after {
  background-color: #FFFFFF;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background-image: url("data:image/svg+xml,%3Csvg%20%20xmlns=%22http://www.w3.org/2000/svg%22%20%20width=%2224%22%20%20height=%2224%22%20%20viewBox=%220%200%2024%2024%22%20%20fill=%22none%22%20%20stroke=%22currentColor%22%20%20stroke-width=%222%22%20%20stroke-linecap=%22round%22%20%20stroke-linejoin=%22round%22%20%20class=%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-chevrons-down%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M7%207l5%205l5%20-5%22%20/%3E%3Cpath%20d=%22M7%2013l5%205l5%20-5%22%20/%3E%3C/svg%3E");
}
.faq-accordion.style-three .accordion-item .accordion-body {
  background-color: #F7F7F7;
  font-size: 16px;
  color: #161920;
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.faq-accordion.style-three .accordion-item .accordion-body .faq-image {
  width: 160px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width:576px) {
  .faq-accordion.style-three .accordion-item .accordion-body {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

/* Happy Counts */
.happy-counts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width:992px) {
  .happy-counts {
    width: 200px;
    height: 200px;
    gap: 10px;
  }
}
@media only screen and (min-width:1200px) {
  .happy-counts {
    width: 250px;
    height: 250px;
    gap: 15px;
  }
}
@media only screen and (min-width:1400px) {
  .happy-counts {
    width: 280px;
    height: 280px;
  }
}
.happy-counts::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border-radius: 50%;
  background-color: #1a6191;
  z-index: -10;
}
.happy-counts .counter {
  font-size: 42px;
  color: #FFFFFF;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width:1200px) {
  .happy-counts .counter {
    font-size: 48px;
  }
}
@media only screen and (min-width:1400px) {
  .happy-counts .counter {
    font-size: 60px;
  }
}
.happy-counts h5 {
  color: #FFFFFF;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width:1200px) {
  .happy-counts h5 {
    font-size: 20px;
  }
}

/* Breadcrumb CSS */
.breadcrumb-section {
  position: relative;
  z-index: 1;
}
.breadcrumb-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 25, 32, 0.76);
  z-index: -10;
}
.breadcrumb-section .breadcrumb-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 112px;
}
.breadcrumb-section .breadcrumb-content h2 {
  color: #FFFFFF;
  text-align: center;
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 0.75rem;
}
@media only screen and (min-width:576px) {
  .breadcrumb-section .breadcrumb-content h2 {
    font-size: 42px;
  }
}
@media only screen and (min-width:768px) {
  .breadcrumb-section .breadcrumb-content h2 {
    font-size: 48px;
  }
}
@media only screen and (min-width:992px) {
  .breadcrumb-section .breadcrumb-content h2 {
    font-size: 56px;
    margin-bottom: 1.25rem;
  }
}
@media only screen and (min-width:1200px) {
  .breadcrumb-section .breadcrumb-content h2 {
    font-size: 64px;
  }
}
@media only screen and (min-width:1400px) {
  .breadcrumb-section .breadcrumb-content h2 {
    font-size: 80px;
  }
}
.breadcrumb-section .breadcrumb-content ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 4px 12px;
  border-radius: 100px;
  border: 0.5px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width:768px) {
  .breadcrumb-section .breadcrumb-content ul {
    padding: 6px 20px;
  }
}
.breadcrumb-section .breadcrumb-content ul li {
  color: #FFFFFF;
  font-size: 13px;
}
@media only screen and (min-width:576px) {
  .breadcrumb-section .breadcrumb-content ul li {
    font-size: 14px;
  }
}
@media only screen and (min-width:768px) {
  .breadcrumb-section .breadcrumb-content ul li {
    font-size: 16px;
  }
}
.breadcrumb-section .breadcrumb-content ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  position: relative;
  z-index: 1;
  padding-right: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width:576px) {
  .breadcrumb-section .breadcrumb-content ul li a {
    font-size: 14px;
  }
}
@media only screen and (min-width:768px) {
  .breadcrumb-section .breadcrumb-content ul li a {
    font-size: 16px;
  }
}
.breadcrumb-section .breadcrumb-content ul li a:hover, .breadcrumb-section .breadcrumb-content ul li a:focus {
  color: #FFFFFF;
}
.breadcrumb-section .breadcrumb-content ul li a::after {
  content: "\ea61";
  position: absolute;
  right: -5px;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "tabler-icons";
  font-size: 16px;
}