html{
	scroll-behavior: smooth;
}
p{
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6{
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
}
ul{
	margin: 0px;
	padding: 0px;
}
th,tr,td{
    margin:0;
    padding: 0px;
}
button:focus { outline:none }
body{
	font-family: 'Hind Siliguri', sans-serif;
	background-color: #fff;
}
.row_modify{
	margin-left: 100px;
	margin-right: 100px;
}
a:hover{
	text-decoration:none;
}
/*============================================================
====================================header section css start
===============================================================*/

#header_section .navbar{
	padding: 16px 16px;
	position: fixed;
	z-index: 999;
	top: 0px;
	transition: .5s;
	width: 100%;
}
#header_section .bg-light{
	background-color: transparent !important;
}
.navbar-brand{
	width: 20%;
}
.navbar-brand img{
	width: 80%;
	transition: .5s;
}
.navbar ul li a{
	font-family: 'Hind Siliguri', sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	color: #18191F;
	margin-right: 22px;
}
.navbar-nav li>a:hover{
	color: #18191F !important;
}
.navbar-light .navbar-nav .nav-link {
    color: #18191F;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown-menu{
	color: #3D3D3D;
	margin-top: 0;
	background-color: #F3F3F3;
}
.dropdown-menu a{
	position: relative;
	display: block;
	padding: 15px;
	margin: 0 10px;
	min-width: 200px;
	line-height: 150%;
	font-size: 16px !important;
}

.dropdown-menu a:hover{
	background-color: #EAEAEA;
	width: 92%;
}
.form-inline{
	position: relative;
}
.c_login{
	border-radius: 5px;
	background-color: #37BFD7;
	font-style: normal;
	font-weight: 750;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
	padding: 12px 40px;
}
.login_text:hover{
	color: #fff;
}
.c_login:hover{
    background-color: #fbb103;
    color: #fff;
}
.c_login_addclass{
	background-color: #fbb103;
    color: #fff;
}

.header_contact_us{
	width: 158px;
	height: 48px;
	border-radius: 25px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	background-color: #fbb103;
	font-family: 'Hind Siliguri', sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.56;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	border:none;
	cursor: pointer;
}

.header_scroll{
	background-color: #fff !important;
}
.header_scroll ul li a{
	color: #000 !important;
}
.header_scroll_lg{
	background-color: #fff !important;
}
.header_scroll_lg ul li a{
	color: #000 !important;
}

/*===============================slider area==========================*/
.slider-content{
	position: relative;
	background: #fff;
}
/*.slider-content .slider_bg_img{
	max-height: 940px;
    max-width: 100%;
}*/
.header_img_one{
    position: absolute;
    top: 0px;
    right: 0;
    z-index: -9;
}
.header_img_two{
    position: absolute;
    top: 30%;
    left: 0;
	z-index: -9999;
}
.header_img_three{
    position: absolute;
    top: 80%;
    left: 0;
	z-index: -9999;
}
/*===========================================================
==================================blog_section css start
=============================================================*/
.header_section_area{
	background-position: 13px -160px;
	background-repeat: no-repeat;
	background-size: cover;
}
.all_blog_area{
	margin-bottom: 78px;
}
.blog_area{
	padding-top: 111px;
}
.blog_content{
	border: 1px solid #DFDFDF;
	border-radius: 5px;
	margin-bottom: 30px;
	background: #fff;
	min-height: 404px;
}
.blog_title{
	margin-bottom: 38px;
}
.blog_title h1{
    font-family: 'Hind Siliguri', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 120.5%;
    text-align: center;
    text-transform: capitalize;
    color: #323232;
    padding: 0px 0px 20px 0px;
	position: relative;
}
.blog_title h1::after{
    content: "";
    background: #FBBC13;
    width: 230px;
	height: 8px;
	bottom: 0;
	position: absolute;
	left: calc(50% - 123px);
}
.blog_title p{
	font-family: 'Hind Siliguri', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 26px;
	text-align: center;
	text-transform: capitalize;
	color: #323232;
	width: 60%;
	margin: 0 auto;
	margin-top: 28px;
}
.blog_content img{
	width: 100%;
}
.blog_content h1{
	font-family: 'Hind Siliguri', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 132.8%;
	align-items: center;
	color: #323232;
	margin-bottom: 8px;
	padding: 0px 10px;
}
.blog_content small{
	font-family: 'Hind Siliguri', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 132.8%;
	color: #B0B0B0;
	padding: 0px 10px;
}
.blog_content p{
	font-family: 'Hind Siliguri', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #323232;
	margin: 8px 0px 38px 0px;
	padding: 0px 10px;
}
.blog_content a{
	font-family: 'Hind Siliguri', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #FFFFFF;
	background: #FF8019;
	border-radius: 5px;
	padding: 6px 18px;
	display: inline-block;
	margin-bottom: 24px;
	margin-left: 10px;
}
/*========================================================================
==================================footer_bottom_section area css start 
==========================================================================*/
#footer_top_area{
	background-position: left;
	background-repeat: no-repeat;
	background-size: 100% 100% !important;
	padding-top: 140px;
	padding-bottom: 40px;
	margin-top: -90px;
}
.footer_col_one h2{
	font-family: 'Hind Siliguri', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.92;
    letter-spacing: normal;
    text-align: left;
    color: #16AA73;
    margin-top: 0px;
}
.footer_col_one img{
	width: 60%;
	margin-bottom: 15px;
}
.footer_col_one p{
	font-family: 'Hind Siliguri', sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #ffffff;
	text-align: justify;
}
.footer_email{
	position: relative;
}
.footer_email input{
	font-family: 'Hind Siliguri', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #96A9B8;
	background: #FFFFFF;
	border: 1px solid #D7E4EC;
	padding: 12px 20px;
	width: 100%;
	margin-top: 28px;
	border-radius: 5px;
}
.footer_email i{
	position: absolute;
	bottom: 5px;
	right: 4px;
	background: #FB9A13;
	padding: 14px 15px;
	color: #fff;
	border-radius: 5px;
}
.footer_col_one ul{
	list-style: none;
	margin-top: 17px;
}
.footer_col_one ul li{
	display: inline-block;
	margin-right: 10px;
}
.footer_col_one ul li:nth-child(1) a i{
	background: #fff;
	padding: 6px 12px;
	color: #39373f;
}
.footer_col_one ul li:nth-child(2) a i{
	background: #fff;
	padding: 6px 8px;
	color: #39373f;
}
.footer_col_one ul li:nth-child(3) a i{
	background: #fff;
	padding: 6px 10px;
	color: #39373f;
}
.footer_col_two{
	margin-left: 54px;
}
.footer_col_two h4{
	font-family: 'Hind Siliguri', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	color: #FFFFFF;
	margin-top: 0px;
}
.footer_col_two h5{
	font-size: 15px;
}
.footer_col_two ul{
	list-style: none;
}
.footer_col_two ul li a{
	font-family: 'Hind Siliguri', sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.94;
	letter-spacing: normal;
	text-align: left;
	color: #fbfbfb;	
}
.footer_col_two img{
	width: 65%;
	margin-top: 14px;
	margin-bottom: 15px;
}
.footer_col_two a:last-child img{
	margin-top: 10px;
}
.footer_p{
	margin-left: 42px;
}
/*========================================================================
==================================footer_bottom css start 
==========================================================================*/
.footer_bottom{
	padding: 25px 0px;
	border-top: 1px solid #A1C9D9;
	background: #1378A0;
}
.footer_bottom p{
	font-family: 'Hind Siliguri', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	opacity: 0.6;
}
.footer_menu ul,.footer_icon ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.footer_menu ul li,.footer_icon ul li{
	display: inline-block;
	margin-right: 20px;
}
.footer_menu ul li:last-child,.footer_icon ul li:last-child{
	margin-right: 0px;
}
.footer_menu ul li a{
	font-family: 'Hind Siliguri', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	opacity: 0.6;
}


/*========================================================================
==================================modal css start 
==========================================================================*/

.modal-title{
	font-family: 'Hind Siliguri', sans-serif;
	margin-top: 0px;
	font-size: 20px;
	font-weight: 700;
}
.user_card {
	height: 100%;
	width: 100%;
	margin-top: -16px;
	margin-bottom: auto;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 10px;
	background-color: rgba(255,255,255,.9);
	border-radius: 8px;

}
.brand_logo_container {
	position: absolute;
	top: 12px;
	padding: 10px;
	text-align: center;
}
.brand_logo {
	width: 50%;
}
.form_container {
	margin-top: 100px;
}
.form_container form{
	width: 80% !important;
}
.login_btn {
	width: 100%;
	background-image: linear-gradient(269deg, #00d9a6 0%, #9be15d 100%);
	color: white !important;
	padding: 5px 0px;
	font-size: 20px;
}
.login_btn:focus {
	box-shadow: none !important;
	outline: 0px !important;
}
.login_container {
	padding: 0 2rem;
}
.input-group-text {
	background-image: linear-gradient(269deg, #00d9a6 0%, #9be15d 100%);
	color: white !important;
	border: 0 !important;
	border-radius: 0.25rem 0 0 0.25rem !important;
}
.input_user,
.input_pass:focus {
	box-shadow: none !important;
	outline: 0px !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #3dcc13 !important;
}
.form-control {
	padding: .475rem .75rem;
}
.footer_col_two img {
    width: 88%;
    margin-top: 14px;
    margin-bottom: 15px;
}

.login_btn {
	width: 100%;
	background: #36BED6;
	color: white !important;
	padding: 5px 0px;
	font-size: 20px;
	border: none;
	border-radius: 5px;
}
.login_btn:focus {
	box-shadow: none !important;
	outline: 0px !important;
}
.login_container {
	padding: 0 2rem;
}
.input-group-text {
	background: #1378A0;
	border: 0 !important;
	border-radius: 0.25rem 0 0 0.25rem !important;
}
.input-group-text i{
	color: #fff !important;
}
.brand_logo_container .brand_logo{
	width: 85% !important;
}
.brand_logo_container .form_container {
    margin-top: 78px !important;
}