/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
	/* [disabled]color: #222; */
	font-size: 1em;
	line-height: 1.4;
}
body
{
 font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.header
{
	padding: 10px;
}
.logo
{
	width: 250px;
}
.RoundLogo
{
	width: 55px;
	-webkit-animation: spin 6s infinite linear;
position: absolute;
margin-top: 3px;
margin-left: 5px;
}
@-webkit-keyframes spin {
    0%   {-webkit-transform: rotate(0deg)}
    100% {-webkit-transform: rotate(360deg)}
}
.header_right
{
	text-align: right;
}
.header_right ul
{
	margin: 0px;
	padding: 0px;
}
.social_media li
{
	display: inline-block;
	padding-right: 10px;
}
.social_media li a
{
	color: #fff;
	text-decoration: none;
	display: block;
}
.social_media li:hover i
{
	transform:rotate(360deg);
	transition:ease 1s;
}
.social_media li:nth-child(1) i
{
	background-color:#4867AA;
}
.social_media li:nth-child(2) i
{
	background-color:#1DA1F2;
}
.social_media li:nth-child(3) i
{
	background-color:#DC4A38;
}
.social_media li:nth-child(4) i
{
	background-color:#23c830;
}

.social_media li a i
{
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: block;
	font-size: 16px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
}
.social_media li a i:hover
{
	 transition: ease 1s;
	background-color: #698D23;
}
.quick_contact li
{
	list-style-type: none;
}
.quick_contact li:nth-child(2):before
{
	font-family: FontAwesome;
	content: '\f10b';
	color: #698D23;
	font-size: 20px;
	margin-right: 10px;
	margin-top:10px;
}
.quick_contact li:nth-child(1):before
{
	font-family: FontAwesome;
	content: '\f0e0';
	color: #698D23;
	font-size: 16px;
	margin-right: 10px;
	
}


.fa_custom {
color: #0099CC !important
}


.quick_contact_footer li
{
	list-style-type: none;
}
.footer_block .quick_contact_footer li:nth-child(2):before
{
	content:'\f10b' !important;
	font-family: FontAwesome;
	color: #fff;
	font-size: 16px;
	margin-right: 13px;
margin-left: 4px;
}
.footer_block .quick_contact_footer li:nth-child(1):before
{
	content:'\f0e0' !important;
	font-family: FontAwesome;
	color: #fff;
	font-size: 16px;
	margin-right: 10px;
	
}
.footer_block .quick_contact_footer li:nth-child(3):before
{
	content:'\f232' !important;
	font-family: FontAwesome;
	color: #fff;
	font-size: 16px;
	margin-right: 10px;
}
.quick_contact_footer li a,.quick_contact_footer li
{
	color:#fff;
}







.navbar 
{

}
.navbar-inverse
{
	border:none;
	margin: 0px;
	border-radius:0px;
	background-color: #698D23;
	min-height:auto;	
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
 	height:auto;
}

.navbar .navbar-collapse {
  text-align: center;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover
{

	    background: -webkit-linear-gradient(#BFDB2D,#A4C013);
    background: -o-linear-gradient(#BFDB2D,#A4C013);
    background: -moz-linear-gradient(#BFDB2D,#A4C013);
    background: linear-gradient(#BFDB2D,#A4C013);
    background: rgba(226,242,146,1);
    background: -moz-linear-gradient(top, rgba(226,242,146,1) 0%, rgba(160,188,34,1) 45%, rgba(160,188,34,1) 55%, rgba(226,242,146,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,242,146,1)), color-stop(45%, rgba(160,188,34,1)), color-stop(55%, rgba(160,188,34,1)), color-stop(100%, rgba(226,242,146,1)));
    background: -webkit-linear-gradient(top, rgba(226,242,146,1) 0%, rgba(160,188,34,1) 45%, rgba(160,188,34,1) 55%, rgba(226,242,146,1) 100%);
    background: -o-linear-gradient(top, rgba(226,242,146,1) 0%, rgba(160,188,34,1) 45%, rgba(160,188,34,1) 55%, rgba(226,242,146,1) 100%);
    background: -ms-linear-gradient(top, rgba(226,242,146,1) 0%, rgba(160,188,34,1) 45%, rgba(160,188,34,1) 55%, rgba(226,242,146,1) 100%);
    background: linear-gradient(to bottom, rgba(226,242,146,1) 0%, rgba(160,188,34,1) 45%, rgba(160,188,34,1) 55%, rgba(226,242,146,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2f292', endColorstr='#e2f292', GradientType=0 );
		border:1px solid #698D23;
}
.navbar-inverse .navbar-nav > li > a
{
	color: #fff;
	border:1px solid #698D23;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover
{
	 background: -webkit-linear-gradient(#BFDB2D,#A4C013);
    background: -o-linear-gradient(#BFDB2D,#A4C013);
    background: -moz-linear-gradient(#BFDB2D,#A4C013);
    background: linear-gradient(#BFDB2D,#A4C013);
    background: rgba(226,242,146,1);
    background: -moz-linear-gradient(top, rgba(226,242,146,1) 0%, rgba(160,188,34,1) 45%, rgba(160,188,34,1) 55%, rgba(226,242,146,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,242,146,1)), color-stop(45%, rgba(160,188,34,1)), color-stop(55%, rgba(160,188,34,1)), color-stop(100%, rgba(226,242,146,1)));
    background: -webkit-linear-gradient(top, rgba(226,242,146,1) 0%, rgba(160,188,34,1) 45%, rgba(160,188,34,1) 55%, rgba(226,242,146,1) 100%);
    background: -o-linear-gradient(top, rgba(226,242,146,1) 0%, rgba(160,188,34,1) 45%, rgba(160,188,34,1) 55%, rgba(226,242,146,1) 100%);
    background: -ms-linear-gradient(top, rgba(226,242,146,1) 0%, rgba(160,188,34,1) 45%, rgba(160,188,34,1) 55%, rgba(226,242,146,1) 100%);
    background: linear-gradient(to bottom, rgba(226,242,146,1) 0%, rgba(160,188,34,1) 45%, rgba(160,188,34,1) 55%, rgba(226,242,146,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2f292', endColorstr='#e2f292', GradientType=0 );
		border:1px solid #698D23;
}
.dropdown-menu
{
	margin:0px;
}
.dropdown-menu
{
	background-color: #698d23;
}
.dropdown-menu li a
{
	color:#fff;
	border-radius: 20px;
	margin-bottom:2px;
}
.dropdown-menu li a:hover
{
	 background: -webkit-linear-gradient(#BFDB2D,#A4C013);
    background: -o-linear-gradient(#BFDB2D,#A4C013);
    background: -moz-linear-gradient(#BFDB2D,#A4C013);
    background: linear-gradient(#BFDB2D,#A4C013);
    background: rgba(226,242,146,1);
    background: -moz-linear-gradient(top, rgba(226,242,146,1) 0%, rgba(160,188,34,1) 45%, rgba(160,188,34,1) 55%, rgba(226,242,146,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,242,146,1)), color-stop(45%, rgba(160,188,34,1)), color-stop(55%, rgba(160,188,34,1)), color-stop(100%, rgba(226,242,146,1)));
    background: -webkit-linear-gradient(top, rgba(226,242,146,1) 0%, rgba(160,188,34,1) 45%, rgba(160,188,34,1) 55%, rgba(226,242,146,1) 100%);
    background: -o-linear-gradient(top, rgba(226,242,146,1) 0%, rgba(160,188,34,1) 45%, rgba(160,188,34,1) 55%, rgba(226,242,146,1) 100%);
    background: -ms-linear-gradient(top, rgba(226,242,146,1) 0%, rgba(160,188,34,1) 45%, rgba(160,188,34,1) 55%, rgba(226,242,146,1) 100%);
    background: linear-gradient(to bottom, rgba(226,242,146,1) 0%, rgba(160,188,34,1) 45%, rgba(160,188,34,1) 55%, rgba(226,242,146,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2f292', endColorstr='#e2f292', GradientType=0 );
}

.navbar-inverse .navbar-nav > li > a
{
	color: #fff;
	font-size:18px;
	min-width:120px;
	padding-top: 8px;
padding-bottom: 8px;
border-radius: 20px;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover
{
	 background: -webkit-linear-gradient(#BFDB2D,#A4C013);
    background: -o-linear-gradient(#BFDB2D,#A4C013);
    background: -moz-linear-gradient(#BFDB2D,#A4C013);
    background: linear-gradient(#BFDB2D,#A4C013);
    background: rgba(226,242,146,1);
    background: -moz-linear-gradient(top, rgba(226,242,146,1) 0%, rgba(160,188,34,1) 45%, rgba(160,188,34,1) 55%, rgba(226,242,146,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,242,146,1)), color-stop(45%, rgba(160,188,34,1)), color-stop(55%, rgba(160,188,34,1)), color-stop(100%, rgba(226,242,146,1)));
    background: -webkit-linear-gradient(top, rgba(226,242,146,1) 0%, rgba(160,188,34,1) 45%, rgba(160,188,34,1) 55%, rgba(226,242,146,1) 100%);
    background: -o-linear-gradient(top, rgba(226,242,146,1) 0%, rgba(160,188,34,1) 45%, rgba(160,188,34,1) 55%, rgba(226,242,146,1) 100%);
    background: -ms-linear-gradient(top, rgba(226,242,146,1) 0%, rgba(160,188,34,1) 45%, rgba(160,188,34,1) 55%, rgba(226,242,146,1) 100%);
    background: linear-gradient(to bottom, rgba(226,242,146,1) 0%, rgba(160,188,34,1) 45%, rgba(160,188,34,1) 55%, rgba(226,242,146,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2f292', endColorstr='#e2f292', GradientType=0 );
}
.dropdown:hover > .dropdown-menu
{
	display:block;
	box-shadow:0px 0px 6px #A4C013;

border-radius: 5px;
padding: 5px;
}
.sub-menu > .dropdown-menu
{
left: 101%;
position: absolute;
top: -25%;
}
    #owl-demo .item img{
        display: block;
        width: 100%;
        height: auto;
    }

.owl-buttons
{
	display: none;
}
.welcome_text
{
	font-size: 3em;
	color: #698D23;
}
.welcome_para
{
	font-size: 22px;
	color:#909090;
}
.products > .col-md-4
{
	
	padding: 30px;
	//background-image: url(../img/product_leaf.svg.png);
	background-position: right 4px top -6px;
	background-size: 50px;
	background-repeat: no-repeat;
}
.products > .col-md-4 .product_block
{
	border:1px solid #698D23;
	border-radius:10px 0px;
	padding: 10px;
	box-shadow: 0px 0px 5px #A5CD39;
	text-align: center;
}

.products > .col-md-4 h4
{
	text-align: center;
	color: #698D23;
	font-size: 16px;
	font-weight: bold;
}
.products > .col-md-4 .product_block p
{
	margin:20px auto;
	text-align: justify;
}
.products > .col-md-4 .product_block a
{
	display: inline-block;
	    background: -webkit-linear-gradient(#BFDB2D,#A4C013);
    background: -o-linear-gradient(#BFDB2D,#A4C013);
    background: -moz-linear-gradient(#BFDB2D,#A4C013);
    background: linear-gradient(#BFDB2D,#A4C013);
    background: rgba(226,242,146,1);
    background: -moz-linear-gradient(top, rgba(226,242,146,1) 0%, rgba(160,188,34,1) 45%, rgba(160,188,34,1) 55%, rgba(226,242,146,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,242,146,1)), color-stop(45%, rgba(160,188,34,1)), color-stop(55%, rgba(160,188,34,1)), color-stop(100%, rgba(226,242,146,1)));
    background: -webkit-linear-gradient(top, rgba(226,242,146,1) 0%, rgba(160,188,34,1) 45%, rgba(160,188,34,1) 55%, rgba(226,242,146,1) 100%);
    background: -o-linear-gradient(top, rgba(226,242,146,1) 0%, rgba(160,188,34,1) 45%, rgba(160,188,34,1) 55%, rgba(226,242,146,1) 100%);
    background: -ms-linear-gradient(top, rgba(226,242,146,1) 0%, rgba(160,188,34,1) 45%, rgba(160,188,34,1) 55%, rgba(226,242,146,1) 100%);
    background: linear-gradient(to bottom, rgba(226,242,146,1) 0%, rgba(160,188,34,1) 45%, rgba(160,188,34,1) 55%, rgba(226,242,146,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2f292', endColorstr='#e2f292', GradientType=0 );

	color: #fff;
	margin-bottom: 10px;
}
.products > .col-md-4 .product_block a:hover
{
	background: #698D23;
	
}
.footer_block
{
	background-color: #698D23;
	padding-bottom: 15px;
	overflow: hidden;
}
.footer_block h3
{
color: #fff;
margin-bottom: 20px;
font-weight: bold;
font-size: 18px;
}
.footer_block ul
{
	margin: 0px;
	padding: 0px;
}
.footer_block ul li
{
	 list-style: none;
}
.footer_block ul li:before
{
	font-family: FontAwesome;
	content: '\f101';
	color: #fff;
	margin-right: 10px;
}
.footer_block .social_media
{
	margin:0px;
	padding:0px;
}
.footer_block .social_media li:before
{
	content:'';
	display:none;
}
.footer_block ul li:hover a
{
	
	transition: ease 1s;
}
.footer_block ul li a,.footer_block ul li a:hover
{
	 text-decoration: none;
}
.footer_block ul li a,.footer_block p
{
	color: #f2f2f2;
}
.footer
{
	 background-color: #000;
	padding: 10px 0px;
}
.footer p
{
	 color: #fff;
	padding: 0px;
	margin: 0px;
}
.footer p a
{
	color: #698D23;
	font-weight: bold;
}



/*  login Page Css  */
.sgppl_logo_login
{
text-align:center;
margin:10px auto;
}
.sgppl_logo_login img
{
	background-color: #ffffffb3;
border-radius: 10px;
padding: 10px;
width: 100%;
	}


.swachh_barat
{
	text-align:center;
	margin:5px auto 20px; 
}

.login_block
{

	background-color: #2d9800b3;
padding: 22px;
border-radius: 10px;
box-shadow: 0px 0px 10px #393939;
color:#fff;
font-family:"Lucida Console", Monaco, monospace;
	}
	.login_block a
	{
		color:#fff;
		text-decoration:underline;
		line-height:35px;
	}
	.login_block .form-control
	{
		background-color:#277C08;
		border-color:#fff;
	}
	.footer_login  .col-md-4
	{
		padding:0px;
	}
	.login_block .btn
	{
	background: #277C08;
border: 1px solid #fff;
color: #fff;
min-width: 100px;
padding: 3px;
font-size: 19px;
font-family: verdana;
	
		}
		.slogan
		{
			font-family:Lucida Handwriting;
			font-size:4.4em;
			color:#fff;
			clear:both;
			letter-spacing:2px;
			margin-top:80px;
			display:block;
		}
				.slogan span
				{
					color:green;
					text-shadow:0px 0px 6px #fff;
					font-style:bold;
				}
				
				
				
.sub_header
{
	margin:0px;
	padding:0px;
	min-height:100px;
	line-height:100px;
	  background: -webkit-linear-gradient(#BFDB2D,#A4C013);
    background: -o-linear-gradient(#BFDB2D,#A4C013);
    background: -moz-linear-gradient(#BFDB2D,#A4C013);
    background: linear-gradient(#BFDB2D,#A4C013);
    background: rgba(226,242,146,1);
    background: -moz-linear-gradient(top, rgba(226,242,146,1) 0%, rgba(160,188,34,1) 45%, rgba(160,188,34,1) 55%, rgba(226,242,146,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,242,146,1)), color-stop(45%, rgba(160,188,34,1)), color-stop(55%, rgba(160,188,34,1)), color-stop(100%, rgba(226,242,146,1)));
    background: -webkit-linear-gradient(top, rgba(226,242,146,1) 0%, rgba(160,188,34,1) 45%, rgba(160,188,34,1) 55%, rgba(226,242,146,1) 100%);
    background: -o-linear-gradient(top, rgba(226,242,146,1) 0%, rgba(160,188,34,1) 45%, rgba(160,188,34,1) 55%, rgba(226,242,146,1) 100%);
    background: -ms-linear-gradient(top, rgba(226,242,146,1) 0%, rgba(160,188,34,1) 45%, rgba(160,188,34,1) 55%, rgba(226,242,146,1) 100%);
    background: linear-gradient(to bottom, rgba(226,242,146,1) 0%, rgba(160,188,34,1) 45%, rgba(160,188,34,1) 55%, rgba(226,242,146,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2f292', endColorstr='#e2f292', GradientType=0 );

	color: #fff !important;
}
.sub_header .pull-right ul
{
	margin:-10px;
}
.sub_header .pull-right ul li
{
	display:inline-block;
	list-style-type:none;
}
.sub_header .pull-right ul li a
{
	color:#fff;
}

.services_info 
{
	margin:30px auto;
}
.services_text
{
	padding:80px;
}
.container .facility
{
	padding:0px;
	margin:0px;
}
.container .facility .services_text
{
	margin:0px;
	padding:40px 0px;
}
.container .facility .services_text ul 
{
	margin-left:10px;
	padding:0px;
	 line-height:20px;
	}
	.container .facility .services_text ul  li,	.container .facility .services_text p
	{
		line-height:25px;
	}
.container .facility img
{
	margin:10px;
}
.services_info 	 h4
{
	font-size:18px;
	font-weight:bold;
	color: #698D23;
	}
	.services_info 	 p
	{
		text-align:justify;
	}
		.services_info img
		{
			width:100%;
		}
		
.gallery
{
	margin:20px auto;
}
.gallery p
{
	text-align:center;
	padding:20px 0px;
}
.gallery .col-md-6 img
{
	width:100%;
	margin:10px 0px;
}
.submit_btn
{
	 background: -webkit-linear-gradient(#BFDB2D,#A4C013);
    background: -o-linear-gradient(#BFDB2D,#A4C013);
    background: -moz-linear-gradient(#BFDB2D,#A4C013);
    background: linear-gradient(#BFDB2D,#A4C013);
    background: rgba(226,242,146,1);
    background: -moz-linear-gradient(top, rgba(226,242,146,1) 0%, rgba(160,188,34,1) 45%, rgba(160,188,34,1) 55%, rgba(226,242,146,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,242,146,1)), color-stop(45%, rgba(160,188,34,1)), color-stop(55%, rgba(160,188,34,1)), color-stop(100%, rgba(226,242,146,1)));
    background: -webkit-linear-gradient(top, rgba(226,242,146,1) 0%, rgba(160,188,34,1) 45%, rgba(160,188,34,1) 55%, rgba(226,242,146,1) 100%);
    background: -o-linear-gradient(top, rgba(226,242,146,1) 0%, rgba(160,188,34,1) 45%, rgba(160,188,34,1) 55%, rgba(226,242,146,1) 100%);
    background: -ms-linear-gradient(top, rgba(226,242,146,1) 0%, rgba(160,188,34,1) 45%, rgba(160,188,34,1) 55%, rgba(226,242,146,1) 100%);
    background: linear-gradient(to bottom, rgba(226,242,146,1) 0%, rgba(160,188,34,1) 45%, rgba(160,188,34,1) 55%, rgba(226,242,146,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2f292', endColorstr='#e2f292', GradientType=0 );
}
.cler_btn
{
	background-color:#ccc;
	border-color:#333;
	
}
.cler_btn:hover
{
	background-color:#fff;
	color:#000;
	transition:ease 1s;
	border-color:#333;
}
.green
{
	background: -webkit-linear-gradient(#BFDB2D,#A4C013);
    background: -o-linear-gradient(#BFDB2D,#A4C013);
    background: -moz-linear-gradient(#BFDB2D,#A4C013);
    background: linear-gradient(#BFDB2D,#A4C013);
    background: rgba(226,242,146,1);
    background: -moz-linear-gradient(top, rgba(226,242,146,1) 0%, rgba(160,188,34,1) 45%, rgba(160,188,34,1) 55%, rgba(226,242,146,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,242,146,1)), color-stop(45%, rgba(160,188,34,1)), color-stop(55%, rgba(160,188,34,1)), color-stop(100%, rgba(226,242,146,1)));
    background: -webkit-linear-gradient(top, rgba(226,242,146,1) 0%, rgba(160,188,34,1) 45%, rgba(160,188,34,1) 55%, rgba(226,242,146,1) 100%);
    background: -o-linear-gradient(top, rgba(226,242,146,1) 0%, rgba(160,188,34,1) 45%, rgba(160,188,34,1) 55%, rgba(226,242,146,1) 100%);
    background: -ms-linear-gradient(top, rgba(226,242,146,1) 0%, rgba(160,188,34,1) 45%, rgba(160,188,34,1) 55%, rgba(226,242,146,1) 100%);
    background: linear-gradient(to bottom, rgba(226,242,146,1) 0%, rgba(160,188,34,1) 45%, rgba(160,188,34,1) 55%, rgba(226,242,146,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2f292', endColorstr='#e2f292', GradientType=0 );
	color: #fff;
	padding:20px;
	box-shadow:0px 0px 10px #698D23;
	border-radius:5px;
	min-height:680px;
}
.green h2
{
	font-size:30px;
	margin-top:170px;
	margin-bottom:100px;
}

.green p
{
	font-size:18px;
	margin:10px 0px;
	padding-bottom:10px;
	border-bottom:1px solid #698D23;
}
.what_up_block
{
	border-right:1px solid #ccc; 
	color:#698D23;
	min-height:400px;
	margin:0px;
	padding-top:80px;
}
.what_up_block p
{
	line-height:2em;
	font-size:2em;
}

/* Product Page */
.product
{
	margin:20px 0px;
	padding:0px;
	
	position:relative;
	overflow:hidden;
	height:100%;
	position:relative;
}
.product .col-md-3
{
	padding:0px 10px !important;
	
}
.product .nav-tabs {
 
  	border: 0;
    background: -webkit-linear-gradient(#BFDB2D,#A4C013);
    background: -o-linear-gradient(#BFDB2D,#A4C013);
    background: -moz-linear-gradient(#BFDB2D,#A4C013);
    background: linear-gradient(#BFDB2D,#A4C013);
    background: rgba(226,242,146,1);
    background: -moz-linear-gradient(top, rgba(226,242,146,1) 0%, rgba(160,188,34,1) 45%, rgba(160,188,34,1) 55%, rgba(226,242,146,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,242,146,1)), color-stop(45%, rgba(160,188,34,1)), color-stop(55%, rgba(160,188,34,1)), color-stop(100%, rgba(226,242,146,1)));
    background: -webkit-linear-gradient(top, rgba(226,242,146,1) 0%, rgba(160,188,34,1) 45%, rgba(160,188,34,1) 55%, rgba(226,242,146,1) 100%);
    background: -o-linear-gradient(top, rgba(226,242,146,1) 0%, rgba(160,188,34,1) 45%, rgba(160,188,34,1) 55%, rgba(226,242,146,1) 100%);
    background: -ms-linear-gradient(top, rgba(226,242,146,1) 0%, rgba(160,188,34,1) 45%, rgba(160,188,34,1) 55%, rgba(226,242,146,1) 100%);
    background: linear-gradient(to bottom, rgba(226,242,146,1) 0%, rgba(160,188,34,1) 45%, rgba(160,188,34,1) 55%, rgba(226,242,146,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2f292', endColorstr='#e2f292', GradientType=0 );
	padding:0px;
	border:0px;
	border: 1px solid #698D23;
border-radius: 5px;
box-shadow: 0px 0px 5px #698D23;
	height:100%;
	border-radius:5px !important;
}
.product .nav-tabs li {
  float: none;
  margin: 0;
    border: 0;
	border-radius:0px;
}
.product .nav-tabs > li > a
{
	border:0px;
	border-radius:0px;
	color:#fff;
	margin:0px;
}
.product .nav-tabs > li.active > a,.product .nav-tabs > li:hover > a,.product .nav > li > a:focus
{
	border:none;
	background-color:#698D23;
	 color:#fff;
	 border-radius:0px;
}
.product .tab-content
{
	text-align: left;
	margin: 0px;
	padding: 15px;
	border: 1px solid #698D23;
	border-radius:5px;
	box-shadow:0px 0px 5px #698D23;
	 min-height:280px;
}
.product .tab-content .tab-pane h3
{
	margin:0px 0px 10px 0px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	color:#698D23;
}
.product .tab-content .tab-pane ul
{
	margin:0px;;
	padding:0px;
}
.product .tab-content .tab-pane p
{
	color: #90ad09;
font-weight: bold;
}
.product .tab-content .tab-pane h2
{
		color: #000;
font-weight: bold;
font-size:16px;
margin-bottom:10px;
margin-left:12px;
padding:0px;
}
.product .tab-content .tab-pane ul li
{
	list-style-type:none;
	padding:0px;
	margin-bottom:5px;
}
.product .tab-content .tab-pane ul li:before
{
	font-family: FontAwesome;
content: '\f101';
color: #90ad09;
margin-right: 10px;
}


.process_block .col-md-3
{
	text-align:center;
	margin:10px auto;
}
.process_block .col-md-3 .block
{
	background-color:#0069b6;
	overflow:hidden;
	height:260px;
}
.process_block .col-md-3 .block p
{
	color:#fff;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin:100px 10px;
	transition:ease 1s;
}
.process_block .col-md-3 img
{
	
	padding:15px;
		transition:ease 1s;
	
}
.process_block .col-md-3 .block:hover
{
	background-color:#698D23;
}
.process_block .col-md-3 .block:hover img
{
		transform:translateY(-260px);
	cursor:pointer;
}
.process_block .col-md-3 .block:hover p
{
		transform:translateY(-260px);
			cursor:pointer;

}
.process_block .col-md-3 .block span
{
	position:absolute;
	padding:3px 6px;
	color:#fff;
	background-color:
	padding: 3px 6px;
color: #fff;
left:14px;
}

.codeblock {
    height:auto;
    margin-bottom: 16px;
    font-family: verdana;
    //padding-left: 0px;
	//border: 1px solid #d5ddc6;
    -moz-box-shadow: 6px 3px 8px #d4d4d4;
    -webkit-box-shadow: 6px 3px 8px #d4d4d4;
    box-shadow: 6px 3px 8px #d4d4d4;
	min-width: auto;
	min-height: 488px;
	margin-top: 17px;
}


.codeblockModi{
    height:auto;
    //margin-bottom: 16px;
    font-family: verdana;
    -moz-box-shadow: 6px 3px 8px #d4d4d4;
    -webkit-box-shadow: 6px 3px 8px #d4d4d4;
    box-shadow: 6px 3px 8px #d4d4d4;
	margin-top: 17px;
	padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
	
	
}
.modi_img 
{
	float:left;
	width:250px;
	margin-right:10px;
	margin-bottom:10px;
}
@media screen and (max-width:768px)
{
	.modi_img
	{
		width:100%;
	}
}
@media screen and (max-width:960px)
{
	.header
	{
		text-align:center;
	}
	.header_right
	{
		text-align:center;
	}
	.navbar-inverse .navbar-nav > li > a
	{
		min-width:auto;
		font-size:16px;
	}
}
