html,
body {
    margin: 0;
    font-size: 100%;
    background: #fff;
	font-family: 'Thasadith', sans-serif;
}

html {
  scroll-behavior: smooth;
}
body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	font-family: 'Thasadith', sans-serif;
}

body img {
    max-width: 100%;
}

a:hover {
    text-decoration: none;
}

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="search"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
li {
    list-style-type: none;
}

p {
    margin: 0;
    font-size: 17px;
    line-height: 2em;
    letter-spacing: 2px;
    font-weight: 525;
}

ul {
    margin: 0;
    padding: 0;
}


/*-- header --*/

header {
    position: absolute;
    z-index: 9;
    width: 100%;
}

.toggle,
[id^=drop] {
	display: none;
}

/* Giving a background-color to the nav container. */
nav { 
	margin:0;
	padding: 0;
}

#logo img{
	width: 120px;
}
#logo-ctri img{
	width: 55px;
}
#logo-tb img{
	width: 80px;
}
nav ul li .ctri-logo{
	margin-bottom: 10px;
}
nav:after {
	content:"";
	display:table;
	clear:both;
}

nav ul {
	float: right;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	}
	
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	}

nav a {
    color: #ddd;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding-left: 0;
    padding-right: 0;
	padding: 10px 0;
    font-weight: 700;
}


nav ul li ul li:hover { background: #f8f9fa; }

nav a:hover { 
	color: #ddd;
}
.menu li.active  a{ 
	color: #fff;
}

nav ul ul {
	display: none;
	position: absolute;
	top: 30px; 
    background: #fff;
    padding: 10px;
}
	
nav ul li:hover > ul {
	display:inherit;
}
	
nav ul ul li {
	width:170px;
	float:none;
	display:list-item;
	position: relative;
}
nav ul ul li a {
    color: #333;
    padding: 5px 10px;
    display: block;
}
nav ul li span {
    color: #ddd;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding-left: 0;
    padding-right: 0;
    font-weight: 700;
}
ul.menu li span.fa {
    color: #e8cd30;
}
nav ul ul ul li {
	position: relative;
	top:-60px;
	left:170px; 
}

li > a:only-child:after { content: ''; }



/* Media Queries
--------------------------------------------- */

@media all and (max-width : 991px) {

	#logo {
		display: block;
		padding: 0;
		width: 100%;
		text-align: center;
		float: none;
	}
	.menu li.active a {
		color: #009f4d;
	}
	nav ul li span {
		color: #333;
	}
	nav {
		margin: 0;
	}
	nav a {
		color: #333;
	}
	.toggle + a,
	.menu {
		display: none;
	}

	.toggle {
		display: block;
		padding: 5px 15px;
		font-size: 20px;
		text-decoration: none;
		border: none;
		float: right;
		background-color: #009f4d;
		color: #fff;
	}
	.menu .toggle {
		float: none;
		text-align: center;
		margin: auto;
		width: 30%;
		padding: 5px;
		font-weight: normal;
		font-size: 15px;
		letter-spacing: 1px;
	}

	.toggle:hover {
		color:#333;
		background-color: #fff;
	}

	[id^=drop]:checked + ul {
		display: block;
		background: #fff;
		padding: 15px 0;
		width:100%;
		text-align: center;
	}

	nav ul li {
		display: block;
		width: 100%;
		padding: 7px 0;
		}
	nav a{
		padding: 5px 0;
	}
	nav a:hover {
		color: #333;
	}
	.login-icon {
		text-align: center;
	}
	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,
 	nav ul ul ul a {
		background-color: transparent;
	}
  
	nav ul li ul li .toggle,
	nav ul ul a,
	nav ul ul ul a{
		padding:14px 20px;	
		color:#FFF;
		font-size:17px; 
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: #fff; 
	}
	nav ul ul li a {
		font-size: 15px;
	}
	ul.inner-ul{
		padding: 0!important;
	}
	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
	}
		
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	nav ul ul li {
		display: block;
		width: 100%;
		padding: 0;
	}

	nav ul ul ul li {
		position: static; 

	}

}

@media all and (max-width : 330px) {

	nav ul li {
		display:block;
		width: 94%;
	}

}
.user span.fa {
    font-size: 25px;
    color: #fff;
}
nav ul li .ctri-logo{
	margin-bottom: 10px;
}
/*-- //header --*/

/* banner style */
.banner-ag {
    position: relative;
    z-index: 1;
}

.banner-top {
    background: url(../images/tobacco1.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}
.ag-banner-info {
    padding-top: 16em;
}

.ag-banner-info h3 {
    font-size: 2rem;
    text-shadow: 3px 4px 6px rgba(45, 45, 45, 0.15);
    font-weight: 600;
    color: #fff;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.banner-top {
    min-height: 770px;
}
.overlay {
    min-height: 770px;
    background: rgba(0, 0, 0, 0.4);
}
.button-style {
    padding: 15px 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    border: 2px solid #ccc;
    background: none;
    display: inline-block;
}

.button-style:hover {
    color: #fff;
}

/*-- //banner style --*/

/*-- about --*/
h3.heading {
    font-size: 40px;
    letter-spacing: 2px;
    font-weight: 600;
}
p.about-text {
    width: 80%;
}
.feature-grids .f-icon {
    vertical-align: middle;
    background: #009f4d;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: 0.5em auto 0;
    border-radius: 50%;
}
.feature-grids span.fa {
    color: #fff;
    font-size: 20px;
    line-height: 70px;
}
.feature-grids h3 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 30px;
    text-transform: uppercase;
}
.feature-grids  p {
    letter-spacing: 1px;
}
/*-- //about --*/

/*--  text --*/

.text h3.heading{
	color: #fff;
}
.text h3.heading span {
    color: #e8cd30;
}

.text a.btn {
    font-size: 17px;
    letter-spacing: 2px;
    color: #333;
    font-weight: 700;
    padding: 12px 25px;
    margin-top: 30px;
    border-radius: 4px;
    background: #e8cd30;
    display: inline-block;
}
.text a.btn1 {
    font-size: 17px;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 700;
    padding: 12px 25px;
    margin-top: 30px;
    border-radius: 4px;
    background: #009f4d;
    display: inline-block;
}
/*--  //text --*/

/*-- footer --*/

footer{
    background: green;
}


/*-- copyright --*/
.ag-copy p {
    letter-spacing: 1px;
}

.ag-copy p a {
    color: white;
}
/*-- //copyright --*/
/*-- //footer --*/

/*-- inner banner --*/
.inner-banner{
    background: url(../images/tobacco2.jpg) no-repeat center;
    background-size: cover;
	position: relative;
	height: 80px;
}
.inner-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
    background: #000;
}
/*-- //inner banner --*/


/*-- contact --*/ 
.contact-left input[type="text"],.contact-left input[type="email"]{
	border: 1px solid #ccc;
    font-size: 1em;
    color: #828282;
    background: none;
    width: 100%;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 15px 20px;
    outline: none;
}
.contact-right textarea{
	border:1px solid #ccc;
	font-size:1em;
	color:#828282;
	background:none;
	width:100%;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 15px 20px;
	outline:none;
    min-height: 8.5em;
	resize:none;
}
.contact-left input[type="email"]{
	margin:1.5em 0;
}
.contact-right input.btn { 
    padding: .8em 1em;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 1em;
    background: #009f4d;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	transition: 0.5s all;
    outline: none;
    margin: 1em 0 0;
	border-radius: 0px;
    width: 100%;
	border:1px solid #4caf50;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.address-row {
    margin:0 0 2em;
}
.address-right {
    text-align: left;
    padding-left: 2em;
}
.contact-w3lsright h6 {
    font-size: 1.8em;
    color: #595c65;
    font-weight: 300;
    line-height: 1.8em;
    text-transform: uppercase; 
}
.contact-w3lsright h6 span {
    color: #03A9F4; 
} 
.address-row .contact-icon {
    background: #009f4d;
    width:60px;
	height:60px;
	line-height: 60px;
	text-align: center;
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
    border-radius: 50%;
}
.address-row span.fa {
    font-size: 1.2em;
	line-height: 60px;
    color: #fff;
}
.address-row h5 {
    font-size: 1.6em;
    margin-bottom: .3em;
    font-weight: 700;
}
.address-row p{
	letter-spacing: 1px;
}
.address-row p a {
    color: #707579;
}
.address h4 {
    font-size: 1.8em;
    color: #00BCD4;
    margin-bottom: 0.6em;
    text-transform: uppercase;
}
.map iframe {
    outline: none;
    border: none;
    width: 100%;
    height: 350px;
}
/*-- //contact --*/  
/*-- move top --*/
a.move-top {
    width: 34px;
    height: 34px;
    background: url(../images/move-top.png) no-repeat;
    display: inline-block;
    position: fixed;
    bottom: 4%;
    right: 2%;
    z-index: 0;
}
/*-- //move top --*/


/*-- Responsive design --*/

@media(max-width:1366px) {
	.banner-top, .banner-top1, .banner-top2, .banner-top3,.overlay,.overlay1 {
		min-height: 750px;
	}
}
@media(max-width:1280px) {
	.banner-top, .banner-top1, .banner-top2, .banner-top3,.overlay,.overlay1 {
		min-height: 720px;
	}
}
@media(max-width:1080px) {
	.ag-banner-info h3 {
		font-size: 3.5rem;
	}
	.ag-banner-info {
		padding-top: 14em;
	}
	.banner-top, .banner-top1, .banner-top2, .banner-top3,.overlay,.overlay1 {
		min-height: 650px;
	}
	p.about-text {
		width: 85%;
	}

	.inner-banner {
		min-height: 200px;
	}
}

@media(max-width:991px) {
	.ag-banner-info {
		padding-top: 12em;
	}
	h3.heading {
		font-size: 36px;
	}
	.ag-banner-info h4 {
		font-size: 22px;
		letter-spacing: 3px;
		line-height: 25px;
	}	
	.banner-top, .banner-top1, .banner-top2, .banner-top3,.overlay,.overlay1 {
		min-height: 600px;
	}
	.n-right-w3ls {
		width: 80%;
	}
}

@media(max-width:800px) {
	h3.heading {
		font-size: 33px;
	}
	.text a.btn1,.text a.btn {
		font-size: 15px;
		padding: 10px 25px;
		letter-spacing: 1px;
	}
	.ag-banner-info h3 {
		font-size: 3rem;
	}
	#logo a {
		font-size: .7em;
	}
	.address-row h5 {
		font-size: 1.4em;
	}
	.address-row .contact-icon {
		width: 55px;
		height: 55px;
		line-height: 55px;
	}
	.address-row span.fa {
		font-size: 1em;
		line-height: 55px;
	}
	.map iframe {
		height: 300px;
	}
}
@media(max-width:736px) {
	.ag-banner-info h4 {
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 25px;
	}
	p.about-text {
		width: 100%;
		letter-spacing: 1px;
	}
	.blog img {
		width: 100%;
	}
	.ag-copy p {
		font-size: 16px;
	}
	.inner-banner {
		min-height: 150px;
	}
	.n-right-w3ls {
		width: 100%;
	}
	.comingsoon h4 {
		font-size: 35px;
	}
}
@media(max-width:600px) {
	p {
		font-size: 16px;
	}
	.ag-banner-info p {
		font-size: 15px;
	}
	.ag-banner-info h3 {
		font-size: 2.7rem;
		letter-spacing: 5px;
	}
	.button-style {
		padding: 13px 35px;
		font-size: 14px;
	}
	.ag-banner-info {
		padding-top: 10em;
	}
	.feature-grids h3{
		font-size: 20px;
		letter-spacing: 2px;
	}
	.banner-top, .banner-top1, .banner-top2, .banner-top3, .overlay, .overlay1 {
		min-height: 570px;
	}
}
@media(max-width:568px) {
	.banner-top, .banner-top1, .banner-top2, .banner-top3, .overlay, .overlay1 {
		min-height: 520px;
	}
}
@media(max-width:480px) {
	h3.heading {
		font-size: 28px;
	}
	.ag-banner-info h3 {
		font-size: 2.2rem;
	}
	.banner-top, .banner-top1, .banner-top2, .banner-top3, .overlay, .overlay1 {
		min-height: 500px;
	}
	.ag-banner-info {
		padding-top: 8em;
	}
	.comingsoon h4 {
		font-size: 30px;
		letter-spacing: 1px;
	}
}
@media(max-width:414px) {
	.csslider>.arrows label {
		padding: 8px !important;
	}
	#logo a {
		font-size: .65em;
	}
	.toggle {
		font-size: 17px;
	}
	.ag-banner-info h3 {
		font-size: 1.5rem;
	}
	h4.abt-text {
		font-size: 1.6em;
	}
	.address-row h5 {
		font-size: 1.2em;
	}
	.address-right {
		padding-left: 1em;
	}
}
@media(max-width:384px) {
	.feature-grids h3 {
		font-size: 18px;
		letter-spacing: 2px;
	}
	.ag-banner-info p {
		letter-spacing: 1px;
	}
	.csslider>.arrows label {
		padding: 7px;
	}
	.inner-banner {
		min-height: 130px;
	}
	.address-right {
		padding-left: 1.5em;
	}
	.contact-left input[type="text"], .contact-left input[type="email"],.contact-right textarea {
		padding: 12px 15px;
	}
	.contact-left input[type="email"] {
		margin: 1em 0;
	}
}
@media(max-width:375px) {
	
}
@media(max-width:320px) {
	
}

/*-- //Responsive design --*/

.multistep #ag-form{
    position: relative;
    margin-top: 30px;
}
#ag-form fieldset {
    background: white;
    border: 0 none;
    border-radius: 0px;
    padding: 10px 15px;
    box-sizing: border-box;
/*    width: 80%;*/
    /*margin: 0 10%;*/

    /*stacking fieldsets above each other*/
    position: relative;
}
/*
#ag-form fieldset:not(:first-of-type) {
    display: none;
}
*/
#ag-form fieldset#second, #ag-form fieldset#third {
    display: none;
}
#ag-form input, #ag-form textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
}
#ag-form select {
    height: 51px;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
}
#ag-form .radiob {
    float: left;
    margin-left:10px;
    margin-right: 2px;
}
#ag-form input:focus, #ag-form textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #228B22;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}
#ag-form select:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #228B22;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

#ag-form .action-button {
    width: 100px;
    background: #228B22;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#ag-form .action-button:hover, #ag-form .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #228B22;
}

#ag-form .action-button-previous {
    width: 100px;
    background: #C5C5F1;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#ag-form .action-button-previous:hover, #ag-form .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
}

.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 10px;
}

#progressbar {
    margin-bottom: 15px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}
#progressbar li {
    list-style-type: none;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    width: 33.33%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height: 30px;
    line-height: 27px;
    display: block;
    font-size: 30px;
    color: #333;
    background: white;
    border-radius: 25px;
    margin: 0 auto 10px auto;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}
#progressbar li.active:before, #progressbar li.active:after {
    background: #ee0979;
    color: white;
    font-size: 15px;
}
@media print{
        @page{
          margin: 60px;
        }
        .btn-success{
          visibility: hidden;
        }
        header{
          visibility: hidden;
        }
}
.inner-banner .container{
    padding-top: 100px;
}
.result .row .col-md-4 .farmer-details{
	padding: 10px;
	border: 1px solid black;
}
.icar-logo img{
	width: 90px;
}
.ctri-logo img{
	width: 80px;
}
pre {
    margin: 0;
    font-size: 100%;
    font-family: 'Thasadith', sans-serif;
}
.table-bordered th, .table-bordered td{
	border: 2px solid #000000;
}