@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
  
html, body, button, input, select, textarea, p {
	font-family: "Roboto", sans-serif;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.4;
	color: #000000;
}

/* ==========================================================================
    Links
   ========================================================================== */
a {
	color: #000000;
	text-decoration: none;
}

	a:focus {
		outline: none;
	}

	a:hover, a:focus {
		color: #000
	}

	a:active, a:hover {
		outline: 0;
		text-decoration: none;
	}

/* ==========================================================================
    Typography
   ========================================================================== */
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
	color: #000000;
	font-family: "Outfit", sans-serif !important;
	font-weight: 500 !important;
}

h1, .h1 {
	font-size: 34px;
}

h2, .h2 {
	font-size: 26px !important;
}

h3, .h3 {
	font-size: 24px;
}

h4, .h4 {
	font-size: 18px;
}

h5, .h5 {
	font-size: 16px;
}

/* ==========================================================================
    Global
   ========================================================================== */
.container {
	width: 100%;
	max-width: 1170px;
}

.space {
	padding-top: 3.5rem;
}

.page {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.marginy {
	margin: 3rem 0;
}

.fw-bold-500 {
	font-weight: 500 !important;
}

.text-blue {
	color: #008cf3;
}

.text-orange {
	color: #f97102;
}

.btn:focus {
	box-shadow: none !important;
}

.bg-graylight {
	background: #f4f6f6;
}
.bggraylight{
	background: #e0e0e0;
}

.bg-warning {
	background: #fcd55a !important;
}

.btn-primary {
	background: #ffd700;
	border-color: #ffd700;
	color: #000 !important;
	border-radius: 8px;
	padding: 0.7rem 1.4rem;
}

.btn-primary:hover {
	color: #fff;
	background-color: #eac606;
	border-color: #eac606;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
	color: #fff;
	background-color: #eac606;
	border-color: #eac606;
}

.btn-outline-primary {
	border-color: #ffd700;
	color: #ffd700;
	padding: 0.8rem 1.6rem;
	border-radius: 4px;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #e1872b;
	border-color: #e1872b;
}

.bg-yellow {
	background: #f5e8c3 !important;
}

.alert-primary {
	color: #084298;
	background-color: #e8eef7;
	border-color: #d6e0ee
}

.btn-white {
	background: #FFFFFF;
	color: #000
}

.btn-default {
	/* background-image: linear-gradient(to right, #f41e96 0%, #fad706  51%, #f41e96  100%) !important; */
	background: #ffd700;
	padding: 0.6rem 1.4rem !important;
	width: auto;
	text-align: center;
	/* text-transform: uppercase; */
	transition: 0.5s;
	background-size: 200% auto;
	color: #000;
	/*box-shadow: 0 0 20px #eee;*/
	border-radius: 8px;
	font-size: 15px !important;
}

	.btn-default:hover {
		background: #000639;
		background-position: right center;
		color: #fff;
		text-decoration: none;
	}

/* ==========================================================================
  Header
  ========================================================================== */

.is-sticky #header {
	background: #003466;
	transition: all .3s ease-out;
}

#header-sticky-wrapper {
	height: 77px !important;
	position: relative;
	z-index: 222;
	width: 100%;
	background: #003466;
}

header {
	position: relative !important;
	top: 0px;
	width: 100%;
	z-index: 9999;
	/*background:rgba(0,0,0,0.50)*/
	min-height: 77px !important;
	background: #000639;
}   

.howtoapply{
	background: #e0e0e0;
	padding: 3rem 0 5rem 0;
	.howtobox{
		background: #fff;
		padding: 2rem 2.6rem;
		border-radius: 15px;
		border: solid 1px #cbcbcb;
		.bg-blue{
			background: #cbecff;
		}
		.bg-yellow{
			background: #ffdba7;
		}
		figure{
			margin-bottom: 1rem;
			background: #ebcfff;
			width: 90px;
			height: 90px;
			border-radius: 20px;
			display: flex;
			align-items: center;
			justify-content: center;
			img{
				max-width: 55px;
			}
		}
		h3{
			font-size: 20px;
			font-weight: 700;
			margin: 0.8rem 0 0.6rem 0;
		}
		p{
			color: #000;
			font-size: 15px;
			font-weight: 400;
			line-height: 1.3;
		}
	}
}

.rounded-5{
	border-radius: 15px;
}

.card-info{
	margin-left: 1rem;
	position: relative;
	h2{
		font-size: 20px !important;
		font-weight: 400!important;
		font-family: "Roboto", sans-serif!important;
	}
	h4{
		font-size: 15px !important;
		font-weight: 600;
		margin-bottom: 0px;
		background: #f9efcd;
		border: solid 1px #ffde6f;
		border-radius: 8px;
		font-size: 15px;
		font-family: "Roboto", sans-serif !important;
		margin-bottom: 0.6rem;
		padding: 0.4rem 0.6rem;
		text-align: center;
		max-width: 200px;
		font-weight: 500;
	}
	h3{
		font-size: 36px!important;
		font-weight: 500!important;
		margin-bottom: 0.8rem!important;
		text-transform: uppercase!important;
	}
	ul{
		margin: 0.6rem 0 1.2rem 0;
		li{
			margin-bottom: 1rem;
			padding-left: 2.3rem;
			font-weight: 500;
			.bi{
				background: #ffd700;
				border-radius: 50%;
				padding: 1px 4px;
				margin-right: 0.5rem;
				position: absolute;
                left: 0px;
			}
		}
	}
}

.stepbdr{
	position: relative;
}
.stepbdr::after{
	content: '';
	position: absolute;
	right: 0px;
	top: -20px;
	width: 1px;
	height: 100%;
	background: url(../images/step-bdr.png) no-repeat;
}
.step-box{
	background: #FFF;
	margin: 1.6rem 0;
	padding: 2rem 0;
}
.step-box-orchid{
	background: #e7eaf5;
	padding: 2rem 0;
}
.step{
	text-align: center;
	h4{
		font-size: 15px;
		color: #757575;
		font-style: italic;
		font-weight: 600;
	}
	img{
		max-width: 50px;
	}
	p{
		font-weight: 600;
		line-height: 1.2;
	}
}

.step_orchid{
	text-align: start;
	box-shadow: 0 0 15px #c7c7c7;
	padding: 1rem 1rem;
	margin-bottom: 1.6rem;
	border-radius: 15px;
	background: #FFF;
	min-height: 220px;
	h4{
		font-size: 15px;
		color: #757575;
		font-style: italic;
		font-weight: 600;
	}
	figure{
		background: #fbec9c !important;
		border-radius: 18px;
		padding: 0.6rem;
		width: 64px;
		height: 64px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	img{
		max-width: 38px;
	}
	p{
		font-weight: 500;
		line-height: 1.3;
	}
}

.vertical-text{
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    text-transform: uppercase;
    text-wrap: nowrap;
    letter-spacing: 4px;
    position: absolute;
    background: rgba(255, 255, 255, .4);
    height: 97%;
    padding: 0.8rem;
    left: 1rem;
    border-radius: 10px;
    top: 5px;
	text-align: center;
}

.bg-purple{
	background: #6557d9 !important;
}
.bg-red{
	background: #d95757 !important;
}
.bg-blue{
	background: #578bd9 !important;
}
.bg-gape{
	background: #652559 !important;
}
.bg-orange{
	background: #f46c38 !important;
}
.bg-pine{
	background: #689e64 !important;
}
.bg-coffee{
	background: #3e2622 !important;
} 

.why__choose{
	background: #000639;
	padding: 3rem 0 0 0;
	margin-top: 3rem;
	border-radius: 25px;
	figure {
		img{
			border-radius: 15px 15px 0 0;
		}
	}
	h2{
		color: #FFF;
		font-weight: 700;
		margin-bottom: 1rem;
	}
}

.whyus{
	background: #140a44;
	padding: 2rem 0 1.6rem 0;
	h2{
		font-size: 28px;
		color: #FFF;
	}
	.accordion-item{
		background: transparent;
	}
	.accordion-button{
		background: transparent;
		color: #FFF !important;
		border-bottom: solid 1px #151f6f;
		padding: 17px 0px;
	}
	.accordion-item:first-of-type .accordion-button{
		border-bottom: solid 1px #151f6f;
	}
	.accordion-body {
		padding: 1rem 0;
		color: #FFF;
	}
	.accordion-button:focus{
		box-shadow: none !important;
	}
}
.why-box{
	display: flex;
	align-items: center;
	/* border: solid 1px #d9cec2; */
	/* box-shadow: 0 0 7px #d3d3d3; */
	padding: 0.6rem 1rem 1rem 1rem;
	border-radius: 6px;
	background: #FFF;
	box-shadow: 0px 4px 5px 0px rgba(119, 119, 119, 0.13);
	border: solid 1px #e2e0e0;
	h4{
		margin-bottom: 0px;
		margin-top: 0px;
		font-size: 16px;
		font-weight: 500 !important;
	}
	img{
		max-width: 45px;
	}
	.box-bdr{
		position: relative;
	}
	.box-bdr::after{
		content: '';
		position: absolute;
		right: 30px;
		top: 0px;
		width: 1px;
		height: 40px;
		background: #c5c5c5;
	}
}
.referral-box{
	background: #860562; 
	min-height: 120px; 
	display: flex; 
	align-items: center;
	border-radius: 10px;
	padding: 0 2rem 0 3rem;
}
.referral-box .referalimg{
	position: relative;
	top: 13px;
	max-width: 380px;
}
.referral-box h2{
	font-size: 34px;
	font-weight: 600;
}
.howit-block{
	background: #FFF !important;
	padding: 2rem 0 3rem 0;
	.howit-boxs{
		box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
        border-radius: 20px;
		padding: 1rem 1.5rem;
		min-height: 100px;
        background: #FFF;
        border: solid 1px #f1f1f1;
        display: flex;
        align-items: center;
        text-align: left;
		figure{
			background: #92d3d7;
			width: 80px;
			height: 80px;
			display: flex;
			align-items: center;
			justify-content: center;
			border-radius: 20px;
			margin: 0px auto;
			min-width: 80px;
			img{
				max-width: 40px;
			}
		}
		h4{
			font-size: 15px;
			line-height: 1.4;
			font-family: "Roboto", sans-serif !important;
			font-weight: 500 !important;
			padding-left: 0.6rem;
			margin-bottom: 0px;
		}
		img{
			max-width: 60px;
		}
	}
	.bg-yellow{
		background: #f8d34d !important;	
	}
	.bg-red{
		background: #e9a87c !important;	
	}
}

.list-view{
	li{
		padding: 0.5rem 0;
		font-size: 16px;
		color: #FFF;
		/* border-bottom: solid 1px #091687; */
	}
	.bi{
		color: #FFF !important;
	}
}


.dashboard-box{
	ul{
		li{
			margin-bottom: 0.2rem;
			font-size: 16px;
			.bi{
				font-size: 22px;
				position: relative;
				top: 2px;
				min-width: 80px;
			}
		}
	}
}

.orchid-classic-banner{
	background: url(../images/orchid-classic-banner4.png) no-repeat !important;
	background-size: 100% 100% !important;
}

.tulip-banner{
	background: url(../images/tulip-platinum-banner.jpg) no-repeat !important;
	background-size: 100% 100% !important;
}

.deffodil-banner{
	background: transparent !important;
	background-size: 100% 100%;
	padding: 1.6rem 0;
	h4{
		font-size: 24px;
		font-weight: 700;
		color: #FFF;
		margin-bottom: 0px;
		padding-left: 0.6rem;
	}
	h2{
		font-size: 45px;
		font-weight: 900;
		color: #FFF;
		text-transform: inherit;
		margin:5px 0;
	}
	ul {
		li{
			font-size: 16px;
			color: #FFF;
			margin-bottom: 0.5rem;
			font-weight: 600;
		}
	}
	.btn{
		padding: 0.6rem 1.4rem !important;
	}
}

.underlineshape{
	position: relative;
	z-index: 22;
}
.underlineshape::after{
	height: 11px;
	background: #f7b800;
	border-radius: 2px;
	bottom: 10px;
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	z-index: -1;
}

.payment-success{
	h2{
		font-weight: 700;
	}
	h3{
		font-weight: 700;
		font-size: 18px;
	}
	ul{
		margin: 1.6rem 0;
		li{
			margin-bottom: 1rem;
			.bi{
				background: #ffd700;
				border-radius: 50%;
				padding: 1px 4px;
				margin-right: 0.5rem;
			}
		}
	}
	.social-icon{
		 li{
			background: none !important;
			.bi{
				background: none !important;
				font-size: 22px;
			}
			.bi-facebook{
				color: #4b69b1;
			}
			.bi-twitter{
				color: #000;
			}
			.bi-instagram{
				color: #ce3254;
			}
			.bi-youtube{
				color: #ff0000;
				font-size: 28px;
				position: relative;
				top: 4px;
			}
			.bi-pinterest{
				color: #e83f3a;
				font-size: 24px;
			}
		 }
	}
}

.tabs{
	background: #FFF;
	border-radius: 10px;
    position: relative;
    z-index: 999;
	top: 0px;
	border: solid 1px #e8dfcb;
	box-shadow:0 0 10px #ede3c5;
	max-width: 491px;
	margin: 1.6rem auto;
	display: flex;
    align-items: center;
    justify-content: center;
}
.tabs ul li{
	margin: 0.3rem;
	padding: 0.7rem 1.4rem;
	font-weight: 700;
	font-size: 15px;
}
.tabs ul li .bi{
	font-size: 18px;
	position: relative;
	top: 1px;
}
.tabs ul .active{
	color: #FFF;
	background: #ffd730;
	border: none;
	border-radius: 8px;
}
.tabs ul .active a{
	color: #000;
}
.listviews li{
	position: relative;
	padding-left: 2rem;
	padding-bottom: 5px;
}
.listviews li .bi{
	position: absolute;
    left: 0px;
    font-size: 17px;
    top: 11px;
    color: #000000 !important;
    background: #fad706;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
}

.bg-light-gredient{
	background-image: linear-gradient(rgb(253, 202, 230), rgba(0, 0, 0, 0));
}
header{
	background: transparent;
	padding: 0.5rem 0;
}
.nav-menu .menu-link{
	font-family: "Roboto", sans-serif;
	font-size: 16px !important;
}
.deffodil-header{
	/* background: url(../images/bg-banner.png) no-repeat;
	background-size: cover; */
	background: linear-gradient(90deg,rgba(77, 28, 115, 1) 0%, rgba(128, 64, 134, 1) 100%);
}
.deffodil-banner{
	padding-top: 1rem;
	padding-bottom: 2.5rem;
}
.deffodil-banner-content .card-holder{
	background: rgb(255 215 0);
    border-radius: 50px;
    border: solid 0px rgba(255, 255, 255, .3);
    text-align: center;
    padding: 0.5rem 1.4rem 0.4rem 1.4rem;
    color: #000000;
    /* max-width: 315px; */
    margin-bottom: 0.6rem;
    font-size: 18px;
    display: inline-block;
}
.deffodil-banner-content h5{
	font-family: "Roboto", sans-serif !important;
	font-size: 17px;
	font-weight: 400 !important;
	color: #FFF;
	margin-bottom: 0.4rem;
}
.deffodil-banner-content h4{
	font-size: 28px;
	font-weight: 300 !important;
	color: #FFF;
	margin-bottom: 0.4rem;
	padding-left: 0px;
}
.deffodil-banner-content h4 span{
	font-weight: 700;
}
.deffodil-banner-content h2{
	font-size: 36px !important;
	font-weight: 800 !important;
	color: #FFF;
	margin-bottom: 0.6rem;
	background: -webkit-linear-gradient(20deg, #f41e96, #fad706, #fad706);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.deffodil-banner-content h2 span{
	font-size: 12px;
}
.deffodil-banner-content ul li{
	font-weight: 400;
}
.deffodil-banner-content .promo-code{
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 1px;
}
.deffodil-banner-content .promo-code span{
	font-weight: 800;
	color: #fad706;
}
.why-card-box{
	background: #f8f3e7;
	padding-bottom: 2rem;
}
.ourcertificate{
	border: solid 1px #DDD;
	background: #FFF;
	border-radius: 13px;
	box-shadow: 0px 4px 5px 0px rgba(119, 119, 119, 0.19);
	margin-top: -3rem;
	padding: 0.8rem 1.4rem;
}
.ourcertificate .certifications-logo img{
	max-width: 110px;
}
.travel-card-usp .bi{
	font-size: 24px;
	color: #552374;
	margin-right: 0.6rem;
}
.travel-card-usp h4{
	font-size: 14px;
	color: #757575;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	margin-bottom: 0px;
}
.travel-card-usp h3{
	font-size: 16px;
	color: #000;
	font-family: "Roboto", sans-serif;
	margin-bottom: 0px;
}
.travel-card-step {
	border: solid 1px rgb(207, 207, 207);
	border-radius: 10px;
	padding: 1.6rem;
	min-height: 208px;
}
.travel-card-step figure{
	margin-bottom: 1.6rem;
}
.travel-card-step figure img{
	max-width: 40px;
}
.travel-card-step .steptxt{
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	color: #757575;
	font-style: italic;
	margin-bottom: 0.6rem;
	font-weight: 500;
	letter-spacing: 0.4px;
}
.travel-card-step p{
	margin-bottom: 0px;
	font-weight: 600;
}
.travel-card-step:hover{
	box-shadow: 0px 4px 5px 0px rgba(119, 119, 119, 0.19);
}
.testimonial-home{
	padding: 1rem 0 2rem 0;
}
.list-view-dashboard li {
	margin-bottom: 0.6rem !important;
}
.list-view-dashboard li img{
	max-width: 15px;
	margin-right: 0.2rem;
}
.logo-item h5 {
  font-family: "Roboto", sans-serif !important;
}
.main-nav{
	margin-top: 1.3rem;
}
.card-shadow{
  /* border: solid 1px #eae4d5;
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 15px 0px rgba(183, 162, 89, 0.15); */
}
.card-shadow img{
	min-height: 420px;
    object-fit: cover;
	object-position: right;
}
.logo-scroller{
	gap: 20px !important;
}
.logo-item img{
  border:solid 1px rgb(226, 224, 224);
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 5px 0px rgba(119, 119, 119, 0.19);
  margin-bottom: 0.3rem;
}
.enquiryform{
	background: #045540;
	padding: 2rem 0;
}
.enquiryform-box{
	box-shadow: 0px 0px 20px 0px rgba(183, 162, 89, 0.36);
	background: #FFF;
	padding: 1.8rem 2.8rem;
	border-radius: 13px;
	margin-left: 2rem;
}
.form-left-content {
	padding-right: 1rem;
}
.form-left-content h3{
	color: #FFF;
}
.form-left-content p{
	color: #FFF;
	margin-bottom: 1.2rem;
}
.enquiryform-box input{
	border: solid 1px #767676;
}
.enquiryform-box textarea{
	border: solid 1px #767676;
}
.scroller-wrapper{
	padding: 20px 0 0 0 !important;
}
@media (min-width: 768px) {
	.nav-menu > .menu-item{
		border-radius: 50px;	
	}
	.nav-menu > .menu-item:hover{
		border-bottom: solid 0px #ffd700 !important;
		color: #ffd700 !important;
		background: rgb(207, 207, 207, 0.4);
		border-radius: 50px;
	}
	.nav-menu > li > a{
		padding: 0.4rem 1.2rem !important;
	}
}