html {
	scroll-behavior: smooth;
}
body {
	margin:0px;
	padding:0px;
	background:url(../images/body_bg.png) no-repeat 0 0/cover #e6e7e9;
	width: 100%;
	height: 100%;
	font-family: 'Poppins', sans-serif;
	font-size:16px;
}
.container {
	max-width: 1300px;
}
.bg-2 {
	background-color: #fff;
	margin: 50px 0;
	border-radius: 20px;
	width: 100%;
	-webkit-box-shadow: 0px 0px 11px 0px rgba(191, 184, 191, 1);
	-moz-box-shadow: 0px 0px 11px 0px rgba(191, 184, 191, 1);
	box-shadow: 0px 0px 11px 0px rgba(191, 184, 191, 1);
	z-index: 0 !important;
	display: block;
	position: relative;
	z-index:-1;
	min-height: 750px;
}
.logo {
	max-width:100%;
	max-height:80px;
}
.menu {
	margin:0;
	padding:0px;
	display: inline-block;
}
.menu li {
	margin: 0;
	padding: 10px 15px;
	float: left;
	list-style: none;
	color:#045da5;
	font-weight:500;
	font-size: 20px;
}
.menu li a {
	color:#045da5;
}
.menu li a:hover {
	text-decoration:none;
}
.list_check {
	margin:0;
	padding:0 0 0 20px;
	display: inline-block;
}
.list_check li {
	margin: 0 0 15px;
	padding: 0;
	float: left;
	list-style: none;
	color:#045da5;
	font-weight:500;
	list-style-image:url(../images/check_list.png);
	width: 100%;
}
.heading {
	position: relative;
	color: #7f40e6;
	font-size:36px;
	font-weight:700;
	border-bottom: solid 2px #e2e2e2;
}
.heading:after {
	content: "";
	position: absolute;
	border-bottom: solid 2px #7f40e6;
	width: 45%;
	bottom: -2px;
	left: 0;
}
.navigate {
	margin-right: 100px!important;
}
.banner {
	width: 100%;
	height: 100%;
}
.bgclr {
	background-color: rgb(106, 90, 205);
	border-radius: 15px;
	margin-top: 20px;
	color: #fff;
}
.foot-img {
	width: 250px;
}
.foot-p {
	/*margin-top: 5px;*/
	padding-top: 0px;
}
.text-color {
	color: #7f40e6;
}
.sec-title-border {
	width: 193px;
	position: absolute;
	/* bottom: 0; */
    top: 37px;
	left: 15px;
	border-top: 2px solid #7f40e694;
	/* right: 0; */
    height: 0;
	margin: auto;
}
.sec-title-border-2 {
	width: 250px;
	position: absolute;
	/* bottom: 0; */
    top: 37px;
	left: 15px;
	border-top: 2px solid #7f40e694;
	/* right: 0; */
    height: 0;
	margin: auto;
}
.sec-title-border-3 {
	width: 250px;
	position: absolute;
	/* bottom: 0; */
    top: 37px;
	left: 15px;
	border-top: 2px solid #7f40e694;
	right: 0;
	height: 0;
	margin: auto;
}
.ser-p {
	color: #0790ff;
}
.btn_purple {
	background-color: #7f40e6;
	color: #fff !important;
	padding: 10px 20px;
	border-radius: 24px;
	font-size:20px;
	cursor:pointer;
}
.ban-txt {
	margin-top: 125px;
}
.ban-txt h3 {
	margin-left: 50px;
}
.ban-txt p {
	margin-left: 50px;
}
.ban-txt .bton {
	margin-left: 50px;
}
.fnt-wght {
	font-weight: 800;
}
.nav-link {
	font-weight: 800;
}
#myBtn {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 70px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	color: white;
	cursor: pointer;
	padding: 7px;
	border-radius: 4px;
}
#myBtn:hover {
	background-color: #7f40e6;
}
#loading {
	position: fixed;
	z-index: 99999999999;
	top: 0;
	left: 0;
	overflow: visible;
	width: 100%;
	height: 100%;
	background: #fff url("../images/favicon.png") no-repeat center center;
}
.contact-form, .contact-address {
	background: #fff;
	padding: 40px 60px;
	border: 1px solid #ddd;/*box-shadow: 0 50px 50px rgba(0, 0, 0, .3);*/
}
.contact-form input, .contact-form textarea, .contact-form button {
	border: 1px solid #bbb;
}
input[type="text"], input[type="submit"], input[type="email"], input[type="url"], input[type="tel"], input[type="search"], input[type="password"], input[type="number"], textarea {
	background: transparent;
	width: 100%;
	padding: 4px 10px 8px;
	margin-bottom: 15px;
	font-size: 14px;
}
.appao-btn {
	background: transparent;
	padding: 6px 10px;
	border-radius: 20px;
	margin-left: 75px;
	width: 50%;
	background-image: linear-gradient(63deg, #402073 0%, #012f53 100%);
	color: #fff;
}
#contact-form div input {
	border: none;
	border: 2px solid #7f40e6;
}
#contact-form div textarea {
	border: none;
	border: 2px solid #7f40e6;
}
#contact-form div {
	position: relative;
}
#contact-form div label {
	position: absolute;
	top: 8px;
	left: 8px;
	pointer-events: none;
 transition: .5s;
	color: #7f40e6;
}
#contact-form div input:focus + label, #contact-form div input:valid + label {
 top: -12px;
 background: #fff;
 font-size: 15px;
 color: #045da5;
}
#contact-form div textarea:focus + label, #contact-form div textarea:valid + label {
 top: -12px;
 background: #fff;
 font-size: 15px;
}
#contact-form div input:focus, #contact-form div input:valid {
 border: 2px solid #045da5;
}
#contact-form div textarea:focus, #contact-form div textarea:valid {
 border: 2px solid #045da5;
}
.modal {
	transition: 1.0s!important;
}
#click {
	display: none;
}
.clck-lbl {
	position: fixed;
	right: 5px;
	bottom: 5px;
	height: 55px;
	width: 55px;
	background: -webkit-linear-gradient(left, #a445b2, #fa4299);
	text-align: center;
	line-height: 55px;
	border-radius: 50px;
	font-size: 24px;
	color: #fff;
	cursor: pointer;
	z-index:100;
}
.clck-lbl img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.4s ease;
}
.clck-lbl .fas {
	opacity: 0;
	pointer-events: none;
}
#click:checked ~ .clck-lbl .fas {
 opacity: 1;
 pointer-events: auto;
 transform: translate(-50%, -50%) rotate(180deg);
}
#click:checked ~ .clck-lbl .fab {
 opacity: 0;
 pointer-events: none;
 transform: translate(-50%, -50%) rotate(180deg);
}
.wrapper {
	position: fixed;
	right: 20px;
	bottom: 50px;
	max-width: 350px;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
	opacity: 0;
	transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	z-index: 99;
 -ms-transition: all0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
#click:checked ~ .wrapper {
 opacity: 1;
 bottom: 10px;
 pointer-events: auto;
 -ms-transition: all0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.wrapper .head-text {
	line-height: 60px;
	color: #fff;
	border-radius: 15px 15px 0 0;
	border-bottom: 1px dotted gray;
}
.wrapper .chat-box {
	padding: 10px 20px;
	width: 100%;
}
.chat-box .desc-text {
	color: #515365;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	font-weight: 500;
}
.chat-box form {
	padding: 0;
	margin: 0;
}
.chat-box form .field:last-child {
	margin-bottom: 15px;
}
/*Modal*/

.modal.fade.in .lab-modal-body {
	bottom: 0;
	opacity: 1;
}
.lab-modal-body h1 {
	font-size: 4rem;
}
.lab-modal-body p {
	margin: 0 0 1.62rem 0;
	line-height: 1.62;
	font-weight: 300;
	font-size: 1.62rem;
	color: #666;
}
.lab-modal-body {
	position: relative;
	bottom: -250px;
	margin: 150px auto 0;
	padding: 40px;
	max-width: 60%;
	height: auto;
	background-color: rgb(248, 250, 247);
	border: 1px solid #BEBEBE;
	opacity: 0;
	-webkit-transition: opacity 5s ease-out, bottom 5s ease-out;
	-moz-transition: opacity 5s ease-out, bottom 5s ease-out;
	-o-transition: opacity 5s ease-out, bottom 5s ease-out;
	transition: opacity 5s ease-out, bottom 5s ease-out;
}
.close {
	margin-top: -20px;
	margin-right: -20px;
	text-shadow: 0 1px 0 #ffffff;
}
.popup-button {
	margin-top: 70px;
}

.min{cursor:pointer;}