*, html, body {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
}

.navbar {
    height: 80px;
    font-weight: 500;
    box-shadow: 1px 1px 1px #afafaf;
    background-color: #ffffff;
    z-index: 5;
}

.nav-span {
    width: 420px;
}

.nav-item {
    padding: 0 1.4rem;
}

.nav-link {
    color: #141414!important;
}

.top-nav {
    width: 100%;
    background-color: #2b2b2b;
    color: #ffffff;
}

.top-nav h1 {
    font-size: 1rem;
    padding: 0.5rem 0;
    margin: 0;
}

.navbar-name {
   font-size: 1rem;
    margin: 0;
    width: 320px;
    font-weight: 600;
}

.hidden-menu {
    float: right;
    padding-top: 12px;
}

/*#main-carousel {
    padding-top: 80px;
}*/

.carousel-caption {
    font-size: 22px;
    color: white;
    text-shadow: 2px 2px 3px #000000;
}

.parallax-outer {
    /*use image*/
    background-image: url("../img/happycustomer.jpg");

    /*set specific height*/
    min-height: 750px;

    /*create parallax scrolling effect*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-outer1 {
    /*use image*/
    background-image: url("../img/tapes-p.jpg");

    /*set specific height*/
    min-height: 750px;

    /*create parallax scrolling effect*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-outer2 {
    /*use image*/
    background-image: url("../img/machine.jpg");

    /*set specific height*/
    min-height: 750px;

    /*create parallax scrolling effect*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-outer3 {
    /*use image*/
    background-image: url("../img/career.jpg");

    /*set specific height*/
    min-height: 750px;

    /*create parallax scrolling effect*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ot-cont {
    padding-top: 12rem;
}

.content-box {
    width: 500px;
    height: 300px;
    position: relative;
    background-color: rgba(255,255,255,0.5);
    border-radius: 10px;
    background-image: url(../img/shape1.png);
    background-position: right;
}

.content-box1 {
    width: 500px;
    height: 300px;
    position: relative;
    background-color: rgba(0,0,0,0.5);
    border-radius: 10px;
    background-image: url(../img/shape2.png);
    background-position: right;
}

.parallax-content1, .parallax-content3 {
    padding-top: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    color: white;
}

.parallax-desc1, .parallax-desc3 {
    color: white;
    width: 500px;
    padding-top: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.parallax-content, .parallax-content2 {
    padding-top: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    color: #141414;
}

.parallax-desc, .parallax-desc2 {
    color: #141414;
    width: 500px;
    padding-top: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.content-btn {
    margin-left: 1rem;
}

ul.sub-menu {
    position: absolute;
    background-color: #ffffff;
    list-style: none;
    padding-left: 0;
    width: 150px;
    margin-left: -25px;
    opacity: 0;
    z-index: 10;
    box-shadow: 2px 1px 3px #afafaf;
    visibility: hidden;
}

ul.sub-menu li {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

ul.sub-menu li > a {
    padding: 0;
    color: #000000;
    text-decoration: none;
}

ul.sub-menu li > a:hover {
    color: #616161;
}

.nav-item:hover .sub-menu {
    perspective: 1000px;
}

.nav-item:hover .sub-menu {
    opacity: 1;
    animation-name: service;
    animation-duration: 500ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    visibility: visible;
}

.nav-item:hover .sub-menu li {
    opacity: 1;
    animation-name: service;
    animation-duration: 500ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

@keyframes service {
    0% {
        opacity: 0;
        transform: rotateY(-90deg) translateY(30px);
    }
    100% {
        opacity: 1;
        transform: rotateY(0deg) translateY(0px);   
    }
}

ul.sub-menu li:hover {
    background-color: #ffffff;
    color: black;
}

.toplink {
    color: #000000;
    text-decoration: none;
}

.toplink:hover {
    text-decoration: none;
}

.about {
    text-align: center;
}

#about {
    color: white;
}

#abouthead {
    padding: 5px 0 5px 0;
    margin-right: 5px;
}

#abouthead:hover {
    background-color: #DEDEDE;
}

#aboutcontainer {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#king {
    background-image: url(../img/pic-10.jpg);
    background-size: cover;
    background-position: center;
    min-height: 400px;
    margin-top: 80px;
    padding: 100px 20px 20px 70px;
    color: white;
    text-shadow: 2px 2px 4px #000000;
    border-bottom: 1px solid #ccc;
    box-shadow: 1px 1px 2px #ccc;
}

.aboutside {
    padding: 10px 0 0 5px;
    color: #333333;
    border: 1px solid #C4C4C4;  
}

.aboutside {
    color: #ffffff;
}

.aboutside h3 {
    color: #333333;
}

.aboutside a {
    text-decoration: none;
    color: #333333;
}

.aboutside ul {
    padding: 0 5px 0 0;
    width: 100%;    
}

.aboutsidelist, .visionsidelist {
    list-style: none;
    height: 50px;
    padding-left: 5px;
    padding: 10px 0 10px 5px;
}

.aboutsidelist a, .visionsidelist a {
    text-decoration: none;
}

.aboutsidelist:hover, .visionsidelist:hover {
    background-color: #0277AB;
    color: #ffffff;
}

.aboutsidelist:hover a, .visionsidelist:hover a {
    color: #ffffff;
}

.abouts {
    color: #013333;
    font-size: 15px;
}

.aboutmain {
    color: #000000;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
}

.aboutmain h3 {
    color: #0277AB;
}

.aboutmain h5 {
    color: #0277AB;
}

.aboutdivider {
    height: 2px;
    width: 8rem;
    background-color: #0277AB;
    margin-bottom: 1rem;
}

.founder {
    float: right;
    width: 55%;
    padding: 2rem 0 0.5rem 0.5rem;
}

.hrside {
    margin: 0;
    color: #ffffff;
    height: 0.5px;
}

.sideactive {
    background-color: #0277AB;
}

.sideactive a {
    color: #ffffff;
}

.visionmainhead h3, .missionhead h3 {
    color: #0277AB;
}

.visiondivider {
    height: 2px;
    width: 9rem;
    background-color: #0277AB;
    margin-bottom: 1rem;
}

.missiondivider {
    height: 2px;
    width: 10rem;
    background-color: #0277AB;
    margin-bottom: 1rem;
}

#profile {
    background-image: url(../img/list5.jpg);
    background-size: cover;
    background-position: center;
    min-height: 600px;
    margin-top: 80px;
    padding: 100px 20px 20px 70px;
}

.profile-top {
    padding: 5rem 0;
}

#profilehead {
    text-align: center;
}

/*.profileside {
    background: #66CDCC;
    vertical-align: middle;
    padding-top: 10px;
    color: #333333;
    height: 328px;
}*/

/*.profile {
    text-align: center;
}
*/
/*.profiles {
    color: #333333;
    font-size: 15px;
}*/

.profilemain {
    color: #000000;
    line-height: 1.6;
    font-size: 15px;
}

#vision {
    background-image: url(../img/list4a.jpg);
    background-size: cover;
    background-position: center;
    min-height: 600px;
    margin-top: 80px;
    padding: 100px 20px 20px 70px;
}

.vision-pg {
    padding: 3rem 0;
}

.visionside {
    background-color: #BDDDEF;
    vertical-align: middle;
    padding-top: 10px;
    color: #333333;
    height: 328px;    
}

.vision {
    text-align: center;
}

.visions {
    color: #013333;
    font-size: 15px;
}

#visionhead {
    text-align: center;
}

.visionmain {
    color: #000000;
    font-size: 15px;
    line-height: 1.6;
}

.copyright {
    height: 200px;
    background: #333333;
    color: white;
    text-align: center;
    margin: 30px;
}

#bottom {
    padding-top: 100px;
    vertical-align: middle;
}

.divide {
    background-color: #013333;
    border: none;
    height: 2px;
}

#mission {
    padding-top: 40px;
}

.menu_main {
     margin-top: 70px;
     height: 50px;
}

#wrapper {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 650px;
    height: 45px;
}

#wrapper li {
    float: left;
}

.anchor {
    width: 150px;
    color: white;
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
}

.point {
    list-style: none;
}

/**** Plants Page ****/

.plt-inner {
    padding-top: 3rem;
    width: 75%;
    margin: 0 auto;
}

.plt-inner h2 {
    text-align: center;
    font-size: 1.8rem;
    color: #0277AB;
    padding-bottom: 2rem;
}

.plt-inner h3 {
    font-size: 1.6rem;
    color: #0277AB;
    padding: 2rem 0 1rem 0;
}

.guj-plt-img, .har-plt-img {
    padding: 2rem 0;
}

.guj-plt-img h5, .har-plt-img h5 {
    color: #0277AB;
    padding-left: 1rem;
}

.guj-plt-img img, .har-plt-img img {
    margin: 1rem;
}

.plt-desc {
    padding: 0 2rem;
    margin-bottom: 2rem;
}


/**** Plants Page ****/
/********** Contact Information *************/

.site-links {
    list-style: none;
}

.site-links li {
    font-size: 14px;
    line-height: 1.5;
}

.site-links li a {
    color: #D9D9D9;
    font-size: 14px;
    line-height: 2;
}

#contact {
    padding-top: 2rem;
    font-size: 14px;
    line-height: 1.5;
}

.contact-title {
    text-align: center;
}

.contacts-divider {
    height: 1px;
    width: 30%;
    background-color: #fff;
    margin: 0 auto;
}

.contact-title h2 {
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 400;
}

.bb-mobiles {
    padding-top: 1.5rem;
}

#ft-nav h3 {
    font-size: 1.3rem;
    font-weight: 400;
}

.contact-line {
    color: #ffffff;
}

.othercontact h3 {
    font-size: 1.3rem;
    font-weight: 400;
}

.units-add h6 {
    font-size: 0.9rem;
    margin-bottom: 0.3rem;
}

.units-add p {
    font-size: 0.8rem;
}

.contacts {
    list-style: none;
    padding-left: 0;
    color: #D9D9D9;
}

.ct-icon {
    padding: 5px 0;
    text-align: center;
}

#ct-mail {
    color: #D9D9D9;
}

.ct-detail {
    padding: 0 20px 0 5px;
}

.social-links {
    padding: 0 25px 0 0;
    width: 200px;
    height: 50px;
    overflow: hidden;
    display: flex;
}

.slide-social {
    float: left;
    padding: 0.5rem 0 0 0;
    margin: 0 auto;
    color: #D9D9D9;
}

.slide-social a {
    text-decoration: none;
    color: #D9D9D9;
}

.slide-social {
    animation-duration: 2s;
    animation-name: slideup;
}

.slide-social a {
    color: #ffffff;
}

@keyframes slideup {
    from {
        margin-right: 5%;
        opacity: 0;
    }
    to {
        margin-right: 0%;
        opacity: 1;
    }
}

.social-first {
    padding-left: 0;
    margin-left: 0;
}

/********** Contact Information *************/

/******** footer section ************/

#footer {
    background-color: #636363;
    color: #ffffff;
}

.reg-off {
    padding-left: 15px;
}

.footer-in2 {
    padding: 1rem 0;
    text-align: center;
    font-size: 0.9rem;
    color: #ccc;
}

.footer2 a {
    color: #ffffff;
}

.ct-detail, #ct-mail, .slide-social h6, .slide-social p {
    font-family: 'arial';
}

/************ footer section ***********/


/*New */

#contact {
    background-color: #333333;
    color: #ffffff;
}


/*********** Contact Page *************/

.ct-wrapper-outer {
    background-color: #F5F5F5;
    color: #171717;
}

#ct-page {
    padding-top: 3rem;
    align-items: center;
}

#ct-head {
    margin-bottom: 1rem;
}

#ct-head h1 {
    text-align: center;
    color: #0277AB;
}

.ct-form > h4 {
    text-align: center;
    margin-bottom: 3rem;
    color: #0277AB;
}

#ct-btn {
    background-color: #0277AB;
}

.ct-bottom {
    padding: 3rem 0;
}

.ct-bottom h4 {
    text-align: center;
    margin-bottom: 3rem;
    color: #0277AB;
}

#map {
    height: 400px;
    width: 100%;
}

#mail-msg-alert {
    text-align: center;
}

#mail-msg {
    text-decoration: none;
    color: #000000;
}

.ct-add {
    padding: 1rem 0 0 3rem;
}

.ct-add h6 {
    text-transform: uppercase;
    color: #0277AB;
}

.ct-add p {
    padding-bottom: 2rem;
}

/*********** Contact Page *************/

/********** products ****************/

.products-desc {
    padding: 4rem 1rem;
}

.products-desc h3 {
    text-align: center;
    padding-bottom: 2rem;
}

.pdt-desc {
    width: 70%;
    text-align: center;
    margin: 0 auto;
}

.pdt-desc2 {
    width: 70%;
    text-align: justify;
    margin: 0 auto;
}

.pdt-range {
    list-style: none;
    text-align: center;
    margin-top: 3rem;
}

.pdt-range2 {
    list-style: none;
    text-align: center;
    margin-top: 1rem;
}

.pdt-range li, .pdt-range2 li {
    padding-right: 3rem;
    display: inline;
}

.pdt-range li a, .pdt-range2 li a {
    text-decoration: none;
    color: #0277AB;
}

.pdt-range li a:hover, .pdt-range2 li a:hover {
    color: #000;
}

.product-type {
    text-align: center;
    padding-top: 5rem;
    color: #0277AB;
}

.product-type-divider {
    height: 2px;
    background-color: #0277AB;
    width: 10%;
    margin: 0 auto;
    margin-bottom: 2rem;
}

.pdt-img-row {
    margin: 2rem 0;
}

.pdt-snippets {
    padding: 1rem;
}

.pdt-table {
    width: 100%;
    border: 1px solid #0277AB;
}

.pdt-table th {
    height: 50px;
    background-color: #0277AB;
    color: #ffffff;
    text-align: center;
}

.pdt-table tr {
    height: 50px;
    text-align: center;
}

tbody tr {
    font-size: 14px;
}

tbody tr:nth-child(even) {
    background-color: #8ED9FA;
}

.pdt-form {
    padding-top: 4rem;
    width: 50%;
    margin: 0 auto;
}

.no-show {
    display: none;
}

/**** Secret Admin and Login Page ****/

.main-wrapper {
    margin: 0 auto;
    width: 1000px;
}

#admin-header nav {
    width: 100%;
    height: 60px;
    background-color: #fff;
}

#admin-header nav ul {
    float: left;
}

#admin-header nav ul li {
    float: left;
    list-style: none;
}

#admin-header nav ul li a {
    font-family: arial;
    font-size: 16px;
    color: #111;
    line-height: 63px;
}

#admin-header .nav-login {
    float: right;
}

#admin-header .nav-login form {
    float: left;
    padding-top: 15px;
}

#admin-header .nav-login form input {
    float: left;
    width: 140px;
    height: 30px;
    padding: 0 10px;
    margin-right: 10px;
    border: none;
    background-color: #ccc;
    font-family: arial;
    font-size: 14px;
    color: #111;
    line-height: 30px;
}

#admin-header .nav-login form button {
    float: left;
    width: 60px;
    height: 30px;
    margin-right: 10px;
    border: none;
    background-color: #f3f3f3;
    font-family: arial;
    font-size: 14px;
    color: #111;
    cursor: pointer;
}

#admin-header .nav-login form button:hover {
    background-color: #ccc;
}

#admin-header .nav-login a {
    display: block;
    width: 60px;
    height: 60px;
    border: none;
    float: left;
    background-color: #fff;
    font-family: arial;
    font-size: 16px;
    color: #111;
    line-height: 63px;
    cursor: pointer;
}

.main-container {
    padding-top: 40px;
}

.main-container h2 {
    font-family: arial;
    font-size: 40px;
    color: #111;
    line-height: 50px;
    text-align: center;
}


/**** Secret Admin and Login Page ****/

.main-container {
    background-color: #e8e8e8;
    /*height: 2500px;*/
}

#admin-header {
    margin-top: 4rem;
}

.main-wrapper ul {
    padding-left: 3rem;
}

#home-link {
    text-decoration: none;
}

#home-link:hover {
    color: #2DC7FA;
}



/**** Secret Admin and Login Page ****/