
/*=================================================================

	Basic Setup

==================================================================*/
html,
body {	
    overflow: inherit !important; /* Prevent scroll on narrow devices */
}
body {
    color: #404040;
    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: 26px
}

h1 {
    color: #b33866;
    font-size: 51px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    line-height: 60px;
    letter-spacing: normal;
    padding: 0;
    margin: 0;
}

h2 {
    color: #584077;
    font-size: 42px;
    font-family: "Roboto", sans-serif;
    line-height: 28px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: normal;
}

h3 {
    color: #5e3d8b;
    font-size: 38px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    line-height: 44px;
    padding: 0;
    margin: 0;
}

h4 {
    color: #2d2d2d;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    line-height: 28px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: normal;
}

h5 {
    color: #2d2d2d;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: normal;
}

.cus_container { max-width: 1250px; margin: 0 auto;}

/*=================================================================

	Hindi and custom Font Embedding Classes

==================================================================*/
.aparajita_hindi_text {
 	font-family: 'Aparajita';
	font-size: 46px !important;
}

.franklin_gothic_medium_text {
	font-family: Franklin Gothic !important;
	font-size: 22px !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;}


/*=================================================================
	Header and Navigation
==================================================================*/

header {
    width: 100%;
    position: relative;
    background-color: #fff;
    color: #666;
    z-index: 1000;
}

.header-top-bar {
    color: #fff ;
    padding: 4px 0;
}

.dark-purple-bg {
    background-color: #b33866;
}

ul.social-link, ul.lang-sizer {
    margin-bottom: 0;
    padding: 0 14px 0 0;
}

ul.social-link li, ul.lang-sizer li {
    display: inline-block;
}

ul.social-link li a, ul.lang-sizer li a {
    color: #fff;
    border: 1px solid #fff;
    padding: 1px 3px;
    text-decoration: none;
    font-size: 14px;
}

.top-bar-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.top-bar-right .text {
    margin-right: 15px;
}

.top-bar-right .text a {
    text-decoration: none;
    color: #fff;
}

.lang-dropdown .form-select {
    color: #2d2d2d;
    border: 1px solid #fff;
    padding: 1px 21px 1px 7px;
    text-decoration: none;
    background-color: #fff;
    font-size: 14px;
    background-position: right.42em;
    border-radius: 0;
}

.home-nav.navbar {
    padding: 3px 0;
}

.navbar button i {
    color: #fff;
}

.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: #a4cef5;
}

.navbar-bgcolor {
    background: #786394;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #dacfe9;
}

.header-middle {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-middle .top-information {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.site-branding a.brand-logo {
    text-decoration: none;
    align-items: center;
}

.logo-text {
    padding-left: 10px;
}

.logo-text h3 {
    font-size: 34px;
    color: #01519c;
    text-decoration: none;
    line-height: normal;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.logo-text h4 {
    font-size: 26px;
    color: #40b454;
    text-decoration: none;
    line-height: normal;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.sticker-on-header {
    background-color: #ffffff;
    padding: 0 20px;
}

.election-image-header .img-holder img {
    padding: 0;
}

.person-detail {
    padding-top: 2px;
}

.person-detail h2 {
    font-size: 11px;
    color: #2d2d2d;
    font-weight: 700;
    margin-bottom: 2px;
    padding: 0;
    line-height: normal;
}

.person-detail h5 {
    font-size: 10px;
    color: #2d2d2d;
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.icon-link-btn {
    color: #786394;
    border: 2px solid #786394;
    padding: 5px 30px;
    background: #fff;
    font-size: 18px;
    border-radius: 25px;
    line-height: normal;
}

.icon-link-btn:hover {
    color: #fff;
    background-color: #d6c9e8;
    border-color: #786394;
}


/* =================================== */
/*Main-hero-banner */
/* =================================== */
.main-bg-image {
    background: url('../images/home-mai-banner-bg.jpg') no-repeat;
    display: block;
    background-size: cover;
}




/* =================================== */
/* Login Page styles
/* =================================== */
#main-wrapper.login-register {
    background: #fff;
}

.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;
}

.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: #099229 !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;
}

.stats_card {
	margin-bottom: 30px;
}
.stats_cards_layout {
    background-color: #e6e0ef;
    border-radius: 5px;
    text-align: center;
    padding: 40px 25px 14px 25px;
    margin-bottom: 30px;
    border: 1px solid #9987b3;
}

.stats_card .icon_ar {
	text-align: center;
	margin: 0 auto 5px;
}
.stats_card .counter {
    color: #584077;
    font-size: 42px;
    font-weight: 500;
    line-height: 46px;
    margin-bottom: 3px;
}
.stats_card .title {
    color: #202020;
    font-size: 10px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}

.box {
    position: relative;
    border-radius: .25rem;
}
.box.ofh {
  overflow: hidden;
}

/* Ribbon 2*/
.arrow-ribbon {
    background: #b39cd1;
    color: #FFF;
    padding: 2px 20px;
    position: absolute;
    top: 10px;
    left: -1px;
}

.arrow-ribbon:before {
    position: absolute;
    right: -40px;
    bottom: 0px;
    content: "";
    right: 0px;
    border-top: 15px solid transparent;
    border-right: 10px solid #e6e0ef;
    border-bottom: 14px solid transparent;
    width: 0;
}


.blk_alpha_blk {
	background-color: rgba(39, 31, 31, 0.34);
	padding: 20px 30px;
	margin-bottom: 30px;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	line-height: 28px;
	border-radius: 4px;
	font-family: 'ROBOTOREGULAR_3';
}


/* =================================== */
/*  3. Layouts
/* =================================== */
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: 24px;
}


/* =================================== */
/*  4. Elements
/* =================================== */

/*=== 4.1 Hero Background ===*/
.home-container .hero-wrap {
  position: relative;
  overflow: hidden;
}

.home-container .opacity-8 {
    opacity: 0.75;
}

.home-container .hero-wrap .hero-mask, 
.home-container .hero-wrap .hero-bg, 
.home-container .hero-wrap .hero-bg-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.home-container .hero-wrap .hero-bg.hero-bg-scroll {
    background-attachment: scroll;
}

.hero-bg2 {
	background-color: #099229;
}

.home-container .hero-wrap .hero-mask {
  z-index: 1;
}

.home-container .hero-wrap .hero-content {
    position: relative;
    z-index: 2;
    padding: 40px 0px;
}

.home-container .hero-wrap .hero-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.home-container .hero-wrap .hero-bg-slideshow {
  z-index: 0;
}

.home-container .hero-wrap .hero-bg {
  z-index: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  transition: background-image 300ms ease-in 200ms;
}

.home-container .hero-wrap .hero-mask {
    z-index: 1;
}

.home-container .bg-primary, 
.home-container .badge-primary {
    background-color: #099229 !important;
}

.home-container .hero-wrap .hero-bg-slideshow .hero-bg {
  background-attachment: inherit;
}

.home-container .hero-wrap .hero-bg-slideshow.owl-carousel .owl-stage-outer, 
.home-container .hero-wrap .hero-bg-slideshow.owl-carousel .owl-stage, 
.home-container .hero-wrap .hero-bg-slideshow.owl-carousel .owl-item {
  height: 100%;
}

.banner-heading-text {
    text-align:center;
}

.marque-board {
    position: relative;
}


/*=================================================================
    Content Section
==================================================================*/

.main_content-box {
    background: #fff;
    padding-bottom: 20px;
}

.main-content-wrap {
    margin-bottom: 25px;
}

.main-content-wrap ul {
    /*padding-left: 18px;*/
    list-style-position: outside;
    list-style-image: 
}

.main-content-wrap ul li {
    line-height: 32px;
    text-transform: uppercase;
}

.heading1_line {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: url('../images/heading-bg.png') repeat-x 0 50px;
}



/* Custom page CSS
-------------------------------------------------- */


main > .container {
    padding: 60px 15px 0;
}


/*=================================================================

    Footer Section

==================================================================*/

footer {
    width: 100%;
    background-color: #786394;
    position: relative;
    z-index: 1500;
    color: #fff;
}

.footer-container {
    padding: 25px 0 20px 0;
}

.footer-container .dept-name {
    padding-bottom: 4px;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}


.fixed-footer {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding: 10px 0;
    display: block;
    background-color: #5f497b;
    color: #e6e0ed;
    text-align: center;
    z-index: 1600;
    font-size: 14px;
}

.fixed-footer ul {
    float: right;
    margin: 0;
    padding:0;
}

.fixed-footer ul li {
    display: inline-block;
    margin: 0;
    padding-left: 20px;
}

.fixed-footer ul li a {
    display: block;
    color: #e6e0ed;
    text-decoration: none;
}

.fixed-footer ul li a:hover {    
    text-decoration: underline;
}

.toll-free {
    color: #ffffff;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 5px;
    display: flex;
}

.toll-free-number h1 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    padding: 0;
    text-transform: none;
}

.toll-free i {
    font-size: 40px;
    margin-right: 8px;
    padding-top: 8px;
}

.day-time {
    margin-left: 17px;
    margin-bottom: 5px;
}

.footer-item-text ul {
    margin: 0;
    padding-left: 0;
}

.footer-container .footer_links ul li,
.footer-item-text ul li {
    list-style-type: none;
}

.footer-item-text ul li i{
    padding-right: 3px;
}
.copyright {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
}


.agri_srvc_blk {
    padding: 15px;
    margin: 10px;
    box-sizing: border-box;
    width: 100%;
    max-width: 300px;
    background: #f5f5f5;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .agri_srvc_blk img {
        max-width: 100%;
        height: auto;
    }

.timer {
    font-size: 24px;
    font-weight: bold;
}

.title {
    font-size: 16px;
    color: #333;
    word-break: break-word;
    overflow-wrap: break-word;
}

@media (max-width: 768px) {
    .title {
        font-size: 14px;
    }

    .agri_srvc_blk {
        padding: 10px;
    }
}

@media (max-width: 576px) {
    .title {
        font-size: 12px;
    }

    .agri_srvc_blk {
        padding: 5px;
    }
}
