/*Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
h4, h5, h6, h1, h2, h3
{
    margin-top: 0;
}
ul, ol
{
    margin-left: -45px;
    list-style-type: none;
}
.ContentBlockYearWise ul li:before
{
    content: "\2023 ";
    font-size:20pt;
    margin:0px 15px 0px 0px;
}
.ContentBlockYearWise ul li 
{
line-height: 18px;
    font-size: 10.5pt;
    font-weight: bold;
}

p
{
    margin: 0;
}
html, body
{
    font-family: 'Istok Web' , sans-serif;
    background: #f9f9f9;
}
body a
{
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.header-top
{
    /*	padding: 1.2em 0em; 	background: #fff;*/
    margin: 0px 0px 0px 0px;
    background: #fff;
}
span
{
    font-weight: 700;
}
.header-top ul
{
    padding: 0;
    margin: 0;
}
.phone
{
    float: left;
    margin-top: 30px;
}
.logo
{
    float: left;
    text-align: center;
    margin-left: 19em;
}
.location
{
    float: right;
    margin-top: 30px;
}
.header-top h3
{
    font-size: 1.2em;
    font-weight: 400;
    color: #555;
    margin: 0;
}
/* Abhishek*/
/*.head-nav {
	float: left;
	padding: 2em 0em;
}*/
.head-nav
{
    width: 100%;
    text-align: center;
    padding: 5px 0px 5px 0px;
    background-color: lightgoldenrodyellow;
    border: 1px Solid #AEACAF;
}
.bottom-head-nav
{
    width: 75%;
    text-align: center;
    padding: 5px 0px 5px 0px;
    background-color: White;
    border: 0px Solid #AEACAF;
    float: left;
}

.head-nav ul
{
    margin: 0;
    padding: 0;
}
.head-nav ul li
{
    display: inline-block;
}
.head-nav ul li a
{
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    display: block;
    padding: 0.5em 1em;
    margin: 0 13px;
    text-transform: uppercase;
    border: 2px solid rgba(255, 255, 255, 0);
}
/*.head-nav ul li a:hover, .head-nav ul li.active a
{
    border: 2px solid #000;
    color: #000;
}*/
.banner
{
    background: url(../Banners/bandf.jpg) no-repeat center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    /*min-height: 520px;*/
    min-height: 470px;
    text-align: left;
    background-color:#E2E2E2;
}


/* Abhishek
.banner-info {
	padding: 10em 0 0;
	width: 56%;
	margin: 0 auto;
}*/
.banner-info
{
    /*padding: 0px 0 0;*/
    width: 75%;
    margin: auto;
    margin-top: 60px;
    height: 500px;
    border: 1px Solid White;
    z-index: 100000;
}
.banner-info img
{
    height: 100%;
    width: 100%;
}

/* Newly Created Abhishek
.banner-info .Inside-Banner1
{
	background:url(../images/New1.jpg) no-repeat center fixed;
	background-size: cover;
	-webkit-background-size:cover; 
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
.banner-info .Inside-Banner2
{
	background:url(../images/banner.jpg) no-repeat center fixed;
	background-size: cover;
	-webkit-background-size:cover; 
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
.banner-info .Inside-Banner3
{
	background:url(../images/banner.jpg) no-repeat center fixed;
	background-size: cover;
	-webkit-background-size:cover; 
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
*/
.banner-info h1
{
    color: #000;
    font-size: 2.5em;
    font-weight: 400;
    margin: 1em 0em;
    font-family: 'Lobster' , cursive;
}
.banner-info p
{
    font-size: 1.2em;
    color: #000;
    font-weight: 400;
    line-height: 1.8em;
}
.phase
{
    padding: 6em 0em 3em;
}
.phase-left h2
{
    color: #000;
    font-size: 2.5em;
    font-weight: 400;
    margin: 0em;
}
.phase-left p
{
    font-size: 1.4em;
    color: #7f7f7f;
    font-weight: 400;
    line-height: 1.8em;
}
.btn
{
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    padding: 0.4em 1.5em;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0px !important;
    text-decoration: none;
    font-size: 1.5em;
    border: 2px solid #8C2322;
    font-weight: 400;
    color: #b6bf00;
}
.btn:after
{
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
/* Button 1c */
.btn-1c:after
{
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #b6bf00;
}
.btn-1c:hover, .btn-1c:active
{
    color: #fff;
}
.btn-1c:hover:after, .btn-1c:active:after
{
    width: 100%;
}
/*----*/
.btn1
{
    background: #8C2322;
    color: #fff;
    z-index: 1;
    padding: 0.7em 3em;
    font-size: 1.2em;
}
.btn-1d:after
{
    border: 1px solid #8C2322;
    background: #fff;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
}
.btn-1d:hover, .btn-1d:active
{
    color: #8C2322;
}
.products
{
    padding: 25px 0 5em;
    margin: 0px 35px 0px 35px;
}
.products span
{
    color: #212121;
    font-size: 1.2em;
    font-weight: 400;
    padding-right: 30px;
}
.products h3
{
    color: #353535;
    font-size: 1.8em;
    font-weight: 400;
    margin: 0em;
    text-align: center;
}
.products-top
{
    padding: 25px 0;
}
.prod
{
    margin:10px 0px 10px 0px;
    padding: 0;
}
.prod-1
{
    padding: 15px 15px;
    background: #fff;
    margin:10px 0px 10px 0px;
}

.prod-2
{
    padding: 15px 15px;
    background: #fff;
    margin:10px 0px 10px 0px;
    width:75%;
}
.products h4
{
    color: #000;
    font-size: 1.5em;
    font-weight: 700;
    margin: 0em 0 0.5em;
    text-align: left;
}
.products p
{
    font-size: 1.1em;
    color: #000;
    font-weight: 400;
    line-height: 1.8em;
    text-align: left;
    margin: 0 0 0px;
}
.products p a
{
    color:#E87367
}

a.read
{
    background: #b6bf00;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding: 0.3em 1.8em;
}
a.read:hover
{
    background: #5c5c5c;
}
.phase-bottom
{
    /*background: url(../images/midbanner.jpg) no-repeat;*/
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    /*min-height: 300px;*/
    text-align: left;
    padding:35px 0px 20px;
}
.phase-bottom-left h2
{
    color: #fff;
    font-size: 2.5em;
    font-weight: 400;
    margin: 0em;
}
.phase-bottom-left p
{
    font-size: 1.3em;
    color: #fff;
    font-weight: 400;
    line-height: 1.8em;
}
.news span
{
    color: #b6bf00;
    font-size: 1.8em;
    font-weight: 400;
    padding-right: 30px;
}
.news h3
{
    color: #353535;
    font-size: 1.8em;
    font-weight: 400;
    margin: 0em;
}
.news
{
    padding: 4em 0em;
}
.news-top
{
    margin: 5em 0 0;
}
.news-1 h5
{
    color: #b6bf00;
    font-size: 1.4em;
    font-weight: 700;
    margin: 0em;
}
.news-1 h6
{
    color: #5a5a5a;
    font-size: 1.4em;
    font-weight: 700;
    margin: 1em 0;
}
.news-1 p
{
    font-size: 1.2em;
    color: #9e9d9d;
    font-weight: 400;
    line-height: 1.8em;
    margin: 0 0 1em 0;
}
.footer
{
    background: #353535;
    padding: 3em 0;
}
.footer h4
{
    color: #fff;
    font-size: 2em;
    font-weight: 400;
    margin: 0em;
    border-bottom: 1px solid #fff;
    padding: 0 0 30px;
}
.social
{
    background: #5c5c5c;
    padding: 0; /* width: 20%;*/
    margin: 0;
    width: 25%;
    float: right;
    text-align: center;
    height: 57px;
}
.social ul
{
    padding: 0;    margin: 0; 
}
.social ul li
{
    display: inline-block;
    padding: 0px;
    margin: 5px 5px 0px 5px;
}



i.facebok
{
    width: 42px;
    height: 42px;
    background: url(../images/img-sprite.png)no-repeat -7px -8px;
    float: left;
    vertical-align: middle;
}
i.facebok:hover
{
    background: url(../images/img-sprite.png)no-repeat -7px -64px;
}
i.twiter
{
    width: 42px;
    height: 42px;
    background: url(../images/img-sprite.png)no-repeat -56px -8px;
    float: left;
    vertical-align: middle;
}
i.twiter:hover
{
    background: url(../images/img-sprite.png)no-repeat -56px -64px;
}
i.drible
{
    width: 42px;
    height: 42px;
    background: url(../images/img-sprite.png)no-repeat -104px -8px;
    float: left;
    vertical-align: middle;
}
i.drible:hover
{
    background: url(../images/img-sprite.png)no-repeat -104px -64px;
}
i.in
{
    width: 42px;
    height: 42px;
    background: url(../images/img-sprite.png)no-repeat -155px -8px;
    float: left;
    vertical-align: middle;
}
i.in:hover
{
    background: url(../images/img-sprite.png)no-repeat -155px -64px;
}
.ic-da
{
    margin: 2em 0 1em;
}
.icon
{
    float: left;
    width: 7%;
}
.data
{
    float: right;
    width: 90%;
}
.footer p
{
    font-size: 1.2em;
    font-weight: 400;
    color: #fff;
    text-align: left;
    line-height: 1.8em;
}
.footer h6
{
    font-size: 1.2em;
    color: #fff;
}
.footer h6 a
{
    color: #fff;
}
.footer h6 a:hover
{
    color: #b6bf00;
}
.footer h5
{
    font-size: 1.2em;
    font-weight: 400;
    color: #fff;
    text-align: left;
    line-height: 1.8em;
    margin: 2em 0 0;
}
i.mob
{
    width: 20px;
    height: 32px;
    background: url(../images/mb.png)no-repeat 0px 1px;
    float: left;
    vertical-align: middle;
    display: block;
}
.say div input[type="text"]
{
    width: 100%;
    padding: 0.6em 1em;
    border: none;
    -webkit-appearance: none;
    outline: none;
    color: #969696;
    background: #5c5c5c;
    transition: border-color 0.4s;
    -webkit-transition: border-color 0.4s;
    -moz-transition: border-color 0.4s;
    -o-transition: border-color 0.4s;
    -ms-transition: border-color 0.4s;
    margin: 7px 0;
    font-size: 1.2em;
}
.say textarea
{
    width: 100%;
    padding: 0.6em 1em;
    border: none;
    -webkit-appearance: none;
    outline: none;
    color: #969696;
    background: #5c5c5c;
    min-height: 120px;
    resize: none;
    transition: border-color 0.4s;
    -webkit-transition: border-color 0.4s;
    -moz-transition: border-color 0.4s;
    -o-transition: border-color 0.4s;
    -ms-transition: border-color 0.4s;
    margin: 7px 0;
    font-size: 1.2em;
}
.say input[type="submit"]
{
    background: #b6bf00;
    color: #FFF;
    font-weight: 400;
    text-transform: uppercase;
    border: none;
    outline: none;
    margin-top: 0em;
    padding: 0.5em 2em;
    font-size: 1.2em;
    display: inline-block;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    float: right;
}
.say input[type="submit"]:hover
{
    background: #5c5c5c;
}
.bottom p
{
    color: #fff;
    font-size: 1.2em;
    margin: 0;
    font-weight: 400;
}
.bottom a
{
    color: #b6bf00;
}
.bottom a:hover
{
    color: #fff;
}
.banner1
{
    /*background: url(../images/banner.jpg) no-repeat center fixed;*/ /*background-size: cover;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
   /* min-height:60px;**/
    text-align: left;
}
/*-- aboutus --*/
.about
{
    padding: 1.5em 0;
    padding-top: 0px;
}
.about-left h1
{
    font-weight: 700;
    text-transform: uppercase;
    color: #212121;
    margin: 0;
    padding: 0 0 0.5em 0;
    font-size: 1.5em;
    margin: 1em 0;
}
.about-left p
{
    /*color: #777;*/
    color: #100000;
    line-height: 1.8em;
    font-size: 1.1em;
}
.about-grids
{
    padding-top: 0px;
    margin-top:15px;
}
.about-left ul
{
    margin: 0 0 0.8em 3em;
    padding: 0;
}
.about-left ul li
{
    font-size: 1.1em; /*color: #777;*/
    color: #100000;
    text-decoration: none;
    padding: 0.3em 0;
    display: block;
}
.about-left ul li a
{
    font-size: 1.1em; /*color: #777;*/
    color: #100000;
    text-decoration: none;
    padding: 0.3em 0;
    display: block;
}
.about-left ul li a:hover
{
    color: #100000;
}
.about-left ul li a span
{
    width: 8px;
    height: 8px;
    display: inline-block;
    background: url(../images/arrow.png) no-repeat 0px 0px;
    margin-right: 0.5em;
}
.about-left h2
{
    font-weight: 700;
    text-transform: uppercase;
    color: #b6bf00;
    margin: 0;
    padding: 0 0 0.5em 0;
    font-size: 1.3em;
}
.news-grid
{
    margin-top: 0.7em;
    font-size:10pt;
    font-weight:bold;
    text-align:justify;
}

.marquee {
    top: 6em;
    position: relative;
    box-sizing: border-box;
    animation: marquee 15s linear infinite;
}
.marquee p{
    text-align:justify;
}
.AboutUsMarqueeContainer{position: absolute; overflow:hidden; border:0px Solid Black; height:270px;}

.marquee:hover {
    animation-play-state: paused;
}

/* Make it move! */
@keyframes marquee {
      0%   { top: 230px }
    100% { top: -420px }
}

 


.news-grid img
{
    width: 120%;
}
.recent-posts
{
    margin-top: 2em;
}
.r-post-grid-left
{
    float: left;
    width: 29%;
}
.r-post-grid-left a img
{
    width: 100%;
    border: 1px solid #EEE;
    padding: 0.2em;
}
.r-post-grid-right
{
    float: right;
    width: 68%;
}
.r-post-grid-right h4
{
    margin: 0;
    padding: 0 0 0.4em 0;
    color: #2C3E50;
    text-transform: uppercase;
    font-size: 0.9em;
}
.r-post-grid-right p
{
    color: #777;
    font-size: 0.875em;
    line-height: 1.5em;
    margin: 0;
}
.r-post-grid
{
    border-bottom: 1px dotted #EEE;
    padding: 0.8em 0 0.8em 0;
}
/*--  services --*/
.services
{
    /*padding: 5em 0;*/
}
.services-left
{
    padding-left: 0;
}
.services-left h1
{
    font-weight: 700;
    text-transform: uppercase;
    color: #212121;
    margin: 0;
    padding: 0 0 0.5em 0;
    font-size: 1.5em;
}
.services-left-grid
{
    padding: 1em 0;
}
.services-left-grid h3
{
    font-weight: 700;
    text-transform: uppercase;
    color: #b6bf00;
    margin: 0;
    padding: 1em 0 0.5em 0;
    font-size: 15px;
}
.services-left-grid p
{
    color: #777;
    line-height: 1.8em;
    margin: 0.5em 0 0.8em 0;
    font-size: 1.1em;
}
a.more-btn
{
    background: #b6bf00;
    padding: 0.7em 2em;
    font-size: 0.875em;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 700;
    display: inline-block;
    margin-top: 1em;
    text-decoration: none;
}
a.more-btn:hover
{
    background: #2C3E50;
}
ul.pagenation
{
    margin: 1em 0 0 0;
    padding: 0;
}
ul.pagenation li
{
    display: inline-block;
}
ul.pagenation li a
{
    background: #b6bf00;
    padding: 0.7em 1em;
    font-size: 0.875em;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
}
ul.pagenation li a:hover
{
    background: #2C3E50;
}
.services-right ul li a
{
    display: block;
}
.services-right ul
{
    margin: 0;
    padding: 0;
}
.services-right ul li
{
    display: block;
}
.services-right ul li a
{
    color: #777;
    padding: 0.5em 0;
    border-bottom: 1px dashed #EEE;
    text-decoration: none;
    font-size: 1.1em;
}
.services-right ul li a:hover
{
    color: #b6bf00;
}
.services-right ul li a span
{
    width: 8px;
    height: 8px;
    display: inline-block;
    background: url(../images/arrow.png) no-repeat 0px 0px;
    margin-right: 0.4em;
}
.services-right h3
{
    font-weight: 700;
    text-transform: uppercase;
    color: #b6bf00;
    margin: 0;
    padding: 0 0 0.9em 0;
    font-size: 1.3em;
}
a.go
{
    color: #FFF;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 56px;
    border: none;
    background: #888;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.34);
    margin-top: 15px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-decoration: none;
}
a.go:hover
{
    background: #b6bf00;
}
/*-- blog --*/
.blog a
{
    text-decoration: none;
}
.blog-head-left
{
    float: left;
}
.blog-head-left h3
{
    color: #FFF;
    font-size: 2em;
}
.blog-head-right
{
    float: right;
    margin-top: 0.7em;
}
.blog-head-right ul li
{
    display: inline-block;
}
.blog-head-right ul li a
{
    color: #69BAE9;
}
.blog-head-right ul li a span
{
    height: 13px;
    width: 10px;
    background: url(../images/nav-arrow.png) no-repeat 0px 0px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.5em;
}
/*----*/
.blog-content-left
{
    float: left;
    width: 73%;
}
.blog-content-right
{
    float: right;
    width: 23.5%;
}
.blog-artical-info-head h2 a
{
    color: #2C3E50;
    font-size: 0.875em;
    margin: 0.5em 0;
    display: block;
    text-decoration: none;
}
.b-tag-weight ul
{
    margin: 0;
    padding: 0;
}
.blog-artical-basicinfo
{
    float: left;
    width: 12%;
}
.blog-artical-basicinfo ul
{
    margin: 0;
    padding: 0;
}
.blog-artical-basicinfo li
{
    width: 80px;
    height: 80px;
    border-radius: 30em;
    -webkit-border-radius: 30em;
    -moz-border-radius: 30em;
    -o-border-radius: 30em;
    border: 1px solid #b6bf00;
    text-align: center;
    margin: 0.8em auto;
    list-style: none;
}
.blog-artical-info
{
    float: right;
    width: 85%;
}
.post-date span
{
    display: block;
    color: #b6bf00;
    font-size: 1.5em;
}
.post-date label
{
    font-size: 12px;
    color: #b6bf00;
    margin-top: -0.2em;
    display: block;
}
.post-date p
{
    padding: 0.7em 0 0 0;
}
.categoery span
{
    width: 28px;
    height: 28px;
    background: url(../images/photo.png) no-repeat 0px 0px;
    display: inline-block;
    margin-top: 1.7em;
}
.artlick span
{
    width: 28px;
    height: 28px;
    display: inline-block;
    background: url(../images/like.png) no-repeat 0px 0px;
    margin-top: 1em;
}
.artlick i
{
    display: block;
    color: #b6bf00;
    margin-top: -0.3em;
    font-style: normal;
}
.art-comment span
{
    width: 28px;
    height: 28px;
    display: inline-block;
    background: url(../images/bub-icon.png) no-repeat 0px 0px;
    margin-top: 0.9em;
}
.art-comment i
{
    display: block;
    color: #b6bf00;
    margin-top: -0.3em;
    font-style: normal;
}
.blog-content
{
    margin: 3em 0 6em;
}
.blog-artical-info-head ul
{
    padding: 0.6em;
    border: 1px solid #EEE;
    border-right: 0;
    border-left: 0;
}
.blog-artical-info-head ul li
{
    display: inline-block;
}
.blog-artical-info-head ul li span
{
    height: 20px;
    width: 20px;
    display: inline-block;
    background: url(../images/tag.png) no-repeat 0px 0px;
    vertical-align: middle;
    margin-right: 0.5em;
}
.blog-artical-info-head ul li a, .blog-artical-info-head ul li
{
    color: #777;
    font-size: 1em;
    display: inline-block;
    padding: 0 0.2em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.blog-artical-info-head ul li a:hover
{
    color: #19b5fe;
}
.blog-artical-info-text p
{
    color: #777;
    font-size: 1.1em;
    line-height: 1.6em;
    margin: 1em 0;
    font-weight: 100;
}
.blog-artical-info-text p a
{
    color: #b6bf00;
    margin-left: 0.4em;
    font-size: 0.875em;
    vertical-align: middle;
}
.blog-artical
{
    margin-bottom: 2em;
}
.blog-artical-info-img img
{
    border-bottom: 2px solid #b6bf00;
    width: 100%;
}
.blog-pagenat ul li
{
    display: inline-block;
}
.blog-pagenat ul li a
{
    display: block;
    background: #b6bf00;
    padding: 0.7em 1em;
    font-size: 0.875em;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 700;
    display: inline-block;
    margin-top: 1em;
    text-decoration: none;
}
.blog-pagenat ul li a:hover
{
    background: #2C3E50;
}
.blog-pagenat ul li a.frist span
{
    width: 13px;
    height: 17px;
    display: inline-block;
    background: url(../images/page-icons.png) no-repeat 0px 0px;
    vertical-align: middle;
}
.blog-pagenat ul li a.last span
{
    width: 13px;
    height: 17px;
    display: inline-block;
    background: url(../images/page-icons.png) no-repeat -10px 0px;
    vertical-align: middle;
}
.blog-pagenat
{
    text-align: center;
}
/*----*/
.comments-area h3
{
    font-size: 2em;
    color: #b6bf00;
    font-weight: 400;
}
.b-search
{
    position: relative;
    border: 1px solid #b6bf00;
    padding: 0.5em 0;
}
.b-search input[type="text"]
{
    width: 80%;
    outline: none;
    padding: 0em 0.6em;
    font-size: 1em;
    color: #999;
    position: relative;
    border: none;
    background: #f9f9f9;
}
.b-search input[type="submit"]
{
    background: url(../images/search-icon.png) no-repeat 0px 2px;
    border: none;
    height: 26px;
    width: 26px;
    display: inline-block;
    position: absolute;
    outline: none;
    cursor: pointer;
    top: 6px;
    right: 2px;
}
.twitter-weight-grid h4 span
{
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(../images/social-icons.png) no-repeat -3px -3px;
    vertical-align: middle;
    margin-right: 0.5em;
}
.twitter-weight-grid h4
{
    color: #2C3E50;
    font-size: 1.3em;
    margin: 0;
}
.twitter-weight-grid p
{
    color: #999;
    margin: 0.5em 0;
    line-height: 1.5em;
    font-size: 1.1em;
}
.twitter-weight-grid
{
    padding: 1em 0;
    border-bottom: 1px solid #EEE;
}
.twitter-weight-grid p a
{
    color: #b6bf00;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.twitter-weight-grid p a:hover
{
    color: #000;
}
.twitter-weight-grid i a
{
    color: #2C3E50;
    font-size: 1em;
    font-style: normal;
}
.twitter-weights h3
{
    font-size: 1.4em;
    color: #2C3E50;
    margin: 0;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.twitter-weights
{
    margin-top: 2em;
}
.twittbtn
{
    color: #b6bf00;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    border-bottom: 1px solid #EEE;
    padding: 0.5em 0;
    display: block;
}
.twittbtn:hover
{
    color: #000;
}
.b-tag-weight
{
    margin-top: 2em;
}
.b-tag-weight h3
{
    font-size: 1.4em;
    color: #2C3E50;
    margin: 0.5em 0;
    text-transform: uppercase;
    font-weight: 700;
}
.b-tag-weight ul li
{
    display: inline-block;
}
.b-tag-weight ul li a
{
    background: #b6bf00;
    padding: 0.7em 1em;
    font-size: 0.875em;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    display: inline-block;
    margin-top: 1em;
    text-decoration: none;
}
.b-tag-weight ul li a:hover
{
    background: #2C3E50;
}
/*----//End-blog----*/
.comments-area input[type="text"], .comments-area textarea
{
    padding: 10px 10px;
    width: 50%;
    color: #999;
    font-size: 14px;
    background: none;
    outline: none;
    display: block;
    border: 1px solid rgba(120, 124, 127, 0.4);
    font-family: 'Open Sans' , sans-serif;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-transition: border-color 0.5s ease-in-out;
    -moz-transition: border-color 0.5s ease-in-out;
    -o-transition: border-color 0.5s ease-in-out;
    transition: border-color 0.5s ease-in-out;
    margin-bottom: 4px;
}
.comments-area textarea
{
    width: 80%;
    height: 150px;
    resize: none;
}
.comments-area input[type="submit"]
{
    padding: 12px 15px;
    color: #FFF;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.34);
    background: #b6bf00;
    font-size: 16px;
    border: none;
    outline: none;
    cursor: pointer;
    font-weight: 600;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    margin-top: 0px;
}
.comments-area input[type="submit"]:hover
{
    background: #2C3E50;
}
ul.comment-list
{
    border: 1px solid rgba(120, 124, 127, 0.4);
    padding: 20px;
    margin-top: 3em;
    list-style-type: none;
}
h5.post-author_head
{
    font-size: 16px;
    color: #999;
    font-weight: 600;
    padding: 10px 0;
}
ul.comment-list img
{
    float: left;
    margin-right: 20px;
}
ul.comment-list .desc
{
    float: left;
    padding-top: 25px;
}
.blog_grid p
{
    font-size: 14px;
    line-height: 1.6em;
    color: #999;
    padding-top: 20px;
}
.comments-area
{
    margin-top: 3em;
}
.comments-area p
{
    position: relative;
    padding: 8px 0;
    margin: 0;
}
.blog
{
    padding: 5em 0;
}
/************* Contact ********/
.contact_desc
{
    padding: 50px 0;
    background: #FFF;
}
.contact_desc h2
{
    color: #373737;
    margin: 5px 0 15px 0;
    font-size: 1.5em;
    text-transform: uppercase;
}
.left_form
{
    float: left;
    width: 48%;
}
.right_form
{
    float: left;
    width: 48%;
    margin-left: 3.8%;
}
.contact-form div
{
    padding: 5px 0;
}
.contact-form span
{
    display: block;
    font-size: 0.85em;
    color: #212121;
    padding-bottom: 5px;
}
.contact-form input[type="text"], .contact-form textarea
{
    padding: 10px;
    display: block;
    width: 95%;
    background: none;
    border: 1px solid #212121;
    outline: none;
    color: #6F6F6F;
    font-size: 14px;
    font-family: 'Open Sans' , sans-serif;
    -webkit-appearance: none;
}
.contact-form textarea
{
    resize: none;
    height: 105px;
}
.contact-form input[type="text"]:hover, .contact-form input[type="text"]:focus, .contact-form textarea:hover, .contact-form textarea:focus
{
    border-color: #212121;
}
.myButton
{
    margin-right: 25px;
    background: #b6bf00;
    color: #FFF;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.34);
    font-size: 1em;
    padding: 10px 20px;
    border: none;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: inline-block;
    font-family: 'Open Sans' , sans-serif;
    cursor: pointer;
    -webkit-appearance: none;
    float: right;
}
.myButton:hover
{
    background: #2C3E50;
}

.company_address
{
    float: left;
    width: 100%;
    font-size: 11.5pt;
    text-align:justify;
}
.company_address p
{
    color: #212121;
    font-size: 0.85em;
    padding: 5px 0;
    text-align:justify;
}
.company_address .ContactBlocks .ContactHighlights
{
    font-weight:bold;
    font-size:12pt;
}
.company_address .ContactBlocks a
{
    color:#E74C3C;
}
.company_address .ContactBlocks
{
    background-color:#FCF3D4;
    padding:10px;
}
.UsefulLinkBlocks
{
    background-color:#FCF3D4;
    padding:10px;
}
.UsefulLinkBlocks p a
{
    text-decoration: underline;
    
}
.company_address p span a
{
    text-decoration: underline;
    color: White;
}
.company_address p span a:hover
{
    text-decoration: none;
    color: #000;
}
.contact_info
{
    float: right;
    width: 100%;
    margin-left: 5%;
}
.map iframe
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 210px;
    border: none;
    line-height: 0;
    overflow: hidden;
}
.contact-data h2
{
    color: #212121;
    font-size: 20px;
    text-transform: uppercase;
    padding: 15px 0;
    font-weight: 600;
    border-bottom: 1px solid rgba(245, 238, 243, 0.15);
    margin-bottom: 0px;
}
.contact-data
{
    padding: 0 0;
}
/***** 404 ****/
.page-not-found
{
    text-align: center;
    color: #353434;
    padding: 15% 0;
}
.page-not-found h4
{
    font-size: 5em;
    text-shadow: 1px 1px 1px #FFF, 2px 2px 1px #888;
    text-transform: uppercase;
}
.page-not-found h3
{
    font-size: 12em;
    text-shadow: 1px 1px 1px #FFF, 3px 2px 1px #FFF;
    font-weight: bold;
    color: #b6bf00;
}
.bottom
{
    margin-top: 1em;
}
/*-- responsive design --*/

.JAML-Text span
{
    font-size: 30pt;
    margin-left: 15px;
    vertical-align: middle;
    font-family: Californian FB;
}
.JAML-Text
{
    padding: 5px 0px;
    vertical-align: middle;
    min-height: 50px;
    width: 230px;
    border: 0px Solid Black;
    margin: auto;
    font-variant: small-caps;
}
.fix-my-tabs{width:85%;}


@media screen and (max-width:1400px)
{
.SwachBharat{position:fixed; top:10px; left:15px;}
.SwachBharat img{height:60px; width:120px;}
    
.fix-my-tabs{width:85%;}
    
.EnquiryDiv 
{
    width:85px;
    height: 180px; 
    margin:0px 0px 0px 60px;
}
    
#EnquiryHeader
{
    height: 80px;
    width: 60px;
}
#EnquiryHeader img
{
    height:70px;
}

.fixedEnquiryTab   
{
    width: 140px;
    right: -80px;
    top: 180px;
    height
}
.EnquiryDiv img
{
    height:80px;
    margin:5px;
}
    .PopupContainer{width:500px; 
    }
    
.AppHeader
{
    width:85%;
    background-color:#8C2322;
    height:60px;
    text-align:center;
    color:#FCF3D4;
    font-size:25pt;
    padding:5px;
    margin:auto;
}
    .welcomebanner
{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 550px;
    text-align: left;
}
    .marqueeconatiner a
{
    color: White;
    font-size: 17pt;
}
#cycler img
{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 400px;
}
#cycler img.active
{
    z-index: 3;
}

.cyclerparent
{
    margin: auto;
    width: 85%;
    margin-top: 35px;
    border: 0px Solid Black;
    height: 400px;  
}

.BottomMenuList
{
    line-height: 25px;
    display: inline-block;
    margin-bottom: 0px;
    border: 1px Solid Black;
}
.Conatctcontainer{width:85%; margin:auto; margin-bottom:25px;}
.ContactLeft{width:30%;float:left;
             border:0px Solid Black;}
             
             
.ContactRight{width:70%;float:left;
             border:0px Solid Black;    padding-left: 30px;}
.ContactRightTouch{width:100%; margin:auto;height:auto;
    background-color: #FCF3D4;
    padding: 10px 20px;}
             
.ContactRight iframe{width:100%; height:344px;}
    #BannerSliders
    { 
        display:block;
    }
    
    #AboutMobile
    {
        display:none;
    }
    
    
    #WebMarquue
    {
        display:block;
    }
    #MobileSwachBharat
    {
        display:none;
    }
    #AboutWeb
    {
        display:block;
    }
    .img-responsive-jaml
    {
        width: 70px;
    }

    .banner-info
    {
        width: 75%;
        margin: auto;
        margin-top: 50px;
        height: 370px;
        border: 1px Solid White;
        z-index: 100000;
    }
    .banner-info img
    {
        height: 100%;
        width: 100%;
    }

}
/*-- responsive design --*/
@media screen and (max-width:1024px)
{  
.SwachBharat{position:fixed; top:10px; left:15px;}
.SwachBharat img{height:60px; width:120px;}
.fix-my-tabs{width:100%;}

.EnquiryDiv 
{
    width:85px;
    height: 180px; 
    margin:0px 0px 0px 60px;
}
#EnquiryHeader
{
    height: 80px;
    width: 60px;
}
#EnquiryHeader img
{
    height:70px;
}
    
.fixedEnquiryTab   
{
    top: 180px;
    width: 140px;
    right: -80px;
}
.EnquiryDiv img
{
    height:80px;
    margin:5px;
}
    
    .PopupContainer{width:500px; 
    }
.AppHeader
{
    width:85%;
    background-color:#8C2322;
    height:60px;
    text-align:center;
    color:#FCF3D4;
    font-size:25pt;
    padding:5px;
    margin:auto;
}

    #WebMarquue
    {
        display:block;
    }
    #MobileSwachBharat
    {
        display:none;
    }
    .welcomebanner
{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 550px;
    text-align: left;
}
    .marqueeconatiner a
{
    color: White;
    font-size: 17pt;
}
    
#cycler img
{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 350px;
}
#cycler img.active
{
    z-index: 3;
}

.cyclerparent
{
    margin: auto;
    width: 85%;
    margin-top: 50px;
    border: 0px Solid Black;
    height: 360px;  
}.

.BottomMenuList
{
    line-height: 25px;
    display: inline-block;
    margin-bottom: 0px;
    border: 1px Solid Black;
}
.Conatctcontainer{width:85%; margin:auto; margin-bottom:25px;}
.ContactLeft{width:30%;float:left;
             border:0px Solid Black;}
             
             
.ContactRight{width:70%;float:left;
             border:0px Solid Black;    padding-left: 30px;}
.ContactRightTouch{width:100%; margin:auto;height:auto;}
             
.ContactRight iframe{width:100%; height:344px;}
                     
.contact-form
{
    position: relative;
    padding-bottom: 10px;
}

    #BannerSliders
    { 
        display:block;
    }
    
    #AboutMobile
    {
        display:none;
    }
    
    #AboutWeb
    {
        display:block;
    }
     
    .img-responsive-jaml
    {
        width: 70px;
    }
    .JAML-Text span
    {
        font-size: 22pt;
        margin-left: 10px;
    }
    .JAML-Text
    {
        vertical-align: middle;
        min-height: 50px;
        width: 470px;
        border: 0px Solid Black;
        margin: auto;
        font-variant: small-caps;
    }

    .logo
    {
        margin-left: 12em;
    }
    .head-nav ul li a
    {
        font-size: 1.0em;
    }
    .banner-info h1
    {
        font-size: 2em;
    }
    /* Abhishek
                                                                    .banner-info {
                                                                    	padding: 5em 0 0;
                                                                    	width: 60%;
                                                                    }
                                                                    */

    .banner-info
    {
        width: 75%;
        margin: auto;
        margin-top: 60px;
        height: 300px;
        border: 1px Solid White;
        z-index: 100000;
    }
    .banner-info img
    {
        height: 100%;
        width: 100%;
    }


    .banner-info p
    {
        font-size: 1.1em;
    }
    .banner
    {
        min-height: 485px;
    }
    .phase-left h2
    {
        font-size: 2em;
    }
    .phase-left p
    {
        font-size: 1.2em;
    }
    .products h3
    {
        font-size: 1.5em;
    }
    .products span
    {
        font-size: 1.6em;
    }
    .phase
    {
        padding: 4em 0em 2em;
    }
    .products h4
    {
        font-size: 1.3em;
        margin: 0em 0 5px;
    }
    .products p
    {
        font-size: 1em;
        line-height: 1.5em;
        margin: 0 0 3px;
    }
    .prod-1
    {
        padding: 11px 25px;
    }
    .phase-bottom-left h2
    {
        font-size: 2em;
    }
    .phase-bottom-left p
    {
        font-size: 1.1em;
    }
    .phase-bottom
    {
        min-height: 254px;
        padding: 6em 0px;
    }
    .news span
    {
        font-size: 1.6em;
    }
    .news h3
    {
        font-size: 1.5em;
    }
    .news-1 h5
    {
        font-size: 1.3em;
    }
    .news-1 h6
    {
        font-size: 1.2em;
    }
    .news-1 p
    {
        font-size: 1.1em;
    }
    .footer h4
    {
        font-size: 1.7em;
    }
    .footer p
    {
        font-size: 1.1em;
    }
    .footer h5
    {
        font-size: 1.1em;
    }
    .social
    {
        padding: 1.5em 1em;
        width: 25%;
        /*margin: 3em 0;*/
    }
    .social ul li {
        display: inline-block;
        padding: 0px;
        margin: -15px 0px 0px 5px;
    }
    .about
    {
        padding: 3em 0;
    }
    .services-left-grid h3
    {
        font-size: 1.1em;
    }
    .services-right h3
    {
        font-size: 1.2em;
    }
    .page-not-found h4
    {
        font-size: 4em;
    }
    .page-not-found h3
    {
        font-size: 10em;
    }
    .page-not-found
    {
        padding: 10% 0;
    }
    .blog
    {
        padding: 3em 0;
    }
    .post-date span
    {
        font-size: 1.3em;
    }
    .blog-artical-basicinfo li
    {
        width: 70px;
        height: 70px;
    }
    .twitter-weights h3
    {
        font-size: 1.3em;
    }
    .blog-artical-info-head h2 a
    {
        font-size: 0.8125em;
    }
    .blog-artical-info-text p
    {
        font-size: 1em;
    }
    .twitter-weight-grid p
    {
        font-size: 1em;
    }
    .b-tag-weight h3
    {
        font-size: 1.3em;
    }
    .twitter-weight-grid h4
    {
        font-size: 1.2em;
    }
    .contact-data h2
    {
        font-size: 18px;
    }
    
    
    
    .Applications .Appcontainer .Sections
    {    
        border:0px Solid Black;
        width:100%;     
        margin:10px 0px 10px 0px;
        display:inline-block;
    }
    .Applications .Appcontainer .Sections .ImagePart
    {    
        border:0px Solid Black;
        width:25%;       
        float:left;
    }

    .Applications .Appcontainer .Sections .ImagePart img
    {
        height: 230px;
        width: 270px;
    }
    .Applications .Appcontainer .Sections .ContentPart
    {    
        border:0px Solid Black;
        width:75%;   
        padding: 15px 15px;
        background: #FCF3D4; 
        float:left;
        text-align:justify;
        height:230px;
    }

    .Applications .Appcontainer .Sections .ContentPart h4
    {    
        color: #000;
        font-size: 1.5em;
        font-weight: 700;
        margin: 0em 0 0.5em;
        text-align: left;
    }
    .Applications .Appcontainer .Sections .ContentPart p
    {
        text-align:justify;
    }    

    .Applications .Appcontainer .Sections .ContentPart a
    {color:#E74C3C
    }    

}
/*--responsive design--*/
@media (max-width:768px)
{  
.SwachBharat{position:fixed; top:10px; left:15px;}
.SwachBharat img{height:60px; width:120px;}
.EnquiryDiv 
{
    width:85px;
    height: 180px;
    margin:0px 0px 0px 60px; 
}
#EnquiryHeader
{
    height: 80px;
    width: 60px;
}
#EnquiryHeader img
{
    height:70px;
}
    
.fixedEnquiryTab   
{
    top: 180px;
    width: 140px;
    right: -80px;
}
    .EnquiryDiv img
{
    height:80px;
    margin:5px;
}
    .PopupContainer{width:500px; 
    }
.AppHeader
{
    width:85%;
    background-color:#8C2322;
    height:60px;
    text-align:center;
    color:#FCF3D4;
    font-size:25pt;
    padding:5px;
    margin:auto;
}

  #cycler img
{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 180px;
}
#cycler img.active
{
    z-index: 3;
}

.cyclerparent
{
    margin: auto;
    width: 95%;
    margin-top: 10px;
    border: 0px Solid Black;
    height: 180px;  
}
    #WebMarquue
    {
        display:none;
    }
    #MobileSwachBharat
    {
        display:block;
    }
.BottomMenuList
{
    line-height: 25px;
    display: inline-block;
    margin-bottom: 0px;
    border: 0px Solid Black;
    width:100%;
}
    .contact-data{padding:0px;}
.Conatctcontainer{width:95%; margin:auto; margin-bottom:25px;}
.ContactLeft{width:100%;float:left;
             border:0px Solid Black;}
             
             
.ContactRight{width:100%;float:left;    margin-top: 20px;    padding-left:0px;
             border:0px Solid Black;}
.ContactRightTouch{width:100%; margin:auto;height:auto;}
             
.ContactRight iframe{width:100%; height:344px;    border-style: none;}
                     
.contact-form
{
    position: relative;
    padding-bottom: 10px;
}

    #BannerSliders
    { 
        display:none;
    }
    
    #AboutMobile
    {
        display:block;
    }
    
    #AboutWeb
    {
        display:none;
    }
    
    .img-responsive-jaml
    {
        width: 60px;
    }
    .JAML-Text span
    {
        font-size: 20pt;
        margin-left: 10px;
    }
    .JAML-Text
    {
        vertical-align: middle;
        min-height: 50px;
        width: 450px;
        border: 0px Solid Black;
        margin: auto;
        font-variant: small-caps;
    }

    .head-nav ul li
    {
        display: block;
        float: none;
    }
    .head-nav ul li a
    {
        border-right: none;
        border-bottom: none;
        background: #b6bf00;
        color: #ffffff;
    }
    .head-nav ul
    {
        position: absolute;
        margin: 0;
        padding: 2% 0;
        z-index: 999;
        width: 92%;
        display: none;
        text-align: center;
        left: 2em;
        top: 7em;    z-index: 1111;
    }
    .head-nav span.menu
    {
        display: block;
        background: none;
        position: absolute;
        top: 25px;
        right: 15px;
    }
    .head-nav span.menu:before
    {
        content: url(../images/menu.png);
        color: #FFF;
        font-size: 1.3em;
        text-transform: uppercase;
        text-align: right;
        padding: 0.5em 0.3em;
        cursor: pointer;
    }
    .head-nav ul li a
    {
        text-decoration: none;
        font-size: 1.1em;
        padding: 0.3em 0.3em;
    }
    .head-nav
    {
        background: none;
    }
    .head-nav ul li a
    {
        border: none;
    }
    .head-nav ul li a:hover, .head-nav ul li.active a
    {
        border: none;
        color: #000;
    }
    .logo
    {
        margin-left: 0em;
    }
    .header-top h3
    {
        font-size: 1.1em;
        display: none;
    }
    .banner-info h1
    {
        font-size: 1.6em;
        text-align: center;
    }
    /*.banner-info {
                                                                    	padding: 1em 0 0;
                                                                    	width: 100%;
                                                                    }*/


    .banner-info
    {
        width: 75%;
        margin: auto;
        margin-top: 30px;
        height: 200px;
        border: 1px Solid White;
        z-index: 100000;
    }
    .banner-info img
    {
        height: 100%;
        width: 100%;
    }


    .banner
    {
        min-height: 320px;
    }
    .banner-info p
    {
        font-size: 1em;
        text-align: center;
    }
    .phase
    {
        padding: 3em 0em 0em;
        text-align: center;
    }
    .phase-left h2
    {
        font-size: 1.7em;
    }
    .phase-left p
    {
        font-size: 1.2em;
        margin: 1em;
    }
    .products
    {
        padding: 3em 0 5em;
        text-align: center;
    }
    .products h3
    {
        font-size: 1.4em;
    }
    .prod-1
    {
        padding: 35px 140px;
    }
    .products h4
    {
        font-size: 1.2em;
        margin: 0em 0 10px;
        text-align: center;
    }
    .products p
    {
        text-align: center;
        margin: 0 0 12px;
    }
    .phase-bottom-left h2
    {
        font-size: 1.7em;
        text-align: center;
    }
    .phase-bottom-left p
    {
        font-size: 1.1em;
        text-align: center;
        margin: 0.5em 0;
    }
    .phase-bottom
    {
        min-height: 231px;
        padding: 3em 0px;
        text-align: center;
    }
    .products span
    {
        font-size: 1.4em;
    }
    .news
    {
        padding: 3em 0em;
        text-align: center;
    }
    .news-top
    {
        margin: 3em 0 0;
    }
    .news-1 h5
    {
        font-size: 1.2em;
    }
    .news-1 h6
    {
        font-size: 1.1em;
    }
    .news-1
    {
        margin: 0 0 2em;
    }
    .social
    {
        padding: 0.5em 0em;
        width: 100%;
        margin: 0em 0;
        height:65px;
    }
    .footer h4
    {
        font-size: 1.5em;
        text-align: center;
    }
    .about-grids
    {
        padding: 0;
        text-align: center;
    }
    .about-left p
    {
        line-height: 1.8em;
        font-size: 1em;
        margin: 1em 0;
    }
    .about-left ul
    {
        text-align: left;
    }
    .about-left
    {
        margin-top: 2em;
    }
    .news-grid img
    {
        width: 50%;
    }
    .r-post-grid-right h4
    {
        text-align: left;
    }
    .about-left p
    {
        text-align: left;
    }
    .services
    {
        padding: 3em 0;
        text-align: center;
    }
    .services-right
    {
        margin-top: 2em;
        text-align: left;
    }
    .page-not-found h4
    {
        font-size: 3em;
    }
    .page-not-found h3
    {
        font-size: 8em;
    }
    .post-date span
    {
        font-size: 1.1em;
        margin: -5px;
    }
    .post-date label
    {
        font-size: 10px;
        color: #b6bf00;
        margin-top: 0.2em;
        display: block;
    }
    .twitter-weights h3
    {
        font-size: 1.1em;
    }
    .twitter-weight-grid h4
    {
        font-size: 1.1em;
    }
    .blog-artical-info-head h2 a
    {
        font-size: 0.750em;
    }
    .b-tag-weight ul li a
    {
        padding: 0.7em 1em;
        font-size: 0.750em;
    }
    .b-search input[type="submit"]
    {
        background: url(../images/search-icon.png) no-repeat 0px 0px;
    }
    .blog-content
    {
        margin: 3em 0 0em;
    }
    .b-tag-weight h3
    {
        font-size: 1.1em;
    }
    .blog-artical-basicinfo li
    {
        width: 50px;
        height: 50px;
    }
    .contact-data h2
    {
        font-size: 16px;
    }
    .contact-data
    {
        padding: 3em 0;
    }
    .blog-content-left
    {
        float: none;
        width: 100%;
    }
    .categoery span
    {
        margin-top: 0.7em;
    }
    .artlick span
    {
        margin-top: 0em;
    }
    .art-comment span
    {
        margin-top: 0em;
    }
    .blog-content-right
    {
        float: none;
        width: 100%;
    }
    .blog-content-right
    {
        float: none;
        width: 40%;
        margin: 30px 0 0;
    }
    .our
    {
        margin-top: 5em;
    }
    .bottom p
    {
        text-align: center;
        margin: 10px 0 0;
    }
    .comments-area h3
    {
        font-size: 1.7em;
    }
    
    
    
    .Applications .Appcontainer .Sections
    {    
        border:0px Solid Black;
        width:100%;     
        margin:10px 0px 10px 0px;
        display:inline-block;
    }
    .Applications .Appcontainer .Sections .ImagePart
    {    
        border:0px Solid Black;
        width:100%;       
    }

    .Applications .Appcontainer .Sections .ImagePart img
    {
        height: 185px;
        width: 100%;
        margin-bottom:10px;
    }
    .Applications .Appcontainer .Sections .ContentPart
    {    
        border:0px Solid Black;
        width:100%;   
        padding: 15px 15px;
        background: #FCF3D4; 
        float:left;
        text-align:justify;
        height:auto;
    }
}
/*--responsive design--*/
@media (max-width:640px)
{  
    .SwachBharat{position:fixed; top:7px; left:155px;}
.SwachBharat img{height:45px; width:90px;}
.social ul
{ 
    margin-top: 12px;
}

.EnquiryDiv 
{
    width:55px;
    height: 135px; 
    margin:0px 0px 0px 50px;
}
    
#EnquiryHeader
{
    height: 65px;
    width: 50px;
}
#EnquiryHeader img
{
    height:57px;
}

.fixedEnquiryTab   
{
    top: 200px;
    width: 110px;
    right: -55px;
}

 .EnquiryDiv img
{
    height:55px;
    margin:5px;
}
    .PopupContainer{width:95%; 
    } 
.AppHeader
{
    width:85%;
    background-color:#8C2322;
    height:60px;
    text-align:center;
    color:#FCF3D4;
    font-size:25pt;
    padding:5px;
    margin:auto;
}

.cyclerparent
{
    margin: auto;
    width: 95%;
    margin-top: 10px;
    border: 0px Solid Black;
    height: 180px;  
}
#cycler img
{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 180px;
}
#cycler img.active
{
    z-index: 3;
}

    #WebMarquue
    {
        display:none;
    }
    #MobileSwachBharat
    {
        display:block;
    }
    .contact-data{padding:0px;}
.Conatctcontainer{width:95%; margin:auto; margin-bottom:25px;}
.ContactLeft{width:100%;float:left;
             border:0px Solid Black;}
             
             
.ContactRight{width:100%;float:left;    margin-top: 20px;    padding-left:0px;
             border:0px Solid Black;}
.ContactRightTouch{width:90%; margin:auto;height:auto;}
             
.ContactRight iframe{width:100%; height:344px;    border-style: none;}
    #BannerSliders
    { 
        display:none;
    }
    #AboutMobile
    {
        display:block;
    }
    
    #AboutWeb
    {
        display:none;
    }
    .img-responsive-jaml
    {
        width: 60px;
    }
    .JAML-Text span
    {
        font-size: 18pt;
        margin-left: 10px;
    }
    .JAML-Text
    {
        vertical-align: middle;
        min-height: 50px;
        width: 390px;
        border: 0px Solid Black;
        margin: auto;
        font-variant: small-caps;
    }

    .banner-info
    {
        width: 75%;
        margin: auto;
        margin-top: 30px;
        height: 180px;
        border: 1px Solid White;
        z-index: 100000;
    }
    .banner-info img
    {
        height: 100%;
        width: 100%;
    }



    .head-nav
    {
        float: none;
        padding: 0em;
    }
    .banner-info h1
    {
        font-size: 1.5em;
        text-align: center;
    }
    .banner
    {
        min-height: 260px;
    }
    .phase-left h2
    {
        font-size: 1.5em;
    }
    .btn1
    {
        padding: 0.7em 2em;
        font-size: 1.1em;
    }
    .products span
    {
        font-size: 1.3em;
    }
    .products h3
    {
        font-size: 1.3em;
    }
    .products h4
    {
        font-size: 1.1em;
    }
    .phase-bottom-left h2
    {
        font-size: 1.5em;
    }
    .phase-bottom-left p
    {
        font-size: 1em;
    }
    .phase-bottom
    {
        min-height: 191px;
        padding: 2em 0px;
    }
    .products-top
    {
        padding: 2em 0;
    }
    .products
    {
        padding: 3em 0 3em;
    }
    .news span
    {
        font-size: 1.3em;
    }
    .news h3
    {
        font-size: 1.3em;
    }
    .social
    {
        padding: 0.5em 0em;
        width: 100%;
        margin: 0em 0;
        height:65px;
    }
    .phone
    {
        float: right;
        margin-top: 0px;
    }
    .location
    {
        float: right;
        margin-top: 10px;
    }
    .head-nav ul
    {
        left: 2em;
        top: 6em;    z-index: 1111;
    }
    .products span
    {
        padding-right: 10px;
    }
    .news span
    {
        padding-right: 10px;
    }
    .news-1 h5
    {
        font-size: 1.1em;
    }
    .logo
    {
        margin-left: 0em;
    }
    .footer h4
    {
        font-size: 1.3em;
        text-align: center;
    }
    .about-left h1
    {
        font-size: 1.4em;
    }
    .about-left p
    {
        text-align: left;
    }
    .about-left h2
    {
        font-size: 1.2em;
    }
    .services-left h1
    {
        font-size: 1.4em;
    }
    .services-left-grid p
    {
        font-size: 1em;
    }
    .services-right h3
    {
        font-size: 1.1em;
    }
    .services-right ul li a
    {
        font-size: 1em;
    }
    .page-not-found h4
    {
        font-size: 2em;
    }
    .page-not-found h3
    {
        font-size: 6em;
    }
    .page-not-found
    {
        padding: 8% 0;
    }
    .blog-artical-info-head h2 a
    {
        font-size: 0.7em;
    }
    .twitter-weights h3
    {
        font-size: 1em;
    }
    .twitter-weight-grid h4
    {
        font-size: 1em;
    }
    .b-tag-weight h3
    {
        font-size: 1em;
    }
    .contact-data h2
    {
        font-size: 14px;
    }
    .footer p
    {
        font-size: 1em;
        text-align: left;
    }
    .say div input[type="text"]
    {
        font-size: 1.1em;
    }
    .say input[type="submit"]
    {
        font-size: 1.1em;
    }
    .bottom p
    {
        text-align: center;
        margin: 10px 0 0;
    }
    .comments-area h3
    {
        font-size: 1.5em;
    }
    a.go
    {
        font-size: 17px;
    }
    
    
    .Applications .Appcontainer .Sections
    {    
        border:0px Solid Black;
        width:100%;     
        margin:10px 0px 10px 0px;
        display:inline-block;
    }
    .Applications .Appcontainer .Sections .ImagePart
    {    
        border:0px Solid Black;
        width:100%;       
    }

    .Applications .Appcontainer .Sections .ImagePart img
    {
        height: 185px;
        width: 100%;
        margin-bottom:10px;
    }
    .Applications .Appcontainer .Sections .ContentPart
    {    
        border:0px Solid Black;
        width:100%;   
        padding: 15px 15px;
        background: #FCF3D4; 
        float:left;
        text-align:justify;
        height:auto;
    }
}
/*--responsive design--*/
@media (max-width:480px)
{   
    .SwachBharat{position:fixed; top:7px; left:155px;}
.SwachBharat img{height:45px; width:90px;}
.social ul
{ 
    margin-top: 12px;
}
.EnquiryDiv 
{
    width:55px;
    height: 135px; 
    margin:0px 0px 0px 50px;
}
   
#EnquiryHeader
{
    height: 65px;
    width: 50px;
}
#EnquiryHeader img
{
    height:57px;
}
 
.fixedEnquiryTab   
{
    top: 200px;
    width: 110px;
    right: -55px;
}

    .EnquiryDiv img
{
    height:55px;
    margin:5px;
}
    .PopupContainer{width:95%; 
    } 
.AppHeader
{
    width:100%;
    background-color:#8C2322;
    height:50px;
    text-align:center;
    color:#FCF3D4;
    font-size:18pt;
    padding:5px;
    margin:auto;
}

.cyclerparent
{
    margin: auto;
    width: 95%;
    margin-top: 10px;
    border: 0px Solid Black;
    height: 180px;  
}

    #cycler img
{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 180px;
}
#cycler img.active
{
    z-index: 3;
}


    #WebMarquue
    {
        display:none;
    }
    #MobileSwachBharat
    {
        display:block;
    }
    .contact-data{padding:0px;}
.Conatctcontainer{width:95%; margin:auto; margin-bottom:25px;}
.ContactLeft{width:100%;float:left;
             border:0px Solid Black;}
             
             
.ContactRight{width:100%;float:left;    margin-top: 20px;    padding-left:0px;
             border:0px Solid Black;}
.ContactRightTouch{width:100%; margin:auto;height:auto;}
             
.ContactRight iframe{width:100%; height:344px;    border-style: none;}
    #BannerSliders
    { 
        display:none;
    }
    #AboutMobile
    {
        display:block;
    }
    
    #AboutWeb
    {
        display:none;
    }
    .head-nav span.menu
    {
        display: block;
        background: none;
        position: absolute;
        top: 22px;
        right: 10px;
    }

    .img-responsive-jaml
    {
        width: 50px;
    }

    .JAML-Text span
    {
        font-size: 11.5pt;
        margin-left: 10px;
    }
    .JAML-Text
    {
        vertical-align: middle;
        min-height: 50px;
        width: 290px;
        border: 0px Solid Black;
        margin: auto;
        font-variant: small-caps;
    }

    .banner-info
    {
        width: 75%;
        margin: auto;
        margin-top: 30px;
        height: 120px;
        border: 1px Solid White;
        z-index: 100000;
    }
    .banner-info img
    {
        height: 100%;
        width: 100%;
    }




    .logo
    {
        margin-left: 0em;
    }
    .header-top h3
    {
        font-size: 1em;
    }
    .banner-info h1
    {
        font-size: 1.3em;
    }
    .banner-info p
    {
        font-size: 0.9em;
        overflow: hidden;
        height: 60px;
    }
    .banner
    {
        min-height: 200px;
    }
    .phase-left h2
    {
        font-size: 1.3em;
    }
    .phase-left p
    {
        font-size: 1.1em;
        margin: 0.3em 0;
    }
    .btn1
    {
        padding: 0.7em 2em;
        font-size: 1em;
    }
    .products h3
    {
        font-size: 1.1em;
    }
    .products
    {
        padding: 2em 0 2em;
    }
    .prod-1
    {
        padding: 25px 50px;
    }
    .products h4
    {
        font-size: 1em;
    }
    a.read
    {
        font-size: 16px;
    }
    .phase-bottom-left h2
    {
        font-size: 1.4em;
    }
    .news h3
    {
        font-size: 1.1em;
    }
    .news-1 h6
    {
        font-size: 1em;
    }
    .news-1 p
    {
        font-size: 1em;
    }
    .footer h4
    {
        font-size: 1.2em;
    }
    .social
    {
        padding: 0.5em 0em;
        width: 100%;
        margin: 0em 0;
        height:65px;
    }
    .about-left h1
    {
        font-size: 1.3em;
    }
    .about
    {
        padding: 2em 0;
    }
    .about-left ul
    {
        margin: 0 0 0.8em 0em;
        padding: 0;
    }
    .about-left ul li a
    {
        font-size: 1em;
    }
    .about-left p
    {
        text-align: left;
        margin: 0em 0;
    }
    .about-left h2
    {
        font-size: 1.1em;
    }
    .services-left h1
    {
        font-size: 1.3em;
    }
    .services-left-grid h3
    {
        font-size: 1em;
    }
    a.more-btn
    {
        font-size: 0.8125em;
    }
    .services-right h3
    {
        font-size: 1em;
    }
    .page-not-found h4
    {
        font-size: 1.7em;
    }
    .page-not-found h3
    {
        font-size: 4em;
    }
    .blog-artical-info-head h2 a
    {
        font-size: 0.6em;
    }
    .blog-content-right
    {
        width: 50%;
        margin: 30px 0 0;
    }
    .say div input[type="text"]
    {
        font-size: 1em;
    }
    .say input[type="submit"]
    {
        font-size: 1em;
    }
    .bottom p
    {
        text-align: center;
        margin: 10px 0 0;
    }
    .comments-area h3
    {
        font-size: 1.4em;
    }
    a.go
    {
        padding: 7px 30px;
    }
}
/*--responsive design--*/
@media (max-width:320px)
{    
    .SwachBharat{position:fixed; top:7px; left:155px;}
.SwachBharat img{height:45px; width:90px;}
    /*.SwachBharat{position:fixed; top:350px; left:0px;}*/
/*.SwachBharat img{height:30px; width:60px;}*/

.social ul
{ 
    margin-top: 12px;
}
.EnquiryDiv 
{
    width:55px;
    height: 135px; 
    margin:0px 0px 0px 50px;
}
#EnquiryHeader
{
    height: 65px;
    width: 50px;
}
#EnquiryHeader img
{
    height:57px;
}
   
.fixedEnquiryTab   
{
    top: 200px;
    width: 105px;
    right: -55px;
}
.EnquiryDiv img
{
    height:55px;
    margin:5px;
}
    .PopupContainer{width:95%; 
    } 
.AppHeader
{
    width:100%;
    background-color:#8C2322;
    height:50px;
    text-align:center;
    color:#FCF3D4;
    font-size:18pt;
    padding:5px;
    margin:auto;
}

    #WebMarquue
    {
        display:none;
    }
    #MobileSwachBharat
    {
        display:block;
    }
    .welcomebanner
{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 250px;
    text-align: left;
}

   .marqueeconatiner a
{
    color: White;
    font-size: 15pt;
}  
     
#cycler img
{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 180px;
}
#cycler img.active
{
    z-index: 3;
}

.cyclerparent
{
    margin: auto;
    width: 95%;
    margin-top: 10px;
    border: 0px Solid Black;
    height: 180px;  
}

.BottomMenuList
{
    line-height: 25px;
    display: inline-block;
    margin-bottom: 0px;
    border: 0px Solid Black;
    width:100%;
} 
.contact-data{padding:0px;}
.Conatctcontainer{width:95%; margin:auto; margin-bottom:25px;}
.ContactLeft{width:100%;float:left;border:0px Solid Black;}
.ContactRight{width:100%;float:left;    margin-top: 20px;    padding-left:0px;border:0px Solid Black;}
.ContactRightTouch{width:100%; margin:auto;height:auto;}             
.ContactRight iframe{width:100%; height:344px;    border-style: none;}

    #BannerSliders
    { 
        display:none;
    }
    #AboutMobile
    {
        display:block;
    }
    
    #AboutWeb
    {
        display:none;
    }
    .img-responsive-jaml
    {
        width: 50px;
    }

    .contact_info
    {
        float: none;
        width: 100%;
        margin-left: 0%;
    }
    .company_address
    {
        float: none;
        width: 100%;
    }
    .left_form
    {
        float: none;
        width: 100%;
    }
    .right_form
    {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .footer h4
    {
        padding: 0 0 15px;
        font-size: 1.1em;
    }
    .social
    {
        padding: 0.5em 0em;
        width: 100%;
        margin: 0em 0;
        height:80px;
    }
    .footer h6
    {
        font-size: 1em;
        color: #fff;
    }
    .footer h5
    {
        font-size: 1em;
    }
    .header-top h3
    {
        font-size: 9px;
    }
    .logo
    {
        width: 39%;
    }
    .head-nav span.menu
    {
        /*top: 32px;*/
    }
    .banner-info h1
    {
        font-size: 1em;
        margin: 0.3em 0em;
    }
    .banner-info p
    {
        font-size: 0.8125em;
    }
    .head-nav ul li a
    {
        font-size: 1.1em;
    }
    .head-nav ul
    {
        left: 1em;
        top: 5em;    z-index: 1111;
    }
    .banner
    {
        min-height: 145px;
    }
    .phase-left h2
    {
        font-size: 1.1em;
    }
    .phase-left p
    {
        font-size: 0.9em;
        margin: 0.3em 0;
    }
    .btn1
    {
        padding: 0.5em 1em;
        font-size: 0.875em;
    }
    .phase
    {
        padding: 2em 0em 0em;
    }
    .products h3
    {
        font-size: 1em;
    }
    .prod-1
    {
        padding: 18px 0px;
    }
    .products p
    {
        font-size: 0.9em;
    }
    a.read
    {
        font-size: 14px;
    }
    .phase-bottom-left h2
    {
        font-size: 1.2em;
    }
    .phase-bottom-left p
    {
        font-size: 0.9em;
        overflow: hidden; 
    }
    .phase-bottom
    {
        padding: 1em 0;
    }
    .news h3
    {
        font-size: 1em;
    }
    .news-top
    {
        margin: 2em 0 0;
    }
    .news-1 h5
    {
        font-size: 1em;
    }
    .phase-bottom
    {
        min-height: 158px;
    }
    .news-1 h6
    {
        font-size: 0.9em;
    }
    .news-1 p
    {
        font-size: 0.9em;
    }
    .news
    {
        padding: 3em 0em 0;
    }
    .about-left h1
    {
        font-size: 1.2em;
        margin: 0 0 0.5em;
    }
    .banner1
    {
        min-height: 1px;
    }
    .about
    {
        padding: 1em 0;
    }
    .about-left p
    {
        font-size: 0.9em;
        overflow: hidden;
        height: 44px;
    }
    .about-left ul li a
    {
        font-size: 0.875em;
    }
    .about-left h2
    {
        font-size: 1em;
    }
    .services-left h1
    {
        font-size: 1.2em;
    }
    .services-left-grid p
    {
        font-size: 0.9em;
    }
    a.more-btn
    {
        margin-top: 0em;
    }
    .services
    {
        padding: 2em 0;
    }
    .page-not-found h4
    {
        font-size: 1.3em;
    }
    .page-not-found h3
    {
        font-size: 3em;
    }
    .post-date label
    {
        font-size: 9px;
        margin-top: 0.5em;
    }
    .post-date span
    {
        font-size: 11px;
    }
    .blog-artical-basicinfo li
    {
        width: 42px;
        height: 42px;
    }
    .categoery span
    {
        margin-top: 0.4em;
    }
    .artlick i
    {
        margin-top: -0.9em;
    }
    .art-comment i
    {
        margin-top: -0.9em;
    }
    .blog-artical-basicinfo
    {
        float: left;
        width: 17%;
        margin: -18px 0;
    }
    .blog-artical-info
    {
        float: right;
        width: 77%;
    }
    .blog
    {
        padding: 2em 0;
    }
    .blog-content
    {
        margin: 0em 0 0em;
    }
    .blog-artical-info-head h2 a
    {
        font-size: 0.550em;
    }
    .blog-artical-info-head ul li a, .blog-artical-info-head ul li
    {
        font-size: 0.9em;
        padding: 0.2em 0.2em;
    }
    .blog-artical-info-text p
    {
        font-size: 0.9em;
    }
    .blog-content-right
    {
        width: 100%;
        margin: 30px 0 0;
    }
    .b-tag-weight ul li a
    {
        padding: 0.5em 1em;
        font-size: 0.750em;
    }
    .twitter-weights h3
    {
        font-size: 0.9em;
    }
    .b-tag-weight h3
    {
        font-size: 0.9em;
    }
    .footer h5
    {
        margin: 1em 0 0;
    }
    .bottom p
    {
        text-align: center;
        margin: 10px 0 0;
    }
    .footer
    {
        padding: 2em 0;
    }
    .comments-area h3
    {
        font-size: 1.3em;
    }
    .comments-area
    {
        margin-top: 2em;
    }
    .comments-area input[type="text"], .comments-area textarea
    {
        width: 95%;
    }
    a.go
    {
        padding: 5px 20px;
        font-size: 12px;
    }
    .blog-pagenat ul li a
    {
        padding: 0.5em 0.8em;
        font-size: 0.8125em;
    }
    .say textarea
    {
        min-height: 90px;
        font-size: 1em;
    }
}




.AboutUsBanner
{
    background-image: url('../images/AboutUs.png');
}
.SectionPart1
{
    border: 0px Solid #aaaaaa;
    font-family: Calibri;
    border: 1px Solid Black;
    border-width: 0px 0px 0px 0px;
    width: 50%;
    float: left;
}
.SectionPart2
{
    border: 0px Solid #aaaaaa;
    font-family: Calibri;
    border: 0px Solid Black;
    border-width: 0px 0px 0px 0px;
    width: 50%;
    float: left;
}
.SectionPart1 h3
{
    font-size: 18pt;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
}
.SectionPart2 h3
{
    font-size: 18pt;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
}
.ProductCategory
{
    font-size: 25pt;
    font-weight: bold;
    font-variant: small-caps;
    margin: 15px;
}
.IndvidualProductGroup
{
    border: 0px Solid Black;
    padding: 10px;
    display: inline-block;
    width: 100%;
    /*height: 230px;
    overflow-y: auto;*/
}

.IndvidualProductGroupPSF
{
    border: 0px Solid Black;
    padding: 10px;
    display: inline-block;
    width: 100%; 
}

.IndvidualProductGroupRight
{
    display: inline-block;
    margin: 0px 0px 0px 0px;
}
.IndvidualProductGroup p
{
    font-size: 12pt;
    margin-bottom: 7px;
}
.IndvidualProductGroup .ImageBlock
{
    float: left;
    width: 165px;
    border: 0px Solid Black;
    height: 165px;
    position:relative;
    /**/ 
    
}
.IndvidualProductGroup .ImageBlock img
{
    border: 1px Solid #aaaaaa; 
    width: 100%;
    height:100%; 
    z-index:1000;
     -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; transition: all 1s ease;
    position:relative;  
}



.IndvidualProductGroupPSF p
{
    font-size: 12pt;
    margin-bottom: 7px;
}
.IndvidualProductGroupPSF .ImageBlock
{
    float: left;
    width: 165px;
    border: 0px Solid Black;
    height: 165px;
    position:relative; 
}
.IndvidualProductGroupPSF .ImageBlock img
{
    border: 1px Solid #aaaaaa; 
    width: 100%;
    height:100%;
    z-index:1000;
     -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; transition: all 1s ease;
    position:relative;
}

@media screen and (min-width: 1000px)
{  
    .IndvidualProductGroupPSF .ImageBlock img:hover
    { 
        width:300px;
        height:300px;
        position:absolute;
        z-index:10001;
    }
    
    .IndvidualProductGroup .ImageBlock img:hover
    { 
        width:   300px;
        height:  300px;
        position:absolute;
        z-index:10001;
    }
    
     
    .Applications .Appcontainer .Sections
    {    
        /*border:0px Solid Black;
        width:100%;     
        margin:10px 0px 10px 0px;
        display:inline-block;*/
        border: 0px Solid Black;
        width: 49.4%;
        margin: 3px 3px 3px 3px;
        display: inline-block;
        float: left;
    }
    .Applications .Appcontainer .Sections .ImagePart
    {    
        /*border:0px Solid Black;
        width:20%;       
        float:left;*/
        border: 0px Solid Black;
        width: 40%;
        float: left;
    }

    .Applications .Appcontainer .Sections .ImagePart img
    {
        height: 230px;
        width: 270px;
    }
    .Applications .Appcontainer .Sections .ContentPart
    {    
        border:0px Solid Black;
        /*width:30%;   */
        width:60%;   
        padding: 15px 15px;
        background: #FCF3D4; 
        float:left;
        text-align:justify;
        height:230px; 
    }
    

    .Applications .Appcontainer .Sections .ContentPart h4
    {    
        color: #000;
        font-size: 1.5em;
        font-weight: 700;
        margin: 0em 0 0.5em;
        text-align: left;
    }
    .Applications .Appcontainer .Sections .ContentPart p
    {
        text-align:justify;
    }    

    .Applications .Appcontainer .Sections .ContentPart a
    {color:#E74C3C
    }    

}

.IndvidualProductGroup .ImageBlockRight
{
    float: left;
    width: 35%;
    border: 1px Solid Black;
    min-height: 170px;
}
.IndvidualProductGroup .ImageBlockRight img
{
    border: 1px Dotted #aaaaaa;
    min-height: 170px;
    width: 100%;
}
.IndvidualProductGroup .ContentBlock
{
    float: right;
    width: 65%;
    border: 0px Solid Black;
    /*height: 170px;
    overflow-y: auto;*/
}

.IndvidualProductGroupPSF .ContentBlock
{
    float: right;
    width: 65%;
    border: 0px Solid Black; 
    height: 170px;
    overflow-y: auto;
    
}

.IndvidualProductGroup .ContentBlockRight
{
    float: right;
    width: 65%;
    border: 0px Solid Black;
    /*height: 170px;
    overflow-y: auto;*/
}
.IndvidualProductGroup .ContentBlock .left
{
    float: left;
    width: 22%;
    margin-left: 15px;
}


.IndvidualProductGroup .ContentBlock .middle
{
    float: left;
    width: 2%;
}


.IndvidualProductGroupPSF .ContentBlock .left
{
    float: left;
    width: 22%;
    margin-left: 15px;
}


.IndvidualProductGroupPSF .ContentBlock .middle
{
    float: left;
    width: 2%;
}
.IndvidualProductGroup .ContentBlockRight .middle
{
    float: left;
    width: 2%;
}
.IndvidualProductGroup .ContentBlock .entire
{
    float: left;
    width: 80%;
}
.IndvidualProductGroup .ContentBlock .right
{
    float: left;
    width: 70%;
    padding-left: 15px;
}

.IndvidualProductGroupPSF .ContentBlock .right
{
    float: left;
    width: 70%;
    padding-left: 15px;
}

/*
.GradientBack
{
    background: red;  
    background: -webkit-linear-gradient(top, #B4C1E4 , #BBDABF, #FFE1AA, #F7FFAA);  
    background: -o-linear-gradient(top, #B4C1E4,#BBDABF,  #FFE1AA, #F7FFAA);  
    background: -moz-linear-gradient(top, #B4C1E4,#BBDABF,  #FFE1AA, #F7FFAA);  
    background: linear-gradient(to bottom, #B4C1E4,#BBDABF,  #FFE1AA, #F7FFAA);  
}
*/


.GradientBack
{
    background: red;
    background: -webkit-linear-gradient(top, #F0AE66, #E9861A,#D94C2B);
    background: -o-linear-gradient(top, #F0AE66, #E9861A,#D94C2B);
    background: -moz-linear-gradient(top, #F0AE66,#E9861A,#D94C2B);
    background: linear-gradient(to bottom, #F0AE66, #E9861A,#D94C2B);
}

/* For browsers that do not support gradients */
/* For Safari 5.1 to 6.0 */
/* For Opera 11.1 to 12.0 */
/* For Firefox 3.6 to 15 */
/* Standard syntax (must be last) */



.ui-accordion .ui-accordion-header
{
    font-weight: bold;
    font-size: 150%;
    font-family: cambria;
}

/*
.GradientLeft2Right
{
    background: red;  
    background: -webkit-linear-gradient(left, #B4C1E4 , #BBDABF, #FFE1AA, #F7FFAA);  
    background: -o-linear-gradient(left, #B4C1E4,#BBDABF,  #FFE1AA, #F7FFAA); 
    background: -moz-linear-gradient(left, #B4C1E4,#BBDABF,  #FFE1AA, #F7FFAA); 
    background: linear-gradient(to right, #B4C1E4,#BBDABF,  #FFE1AA, #F7FFAA);  
}*/


.GradientLeft2Right
{
    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left,  #FF9933, #FFFFFF, #128807); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #FF9933, #FFFFFF, #128807); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #FF9933, #FFFFFF, #128807); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right,  #FF9933, #FFFFFF, #128807); /* Standard syntax (must be last) */
}


.products-top img
{
    margin: 0px 40px;
        height: 215px;
    width: 270px;
}

.ulAboutPart
{
    list-style-type: circle;
}
.ulAboutPart li
{
    list-style-type: circle;
}
.YearAbout
{
    text-decoration: underline;
    font-size: 14pt;
    font-weight: bold;
}
.LiStyle li
{
    font-size: 11pt;
    font-weight: normal;
    color: #000000;
}
.HomeJAMLContent
{
    /* margin-top: -65px;*/
    background-color:#FCF3D4; 
    width:85%;
    margin:auto;
    padding:15px;
    }
.HomeJAMLContent p
{
    /*width: 80%;
    margin-left: 64px;*/
    color:#232323;
    font-size:10.5pt;
    text-align:left;
}
.HomeJAMLContent h2
{
    font-size:20pt;
    font-weight:bold;
    margin-bottom:7px;
    width: 80%;
    /*margin-left: 64px;*/
    color:#232323;
}
#dvProductImage
{
    height: 230px;
    width: 270px;
    border: 0px Solid Black;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
#dvProductImage img
{
    height: 220px;
    width: 260px;
    margin: auto;
}





#spnViscoseTow, #spnAcrylicTow, #spnPETFlakes, #spnPCSCrap, #spnPETScrap, #spnSOLID, #spnHOLLOW, #spnSolidWhite, #spnSolidBlack, #spnSolidNatural, #spnSolidRed, #spnSolidGreen, #spnSolidBlue, #spnSolidSand, #spnPolLightBrown, #spnPolDarkBrown, #spnPolBlack, #spnSliverWhite, #spnSliverMixFancy, #spnPETNatural, #spnPETGreen, #spnPETBrown, #spnPopocornBlack, #spnPopocornBlack, #spnHDPE, #spnYarnPolyster100, #spnYarnPOY, #spnYarnFDY, #spnYarnDTY, #spnPOY, #spnWiry, #spnLumps, #spnPopcorn, #spnChips, #spnSemiDull, #spnPolWhite
{
    text-decoration: underline;
    font-size: 14pt;
    cursor: pointer;
}


#EmailContents
{
    margin: 0px;
}
.WeSell-List
{
    border: 1px Solid Black;
    height: 700px;
    width: 48%;
    float: left;
}
.WeBuy-List
{
    border: 1px Solid Black;
    height: 700px;
    width: 48%;
}

.YearBlock
{
    width: 10%;
    height: 70px;
    border: 1px Solid Black;
    border-width: 2px 0px 0px 2px;
    float: right;
    font-size: 30pt;
}

.YearBlockMobile
{ 
    border: 0px Solid Black;  
    font-size: 15pt;
    margin-left:15px;
    text-align:left;
    font-weight: bold;    
    /*text-decoration:underline;*/
}

.ContentBlockYearWiseMobile
{ 
    border: 0px Solid Black; 
    font-size: 9pt;
    font-weight: bold;
    margin:0px 20px 0px 30px;
    text-align:justify;
}
.AboutDetailMobile
{ 
    border: 0px Solid Black; 
    font-size: 10pt;
    font-weight: bold;
    margin:0px 10px 15px 10px;
    text-align:justify;
}
.UpperMostYearBlock
{
    width: 10%;
    height: 40px;
    border: 1px Solid Black;
    border-width: 2px 0px 0px 2px;
    float: right;
    font-size: 30pt;
}

.YearBlock p
{
    width: 75%;
    font-size: 25pt;
    margin: 5px 0px 0px 15px;
}

.ContentBlockYearWise
{
    height: 70px;
    border: 1px Solid Black;
    border-width: 0px 0px 0px 0px;   float: right;
    font-size: 9.5pt;
    font-weight: bold;
}


.UpperMostContentBlockYearWise
{
    height: 40px;
    border: 1px Solid Black;
    border-width: 0px 0px 0px 0px;
    float: right;
    font-size: 9.5pt;
    font-weight: bold;
}

.ContentBlockYearWise div
{
    margin-top: 10px;
    border: 0px Solid Black;
    width: 45%;
    text-align: justify;
}

.ContentBlockYearWise div.upperDiv
{
    margin-top: 10px;
    border: 0px Solid Black;
    width: 70%;
    text-align: justify;
}

.ContentBlockYearWise div.upperMostDiv
{
   margin-top: 0px;
    border: 2px Solid Black;
    width: 70%;
    text-align: justify;
    border-width: 2px 0px 0px 0px;
}


.StepDiv
{
    height: auto;
    width: 100%;
    border: 0px Solid Black;
    vertical-align: bottom;
}
.MiddleClear
{
    clear: both;
    width: 10%;
    float: right;
}

#cycler
{
    position: relative;
}

.cyclerparent a
{ 
    width: 100%; 
}
.marqueeconatiner
{
    border: 0px Solid Black;
    width: 90%;
    margin: auto;
}


a.back-to-top
{
    display: none;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 65px;
    background: #27AE61 url("../images/up-arrow.png") no-repeat center 43%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.ContentBlock p
{
    width: 100%;
    float: left;
}
@media screen and (max-width: 420px)
{    
    #AboutMobile
    {
        display:block;
    }
    
    #AboutWeb
    {
        display:none;
    }
    
    .clearfixer
    {
        height: 1px;
        border: 1px Dotted Black;
        border-width: 1px 0px 0px 0px;
        margin: 15px 0px 15px 0px;
    }
    a.back-to-top
    {
        width: 40px;
        height: 40px;
    }
    .IndvidualProductGroup .ContentBlockRight
    {
        /* float: right; */
        width: 100%;
        border: 0px Solid Black;
    }
    .IndvidualProductGroup .ContentBlockRight .left
    {
        float: left;
        width: 100%;
        margin-left: 15px;
        text-align: left;
    }
    .IndvidualProductGroup .ContentBlockRight .right
    {
        margin-top: -10px;
        float: right;
        width: 85%;
        text-align: left; /* padding-left: 15px; */
    } 
    .IndvidualProductGroup .ContentBlock
    {
        /* float: right; */
        width: 100%;
        border: 0px Solid Black;
    }
    .IndvidualProductGroup .ContentBlock .left
    {
        float: left;
        width: auto;
        margin-left: 15px;
        text-align: left;
    }

    .IndvidualProductGroup .ContentBlock .right
    {
        margin-top: -10px;
        float: right;
        width: 90%;
        text-align: left; /* padding-left: 15px; */
    }    
    .IndvidualProductGroup .ImageBlock
    {
        float: none;
        width: 80%;
        border: 0px Solid Black;
        margin: auto;
        height: 193px;
    }    
    .IndvidualProductGroup .ImageBlock:hover
    { 
        width: 80%;
        height: 193px;
        position:relative; 
    }

    .IndvidualProductGroup .ImageBlock img
    {
        border: 1px Dotted #aaaaaa;
        width: 100%;
        height: 193px;
    }   
    
    .IndvidualProductGroupPSF .ContentBlock
    {
        /* float: right; */
        width: 100%;
        border: 0px Solid Black;
        height: auto; 
        display:inline;
    }
    .IndvidualProductGroupPSF .ContentBlock .left
    {
        float: left;
        width: auto;
        margin-left: 15px;
        text-align: left;
    }

    .IndvidualProductGroupPSF .ContentBlock .right
    {
        margin-top: -10px;
        float: right;
        width: 90%;
        text-align: left; /* padding-left: 15px; */
    }    
    .IndvidualProductGroupPSF .ImageBlock
    {
        float: none;
        width: 80%;
        border: 0px Solid Black;
        margin: auto;
        height: 193px;
    }    
    .IndvidualProductGroupPSF .ImageBlock:hover
    { 
        /*width: 80%;
        height: 193px;
        position:relative; */
    }

    .IndvidualProductGroupPSF .ImageBlock img
    {
        border: 1px Dotted #aaaaaa;
        width: 100%;
        height: 193px;
    } 
    
    #Continer-Lower
    {
        width: 100%;
    }
     #Continer-Lower-Mobile
    {
        width: 100%;
    }
    .IndvidualProductGroup
    {
        padding: 0px;
    }
    .IndvidualProductGroupPSF
    {
        padding: 0px;
    }
    .SectionPart1
    {
        border: 0px Solid #aaaaaa;
        font-family: Calibri;
        border: 0px Solid Black;
        width: 100%;
        float: left;
    }
    .SectionPart2
    {
        border: 0px Solid #aaaaaa;
        font-family: Calibri;
        border: 0px Solid Black;
        width: 100%;
        float: left;
    }
    .SectionPart1 h3
    {
        font-size: 18pt;
        font-weight: bold;
        text-align: center;
        text-decoration: underline;
    }
    .SectionPart2 h3
    {
        font-size: 18pt;
        font-weight: bold;
        text-align: center;
        text-decoration: underline;
    }
    .CategorizeProduct{display:none;}
    
    
    
    
    
    
    .Applications .Appcontainer .Sections
    {    
        border:0px Solid Black;
        width:100%;     
        margin:10px 0px 10px 0px;
        display:inline-block;
    }
    .Applications .Appcontainer .Sections .ImagePart
    {    
        border:0px Solid Black;
        width:100%;       
    }

    .Applications .Appcontainer .Sections .ImagePart img
    {
        height: 185px;
        width: 100%;
        margin-bottom:10px;
    }
    .Applications .Appcontainer .Sections .ContentPart
    {    
        border:0px Solid Black;
        width:100%;   
        padding: 15px 15px;
        background: #FCF3D4; 
        float:left;
        text-align:justify;
        height:auto;
    }

}
/*
@media screen and (min-width: 720px) and (max-width: 720px)
{
 .IndvidualProductGroup .ImageBlock
    {
        float: none;
        width: 50%;
    }
}*/


.mar-container {
    width: 18em;
    height: 8em;
    margin: 1em auto;
    overflow: hidden;
    background: white;
    position: relative;
    box-sizing: border-box;
}

.mar-marquee {
    top: 6em;
    position: relative;
    box-sizing: border-box;
    animation: marquee 15s linear infinite;
}

.mar-marquee:hover {
    animation-play-state: paused;
}

.CategorizeProduct
{
    height:50px; background-color:#FAFAD2;
} 
.CategorizeProduct div
{
    width:50%;
    float:left;
    text-align:center;
    font-size:20pt;
} 
.CategorizeProduct div:first-child 
{
    border:1px Dotted Black;
    border-width:0px 1px 0px 0px;
}
.CategorizeProduct div p
{
    line-height:50px;   
    vertical-align:middle;
    font-size:18pt;
    font-variant:small-caps;
    font-weight:bold;
}

.fix-my-tabs{position:fixed; top:0px;z-index: 10000000001;-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; transition: all 1s ease;}


.scrollbar
{
	margin-left: 30px;
	float: left;
	height: 300px;
	width: 65px;
	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;
} 

.force-overflow
{
	min-height: 300px;
}

#style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
	background-color: #5C5C5C;
}
.Applications
{
    border:0px Solid Black;
    width:100%;    
}
    
.Applications .Appcontainer
{    
    border:0px Solid Black;
    width:85%;    
    margin:auto;    
    margin-bottom:15px;
    display:table;
}
#MobileSwachBharat
{
   font-size:13pt;
   color:#FCF3D4;
   margin-top:25px;
   margin-bottom:15px;
}/*
#fixedEnquiryTab {
    background: #fff;
    border: 1px solid #C2C2C2;
    border-right: none;
    float: right;
    font-size: 1.2em;
    font-weight: bold;
    position: fixed;
    top: 295px;
    right: 0; 
    height: 180px;
    width: 34px;
    z-index: 9999;
}
#fixedEnquiryTab p{line-height:15px; font-size:15pt;}

    */
    
.fixedEnquiryTab   
{
    background-color:transparent;
    border: 0px solid #C2C2C2;
    border-right: none;
    /*float: right;*/
    position: fixed;
    font-size: 1.2em;
    font-weight: bold;
    float: right; 
    height: auto;
    z-index: 9999;
    -webkit-transition: right 150ms linear 0ms;
    -moz-transition: right 150ms linear 0ms;
    -ms-transition: right 150ms linear 0ms;
    transition: right 150ms linear 0ms; 
    
}
#EnquiryHeader img
{
    margin:3px -1px; 
}
#EnquiryHeader
{
    background: #fff;
    font-size: 1.2em;
    /*font-weight: bold;
    float: right;*/
    float:left;
    position: fixed;
    z-index: 9999;
    top: 232px;  
    border: 1px solid #C2C2C2;
    border-right: none;
    border-top-width: 1px;
    border: 1px solid #C2C2C2;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-style: solid none solid solid;
    border-top-color: rgb(255, 255, 255);
    border-bottom-color: rgb(255, 255, 255);
    border-left-color: rgb(255, 255, 255);
    border-radius: 4px 0px 0px 4px;
    box-shadow: rgba(255, 255, 255, 0.247059) 1px 1px 1px inset, rgba(0, 0, 0, 0.498039) 0px 1px 2px;
    
}

.EnquiryDiv{ 
    background-color:#FFFFFF;
    border:0px Solid Black; 
    border-radius: 7px 0px 0px 7px;
}
 
.expanded{right:0px;}
.EnquiryStretch{right:100px;}

.SMSEmailPopupStyled
{
    height:100%;
    width:100%;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    z-index:9999999999999; 
    position: fixed;
    top:0;
    left:0;
    display:none;
}

.ShowSMSEmailPopupStyled
{
    display:block;
}

.PopupContainer{height:auto; border:1px Solid Black; background-color:White;margin: auto;
    margin-top: 30px;
    font-family:Cambria;}

/* The Close Button */
.PopupContainer .close {
    color: #555555;
    float: right;
    font-size: 35pt;
    font-weight: normal;
}

.PopupContainer .close:hover,
.PopupContainer .close:focus {
    color: #555555;
    text-decoration: none;
    cursor: pointer;
}


.SMSSectionStyled
{
    width:400px; height:auto; border:0px Solid Black;
    margin:auto;
    margin-top:20px;
    display:none;
}


.EmailSectionStyled
{
    width:400px; height:auto; border:0px Solid Black;
    margin:auto;
    margin-top:20px;
    display:none;
}
 
.ContactMode{} 
.ContactMode span{width:10%;} 
 