
/*=================================================================

	Basic Setup

==================================================================*/
html,
body {	
    overflow: inherit !important; /* Prevent scroll on narrow devices */
}
body {
    color: #707070;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
}
img { max-width: 100%; }
a {
	transition: all 0.5s ease-in;
}
a, a:hover, a:focus { outline: none; }

button:hover,
button:focus { outline: none;	 }

p {
	font-size: 15px;
	line-height: 24px
}

h1 {
	color: #ebebeb;
	font-size: 32px;
	font-weight: normal;
	font-family: 'ROBOTOBOLD_1';
	text-transform: uppercase;
	line-height: 50px;
	letter-spacing: normal;
	padding: 0;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

h2 {
	color: #444;
	font-size: 36px;
	font-weight: normal;
	font-family: 'ROBOTOLIGHT_1';
	line-height: 44px;
	padding: 0;
	margin-bottom: 20px;
}

h3 {
	color: #444;
	font-size: 20px;
	font-family: 'ROBOTOREGULAR_3', sans-serif;
	line-height: 28px;
	margin-top: 0;
	padding: 0;
	margin-bottom: 20px;
}

.cus_container { max-width: 1250px; margin: 0 auto;}

/*=================================================================

	Hindi and custom Font Embedding Classes

==================================================================*/
.aparajita_hindi_text {
 	font-family: 'Aparajita';
	font-size: 35px !important;
}

.franklin_gothic_medium_text {
	font-family: Franklin Gothic !important;
	font-size: 18px !important;
}

.franklin_gothic_demi_cond_text {
	font-family: Franklin Gothic Demi Cond !important;
	font-size: 32px !important;
}


/*=================================================================

	Extra Classes

==================================================================*/

.odd_bg { background-color: #fafbfd; }
.gray_bg { background-color: #f3f3f3;}

.medium { font-family: 'ROBOTOMEDIUM_1'; }
.bold { font-family: 'ROBOTOBOLD_1'; }
.semibold { font-family: 'PoppinsSemiBold';}

.green { color: #0f9ca0; }
.dark_gray { color: #444; }
.orange { color: #ee7223; }
.white { color: #fff;}

.text_center { text-align: center;}

.uprcase { text-transform: uppercase;}

.m-b-5 { margin-bottom: 5px; }
.m-b-10 { margin-bottom: 10px; }
.m-b-15 { margin-bottom: 15px; }
.m-b-20 { margin-bottom: 20px; }
.m-b-25 { margin-bottom: 25px; }
.m-b-30 { margin-bottom: 30px; }
.m-b-35 { margin-bottom: 35px; }
.m-b-40 { margin-bottom: 40px; }
.m-b-45 { margin-bottom: 45px; }
.m-b-50 { margin-bottom: 50px; }
.m-t-10 { margin-top: 10px;}
.m-t-20 { margin-top: 20px;}
.m-t-30 { margin-top: 30px;}
.m-t-40 { margin-top: 40px;}
.m-t-50 { margin-top: 50px;}
.m-t-60 { margin-top: 60px;}
.m-t-70 { margin-top: 70px;}
.m-t-80 { margin-top: 80px;}
.m-lr-8 { margin-left: 8px; margin-right: 8px;}

.p-t-10 { padding-top: 10px;}
.p-t-20 { padding-top: 10px;}
.p-t-30 { padding-top: 10px;}
.p-t-40 { padding-top: 10px;}
.p-t-50 { padding-top: 10px;}
.p-t-60 { padding-top: 10px;}


a.md_btns {
	display: inline-block;
	color: #fff;
	font-family: 'ROBOTOMEDIUM_1';
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	padding: 12px 25px;
	border-radius: 3px;
	border:0;
	margin: 0;
	background-color: #ee7223;
}
a.md_btns:hover {
	text-decoration: none;
	background-color: #0f9ca0;
}

.tagline {
	font-size: 13px;
	font-weight: normal;
	font-family: 'ROBOTOMEDIUM_1';
	line-height: 18px;
	letter-spacing: 0.35em;
	text-transform: uppercase;
	margin-bottom: 4px;
}

/*=================================================================

	Header + logo 

==================================================================*/

header {
	width: 100%;
	position: relative;	
	background-color: #fff;
	color: #666;
	z-index: 1000;
}

.logo {}

#hdr_btm_sec {
	padding: 15px 0;
}

/*=================================================================

	Navigation

==================================================================*/

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.55);
    border: none;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}

.navbar.bg-bkcolor {
	background: #786394;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #dacfe9;
}

#hdr_btm_sec .navbar {
	padding: 0;
}

#hdr_btm_sec .navbar-nav .nav-item {
	margin: 0 16px;
}
#hdr_btm_sec .navbar-nav .nav-link,
#hdr_btm_sec .navbar-light .navbar-nav .nav-link {
	color: #303030;
	font-size: 16px;
	font-weight: 400;
	font-family: 'PoppinsMedium';
	padding-left: 0;
	padding-right: 0;
	border:0;
}

#hdr_btm_sec .navbar-light .navbar-nav .active > .nav-link, 
#hdr_btm_sec .navbar-light .navbar-nav .nav-link:hover,
#hdr_btm_sec .navbar-light .navbar-nav .nav-link.active, 
#hdr_btm_sec .navbar-light .navbar-nav .nav-link.show, 
#hdr_btm_sec .navbar-light .navbar-nav .show > .nav-link {
	color: #5292ef;
}

#hdr_btm_sec .navbar-nav .nav-item {
	margin: 0 10px;
}
#hdr_btm_sec .dropdown-menu {
	margin-top: 28px;
	min-width: 14rem;
}
#hdr_btm_sec .dropdown-item {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	font-family: 'ROBOTOREGULAR_3', sans-serif;
	white-space: normal;
}
#hdr_btm_sec .dropdown-item:focus, #hdr_btm_sec .dropdown-item:hover {
	color: #0f9ca0;
}

/*=================================================================

    Content Section

==================================================================*/

#main_content {
	width: 100%;
	padding: 80px 0;
}

/* =================================== */
/*  3. Layouts
/* =================================== */
#main-wrapper.login-register {
  background: #fff;
}

.login-register .section {
  position: relative;
  padding: 4.5rem 0;
  overflow: hidden;
}

.d-flex-bottom {
	align-items: end;
	flex-direction: column;
	display: flex !important;
}


/* =================================== */
/*  4. Elements
/* =================================== */
/*=== 4.1 Hero Background ===*/
.login-register .hero-wrap {
  position: relative;
  overflow: hidden;
}

.login-register .opacity-8 {
    opacity: 0.75;
}

.login-register .hero-wrap .hero-mask, 
.login-register .hero-wrap .hero-bg, 
.login-register .hero-wrap .hero-bg-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.login-register .hero-wrap .hero-bg.hero-bg-scroll {
    background-attachment: scroll;
}

.hero-bg2 {
	background-color: #099229;
}

.login-register .hero-wrap .hero-mask {
  z-index: 1;
}

.login-register .hero-wrap .hero-content {
  position: relative;
  z-index: 2;
  padding: 20px 0px 0 0;
}

.login-register .hero-wrap .hero-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.login-register .hero-wrap .hero-bg-slideshow {
  z-index: 0;
}

.login-register .hero-wrap .hero-bg {
  z-index: 0;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  transition: background-image 300ms ease-in 200ms;
}

.login-register .hero-wrap .hero-mask {
    z-index: 1;
}

.login-register .bg-primary,
.login-register .badge-primary {
	background-color: #352250 !important;
}

.login-register .hero-wrap .hero-bg-slideshow .hero-bg {
  background-attachment: inherit;
}

.login-register .hero-wrap .hero-bg-slideshow.owl-carousel .owl-stage-outer, 
.login-register .hero-wrap .hero-bg-slideshow.owl-carousel .owl-stage, 
.login-register .hero-wrap .hero-bg-slideshow.owl-carousel .owl-item {
  height: 100%;
}

.heading1_line {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: url('../images/heading-bg.png') repeat-x 0 50px;
}

.agri_servcs {
	margin-bottom: 0px;
}
.agri_srvc_blk {
	background-color: #e6e0ef;
	border-radius: 5px;
	text-align: center;
	padding: 10px 20px;
	margin-bottom: 20px;
}
.agri_servcs .icon_ar {
	text-align: center;
	margin: 0 auto 5px;
}
.agri_servcs .counter {
	color: #584077;
	font-size: 25px;
	font-weight: 500;
	line-height: 25px;
	font-family: 'ROBOTOMEDIUM_1';
	margin-bottom: 3px;
}
.agri_servcs .title {
	color: #202020;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	font-family: 'ROBOTOMEDIUM_1';
	text-transform: uppercase;
	white-space: nowrap;
}

.blk_alpha_blk {
	background-color: rgba(39, 31, 31, 0.50);
	padding: 20px 30px;
	margin-bottom: 30px;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	line-height: 28px;
	border-radius: 4px;
	font-family: 'ROBOTOREGULAR_3';
}

ul.unordered_list {
	display: block;
	margin-left: 15px;
	padding: 0;
}

ul.unordered_list li {
    padding: 0;
    list-style-position: outside;
    list-style-type: disclosure-closed;
    line-height: 30px;
/*	background: url("../images/bullet.png") no-repeat 0 9px;*/
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */


#cus_hdr_ftr .fixed-top {
	left:initial;
	right:initial;
	width: 100%;
	background-color: #eee !important;
}
#cus_hdr_ftr .navbar-nav {
	margin-left: 13%;
	margin-right:13%;
}
#cus_hdr_ftr .navbar-light .navbar-nav .nav-link {
	color: #3a3a3a;
	font-size: 15px;
	font-weight: normal;
	font-family: 'ROBOTOREGULAR_3';
	text-transform: uppercase;
}


main > .container {
  padding: 05px 15px 0;
}

.form_logo {
	text-align: center;
	margin-bottom: 15px;
}
.form_heading_2 {
	color: #22284a;
	font-size: 22px;
	font-weight: 400;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
}

.form_wrap {
	background-color: #fff;
	margin: 25px 0;
	border-radius: 5px;
	padding: 20px 35px 20px 35px;
	box-shadow: 0 4px 32px rgba(0, 0, 0, 0.20);
}
.form_title {
	font-family: 'Libre Franklin', sans-serif;
	color: #22284a;
	font-size: 22px;
	font-weight: 400;
	line-height: 26px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.form_tagline {
	color: #737373;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	line-height: 22px;
	margin-bottom: 20px;
}

#loginForm .inp {
	padding: .675rem .75rem;
    outline: none;
    color: #6c757d;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    box-shadow: none;
    font-family: 'Roboto', sans-serif;
}

.login_btn {
  border: 0;
  border-radius: 3px;
  outline: none;
  background-color: #ff5317;
  cursor: pointer;
  display: inline-block;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	padding: 8px 30px;
	margin: 0;
	outline: none;
	transition: all 0.5s ease-in;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.login_btn:hover {
	background-color: #44a95a;
	color: #fff;
}
.form_links {
	color: #ff5317;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	line-height: 20px;
	text-align: center;
}
.form_links a {
	color: #ff5317;
	text-decoration: none;
}
.form_links a:hover, .form_links a:active {
	color: #44a95a;
	text-decoration: none;
}


/*=================================================================

    Footer Section

==================================================================*/

footer {
	width: 100%;
	background-color: #eee;
	position: relative;
	z-index: 1500;
}
.fixed-footer {
	/*position: fixed;  */
  bottom: 0;
  margin-left:0;
  margin-right:0;
  width:100%;
  padding: 10px 0;
  display: block;
  background-color: #eee;
  color: white;
  text-align: center;
  z-index: 1600;
}

.copyright { 
	font-size: 15px; 
	color: #737373; 
	text-align: center;
	font-family: 'ROBOTOREGULAR_3';
	position: relative;
	margin-left:0;
	margin-right: 0;
}


