a:hover{text-decoration: unset;}
/* landing page left content */
.color484848{color: #484848;}
/* .py-150{padding-top: 170px;padding-bottom: 218px;} */
.bgblue{background-color: #1185BF
	;}
	.bgF2FBFF{background: #F2FBFF;}
.font40{font-size: 40px;}
.click_here_btn{padding:12px 22px;background-color: #fff;border-radius: 5px;color: #1185BF
	;font-weight: 500;border:1px solid transparent;transition: all .4s ease 0s;-webkit-transition: all .4s ease 0s;-moz-transition: all .4s ease 0s;-o-transition: all .4s ease 0s}
.click_here_btn:hover{color: #fff;background-color: transparent;border:1px solid #fff;}
.line-height-52{line-height: 52px;}
.footer{background-color: #e7e7e7;}
.click_here_btn .default-img{display: inline-block;transition: all .4s ease 0s;-webkit-transition: all .4s ease 0s;-moz-transition: all .4s ease 0s;-o-transition: all .4s ease 0s}
.click_here_btn:hover .default-img{display: none;}
.click_here_btn .hover-img{display: none;transition: all .4s ease 0s;-webkit-transition: all .4s ease 0s;-moz-transition: all .4s ease 0s;-o-transition: all .4s ease 0s}
.click_here_btn:hover .hover-img{display: inline-block;}

#particles-js {position: absolute;width: 100%;height: 100%;background-color: transparent;background-image: url("");background-repeat: no-repeat;background-size: cover;background-position: 50% 50%}
.footer{position: fixed;
	bottom: 0px;
	width: 100%}
	body,html{overflow: hidden;height: 100%;clear: both;}
@media only screen and (min-width:1499px){
	.py-150{padding-top: 260px;padding-bottom: 270px;}
	.font40{font-size: 50px;}
}
@media only screen and (max-width:1499px) {
	.py-150{padding-top: 166px;padding-bottom: 166px;}
	.font40{font-size: 36px;}
	.line-height-52{line-height: 36px;}
}
@media only screen and (max-width:991px) {
	.py-150{padding-top: 100px;padding-bottom: 100px;}
	/* .landing_page_content{overflow: hidden;clear: both;} */
	body{overflow: scroll;}
	.footer{position: unset;}
	.landing_page_content.h-100{height: unset!important;}
}