@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Rubik:300,300i,400,400i,500,500i,700,700i,900,900i');

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('hover.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.bootstrap-touchspin.css');

* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

.content-column.col-md-8.col-sm-12.col-xs-12 p {
color: black;
}

body {
	font-size:16px;
	color:#777777;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Rubik', sans-serif;
}

a {
	text-decoration:none;
	cursor:pointer;
	color:#e70c70;
}

a:hover, a:focus, a:visited {
	text-decoration:none;
	outline:none;
}

b, strong {
	font-weight: 600;
}
h1, h2, h3, h4, h5, h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
	font-family: 'Poppins', sans-serif;
	color: black
}
input, button, select, textarea {
	font-family: 'Rubik', sans-serif;
}
textarea {
	overflow:hidden;
}
.theme_color {
	color:#e70c70;
}
p, .text {
	position:relative;
	line-height: 25px;
	color:#505050;
	font-family: 'Rubik', sans-serif;
}
.page-wrapper section {
	position:relative;
	z-index:5;
}
.strike-through {
	text-decoration:line-through;
}
.auto-container {
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}
.page-wrapper {
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}
.grey-bg {
	background-color:#f8f8f8;
}

.theme-btn {
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.centered {
	text-align:center;
}

.btn-style-one {
    position: relative;
    line-height: 24px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    background: #d6ae65;
    display: inline-block;
    padding: 3px 22px;
    border-radius: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #012d49;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
}
.btn-style-one .icon {
	position:relative;
	top:2px;
	font-size:18px;
	margin-right:4px;
	margin-left:5px;
}
.btn-style-one:hover {
	color:white;
	border-color:white;
	background:none;
}

.btn-style-two {
	position:relative;
	line-height:24px;
	color:#ffffff;
	font-size:14px;
	font-weight:700;
	background:#020e28;
	display:inline-block;
	padding:12px 49px;
	border-radius:50px;
	text-transform:uppercase;
	border:2px solid #020e28;
	font-family: 'Poppins', sans-serif;
}
.btn-style-two:hover {
	color:#ffffff;
	background:#e70c70;
	border-color:#e70c70;
}

.btn-style-three {
	position:relative;
	line-height:24px;
	color:#ffffff;
	font-size:14px;
	font-weight:700;
	background:#e70c70;
	display:inline-block;
	padding:12px 49px;
	border-radius:50px;
	text-transform:uppercase;
	border:2px solid #e70c70;
	font-family: 'Poppins', sans-serif;
}
.btn-style-three:hover {
	color:#ffffff;
	background:#020e28;
	border-color:#020e28;
}
.preloader {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:999999;
	background-color:#ffffff;
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url(../images/icons/preloader.svg);
}
img {
	display:inline-block;
	max-width:100%;
	height:auto;
}


.social-icon-one {
	position:relative;
}
.social-icon-one li {
	position:relative;
	margin-left:20px;
	display:inline-block;
}
.social-icon-one li a {
	position:relative;
	font-size:16px;
	color:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.social-icon-one li a:hover {
	color:#e70c70;
}

.social-icon-two {
	position:relative;
}
.social-icon-two li {
	position:relative;
	margin:0px 5px;
	display:inline-block;
}
.social-icon-two li a {
	position:relative;
	width:40px;
	height:40px;
	font-size:14px;
	color:#848484;
	line-height:40px;
	border-radius:50%;
	text-align:center;
	display:inline-block;
	background-color:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.social-icon-two li a:hover {
	color:#ffffff;
	background-color:#e70c70;
}

.social-icon-three {
	position:relative;
}
.social-icon-three li {
	position:relative;
	margin-right:15px;
	display:inline-block;
}
.social-icon-three li a {
	position:relative;
	font-size:14px;
	color:#9b9b9b;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.social-icon-three li a:hover {
	color:#e70c70;
}
.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 70px;
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 65px;
    text-align: center;
    z-index: 99999;
    cursor: pointer;
    border-radius: 50px;
    background: #012d49;
    display: none;
    border: 2px solid #012d49;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.scroll-to-top:hover {
	color:#e70c70;
	background:none;
}
.main-slider {
	position:relative;
	z-index:10;
}
.main-slider .tp-caption {
	z-index:5 !important;
}
.main-slider .tp-dottedoverlay {
	background:rgba(0, 0, 0, 0.40) !important;
}
.main-slider .tparrows.gyges {
	width:60px;
	height:60px;
	line-height:60px;
	border-radius:50%;
	background-color:rgba(255, 255, 255, 0.20);
}
.main-slider .tparrows.gyges:before {
	line-height:60px;
}
.main-slider .tparrows.gyges:hover {
	color:#e70c70;
	background-color:#e70c70;
}
.main-slider h2 {
	position:relative;
	color:#ffffff;
	font-size:71px;
	font-weight:500;
	line-height:1.2em;
	display:inline-block;
}
.main-slider h2.dark {
	color:#fff;
}
.main-slider h2.alternate {
	padding-bottom:25px;
	border-bottom:1px solid rgba(255, 255, 255, 0.20);
}
.main-slider h2.style-two {
	padding-bottom:25px;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
}
.main-slider .text {
	position:relative;
	color:#fff;
	font-size:18px;
	line-height:1.7em;
}
.main-slider .text.style-two {
	color:#fff;
}
.main-slider .text.alternate {
	color:#ffffff;
	font-size:20px;
}
.main-slider .text.style-three {
	color:#fff;
	font-size:20px;
}
.main-slider .know_more {
	position:relative;
	color:#fff;
	font-weight:600;
	font-size:14px;
	padding-bottom:2px;
	text-transform:uppercase;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	border-bottom:1px solid #e70c70;
	font-family: 'Poppins', sans-serif;
}
.main-slider .know_more .icon {
	margin-right:4px;
}
.main-slider .know_more:hover {
	color:#ffffff;
}
.main-slider .btns-box .theme-btn {
	margin-right:20px;
}
.main-slider .tp-bannertimer,  .main-slider .tp-bullets {
	display:none !important;
}
.call-to-action-section {
	position:relative;
	padding:45px 0px;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center bottom;
}
.call-to-action-section:before {
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(245, 91, 20, 0.95);
}
.call-to-action-section h2 {
	position:relative;
	color:#ffffff;
	font-size:24px;
	font-weight:500;
	line-height:1.4em;
}
.call-to-action-section .link-column {
	position:relative;
	text-align:right;
}
.call-to-action-section .apointment {
	position:relative;
	color:#ffffff;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	border-bottom:2px solid #ffffff;
	font-family: 'Poppins', sans-serif;
}

.main-footer {
	position:relative;
	background-color:#171b22;
	z-index:10;
}
.main-footer .widgets-section {
	position:relative;
	padding: 42px 0px 1px;
}
.main-footer .footer-widget {
	position:relative;
	margin-bottom:30px;
}
.main-footer .footer-title {
	position:relative;
	margin-bottom:20px;
}
.main-footer .footer-title h2 {
	position:relative;
	font-size:18px;
	font-weight:300;
	color:#ffffff;
	padding-bottom:6px;
	text-transform:capitalize;
}
.main-footer .footer-title h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 35px;
    height: 2px;
    background-color: #d9b167;
}
.main-footer .logo-widget {
	position:relative;
}
.main-footer .logo-widget .widget-content {
	position:relative;
}
.main-footer .logo-widget .logo {
	position:relative;
	margin-bottom:25px;
}
.main-footer .logo-widget .widget-content .text {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 12px;
    text-align: justify;
}

.container-uk p {
    font-size: 16px;
}

.main-footer .logo-widget .widget-content .list {
	position:relative;
	margin-bottom:20px;
}
.main-footer .logo-widget .widget-content > .list > li {
	position:relative;
	color:#c4c4c4;
	font-size:16px;
	padding-right:12px;
	margin-right:12px;
	line-height:1.2em;
	display:inline-block;
	border-right:1px solid #414a5e;
}
.main-footer .logo-widget .widget-content > .list > li:last-child {
	border-right:0px;
	margin-right:0px;
	padding-right:0px;
}
.main-footer .logo-widget .widget-content .timing {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.8em;
	padding-bottom: 18px;
	margin-bottom: 13px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.main-footer .logo-widget .widget-content .timing span {
	font-weight:500;
	display:block;
}
.main-footer .logo-widget .widget-content .social-icon-one li {
	margin-left:0px;
	margin-right:22px;
}
.main-footer .links {
	position:relative;
}
.main-footer .links li {
	position:relative;
	margin-bottom:3px;
}
.main-footer .links li a {
	position:relative;
	color:#c4c4c4;
	font-size:16px;
	padding-bottom:1px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.main-footer .links li a:after {
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:20px;
	height:2px;
	opacity:0;
	background-color:#fff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
 .main-footer .links li a:hover::after {
 opacity:1;
}
.main-footer .links li a:hover {
	color:#ffffff;
}
.main-footer .footer-bottom {
	position:relative;
	padding-top:45px;
	background-color:#14181e;
}
.main-footer .footer-bottom.style-two {
	padding-top:0px;
}
.main-footer .footer-bottom.style-two .copyright {
	border-top:0px;
	margin-top:10px;
}
.main-footer .footer-bottom .title-column {
	position:relative;
}
.main-footer .footer-bottom .title-column .text {
	position:relative;
	padding-left:80px;
	color:#ffffff;
	font-size:16px;
	font-weight:500;
	font-family: 'Poppins', sans-serif;
}
.main-footer .footer-bottom .title-column .text .icon {
	position:absolute;
	left:0px;
	top:10px;
	color:#e70c70;
	font-size:40px;
	line-height:1em;
}
.main-footer .footer-bottom .subscribe-form {
	margin-bottom:20px;
}
.main-footer .footer-bottom .subscribe-form .form-group {
	position:relative;
	display:block;
	margin-bottom:10px;
}
.main-footer .footer-bottom .subscribe-form .form-group input[type="text"],  .main-footer .footer-bottom .subscribe-form .form-group input[type="email"] {
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 0px;
	height:48px;
	font-size:15px;
	color:#ffffff;
	background:none;
	font-weight:400;
	border-bottom:4px solid rgba(255, 255, 255, 0.20);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.main-footer .footer-bottom .subscribe-form .form-group button {
	position:absolute;
	right:0px;
	top:10px;
	font-size:12px;
	color:#e70c70;
	font-weight:600;
	background:none;
	letter-spacing:1px;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif;
}
.main-footer .footer-bottom .copyright {
	position:relative;
	text-align:center;
	color:#ffffff;
	padding:9px 0px;
	font-size:16px;
	margin-top:30px;
	border-top:1px solid rgba(255, 255, 255, 0.10);
}

/*** Market Section Two ***/



.market-section-two {
	position:relative;
	padding:50px 0px 40px;
}
.market-section-two .view-all {
	position:relative;
	color:#e70c70;
	font-size:14px;
	font-weight:600;
	display:inline-block;
	margin-top:10px;
	text-transform:uppercase;
	border-bottom:1px solid #e70c70;
	font-family: 'Poppins', sans-serif;
}
.market-section-two .view-all .icon {
	margin-left:5px;
}
.market-section-two .title-box {
	position:relative;
	margin-bottom:45px;
}
.market-section-two .title-box h2 {
	position:relative;
	color:#020e28;
	font-weight:600;
	font-size:30px;
	margin-right:28px;
	line-height:1.8em;
	float:left;
	text-transform:uppercase;
}
.market-section-two .title-box .text {
    position: relative;
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    display: inline-block;
    max-width: 660px;
    padding-left: 28px;
    border-left: 4px solid #012d49;
}
.market-block-two {
	position:relative;
	margin-bottom:30px;
}
.market-block-two .inner-box {
	position:relative;
	overflow:hidden;
}
.market-block-two .inner-box .image {
	position:relative;
}
.market-block-two .inner-box .image img {
	position:relative;
	width:100%;
	display:block;
}
.market-block-two .inner-box .image .overlay-box {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	padding:35px 35px;
}
.market-block-two .inner-box .image .overlay-box h2 {
	position:relative;
	font-size:20px;
	font-weight:500;
	color:#ffffff;
}
.market-block-two .inner-box .image .overlay-box p {
	position:relative;
	font-size:12px;
	color:#ffffff;
}
.market-block-two .inner-box .content-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #ffffff;
    text-align: center;
    background: #012d49;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: translate(-100%, 0%);
    -ms-transform: translate(-100%, 0%);
    -o-transform: translate(-100%, 0%);
    -moz-transform: translate(-100%, 0%);
    transform: translate(-100%, 0%);
}
.market-block-two .inner-box .content-overlay .content-inner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
	padding: 10px 0px;
}
.market-block-two .inner-box .content-overlay .content-inner .content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}
.market-block-two .inner-box .content-overlay .content-inner .content .text {
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:400;
	line-height:1.4em;
	margin-bottom:15px;
}
.market-block-two .inner-box .content-overlay .content-inner .content .go {
	position:relative;
	font-weight:600;
	color:#ffffff;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif;
}
.market-block-two .inner-box .content-overlay .content-inner .content .go .icon {
	position:relative;
	margin-left:5px;
}
.market-block-two .inner-box:hover .content-overlay {
	opacity: 1;
	-webkit-transform: translate(0%);
	-ms-transform: translate(0%);
	-o-transform: translate(0%);
	-moz-transform: translate(0%);
	transform: translate(0%);
} 

section.call-to-action-section-two {
    position: relative;
    text-align: center;
    padding: 40px;
}

.call-to-action-section-two {
	position:relative;
	text-align:center;
	padding:40px 0px 40px;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
}
.call-to-action-section-two:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgb(1 45 73);
}
.call-to-action-section-two h2 {
	position:relative;
	color:#ffffff;
	font-size:30px;
	font-weight:700;
	line-height:1.5em;
	max-width:1100px;
	margin:0 auto;
	margin-bottom:3px;
}
.call-to-action-section-two .text {
	position: relative;
	color: #c4c4c4;
	font-size: 15px;
	line-height: 25px;
	max-width: 880px;
	margin: 0 auto;
	margin-bottom: 25px;
}
/*** Testimonial Section ***/

.testimonial-section-four {
	position:relative;
	padding:40px 0px;
}
.testimonial-block-five {
	position:relative;
}
.testimonial-block-five .inner-box {
	position:relative;
}
.testimonial-block-five .inner-box .text {
	position: relative;
	color: #505050;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.7em;
	text-align: center;
	margin-bottom: 15px;
}
.testimonial-block-five .inner-box .author-info {
	position:relative;
	text-align:center;
}
.testimonial-block-five .inner-box .author-info .author-inner {
	position:relative;
	display:inline-block;
}
.testimonial-block-five .inner-box .author-info .image {
	position:relative;
	width:80px;
	height:80px;
	overflow:hidden;
	border-radius:50%;
	margin:0 auto;
	margin-bottom:5px;
}
.testimonial-block-five .inner-box .author-info .quote-icon {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    color: #012d49;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #012d49;
}
.testimonial-block-five .inner-box .author-info h3 {
	position:relative;
	color:#020e28;
	font-size:18px;
	font-weight:500;
	font-family: 'Poppins', sans-serif;
}
.testimonial-block-five .inner-box .author-info .location {
    position: relative;
    color: #042b44;
    font-size: 16px;
}
.testimonial-section-four .owl-nav {
	display:none;
}
.testimonial-section-four .owl-dots {
	position:relative;
	text-align:center;
	margin-top:25px;
}
.testimonial-section-four .owl-dots .owl-dot {
	position:relative;
	width:9px;
	height:9px;
	margin:0px 5px;
	display:inline-block;
	border-radius:50%;
	background-color:#c4c4c4;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.testimonial-section-four .owl-dots .owl-dot:hover, .testimonial-section-four .owl-dots .owl-dot.active {
    position: relative;
    width: 22px;
    height: 8px;
    border-radius: 10px;
    background-color: #012d49;
}

.highlights-section {
	position:relative;
	padding:85px 0px 55px;
	background-color:#f4f4f4;
}
.highlights-section .image-layer {
	position:absolute;
	right:0px;
	top:0px;
	width:32%;
	height:100%;
	background-position:right top;
	background-repeat:no-repeat;
	background-size:cover;
}
.highlights-section .image-layer:before {
	position:absolute;
	content:'';
	left:0px;
	top:0px;
}

.highlights-section .services-column .inner-column {
	position:relative;
	margin-left:100px;
	margin-right:100px;
	padding: 45px 30px 50px;
	border: 1px solid #f2f2f2;
	background:#ffffff url(../images/resource/pattern-1.png);
	background-position: left bottom;
	background-repeat:repeat-x;
}


.whatsapp {
    background: #41d352;
    border-radius: 50%;
    bottom: 15px;
    line-height: 47px;
    height: 50px;
    padding: 2px;
    position: fixed;
    left: 50px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 99999;
}



.whatsapp i {
    color: #fff;
    font-size: 42px;
    margin-top: 6px;
}


/* new css */
 .dropdown-btn {
    display: none;
} 


/* all state css start */
 /* Basic CSS for the banner */
    
.banner h1 {
    color: white;
}
    

    /* .banner::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        transition: background 0.3s ease;
    } */

    .banner:hover::before {
        background: rgba(0, 0, 0, 0.3);
    }

    .banner-text {
        position: relative;
        z-index: 1;
        transform: translateY(20px);
        opacity: 0;
        animation: fadeInUp 1s ease forwards;
    }

    .banner-text h1 {
        margin: 0;
        text-transform: uppercase;
        position: relative;
    }

    .banner-text:hover h1::after {
        width: 100px;
    }

    .banner-text p {
        margin-top: 10px;
    }

    @keyframes fadeInUp {
        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    .breadcrumb {
        padding: 10px 20px;
        background-color: #f8f8f8;
        border-bottom: 1px solid #ddd;
    }

    .breadcrumb a {
        color: #f28c38;
        text-decoration: none;
        position: relative;
        transition: color 0.3s ease;
    }

    .breadcrumb a:hover {
        color: #ff6200;
    }

    .breadcrumb a::after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #ff6200;
        transition: width 0.3s ease;
    }

    .breadcrumb a:hover::after {
        width: 100%;
    }

    .breadcrumb span {
        color: #333;
    }

    .title-section {
        padding: 20px;
        background-color: #fff;
        position: relative;
    }

    .title-section h2 {
        color: #333;
        margin: 0;
        position: relative;
        display: inline-block;
    }

    .title-section h2::before {
        content: '✨';
        position: absolute;
        left: -30px;
        top: 50%;
        transform: translateY(-50%);
        opacity: 0;
        transition: opacity 0.3s ease, left 0.3s ease;
    }

    .title-section h2:hover::before {
        opacity: 1;
        left: -40px;
    }

    /* Styles for the Uttarakhand Tour Packages Section */
    .container-uk {
        display: flex;
        max-width: 1463px;
        margin: 20px auto;
        background-color: #fff;
        padding: 20px;
        /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
        border-radius: 10px;
        transition: box-shadow 0.3s ease;
        flex-direction: row;
        max-width: 1170px;
        margin: 0 auto;
    }

    /* .container-uk:hover {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    } */

    .text-content {
        flex: 2;
        padding-right: 20px;
    }

    .text-content h1 {
        color: #012d49;
        margin-bottom: 10px;
        position: relative;
    }

    .text-content p {
    color: BLACK;
    line-height: 1.6;
    transition: color 0.3s ease;
    font-size: 16px;
}

    .text-content p:hover {
        color: #333;
    }

    .image-content {
        flex: 1;
        position: relative;
    }

    .image-content img {
        width: 100%;
        /* height: 88vh; */
        max-height: 500px;
        border-radius: 5px;
        transition: transform 0.3s ease, opacity 0.3s ease;
        object-fit: cover;
    }

    .image-content img:hover {
        transform: scale(1.05);
        opacity: 0.9;
    }

    .image-content::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent);
        border-radius: 5px;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .image-content:hover::before {
        opacity: 1;
    }

    .cta-buttons {
        display: flex;
        justify-content: flex-end;
        margin-top: 20px;
        flex-wrap: wrap;
        gap: 10px;
    }

    .cta-buttons a {
        text-decoration: none;
        padding: 10px 20px;
        border-radius: 5px;
        font-weight: bold;
        position: relative;
        overflow: hidden;
        transition: transform 0.3s ease, background-color 0.3s ease;
    }

    .cta-buttons a::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.2);
        transition: left 0.3s ease;
    }

    .cta-buttons a:hover::before {
        left: 0;
    }

    .cta-buttons a:hover {
        transform: translateY(-3px);
    }

    .phone-btn {
        background-color: #ff6200;
        color: #fff;
    }

    .phone-btn:hover {
        background-color: #e55a00;
    }

    .plan-btn {
        background-color: #fff;
        color: #ff6200;
        border: 2px solid #ff6200;
    }

    .plan-btn:hover {
        background-color: #ff6200;
        color: #fff;
    }

    /* Slider Section Styles */
    .slider-section {
    max-width: 1463px;
    margin: 20px auto;
    padding: 20px;
    text-align: center; 
}

    .slider-section-1 {
        background-color: #fffbff;
    }

    .slider-section-2 {
        background-color: #f5f5f5;
    }

    .slider-section-3 {
        background-color: #fffbff;
    }

    .slider-section-4 {
        background-color: #f5f5f5;
    }

    .slider-section-5 {
        background-color: #fffbff;
    }

    .slider-section-6 {
        background-color: #f5f5f5;
    }

    .slider-section h2 {
        color: #333;
        margin-bottom: 10px;
        position: relative;
    }
    .slider-section h2 {
    font-size: 35px;
    font-weight: 700;
    color: #012d49;
}

    .slider-section h2::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background-color: #012d49;
    transition: width 0.3s ease;
}

    .slider-section h2:hover::after {
        width: 100px;
    }

    .slider-section p {
    color: BLACK;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
}

    .slider-container {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

    .slider {
        display: flex;
        flex-wrap: nowrap;
        transition: transform 1s ease-in-out;
    }

    .slider.no-transition {
        transition: none;
    }

    .slide {
        flex: 0 0 25%; /* 100% / 4 slides */
        box-sizing: border-box;
        padding: 5px;
        position: relative;
        transition: transform 0.3s ease;
    }

    .slide:hover {
        transform: translateY(-10px);
    }

    .slide a {
        display: block;
        text-decoration: none;
        color: inherit;
        width: 100%;
        height: 100%;
    }

    .slide img {
        /* width: 100%; */
        height: 250px;
        /* object-fit: cover; */
        /* border-radius: 5px; */
        /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
    }

    /* .slide a:hover img {
        transform: scale(1.05);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    } */

    .slide::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 5px;
        opacity: 0;
        transition: opacity 0.3s ease;
        z-index: 1;
    }

    .slide:hover::before {
        opacity: 1;
    }

    .slide p {
        color: #333;
        margin: 5px 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        position: relative;
        transition: color 0.3s ease;
        z-index: 2;
        font-size: 20px;
    }

    .slide a:hover p {
        color: #ff6200;
    }

    .slide .duration {
    color: #012d49;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
}

    .slide .duration::after {
        content: '✈️';
        position: absolute;
        right: -20px;
        top: 50%;
        transform: translateY(-50%);
        opacity: 0;
        transition: opacity 0.3s ease, right 0.3s ease;
        z-index: 2;
    }

    .slide a:hover .duration::after {
        opacity: 1;
        right: -30px;
    }

    .nav-arrows {
        display: flex;
        justify-content: center;
        margin-top: 10px;
        gap: 10px;
    }

    .arrow {
        background-color: #ddd;
        border: none;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        transition: background-color 0.3s ease, transform 0.3s ease;
    }

    .arrow:hover {
    background-color: #012d49;
    color: #fff;
    transform: scale(1.2);
}

    .arrow::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #fffbff;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

    .arrow:hover::before {
        opacity: 1;
    }
/* Responsive Design */

/* Tablets (max-width: 768px) */
@media (max-width: 768px) {
    .banner {
        height: 300px;
    }

    .banner-text h1 {
        font-size: clamp(1.5rem, 4vw, 2rem);
    }

    .banner-text p {
        font-size: clamp(0.8rem, 2vw, 1rem);
    }

    .container-uk {
        flex-direction: column;
        padding: 15px;
    }

    .text-content {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .image-content img {
        height: 50vh;
        max-height: 300px;
    }

    .slider-section h2 {
        font-size: 1.8rem;
    }

    .slider-section p {
        font-size: 0.9rem;
    }

    .slider-container {
        overflow: hidden;
        width: 100%;
    }

    .slider {
        display: flex;
        width: 100%;
        transition: transform 0.5s ease;
    }

    .slide {
        flex: 0 0 100%;
        padding: 3px;
        min-width: 100%;
        box-sizing: border-box;
    }

    .slide img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .nav-arrows .prev-arrow,
    .nav-arrows .next-arrow {
        width: 35px;
        height: 35px;
        font-size: 1.2rem;
    }
}

/* Mobile (max-width: 480px) */
@media (max-width: 480px) {
    .banner {
        height: 250px;
    }

    .banner-text h1 {
        font-size: clamp(1.2rem, 3.5vw, 1.5rem);
    }

    .banner-text p {
        font-size: clamp(0.7rem, 1.8vw, 0.9rem);
    }

    .breadcrumb {
        padding: 8px 15px;
        font-size: clamp(0.7rem, 1.8vw, 0.8rem);
    }

    .text-content h1 {
    font-size: 21px;
}

    .text-content h2 {
        font-size: clamp(1.2rem, 2.5vw, 1.5rem);
    }

    .text-content h3 {
        font-size: clamp(1rem, 2vw, 1.2rem);
    }

    .text-content p {
    font-size: 16px;
}

    .slider-section h2 {
    font-size: 16px;
}

    .slider-section p {
    font-size: 16px;
}

    .slider-container {
        overflow: hidden;
        width: 100%;
    }

    .slider {
        display: flex;
        width: 100%;
        transition: transform 0.5s ease;
    }

    .slide {
        flex: 0 0 100%;
        padding: 2px;
        min-width: 100%;
        box-sizing: border-box;
    }

    .slide img {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }

    .nav-arrows {
        gap: 5px;
    }

    .nav-arrows .prev-arrow,
    .nav-arrows .next-arrow {
        width: 30px;
        height: 30px;
        font-size: clamp(0.8rem, 1.8vw, 1rem);
        padding: 8px;
    }

}
.slider-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(0, 0, 0, 0.5);
        color: white;
        font-size: 24px;
        padding: 10px;
        cursor: pointer;
        z-index: 10;
        border: none;
        outline: none;
        transition: background 0.3s;
    }
    .slider-arrow:hover {
        background: rgba(0, 0, 0, 0.8);
    }
    .prev-arrow {
        left: 10px;
    }
    .next-arrow {
        right: 10px;
    }
.banner-text h1, p {
    color: white;
}

/* all state css end */


/* Destination  css start */
.container-bhutan {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      align-items: flex-start;
      justify-content: space-between;
      padding: 40px;
    }

    .text-section-bhutan {
      flex: 1 1 48%;
    }
    .text-section-bhutan p {
      color: black;
      font-size: 16px;
    }

    h1 {
      font-size: 36px;
      margin-bottom: 15px;
    }

    .more-text {
      display: none;
    }

    .read-more-btn {
      color: #007bff;
      background: none;
      border: none;
      cursor: pointer;
      font-size: 16px;
      padding: 0;
      text-decoration: underline;
      margin-top: 10px;
    }

    .image-gallery {
      flex: 1 1 48%;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
    }

    .image-gallery img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      border-radius: 10px;
    }

    @media (max-width: 768px) {
      .container-bhutan {
        flex-direction: column;
      }

      .image-gallery {
        grid-template-columns: 1fr 1fr;
      }
    }

    .main-container {
      display: flex;
      gap: 20px;
      /* padding: 0 40px; */
    }

    /* Scrollable Sidebar */
    .filter-sidebar {
      width: 200px;
      background: #fff;
      border-radius: 10px;
      padding: 15px;
      max-height: 460px;
      overflow-y: auto;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }
    .filter-sidebar a {
      color: black;
      font-weight: bold;
      text-decoration: none;
    }

    .filter-sidebar::-webkit-scrollbar {
      width: 6px;
    }

    .filter-sidebar::-webkit-scrollbar-thumb {
      background: #ccc;
      border-radius: 3px;
    }

    .filter-sidebar button {
      display: block;
      width: 100%;
      margin-bottom: 10px;
      padding: 10px;
      background: #f2f2f2;
      border: none;
      border-radius: 8px;
      font-size: 15px;
      cursor: pointer;
      transition: background 0.3s;
    }

    .filter-sidebar button:hover {
      background: #e0e0e0;
    }

    /* Tour Cards Section */
    .tour-cards {
      flex: 1;
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
      gap: 20px;
    }

    .tour-card {
      background: #fff;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0,0,0,0.08);
      position: relative;
      transition: transform 0.3s;
      height: 470px;
    }

    .tour-card:hover {
      transform: translateY(-5px);
    }

    .tour-card img {
      width: 100%;
      height: 257px;
      object-fit: cover;
    }

    .badge {
      position: absolute;
      top: 10px;
      left: 10px;
      background: #007bff;
      color: #fff;
      font-size: 13px;
      padding: 3px 10px;
      border-radius: 5px;
    }

    .card-content {
      padding: 15px;
    }

    .card-content h4 {
      font-size: 16px;
      margin-bottom: 8px;
    }

    .location {
      font-size: 14px;
      color: #555;
      margin-bottom: 10px;
    }

    .duration-price {
      display: flex;
      justify-content: space-between;
      font-weight: bold;
      font-size: 15px;
      margin-bottom: 6px;
    }

    .rating {
      font-size: 14px;
      color: #ff9800;
    }

    @media (max-width: 768px) {
      .main-container {
        flex-direction: column;
      }

      .filter-sidebar {
        width: 100%;
        max-height: none;
      }
    }

    /* Video Slider Section */
    .video-slider-section {
      padding: 50px 20px;
      text-align: center;
      background: #f9f9f9;
    }

    .slider-heading {
      font-size: 28px;
      font-weight: bold;
      margin-bottom: 30px;
    }

    .video-card {
      position: relative;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
      cursor: pointer;
    }

    .video-card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }

    .play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 36px;
      color: white;
      background: rgba(0, 0, 0, 0.5);
      padding: 10px 14px;
      border-radius: 50%;
      cursor: pointer;
      transition: background 0.3s;
    }

    .play-button:hover {
      background: rgba(0, 0, 0, 0.7);
    }

    .video-card p {
      margin: 0;
      padding: 10px;
      font-size: 18px;
      font-weight: 500;
      background: white;
    }

    /* Modal Styles */
    .video-modal {
      display: none;
      position: fixed;
      z-index: 1000;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.8);
      justify-content: center;
      align-items: center;
    }

    .video-modal-content {
      position: relative;
      width: 80%;
      max-width: 800px;
      background: #fff;
      border-radius: 10px;
      overflow: hidden;
    }

    .close-modal {
      position: absolute;
      top: 10px;
      right: 20px;
      font-size: 30px;
      color: #fff;
      cursor: pointer;
      z-index: 1001;
    }

    .swiper-button-prev,
    .swiper-button-next {
      color: #007bff;
    }

    .swiper-pagination-bullet-active {
      background: #007bff;
    }

    @media (max-width: 768px) {
      .video-modal-content {
        width: 90%;
      }

      .video-card img {
        height: 150px;
      }
    }

    /* Why Choose Us */
    .why-justwravel {
      padding: 60px 20px;
      background: #fff;
    }

    .container-why {
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
      align-items: flex-start;
    }

    .left-gallery {
      flex: 1;
      min-width: 300px;
    }

    .image-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 15px;
    }

    .image-grid img {
      width: 100%;
      border-radius: 12px;
      object-fit: cover;
    }

    .right-content {
      flex: 1.2;
      min-width: 300px;
    }

    .subheading {
      font-size: 14px;
      color: #888;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .main-heading {
      font-size: 28px;
      font-weight: 700;
      margin: 10px 0;
    }

    .quote {
      font-style: italic;
      font-size: 16px;
      color: #444;
    }

    .description {
      margin-top: 10px;
      color: #555;
      line-height: 1.6;
    }

    .description a {
      color: #0066ff;
      text-decoration: none;
    }

    .features-grid {
      margin-top: 30px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
      gap: 20px;
    }

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

    .feature-box .icon-why {
      font-size: 48px;
      color: #007bff;
      margin-bottom: 12px;
    }

    .feature-box p {
      font-size: 14px;
      color: #333;
    }
    .gallery4 img {
    margin-top: -245px;
}
    .gallery6 {
    margin-top: -173px;
}

    /* FAQ Section */
    .faq-section {
    max-width: 727px;
    margin: auto;
    padding: 20px;
    text-align: inherit;
    margin: inherit;
}

    .faq-title {
      font-size: 32px;
      font-weight: 600;
      margin-bottom: 40px;
    }

    .faq-item {
      border: 1px solid #ddd;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      text-align: left;
    }

    .faq-question {
      width: 100%;
      padding: 20px;
      background: #fff;
      border: none;
      font-size: 16px;
      font-weight: 500;
      cursor: pointer;
      text-align: left;
    }

    .faq-question.active {
      background-color: #f5f5f5;
    }

    .faq-answer {
      padding: 0 20px 20px;
      display: none;
      font-size: 15px;
      color: #444;
      background-color: #fcfcfc;
    }

    .view-more {
      margin-top: 20px;
    }

    .view-more a {
      color: #007bff;
      text-decoration: none;
      font-weight: 500;
    }

    /* textmorial */

    .testimonial-wrapper {
  padding: 60px 20px;
  background: #f7f9fc;
  text-align: center;
  font-family: Arial, sans-serif;
  display:none;
}

.subtitle {
  color: #7a7a7a;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.main-heading {
  font-size: 2.4rem;
  margin-bottom: 40px;
}

.testimonial-slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 47px;
    padding: 10px 0;
}

.testimonial-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.quote {
    font-size: 16px;
    color: #333;
    min-height: 120px;
}

.user-info {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
}

.user-info img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.circle-initial {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #5c67f2;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.stars {
  color: #f8b84e;
  font-size: 0.9rem;
}

.trip-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}

.trip-box img {
  width: 70px;
  height: 50px;
  border-radius: 6px;
  object-fit: cover;
}

.trip-box p {
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0;
}

.trip-box a {
  display: inline-block;
  font-size: 0.8rem;
  color: #0066ff;
  background: #eef5ff;
  padding: 6px 12px;
  border-radius: 20px;
  text-decoration: none;
  margin-top: 5px;
}

.slider-nav {
  margin-top: 25px;
}

.slider-nav .dot {
  height: 10px;
  width: 10px;
  background: #ccc;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  border: none;
}

.slider-nav .dot.active {
  background: #0066ff;
}
/* Destination  css end */

/* home welcome section align left */


section.highlights-section .row {
    margin: 0px !important;
}

@media (max-width: 768px) {
    .row {
    display: block !important;
    width: 100%;
}

.column.col-md-6.col-sm-6.col-xs-12 {
    width: 100% !important;
}

.column.col-md-2.col-sm-6.col-xs-12 {
    width: 100% !important;
}
.section:nth-child(even) {
    flex-direction: column !important;
}
}