html,

body {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
	color: #455a64;
}

header {
	width: 100%;
	position: fixed;
	display: flex;
	top: 0;
	left: 0;

	padding-bottom: 10px;
}

.bg-shade {
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	height: 100vh;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
}

.logobox {
	width: 150px;
    height: auto;
       flex: none;
    background-color: #fff;
    margin-left: 20px;
    padding: 17px 5px 10px 5px;
    border-radius: 0 0 5px 5px;
    position: absolute;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
}
.logobox img{
	object-fit: cover;
    width: 100%;
    height: initial;
}
.thankyoubox {
	width: 150px;
    height: auto;
    flex: none;
    /* background-color: #fff; */
    margin: 0 auto;
}
.thankyoubox img{
	object-fit: cover;
    width: 100%;
    height: initial;
}

.thankyoumargin {
	margin-top: 16%;
}

.bannerprivacy {
	background-image: url('../images/banner-privacy.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 50vh;
}

.topactive > .logobox {
	width: 150px;
    /* padding: 5px; */
    height: auto;
}

.topactive {
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, .5);
	box-shadow: 0 0 10px 10px rgba(0, 0, 0, .5);
}

.menu {
	flex: auto;
}

.nav {
	margin-top: 15px;
	margin-right: 15px;
}

.nav-link {
	color: #fff;
    font-weight: 500;
}

.topactive > .menu > .nav > .nav-item > .nav-link {
	 color: #B73941;
}

.nav-link:hover {
	/* background-color: #76BA1B; */
	color: #B73941 !important;
	border-radius: 5px;
}

.nav-link:focus {
	/* background-color: #76BA1B; */
	color: #B73941 !important;
	border-radius: 5px;
}
.hidden_mobi {
	display: flex;
}

.visible_mobi {
	display: none;
}
.blue {
	color: #5A5AAF;
	text-decoration: none;
}
.red {
	color: #B73941;
}
.dropdown-toggle:focus,

.dropdown-toggle:active {
	box-shadow: none;
	outline: none;
}


.home {
	width: 100%;
	height: 100vh;
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/banner.jpg');
	background-position: center;
	background-size: cover;
/* padding-top: 100px; */
/* overflow: hidden; */
/* position: relative; */
}


.hometext{
    margin-top: 250px;
    color: #fff;
}
.hometext h1{
    font-size: 45px;
    position: relative;
    /* left: 93px; */
    font-weight: 300;
}

.hometext p{
	font-weight: 500;
	font-size: 24px;
}
.regbox{

    /* position: absolute; */
    width: 500px;
    padding:30px;
	background: rgba(0,0,0,0.5);
	border-radius: 5px;
	/* right: 250px; */
	margin: 175px auto;
	color:#fff;
}
.regbox .form-control::placeholder{
	/* color: #fff; */
}
.regbox .form-control{
	background-color: rgba(255,255,255,0.9);
    border: 0;
    /* border-bottom: 1px solid #fff; */
    border-radius: 0;
    /* color: #fff; */
    /* padding-left: 0; */
    margin-bottom: 15px;
}
.error{
	color: #fff;
	font-size: 14px
}
/* .panel-set{
	margin: auto;
height: 480px!important;

line-height: 420px;
} */
.panel-set label{
	font-size: 25px;
}
.form-control:focus{
	outline: none;
	box-shadow: none;
}
.submit{
	background-color: #B73941;
	color: #fff;
	padding: 5px 15px;
	border: 0;
	border-radius: 5px;
}
.submit:focus{
	outline: none;
	box-shadow: none;
}


.pad-100{
	padding-top: 100px;
	padding-bottom: 100px;
}
.dots-image .dots {
	position: absolute;
    left: -20%;
    bottom: -15%;
    width: 92%;
    height: 80.2%;
    /* background: url(../images/dots.png) 0 0 repeat; */
    z-index: -1;
    border: 8px solid #58595b;
}
.dots-image {
    display: inline-block;
	position: relative;
	width: 400px;
	height: 500px;
}
.dots-image img{
	height: inherit;
	width: 100%;
	object-fit: cover;
}

.textbox{
	width: 450px;
	padding-top: 100px;
	padding-bottom: 100px;
}
.green{
	color:#76BA1B;
}
.line1{
	color:#B12120;
	font-weight: 500;
	font-size: 24px;
}
.bg-gray{
	background-color: #797979;
	color: #fff;
	padding: 100px;
}

.list li{
	list-style-type: none;
	padding-bottom: 15px;
	display: flex;
}
.list li .fa-hand-point-right{
	margin-right: 15px;
}
.img1{
	background-image: url(../images/hari2.jpeg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bgimg{
	background: url(../images/bg.jpg);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 200px;
}

.font16{
	font-size: 16px;
}
.bg-green{
	background-color: #58595b;
	color:#fff;
	padding-top: 70px;
	/* padding-bottom: 50px; */
}
.bg-green a{
	color: #fff;
	text-decoration: none;
}
.bg-green a:hover{
	color: #fff;
}
.contline{
	margin-right: 20px;
	margin-left: 20px;
}
.footicon{
	margin-right: 10px;
}
.foot-list li {
    list-style-type: none;
    display: inline-block;
    padding-right: 30px;

}
.foot-list {
    padding: 0;
    margin: 0;
}

p b{
	font-weight: 500;
}

.abtmb{
	display: none;
}
.pb-50{
	padding-bottom: 50px;
}


.checkspace{
	padding-left: 4px;
    padding-right: 3px;
    line-height: 2;
}
.fontlabel{
	font-weight: 500;
    font-size: 20px;
}

.fontsecond{
	font-size: 20px;
	font-weight: 300;
}



/* Basic background image styling. */
.background-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Styles for the alternating / transition effect. */
.toggle-image {
 	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
 	height: 100vh;
	transition: opacity 2s ease-in-out;

}

/* Styles for the specific images. */
.first-image {
	background-image:-webkit-linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url('../images/banner1.png');
	background-position: center;
	background-size: cover;
	z-index: -3;
	opacity: 0;
}

.second-image {
	background-image:-webkit-linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url('../images/hari2.jpeg');
	z-index: -2;
	opacity: 0;
}
.third-image {
	background-image:-webkit-linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url('../images/hari8.jpeg');
	z-index: -2;
	opacity: 0;
}



.first-image.show {
	opacity: 1;
}

.second-image.show {
	opacity: 1;
}

.third-image.show {
	opacity: 1;
}
.bannercap{
	font-weight: 700!important;
font-size:55px!important;
text-shadow:
	 1px 2px 2px #000,
	 0 0 0 #000,
	 1px 2px 2px #000;
	 margin-left: 30px;
}
.bannersubcap{
	margin-left: 30px;
	font-size:25px;
	background-color: rgba(58,57,147,0.5);
	padding:15px 30px;
	display:inline-block;
border-radius: 5px;
}

.privacypolicy h1{
	font-size: 25px;
	color: #B12120;
}
.privacypolicy h2{
	font-size: 22px;
	color: rgba(58,57,147,1);
}
.privacypolicy h3{
	font-size: 20px;
	color: rgba(58,57,147,1);
}
.whatsap:hover {
	color:#fff;
}
.formsubmit {
	margin-top: 150px !important;
	margin-bottom: 250px !important;
}

.float {
    position: fixed;
    width: 100px;
    height: 100px;
    bottom: 30px;
    right: 30px;
    background-color: none;
    color: #000;
		text-decoration: none;
    border-radius: 50%;
    text-align: center;
    /* box-shadow: 0 0 10px rgb(0 0 0 / 40%); */
    z-index: 999;
}
.downloadbrouchre{
	bottom: 40px;
    position: absolute;
    width: 45%;
    display: block;
    left: 48px;
}
.glowing-btn{
  background-color: #004A7F;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 17px;
  padding: 12px 24px;
  width: 35%;
  text-align: center;
  text-decoration: none;
}
@-webkit-keyframes glowing {
    0% { background-color: #B12120; box-shadow: 0 0 3px #fff; }
	50% { background-color: #B12120; box-shadow: 0 0 20px #fff; }
	100% { background-color: #B12120; box-shadow: 0 0 2px #fff; }
}

@-moz-keyframes glowing {
    0% { background-color: #B12120; box-shadow: 0 0 3px #fff; }
	50% { background-color: #B12120; box-shadow: 0 0 20px #fff; }
	100% { background-color: #B12120; box-shadow: 0 0 2px #fff; }
}

@-o-keyframes glowing {
    0% { background-color: #B12120; box-shadow: 0 0 3px #fff; }
	50% { background-color: #B12120; box-shadow: 0 0 20px #fff; }
	100% { background-color: #B12120; box-shadow: 0 0 2px #fff; }
}

@keyframes glowing {
    0% { background-color: #B12120; box-shadow: 0 0 3px #fff; }
	50% { background-color: #B12120; box-shadow: 0 0 20px #fff; }
	100% { background-color: #B12120; box-shadow: 0 0 2px #fff; }
}

.glowing-btn {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
.float img {
	width:80px;
}
.float a{
	color:#000!important;
	text-decoration: none;
}

#exampleModal .modal-dialog  {width: 420px !important;margin: 30px auto;}
#exampleModal .modal-header {background:#B12120;border-bottom:transparent;}
#exampleModal .modal-header .close {
    border: 2px solid #fff;
    opacity: 1;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #fff;
    line-height: 10px;
    margin: 0;
}
#exampleModal .modal-header h4{color:#fff;font-size:20px;}
#exampleModal .modal-body{

	background-size: cover;
	background-position: center;
	background-color: #000000b0;
}
#exampleModal .modal-body .form-group{
	margin-bottom: 15px;
	/* color: #fff;
	background: transparent;
	border:1px solid #fff; */
}
#exampleModal .modal-body .form-control{
	/* margin-bottom: 15px; */
	color: #fff;
	background: transparent;
	border:1px solid #fff;
}
#exampleModal .modal-body ::-webkit-input-placeholder{
	color: #fff;
}
 #exampleModal .loginmodal-container {
    -webkit-box-shadow: 0 2px 18px rgba(255, 255, 255, 0.5);
    box-shadow: 0 2px 18px rgba(255, 255, 255, 0.5);
}

@media only screen and  (max-width: 1440px){
	.regbox {
		margin: 150px auto!important;
	}
}
@media only screen and (max-width: 1366px){
.regbox {
    margin: 120px auto!important;
}
}
@media only screen and (max-width: 1100px){
.tophead.topactive .btndrop {
    color: #58585b;
}
.regbox{
	width: 450px;
}
.textbox{
	padding-left: 30px;
}
}

@media only screen and (max-width: 960px){
	.regbox{
		margin: 10px auto!important;
	}
	.hometext {
		margin-top: 165px;
	}
	.hometext h1 {
		font-size: 26px;
	}
	.hometext p{
		font-size: 22px;
	}
}


@media only screen and (max-width: 900px){

	.abtmb {
		display: block;
		height: 300px;
		overflow: hidden;
		margin-bottom: 30px;
		margin-top: 20px;
	}
	.abtmb img{
		object-fit: cover;
		height: inherit;
		width: 100%;
	}
	.dots-image{
		display: none;
	}
	.textbox{
		width: auto;
		padding-top: 0!important;
		padding-bottom: 0!important;
	}
	.pb-50{
		padding-bottom: 0;
	}
	.home{
		height: auto;
	}
	.logobox {
    width: 120px!important;
    padding:0px;
}
.panel-set{
	line-height: 30px!important;
}

}

@media only screen and (max-width: 768px){

	.whatsap span {
		display: block;
text-shadow: 0 0 9px #fff;
	}
	.glowing-btn {
		margin-left:20px;
	}
	.downloadbrouchre {
		bottom: 0px;
		position: relative;
		width: 100%;
		margin-top: 8px;
		display: block;
		left: 0px;
}
	.visible_mobi {
		display: block;
	}
	.hidden_mobi{
		display: none;
	}
	.tophead{
		padding-bottom: 20px;
	}
	.textbox{
		width: auto;
	}

	.drop{
		font-size: 32px;
		color: #fff!important;
	}
	.topactive .drop{
		color:#58595b!important;
	}
	.hometext {
		margin-top: 145px;
	}
.toggle-image {
	height: 100vh!important;
}

	.regbox{
		margin-top: 20px!important;

	}

	.pad-100{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.textbox{
		padding: 0;
	}

	.pb-50{
		padding-bottom: 0px;
	}
	.btn:focus{
		outline: none;
		box-shadow: none;
	}

#about{
	margin-top:100px;
}
}
@media only screen and (max-width: 600px){
	#about{
		margin-top:50px;
	}
	.toggle-image {
		height: 120vh!important;
	}
	.float {
		height: auto;
		right: 0;
	}
	.glowing-btn {

    font-size: 16px;
    padding: 6px 10px;
    width: 62%;
	}

.float img{
	width: 50px;
}
	/* .checkspace{
		width: 50%;
		display: inline-flex;
	} */
	.hometext {
    margin-top: 120px;
}
.hometext .bannercap {
    font-size: 25px!important;
}
.hometext .bannersubcap{

	font-size: 18px;
	padding:5px 15px;
}
.whatsap{
	font-size: 16px!important;
	padding: 5px;
}
.regbox{
	width: auto;
    margin-bottom: 50px!important;
	font-size: 15px;
	padding: 18px;
}
.float span{
	display: none;
}
.bg-gray{
	padding: 30px;
}
.list{
	padding: 0;
}
.respgrid{
	display: grid;
}
}
@media only screen and (max-width: 420px){
	.font16{
		font-size: 14px;
	}
	#about{
		margin-top:50px;
	}
}
@media only screen and (max-width: 400px){

	#about{
		margin-top:20px;
	}
}
