body{margin: 0px;
	padding: 0px;
	width: 100%;
	color: #000;
	font-weight: 400;
	font-family: "Nunito Sans", sans-serif;
}

html{
	scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Oswald", sans-serif;
}

.font-primary{
	font-family: "Oswald", sans-serif;
}

.font-second{
	font-family: "Nunito Sans", sans-serif;
}

section{
	background-color: #f1f1f1;
	padding: 60px 0;
	margin: 0px;
}

.spacer{
	margin: 80px 0px 0 0;
	display: block;
}

.text-justify{
	text-align: justify;
}

.color{
	color: #293d59 !important;
}

.bg-color{
	background-color: #293d59 !important;
}

.border-color{
	border-color: #293d59;
}

.color2{
	color: #edc86c !important;
}

.bg-color2{
	background-color: #edc86c !important;
}

.border-color2{
	border-color: #edc86c;
}

.elementor-shape-fill{
	fill: #ffffff;
}

.bg-white{
	background-color: #ffffff !important;
}

.b-radius-0{
	border-radius: 0px !important;
}

.b-radius-5{
	border-radius: 5px !important;
}

.b-radius-10{
	border-radius: 10px !important;
}

.b-radius-50{
	border-radius: 50%;
}

.b-radius-20{
	border-radius: 20px;
}

.b-radius-30{
	border-radius: 30px;
}

.navbar {
	color: #000;
	transition: all 0.4s;
	background-color: #fff;
}

.navbar-brand img{
	margin: 0px;
	width: 261px;
}

.navbar-brand h2{
	color: #ffffff;
}

/* When hidden */
header.hide {
	top: -120px; /* move header out of view */
	transition: .5s all;
}
/* When hidden */
header.show {
	top: 0px; /* move header out of view */
	transition: .5s all;
}

.navbar-nav .nav-link.active {
	color: #edc86c; /*
    text-shadow: 0 0 10px rgba(0,0,0,0.2);
    box-shadow: inset 0 0 0 50px #edc86c;*/
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:active,
.navbar-nav .nav-link:focus{
	color: #edc86c; 

}

.navbar-nav .nav-link {
	color: #000;
	padding: 8px 16px;
	background-color: transparent;
	border-radius: 2px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	transition: .5s;
	font-weight: 500;
	font-size: 14px;
	margin: 0px 5px;
	border: 0px solid #edc86c;
	box-shadow: inset 0 0 0 0 #edc86c;
	transition: all 0.4s ease-out;
	z-index: 1;
}

.section-border{
	border-top: 2px solid #444;
	width: 100%;
	max-width: 150px;
	margin: 0 auto;
}

.btn{
	color: #edc86c;
	font-size: 20px;
	font-weight: 400;
	text-transform: capitalize;
	padding: 8px 15px;
	border: 2px solid rgb(216, 2, 134);
	box-shadow: inset 0 0 0 0 #edc86c;
	transition: all 0.4s ease-out;
}
.btn:hover,
.btn:focus{
	color: #293d59; 
	text-shadow: 0 0 10px rgba(0,0,0,0.2);
	box-shadow: inset 0 0 0 50px #edc86c; 
}

@media (min-width: 992px){
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 12px;
		padding-left: 12px;
	}
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: none;
}

.navbar-toggler-icon { 
	display: inline-block; 
	width: 1.2em; 
	height: 1.1em; 
	vertical-align: middle; 
	background-image: var(--bs-navbar-toggler-icon-bg); 
	background-repeat: no-repeat; 
	background-position: center; 
	background-size: 100%; 
}

.navbar-toggler {
	padding: 5px 10px;
	border-radius: 5px;
	background: #fff;
}

.theme-color::before {
	position: absolute;
	left: 0%;
	top: 0%;
	content: "";
	height: 100%;
	background-color: #293d59;
	border-radius: 0px 0 0px 0;
	width: 25%;
	z-index: 0;
}

.banner-form { 
	padding:50px 30px;
	background-color: #fff; 
	border: 0;
}

.bg-white-opacity{
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 0 0;
}

.bg-color-opacity{
	background-color: rgba(199, 153, 94, 0.8);
	border-radius: 0;
}

.bg-dark-opacity{
	background-color: rgba(0, 0, 0, 0.5);
}

.card-shadow {
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, 
	rgba(17, 17, 26, 0.1) 0px 8px 24px, 
	rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

/* Slider */
.banner{
	width: 100%;
	position: relative;
	height: 540px;
	z-index: 1;
	margin-bottom: 0px;
	background-image: url('./images/banner.webp'); 
	background-repeat: no-repeat; 
	background-position: center bottom; 
	background-size: cover;
	background-attachment: scroll;
}

.overlay-banner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(0,0,0,0.7) 5%, rgba(255,255,255,0) 55%);
	display: flex;
	justify-content: center;
	align-items: center; 
}

.overlay-thankyou-banner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: rgba(15, 15, 43, 0.7);
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner-bottom{
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 99;
	background: linear-gradient(0deg, rgba(0,0,0,0.8) 55%, rgba(255,255,255,0) 100%);
}

.main-btn {
	background-color:#edc86c; 
	margin-bottom: 10px; 
	box-sizing: border-box; 
	color: #293d59; 
	border: 0;
	font-weight:700; 
	font-size: 18px;
	padding: 10px 25px; 
	outline: none !important;
	cursor: pointer;
	box-shadow: inset 0 0 0 0 #edc86c;
	transition: all 0.4s ease-out;
	position: relative;
	display: inline-block; 
	resize: none; 
	width: 100%; 
	border-radius: 2px; 
	overflow: hidden;
	z-index: 1;
}

.button {
	padding: 8px 25px;
	background-color: #edc86c;
	border-radius: 2px;
	border: 0;
	transition: .5s;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	display: inline-block;
	z-index: 1;
	font-weight: 500;
	font-size: 16px;
	text-transform: capitalize;
	color: #293d59;
	box-shadow: inset 0 0 0 0 #edc86c;
	transition: all 0.4s ease-out;
}

.button2 {
	padding: 8px 20px;
	background-color: transparent;
	border-radius: 2px;
	border: 2px solid #ffffff;
	transition: .5s;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	display: inline-block;
	z-index: 1;
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	color: #293d59;
	box-shadow: inset 0 0 0 0 #edc86c;
	transition: all 0.4s ease-out;
}

.button:hover, .button2:hover {
	color: #293d59; 
	text-shadow: 0 0 10px rgba(0,0,0,0.2);
	box-shadow: inset 0 0 0 50px #edc86c;
	border: 0;
}

.butn {
	padding: 8px 20px;
	background-color: #edc86c;
	border-radius: 2px;
	border: 1px solid transparent;
	transition: .5s;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	z-index: 1;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	box-shadow: inset 0 0 0 0 #edc86c;
	transition: all 0.4s ease-out;
	color: #293d59;
	margin-left: 5px;
}

.butn:hover, .main-btn:hover {
	color: #293d59; 
	text-shadow: 0 0 10px rgba(0,0,0,0.2);
	box-shadow: inset 0 0 0 50px #edc86c;
}

.button:hover {
	color: #293d59;
	border-color: var(--color);
	background-color: #edc86c;
}

.butn:active, .button:active, .main-btn:active {
	filter: brightness(.7);
	transform: scale(.98);
}

/* Form */
.form-control { 
	display: block; 
	width: 100%; 
	padding: 8px 15px ; 
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 500; 
	line-height: 22px;
	color: #222222; 
	background-color: rgba(255, 255, 255, 0.9); 
	background-clip: padding-box;
	border: 1px solid #eee;
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none; 
	border-radius: 2px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; 
}

.form-control:focus { 
	color: #222222; 
	background-color: rgba(255, 255, 255, 0.8); 
	border-color: #fff; 
	outline: 0; 
	box-shadow: none; 
}

.form-control::input-placeholder { 
	color: #555; 
	opacity: 1; /* Firefox */ 
}

.form-control::-webkit-input-placeholder { 
	color: #555; 
}

.form-control::-ms-input-placeholder { 
	color: #555; 
}

/* Pricing */

.price1 th{
	background-color: #293d59;
	text-align: center;
}

.p-50{ 
	padding: 50px; 
}

.owl-carousel .owl-item img { 
	display: block; 
	margin: auto; 
	width: auto; 
	text-align: center; 
}

.image-shadow { 
	box-shadow:  rgba(255, 255, 255, 0.9) 20px 20px;
}

.vertical-middle { 
	z-index: 3; 
	position: relative; 
	display: -ms-flexbox; 
	display: flex; 
	width: 100%; 
	min-height: 100%; 
	justify-content: center; 
	flex-flow: column; 
}

.border-radius-0 {
	border-radius: 0px !important;
}

.modal-dialog { 
	margin-top:100px !important; 
}

.modal-content {
	border-radius: 0px;
}

.modal-header { 
	background:#293d59 !important;
	border-radius: 0;
}

.modal-body{ 
	padding:2rem; 
	background:#293d59 !important; 
	border-radius:0;
}

.modal-form-banner{
	background-image:url('./images/mobile-banner.webp');
	background-size: cover;
	background-position: bottom center;
	height:100%;
	width:100%;
	position:relative;
	display: flex;
	justify-content: center;
	align-items: flex-end; 

}

.modal-body .first-button { 
	display: inline-block; 
	background-color:#293d59; 
	margin-bottom: 30px; 
	box-sizing: border-box; 
	color: #fff; 
	font-size: 16px; 
	font-weight: 700; 
	outline: 0 none; 
	letter-spacing: 0.25px; 
	padding: 10px 25px; 
	transition: all .3s; 
	resize: none; 
	box-shadow: none !important; 
	width: 100%; 
	border-radius: 0px; 
	border: none !important; 
}

.modal-header .close { 
	font-size: 30px !important; 
	color: #fff; 
	background-color: transparent !important; 
	margin-right:10px !important; 
	box-shadow: none !important; 
	border: none !important; 
}

.with-errors { 
	color:red; 
	margin-top: -10px; 
	margin-bottom: 15px; 
	font-weight: 500; 
	font-size: 16px; 
}

.formblock { 
	display: flex; 
	flex-wrap: wrap; 
	flex-direction: column; 
}

.modal button.close{
	position: absolute;
	right: 0px;
	top: 10px
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
	background: #293d59 !important;
}

.banner-bottom .card{
	border: 0px;
	border-right: 2px solid #fff;
}

.banner-bottom .card:last-child{
	border: 0px;
	border-right: 0;
}

.footer{
	margin-bottom: 89px;
	border-bottom: 1px solid #fff;
}

@media (max-width: 1200px){

	.overview-txt { 
		padding: 0px; 
	}

	.p-50 { 
		padding: 40px; 
	}

	.banner { 
		height: 560px; 
	}

}

@media (max-width: 1024px){

	.banner-form { 
		padding: 40px 15px; 
	}

	.navbar-nav .nav-link{ 
		font-size: 16px; 
		font-weight: 600; 
		line-height: 16px; 
		color: #010101; 
		margin: 5px 15px; 
		text-shadow: none; 
	}

	.navbar-collapse {
		background: #fff;
	}

	.col-padding { 
		padding: 50px; 
	}

	.contact-form { 
		margin-bottom: 0px; 
	}

	.overview-txt { 
		width: 125%;
		overflow: visible;
		z-index: 9;
		border-radius: 10px;
		padding: 40px;
		position: relative;
		margin-left: -25%;
	}
	.banner-bottom{
		position: relative;
		background-color: #000;
	}
	.theme-color:before{
		width: 20%;
		height: 100%
	}
	.footer{
		margin-bottom: 0px;
		border-bottom: 0px;
	}

}


@media (max-width: 991.98px){

	.navbar { 
		transition: all 0.4s; 
	}

	.navbar-nav .nav-link{ 
		font-size: 16px; 
		font-weight: 600; 
		line-height: 16px; 
		color: #010101; 
		margin: 5px 15px; 
		text-shadow: none; 
	}

	

	.contact-form { 
		margin-bottom: 0px; 
	}

	.banner { 
		height: 460px; 
	}

	.banner-form { 
		padding: 30px 20px;
		border-radius: 0 0 0px 0px;
	}

	.p-50 { 
		padding: 30px 15px; 
	}

	.m-mb { 
		margin-bottom: 20px !important; 
	}

	.text-effect{
		font-size: 48px;
	}

	.navbar-brand h2{
		color: #ffffff !important;
	}

	.modal-form-banner {
		height: 300px;
	}
	.theme-color:before{
		width: 100%;
		height: 30%
	}

}

@media (max-width: 767.98px){

	.modal-dialog {
		margin-top: 50px !important;
	}

	.m-mb { 
		margin-bottom: 20px; 
	}

	.banner {
		background-image: url('./images/mobile-banner.webp');
		height: 600px;
		background-position: center;
	}

	.banner-bottom .card{
		border: 0px;
	}

	.banner-bottom .card:nth-child(3){
		border: 0;
		border-bottom: 0;
	}

	.overlay-banner{
		background: linear-gradient(0deg, rgba(0,0,0,0.7) 35%, rgba(255,255,255,0) 57%);
		align-items: end;
	}

}

@media (max-width: 576.98px){

	.m-mb { 
		margin-bottom: 20px; 
	}

	.banner {
		background-position: center;
	}

	.navbar-brand img{ 
		width: 220px; 
	}

	.navbar-brand { 
		margin-right: 5px; 
	}

	.owl-dots{ 
		display: none; 
	}

}

@media (max-width: 320px){

	.m-mb { 
		margin-bottom: 20px; 
	}

}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
	-webkit-box-shadow: 0 0 0 30px white inset !important;
}

input:-ms-autofill,
input:-ms-autofill:hover, 
input:-ms-autofill:focus, 
input:-ms-autofill:active{
	-ms-box-shadow: 0 0 0 30px white inset !important;
}

input:-moz-autofill,
input:-moz-autofill:hover, 
input:-moz-autofill:focus, 
input:-moz-autofill:active{
	-moz-box-shadow: 0 0 0 30px white inset !important;
}

/*Change text in autofill textbox*/
input:-webkit-autofill{
	-webkit-text-fill-color: black !important;
}

input:-ms-autofill{
	-ms-text-fill-color: black !important;
}

input:-moz-autofill{
	-moz-text-fill-color: black !important;
}

.input-group-text {
	display: flex;
	align-items: center;
	height: 44px;
	padding: 0 0.75rem;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	color: #212529;
	text-align: center;
	white-space: nowrap;
	border-right: 0px;
	border: 1px solid #eee;
	background-color: rgba(255, 255, 255, 0.9); 
	border-radius: 2px 0px 0px 2px;
}

.input-group>.form-control {
	position: relative;
	flex: 1 1 auto;
	width: 78%;
	height: 44px;
	min-width: 0;
	border-radius: 0px 2px 2px 0px !important;
}



/*********Tab***********/

.wrapper{
	width: 100%;
	margin: auto;
}

.tab-wrapper{
	text-align: center;
	display: block;
	margin: auto;
	max-width: 100%;
}

.tabs{
	margin: 0;
	padding: 0;
	display: block;
	justify-content: center;
}

.tab-link{
	margin: 0 1%;
	list-style: none;
	display: inline-block;
	padding: 10px 10px;
	color: #000;
	line-height: 20px;
	cursor: pointer;
	font-weight: 700;
	transition: all ease 0.5s;
	border-bottom: solid 3px rgba(255,255,255,0.0);
	letter-spacing: 1px;
}

.tab-link:hover{
	color: #293d59;
	border-color: #293d59;
}

.tab-link.active{
	color: #293d59;
	border-color: #293d59;
}

.tab-link:nth-of-type(1).active{
	color: #293d59;
	border-color: #293d59;
}

.tab-link:nth-of-type(2).active{
	color: #293d59;
	border-color: #293d59;}

	.tab-link:nth-of-type(3).active{
		color: #293d59;
		border-color: #293d59;
	}

	.content-wrapper{
		padding: 20px 0px 0px;
	}

	.tab-content{
		display: none;
		text-align: center;
		font-size: 15px;
		opacity: 0;
		transform: translateY(15px);
		animation: fadeIn 0.5s ease 1 forwards;
	}

	.tab-content.active{
		display: block;
	}

	@keyframes fadeIn{
		100%{
			opacity: 1;
			transform: none;}
		}

