html,
button,
input,
select,
textarea,
.pure-g[class *="pure-u"] {
    font-family: futuraltbt !important;
}
#menu {
    background: #E6E6E6;
}
#menu a {
    letter-spacing: 0;
}
#menu .pure-menu-selected {
    background: #87D4FE;
}
#menu .pure-menu li a:hover,
#menu .pure-menu li a:focus {
    background: #87D4FE;
    color: #fff;
}
#menu .pure-menu ul,
#menu .pure-menu .menu-item-divided {
    border-top: 1px solid #CECECE;
}
#menu .pure-menu-heading {
    color: #000;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*
 * -- BASE STYLES --
 * Most of these are inherited from Base, but I want to change a few.
 */

body {
    line-height: 1.5em;
    color: #515151;
    font-family: futuraltbt;
	font-weight: bold;
    font-size: 1.125em;
}
.header {
    font-family: futuraltbt;
}
html,
button,
input,
select,
textarea,
.pure-g[class *="pure-u"] {
    font-family: futuraltbt;
}
#cursive {}
}
h1,
h2,
h3,
h4,
h5,
h6,
label {
    color: #34495e;
    /*letter-spacing: 0.08em;*/
}
.pure-img-responsive {
    max-width: 100%;
    height: auto;
}
.history {
    margin-top: 10%;
}
#ani {
    margin: 0;
    /* font-weight: bold !important; */
    letter-spacing: 0.4px;
    background: #FFFFFF;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-top: 1px;
    color: #000 !important;
    padding-bottom: 1px;
    /* font-size: 14px; */
    display: inline-block;
    /* margin-left: 3%; */
    font-weight: bold;
}
.plant-row {
    margin-top: 3em;
    margin-bottom: 1em;
}
.plant-box {} .marg-bottom {
    margin-bottom: 1em;
}
.plant-box-main {
    padding-left: 10px;
    padding-right: 10px;
}
.plant-box-main:hover {
    transform: scale(1.05);
    transition: 1s ease-in-out;
}
.plant-box-main img {
    height: 200px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #DDDDDD;
}
.plant-box h3 {
    color: #B6B6B6;
    margin: 0;
    float: left;
}
.plant-box h4 {
    margin-top: 1em;
    color: black;
}
.plant-box p {
    color: #87D4FE;
}
.plant-box span {
    border-bottom: 1px solid #000;
}
.plant-box a {
    float: left;
    margin-left: 5px;
    color: #808080;
    text-align: right;
    font-size: 20px;
}
.plant-box img {
    margin-bottom: 1em;
    height: 200px;
    border-radius: 3px;
    border: 1px solid #DDDDDD;
}
#his h2 {
    margin: 5px 0 5px 0em;
    color: #87D4FE;
}
#his img {
    border-radius: 4px;
    box-shadow: 0px 6px 21px -14px #000000;
    border-bottom: 10px solid #87D4FE;
}
.action-button {
    width: 100px;
    background: #27AE60;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}
.bod {
    padding: 5px;
    padding-bottom: 0;
}
.bod:hover {
    background: #F3F3F3;
}
.bod hr {
    width: 65%;
    margin-top: -0.5em;
    margin-bottom: -0.5em;
    height: 2px;
    background: black;
    border: none;
}
.bod h3 {
    color: black;
}
.bod img {
    /* border-radius: 50%;
    height: 225px;*/
    border-radius: 4px;
    box-shadow: 0px 6px 21px -14px #000000;
    border: 4px solid #87D4FE;
    max-height: 400px;
    height: 250px;
}
.bod p+p {
    font-size: 17px;
    color: rgb(121, 121, 121);
    padding: 1em;
    padding-left: 2em;
    padding-right: 2em;
    line-height: 1.2;
    letter-spacing: 0.2px;
}
.bodp {
    color: #9B9B9B;
    letter-spacing: 1.0px;
    font-size: 18px;
}
.bodp1 {
    color: #515151;
    letter-spacing: 1.0px;
    font-size: 18px;
    text-align: justify;
}
.new3d {
    padding-bottom: 3em;
    padding-top: 3em;
}
}
/*
 * -- LAYOUT STYLES --
 * These are some useful classes which I will need
 */

.l-box {
    padding:1em;
}
.l-box-lrg {
    padding:2em;
    border-bottom:1px solid rgba(0,
    0,
    0,
    0.1);
}
.is-center {
    text-align:center;
}
.menu_bg {
    margin-top:1.4em;
}
/*
 * -- PURE FORM STYLES --
 * Style the form inputs and labels
 */

.pure-form label {
    margin:1em 0 0;
    font-weight:bold;
    font-size:100%;
}
.pure-form input[type] {
    border:2px solid #FFF;
    box-shadow:none;
    font-size:100%;
    width:100%;
    margin-bottom:1em;
    color:#fff;
}
/*
 * -- PURE BUTTON STYLES --
 * I want my pure-button elements to look a little different
 */

.pure-button {
    background-color:#1f8dd6;
    color:white !important;
    padding:0.5em 2em;
    border-radius:5px;
}
.pure-button-primary {
    background:#87D4FE;
    color:#fff;
    border-radius:5px;
    font-size:120%;
}
.button-warning {
    background:#87D4FE;
    /* this is an orange */
    color:white !important;
    font-family:open-sans;
}
.button-silver {
    background:#505050;
}
.pure-button-nav {
    background-color:#87D4FE;
    color:white !important;
    padding:5px 20px 5px 20px;
    border-radius:5px;
    font-size:16px;
    font-family:open-sans;
    text-decoration:none;
}
.pure-button-nav-active {
    background-color:#000;
}
.pure-button-nav:hover {
    background-color:#000;
}
.label-hr {
	height:2px;
	border:none;
	max-width: 250px;
	background-color: #87D4FE;
}
.label-hr:before {
    content:"\f111";
    display:inline-block;
    position:relative;
    font-family:FontAwesome;
    top:-15px;
    left:-49%;
    COLOR:#87D4FE;
    font-size:8px;
}
.label-hr:after {
    content:"\f111";
    display:inline-block;
    position:relative;
    font-family:FontAwesome;
    top:-15px;
    left:49%;
    color:#87D4FE;
    font-size:8px;
}
/* Edit for chitrakala Image underline*/
.label-hrab {
    height:2px;
    background:#87D4FE;
    border:none;
    max-width: 250px;
}
.label-hrab:before {
    content:"\f111";
    display:inline-block;
    position:relative;
    font-family:FontAwesome;
    top:-13px;
    left:-49%;
    COLOR:#87D4FE;
    font-size:8px;
}
.label-hrab:after {
    content:"\f111";
    display:inline-block;
    position:relative;
    font-family:FontAwesome;
    top:-13px;
    left:49%;
    color:#87D4FE;
    font-size:8px;
}
/*
 * -- MENU STYLES --
 * I want to customize how my .pure-menu looks at the top of the page
 */

.home-menu {
    text-align:center;
    box-shadow:0 4px 0px rgba(0,
    0,
    0,
    0.2);
}
.home-menu.pure-menu-open {
    background:#fff;
}
.pure-menu.pure-menu-open.pure-menu-fixed {
    /* Fixed menus normally have a border at the bottom. */
    border-bottom:5px solid #87D4FE;
    /* I need a higher z-index here because of the scroll-over effect. */
    z-index:4;
}
.home-menu .pure-menu-heading {
    color:white;
    font-weight:400;
    font-size:120%;
}
.home-menu a {
    color:#fff;
    font-weight:300;
}
.home-menu ul li ul li {
    overflow:hidden;
}
.home-menu ul li ul li>:hover {} .home-menu li a {
    padding:10px 45px 10px 45px;
    transition:background 0.5s linear 0s,
    color 0.5s linear 0s;
    text-align:left;
    font-size:16px;
	font-weight: bold;
	text-transform: uppercase;
    letter-spacing:0;
}
.home-menu .pure-menu-selected a {
    color:white;
    background-color:#87D4FE;
    border:none;
}
.home-menu li a:hover,
.home-menu li a:focus {
    background:#87D4FE;
    border:none;
    color:white;
    padding:5px 45px 15px 45px;
    transition:0.3s ease-in-out;
    text-shadow:-1px 5px 0px rgba(0,
    0,
    0,
    0.23);
}
.home-menu ul li ul li {
    background:black;
}
.home-menu ul li ul li a {
    min-width:180px;
    padding:5px 12px 5px 12px !important;
    color:white;
}
.shado ul {
    box-shadow:-6px 8px 20px -5px #DADADA;
}
/*
 * -- SPLASH STYLES --
 * This is the blue top section that appears on the page.
 */

.splash-container {
    z-index:1;
    overflow:hidden;
    /* The following styles are required for the "scroll-over" effect */
    width:100%;
    height:82%;
    left:0;
    margin-top:2em;
}
/* This is the main heading that appears on the blue section */

.splash-head {
    font-size:20px;
    font-weight:bold;
    color:white;
    border:3px solid white;
    padding:1em 1.6em;
    font-weight:100;
    border-radius:5px;
    line-height:1em;
}
/* This is the subheading that appears on the blue section */

.splash-subhead {
    color:white;
    letter-spacing:0.05em;
    opacity:0.8;
}
/*
 * -- CONTENT STYLES --
 * This represents the content area (everything below the blue section)
 */

.content-wrapper {
    /* These styles are required for the "scroll-over" effect */
    position:absolute;
    top:91%;
    width:100%;
    min-height:12%;
    z-index:2;
    background:white;
}
/* This is the class used for the main content headers (<h2>) */

.content-head {
    margin:2em 0 1em;
}
/* This is a modifier class used when the content-head is inside a ribbon */

.content-head-ribbon {
    color:#515151;
}
/* This is the class used for the content sub-headers (<h3>) */

.content-subhead {
    color:#1f8dd6;
}
.content-subhead i {
    margin-right:7px;
}
/* This is the class used for the dark-background areas. */

.ribbon {
    background:#87D4FE;
    color:#515151;
    box-shadow:0px 0px 25px -4px #000;
}
.ribbon-silver {
    background:#F5F5F5;
    color:#000;
    margin-top:5em;
}
.ribbon-client {
    background:#fff;
    color:#000;
    margin-top:5em;
}
#client {
    color:#000;
}
.client-logo {
    
}
.client-logo:hover {
    opacity:1.0;
    filter:none;
    -webkit-filter:none;
}
.clients {
    padding:1em;
}
.img-top-margin img {
    margin-top:1em;
}
/* This is the class used for the footer */

.footer {
    background:#3C3C3C;
    color:#FFFFFF;
    margin:0 0;
    border-top:8px solid #87D4FE;
    padding-bottom:0;
}
.f1 {
    padding-top:13px;
}
.footer-links {
    padding-bottom:1em;
    border-bottom:3px solid #7C7C7C;
}
.footer-links a {
    color:white;
    letter-spacing:0.8px;
    padding:1em;
    background:black;
}
.footer-links a:hover {
    transition:0.5s all ease-in-out;
    background:#474747;
}
.footer-social {
    padding-top:2em;
}
.footer-h3 {
    color:rgb(167,
    167,
    167);
    font-size:15px;
    font-weight:normal;
}
.footer h3 a {
    color:#87D4FE;
}
.fa {
    background:#87D4FE;
    border-radius:8px;
    width:40px;
    padding:5px;
}
.is-right {
    text-align:right;
}
.is-bottom {
    padding-bottom:0;
}
.visitor {
    line-height:0;
    border-radius:7px;
    overflow:hidden;
    margin-top:12px;
}
.visitor p {
    background:#000;
    margin:0;
    padding-top:5px;
    padding-bottom:5px;
    margin-bottom:1px;
}
.hit-co {
    max-width:275px;
}
.footer-name h3,
h5 {} .social-icons {
    text-align:right;
}
.social-icons a{
    padding: 0;
    background: none;
}
.social-icons img {
    height:40px;
    width:40px;
    border-radius:5px;
    padding-right:2px;
}
.social-icons i {} .services-head {
    padding:2em;
    background-image:url();
    background-repeat:no-repeat;
    background-size:cover;
}
.services-row {
    width:100%;
}
.services-row-left,
.services-row-content {
    float:left;
}
.services-row-left {
    width:20%;
}
.services-row-content {
    padding-left:2em;
    width:80%;
    padding-right:2em;
}
.services-row-content h3 {
    margin:0;
}
.services-row-content p {
    font-family:futuraltbt;
}
.services-row-left img {
    max-height:145px;
}
.services-list {
    padding:1em;
    border-right:3px solid #000;
    float:left;
    position:fixed;
}
.services-content {
    padding-top:1em;
}
.services-list ul li,
.services-list ul a {
    list-style:none;
    font-family:futuraltbt;
    font-weight:bold;
    color:#919191;
}
.services-list ul a:visited {
    color:#000;
}
.services-img {
    padding-top:2em;
}
.career {
    padding-top:10em;
    padding-bottom:5em;
    background-image:url(../../img/bg.png);
    background-repeat:repeat;
    background-attachment:fixed;
}
/*
 * -- TABLET (AND UP) MEDIA QUERIES --
 * On tablets and other medium-sized devices, we want to customize some
 * of the mobile styles.
 */

@media(min-height:46em){

.content-wrapper {
    top:83%;
}
}
@media (min-width: 48em) {
    /* We increase the body font size */
    body {
        font-size:16px;
    }
    /* We want to give the content area some more padding */
    .content {
        padding:1em;
    }
    
    /* We can align the menu header to the left, but float the
    menu items to the right. */
    .home-menu {
        text-align:center;
    }
    .home-menu ul {}
    /* We increase the height of the splash-container */
    /*    .splash-container {
        height: 500px;
    }*/
    /* We decrease the width of the .splash, since we have more width
    to work with */
    .splash {
        width:50%;
        height:50%;
    }
    .splash-head {
        font-size:250%;
    }
    /* We remove the border-separator assigned to .l-box-lrg */
    .l-box-lrg {
        border:none;
    }
    .hd {
        margin-bottom:-1em;
    }
    .menu_bg {
        background:#505050 !important;
    }
}
/*
 * -- DESKTOP (AND UP) MEDIA QUERIES --
 * On desktops and other large devices, we want to over-ride some
 * of the mobile and tablet styles.
 */

@media (min-width: 78em) {
    /* We increase the header font size even more */
    .splash-head {
        font-size:250%;
    }
}
@media (min-width: 58em) {
    #menu {
        display:none;
    }
    #layout {
        display:none;
    }
}
@media (max-width: 48em) {
    #loogo a {
        display:none;
    }
    .logo-right {
        margin-bottom:-1em;
    }
    .content-wrapper {
        /*top: 58%;*/
    }
}
@media (max-width: 58em) {
    .career {
        padding-top:3em;
        padding-bottom:0em;
    }
    .logomod {
        text-align:center !important;
    }
    .home-menu ul li {
        display:none;
    }
    .menu_bg {
        background:#fff !important;
    }
    #mar {
        margin-bottom:-1.7em;
    }
    #loogo {
        display:none;
    }
    .logo-right {
        width:100%;
        text-align:center !important;
        margin-top:0 !important;
        padding-top:10px;
        padding-bottom:5px;
    }
    .pure-menu.pure-menu-horizontal>ul {
        display:none;
    }
    .footer h3 {
        text-align:left;
        padding-left:10px;
        margin:0;
        margin-top:5px;
        margin-bottom:10px;
    }
    .visitor {
        text-align:left;
        margin-top:0;
    }
}
.content {
    max-width:none;
    margin-top:7em;
}
/* Project Box */

.project-box-squre {
    display:block;
    float:left;
    width:15%;
    background:#87D4FE;
    text-align:center;
    margin:3px 30px 0 0;
    position:relative;
    padding-bottom:10px;
    padding-top:10px;
    border-radius:5%;
}
.day {
    font-size:50px;
    color:#fff;
    padding-top:7px;
    display:block;
    line-height:1em;
}
.month {
    font-size:19px;
    color:#515151;
    text-transform:uppercase;
    padding-bottom:19px;
    font-weight:bold;
}
.project-box-content {
    display:block;
    float:left;
    width:75%;
}
.project-box-content h5 {
    letter-spacing:1px;
    font-size:1em;
    margin:0 0;
}
.project-box-content p {
    margin:0 0;
    line-height:1.2;
    letter-spacing:0.5px;
}
@media (max-width: 35.5em) {
    .project-box-squre {
        width:33% !important;
    }
    .about p {
        font-size:14px !important;
    }
    .month {
        font-size:14px;
        color:white;
    }
    .balance {
        letter-spacing:0;
    }
    .project-box-content {
        width:100%;
    }
    .car {
        padding-top:22% !important;
    }
    .career,
    .career1,
    .career2 {
        padding-top:0 !important;
        padding-bottom:0 !important;
        background:none !important;
    }
    blockquot {
        font-size:15px !important;
        width:100% !important;
    }
    #quote {
        padding-left:1.2em;
    }
    .social-icons {
        text-align:left;
        padding-left:10px;
        padding-top:5px;
    }
    .social-icons img {
        height:30px;
        width:30px;
    }
    .footer-name h3,
    h5 {
        margin-left:10px;
        margin-top:10px;
        margin-bottom:0;
    }
    .footer h3 {
        text-align:left;
        padding-left:10px;
        margin:0;
        margin-top:5px;
        margin-bottom:10px;
    }
    .visitor {
        text-align:left;
        margin-top:0;
    }
    .f1 {
        padding:0;
    }
    .footer-links a {
        background:none;
    }
}
/* 35.5 Media Over*/

/*bord of director page css*/

.bord-of-members {
    border:3px solid #87D4FE;
}
.bord-of-members-img {
    float:left;
}
.bord-of-members-content {
    float:left;
    /*box-shadow: 0px 0px 10px #c0c0c0;	*/
}
.bord-of-members-img .pure-img {
    box-shadow:0px 0px 14px #707070;
    border:1px solid #fff;
    border-radius:10%;
}
#project-slider li img {
    width:100%;
    min-width:250px;
    max-height:150px;
    border-radius:7px;
}
#project-slider li img:hover {
    width:110%;
}
.cs-style-3 img {
    min-height:250px;
    width:350px;
}
.responsive-tabs-wrapper ul li {
    font-size:16px;
    list-style:none;
}
.responsive-tabs-wrapper .futura p {
    text-align:justify;
    font-size:15px;
}
.about p {
    font-size:16px;
    text-align:justify;
    padding-right:1em;
}
.milestone {} .bg {
    background-image:url(../../img/bg.png);
    background-repeat:repeat;
    background-attachment:fixed;
}
/* Contact Us Page - Hiren */

/*
.pure-form{
}
.pure-form-aligned .pure-control-group label {
 width:100%; 
 margin:0;
}

.pure-form-aligned .pure-control-group label{
	text-align:left;
}*/

.fl h1 {} .pure-form textarea {
    width:100%;
    border:2px solid #FFf;
    box-shadow:none !important;
    resize:none;
    color:#fff;
}
.pure-form h1 {
    color:white;
}
.pure-form textarea:focus {
    border:2px solid #87D4FE;
}
.bg1 {
    background-image:url(../../img/bg1.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}
.addr {
    padding-left:5em;
    font-family:futuraltbt !important;
}
.pure-button-orange {
    background-color:#FF5520;
}
.career1 {
    background:rgba(0,
    0,
    0,
    0.52) url(../../img/a.html) no-repeat 0 50%;
    background-attachment:fixed;
    background-repeat:no-repeat;
    background-size:100%;
    background-position:center;
    padding-top:7em;
    padding-bottom:7em;
}
.career2 {
    background:rgba(0,
    0,
    0,
    0.52) url(../../img/career2.html) no-repeat 0 50%;
    background-attachment:fixed;
    background-repeat:no-repeat;
    background-size:100%;
    background-position:center;
    padding-top:7em;
    padding-bottom:7em;
}
.career tbody {
    background:rgba(0,
    0,
    0,
    0.7)no-repeat 0 50%;
}
.white {
    padding:1em;
    text-align:center;
}
.white h3 {
    color:white;
}
.white h4 {
    color:#87D4FE;
}
.white p {
    color:#fff;
}
#quote {
    padding-top:3em;
    padding-bottom:3em;
}
blockquot {
    font-family:Georgia,
    serif;
    font-size:24px;
    font-style:italic;
    width:560px;
    margin:0.25em 0;
    padding:0.25em 40px;
    line-height:1.45;
    position:absolute;
    color:#383838;
}
blockquot:before {
    display:block;
    content:"\201C";
    font-size:80px;
    position:absolute;
    left:-20px;
    top:-20px;
    color:#7a7a7a;
}
blockquot cite {
    color:#999999;
    font-size:16px;
    display:block;
    margin-top:5px;
    text-align:right;
}
blockquot cite:before {
    content:"\2014 \2009";
}
.logo {
    z-index:2;
    width:100%;
    background:white;
}
.news-box {
    display:block;
    background:#fff;
    padding:10px;
    color:black;
    font-weight:bold;
}
.news-box span:after {
    content:"\f000";
    font-family:FontAwesome;
    font-style:normal;
    font-weight:normal;
    text-decoration:inherit;
    /*--adjust as necessary--*/
    color:#000;
    font-size:18px;
    padding-right:0.5em;
    position:absolute;
    top:10px;
    left:0;
}
.news-box-light {
    background:#87D4FE;
    padding-bottom:10px;
    padding-top:10px;
}
.news-box-light p {
    padding-top:10px;
    margin:0;
}
.rotate {
    width:100%;
    overflow:hidden;
}
.logomod {
    text-align:left;
}
/*  Marquee  */

.marquee-wrapper {} .marquee a {
    color:#515151;
    text-decoration:none;
}
.marquee a:hover {
    color:#fff;
    text-shadow:none;
}
.marquee {
    background:none;
    color:#00b1dc;
    white-space:nowrap;
    text-shadow:0px 0px 0px #838383;
}
/* Marquee End */

hr.circle-both {
    background:#87D4FE;
}
hr.circle-both:before {
    content:"\f111";
    display:inline-block;
    position:relative;
    font-family:FontAwesome;
    top:-13px;
    left:-49%;
    COLOR:#87D4FE;
    font-size:8px;
}
hr.circle-both:after {
    content:"\f111";
    display:inline-block;
    position:relative;
    font-family:FontAwesome;
    top:-13px;
    left:49%;
    color:#87D4FE;
    font-size:8px;
}
hr.star-light,
hr.star-primary {
    margin:25px auto 30px;
    padding:0;
    max-width:250px;
    border:0;
    border-top:solid 5px;
    text-align:center;
}
hr.star-light:after,
hr.star-primary:after {
    content:"\f005";
    display:inline-block;
    position:relative;
    top:-.5em;
    padding:0 .25em;
    font-family:FontAwesome;
    font-size:2em;
}
hr.star-light {
    border-color:#fff;
}
hr.star-light:after {
    color:#fff;
    background-color:#f0bf00;
}
hr.star-primary {
    border-color:#2c3e50;
}
hr.star-primary:after {
    color:#2c3e50;
    background-color:#fff;
}
.policy {
    padding:1em;
}
.award1 {
    background-image:url('../../img/b1.html');
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment:fixed;
    padding:1em;
}
h3,
h5,
h4,
h2 {
    margin-top:1em;
    color:#5A5959;
    font-weight:bold;
}
.logo-right {
    text-align:right;
    color:black;
    font-weight:bold;
    font-size:25px;
    font-style:normal;
    margin-top:1em;
}
.logo-right h5 {
    font-size:13px;
    color:#AFAFAF;
    margin-top:0;
    margin-bottom:5px;
    padding-right:10px;
    ;
}
#apply {} #apply input[type="text"],
textarea {
    padding-top:5px;
    padding-bottom:5px;
    border-radius:4px;
    border-style:none;
    border:1px solid #ccc;
    color:#868686;
    background:rgba(255,
    255,
    255,
    0.59);
    margin-top:5px;
    margin-bottom:5px;
    min-width:300px;
}
.ser {
    background:#F5F5F5;
    border-top-right-radius:8px;
    border-top-left-radius:8px;
    border:2px solid #E7E7E7;
}
.ser img {
    border:9px solid white;
}
.office {
    color:#515151;
    
}
.map {
    padding:0.5em;
}
.establish span {
    color:#87D4FE;
}
}
