body {
    font-size: 13px;
    line-height: 15px;
}
a {
    text-decoration: none !important;
}
header {
    background: transparent;
    width: 100%;
    height: auto;
}
.logowrap {
    position: absolute;
    top: 0;
    left: 50%;
    width: 150px;
    height: auto;
    margin-left: -75px;
    padding: 0;
    display: table;
    background: #000;
    text-align: center;
    z-index: 101;
}
.logowrap img {
    max-width: 100%;
}
#campaigncarousel {
    position: relative;
}
.refimg {
    position: absolute;
    right: 0;
    bottom: 95px;
}
.refimg span {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 8px 15px 10px;
    font-size: 12px;
    line-height: 12px;
}
#toptxtsfixed {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}
#home-marquee {
    background-color: #000;
    padding: 10px 0;
    color: #eabc5e;
}
#fixed-txt {
    background: #164d23;
    display: block;
    text-align: center;
    color: #fff;
    padding: 15px;
    font-size: 16px;
    line-height: 16px;
}
#menubtn {
    position: fixed;
    right: 15px;
    top: 15px;
    cursor: pointer;
    z-index: 999;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav a {
    transition: 0.3s;
    color: #999;
    text-decoration: none;
}
.sidenav a:hover {
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 36px;
    padding: 15px;
    display: table;
}
#mainnav {
    list-style: none;
    font-size: 16px;
    line-height: 16px;
}
#mainnav li {
    border-bottom: 1px solid #222;
}
#mainnav li a {
    display: block;
    border-bottom: 1px solid #222;
    padding-bottom: 16px;
    padding-top: 16px;
    padding-left: 15px;
}
#mainnav li a:hover {
    background: #222;
}
#callback-form {
    width: 100%;
    max-width: 260px;
    position: absolute;
    top: 40%;
    margin-top: -160px;
    right: 4%;
}
.formwrapper {
    padding: 15px;
    background: #f1f1f1;
    border: ddd;
    border-radius: 4px;
    margin: 15px 0;
}
.formwrapper h4 {
    text-align: center;
    font-size: 17px;
    border-bottom: 1px solid #ccc;
    display: table;
    margin: 0 auto 15px;
    padding: 5px;
}
.list-style {
    list-style: circle;
    margin: 0 0 0 15px;
    padding: 0;
}
.list-style li {
    margin: 10px 0 0;
}
.homesections {
    padding-top: 40px;
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
    margin-left: auto;
    margin-right: auto;
}
.homesections h3 {
    font-size: 26px;
    text-align: center;
    border-bottom: 2px solid #64a76f;
    color: #64a76f;
    display: table;
    margin: 30px auto;
    padding: 5px 10px;
    font-weight: 400;
}
.homesections h5 {
    margin: 15px 0;
    font-weight: 400;
}
.mlr-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
}
.br-4 {
    border-radius: 4px;
}
.alert-light {
    background-color: #fafafa;
    color: #212529;
}
.alert-light2 {
    background-color: #f5f5f5;
}
.border-light {
    border-color: #eee !important;
}
.tinfo {
    display: table;
    margin: 15px auto;
    text-align: center;
    text-decoration: none;
    color: #64a76f;
}
#contact {
    background: #d7dbd1;
}
.footercontent {
    font-size: 15px; line-height: 1.5;
}
#copyrightsec {
    background-color: #444;
    color: #fff;
    padding: 30px 15px 30px 15px;
    text-align: center;
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
    margin-left: auto;
    margin-right: auto;
}
.social_nav {
    padding: 0;
    margin: 0;
}
.social_nav li {
    display: inline-block;
}
.social_nav li a {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 32px;
    width: 40px;
    margin: 0 5px;
    text-align: center;
    width: 35px;
    line-height: 30px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 50%;
}
.whatsappfixed {
    position: fixed;
    left: 15px;
    bottom: 70px;
    z-index: 999;
    display: table;
    width: auto;
}
.whatsappfixed img {
    width: 50px;
}
#fixedphno {
    position: fixed;
    left: 15px;
    bottom: 15px;
    z-index: 999;
    display: table;
    width: auto;
}
#fixedphno img {
    width: 170px;
}
.back-to-top {
    position: fixed;
    left: 15px;
    bottom: 126px;
    z-index: 100;
    width: 50px;
    height: 50px;
    font-size: 15px;
    line-height: 50px;
    color: #fff !important;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.18);
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    transition: 0.45s all ease-in-out;
    transform: translate3d(0, 200px, 0);
    display: table;
    border-radius: 50%;
}
.back-to-top.active {
    transform: translate3d(0, 0, 0);
}
.pswp,
.pswp__bg,
.pswp__scroll-wrap {
    height: 100%;
    width: 100%;
}
.pswp,
.pswp__item,
.pswp__scroll-wrap {
    overflow: hidden;
    top: 0;
    position: absolute;
    left: 0;
}
.pswp,
.pswp__bg,
.pswp__container,
.pswp__img--placeholder,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden;
}
.pswp,
.pswp__bg,
.pswp__error-msg,
.pswp__img,
.pswp__item,
.pswp__scroll-wrap,
.pswp__zoom-wrap {
    position: absolute;
}
.pswp {
    display: none;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000;
    -webkit-text-size-adjust: 100%;
    outline: 0;
}
.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pswp img {
    max-width: none;
}
.pswp--animate_opacity {
    opacity: 0.001;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
    display: block;
}
.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}
.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}
.pswp__bg {
    left: 0;
    top: 0;
    background: #999;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: opacity;
}
.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none;
}
.pswp__item {
    right: 0;
    bottom: 0;
}
.pswp__img {
    width: auto;
    height: auto;
    top: 0;
    left: 0;
}
.pswp__img--placeholder--blank {
    background: #222;
}
.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0;
}
.pswp__error-msg {
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #ccc;
}
.pswp__error-msg a {
    color: #ccc;
    text-decoration: underline;
}
.pswp__share-tooltip a,
.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000;
}
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right,
.pswp__caption--fake {
    visibility: hidden;
}
.pswp__button {
    position: relative;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: 0.75;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
    opacity: 1;
}
.pswp__button:active {
    outline: 0;
    opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.pswp__ui--over-close .pswp__button--close {
    opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(default-skin.png) no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(default-skin.svg);
    }
    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: 0 0;
    }
}
.pswp__button--close {
    background-position: 0 -44px;
}
.pswp__button--share {
    background-position: -44px -44px;
}
.pswp__button--fs {
    display: none;
}
.pswp--supports-fs .pswp__button--fs {
    display: block;
}
.pswp--fs .pswp__button--fs {
    background-position: -44px 0;
}
.pswp__button--zoom {
    display: none;
    background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
    display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: 0 0;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute;
}
.pswp__button--arrow--left {
    left: 0;
}
.pswp__button--arrow--right {
    right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: "";
    top: 35px;
    background-color: rgba(0, 0, 0, 0.3);
    height: 30px;
    width: 32px;
    position: absolute;
}
.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px;
}
.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}
.pswp__share-modal--hidden {
    display: none;
}
.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #fff;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}
.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 18px;
}
.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
    opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px;
}
a.pswp__share--facebook:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}
.pswp__caption--empty,
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none;
}
.pswp__counter,
.pswp__preloader {
    height: 44px;
    top: 0;
    position: absolute;
}
a.pswp__share--facebook:hover {
    background: #3e5c9a;
    color: #fff;
}
a.pswp__share--facebook:hover:before {
    border-bottom-color: #3e5c9a;
}
a.pswp__share--twitter:hover {
    background: #55acee;
    color: #fff;
}
a.pswp__share--pinterest:hover {
    background: #ccc;
    color: #ce272d;
}
a.pswp__share--download:hover {
    background: #ddd;
}
.pswp__counter {
    left: 0;
    font-size: 13px;
    line-height: 44px;
    color: #fff;
    opacity: 0.75;
    padding: 0 10px;
}
.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px;
}
.pswp__caption small {
    font-size: 11px;
    color: #bbb;
}
.pswp__caption__center {
    text-align: center;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px 15px;
    line-height: 20px;
    color: #fff;
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__ui {
    visibility: visible;
}
.pswp__preloader {
    width: 44px;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
    direction: ltr;
}
.pswp--css_animation .pswp__preloader--active,
.pswp__preloader--active {
    opacity: 1;
}
.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px;
}
.pswp__preloader--active .pswp__preloader__icn {
    background: url(preloader.gif) no-repeat;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 0.5s linear infinite;
    animation: clockwise 0.5s linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
    animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
    background: 0 0;
    opacity: 0.75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0;
    margin: 0;
}
@media screen and (max-width: 1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right;
    }
}
@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes donut-rotate {
    0%,
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }
}
@keyframes donut-rotate {
    0%,
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }
}
.pswp__ui {
    -webkit-font-smoothing: auto;
    opacity: 1;
    z-index: 1550;
}
.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%;
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__caption,
.pswp__top-bar {
    background-color: rgba(0, 0, 0, 0.5);
}
.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
    background-color: rgba(9, 9, 9, 0.2);
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right,
.pswp__ui--idle .pswp__top-bar {
    opacity: 1;
}
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
    opacity: 0.001;
}
.pswp__element--disabled {
    display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
    background: 0 0;
}
#share-bar {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 100;
    background-color: #555326;
    padding: 10px 15px;
}
.sharing-providers {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.sharing-providers > li {
    display: inline-block;
    text-align: center;
    width: 35px;
    height: 35px;
    padding: 0;
    margin: 0;
    background: #777;
    transition: 0.5s all;
}
.sharing-providers.circle > li {
    border-radius: 50%;
}
#share-bar.left {
    left: 0;
}
#share-bar.left .sharing-providers > li {
    margin-left: 0;
}
#share-bar.right {
    right: 0;
}
#share-bar.right .sharing-providers > li {
    margin-right: 5px;
}
.sharing-providers > li > a {
    text-decoration: none !important;
    font-family: FontAwesome;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
}
.sharing-providers.circle > li > a {
    border-radius: 50%;
}
.sharing-providers > li > a {
    color: #fff;
    font-size: 16px;
}
.sharing-providers > li > a,
.sharing-providers > li > a:hover {
    text-decoration: none;
}
.sharing-providers > li.facebook:hover {
    background: #4267b2;
}
.sharing-providers > li.googleplus:hover {
    background: #d14836;
}
.sharing-providers > li.twitter:hover {
    background: #1da1f2;
}
.sharing-providers > li.linkedin:hover {
    background: #0077b5;
}
.sharing-providers > li.tumblr:hover {
    background: #2c4762;
}
.sharing-providers > li.digg:hover {
    background: #333;
}
.sharing-providers > li.reddit:hover {
    background: #5f99cf;
}
.sharing-providers > li.pinterest:hover {
    background: #cb2027;
}
.sharing-providers > li.stumbleupon:hover {
    background: #eb4924;
}
.sharing-providers > li.email:hover {
    background: #e3a129;
}
.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.carousel-indicators {
    margin-bottom: 100px;
}
.carousel-indicators li {
    height: 5px;
}
.border-middle {
    border-color: #c7c7c7 !important;
}

.logowrap {
    width: 160px;
    margin-left: 0px;
    left: 4%;
    background: #fff;
}





 table.csdft {
    border-collapse: collapse;
    width: 100%;
    font-family: Arial, sans-serif;
  }
 table.csdft th, table.csdft td {
    border: 1px solid #d6c9a9;
    padding: 8px;
    text-align: left;
  }
 table.csdft th {
    background-color: #4a4a2e;
    color: white;
  }
  table.csdft tr:nth-child(even) {
    background-color: #f0e8d3;
  }
  table.csdft tr:nth-child(odd) {
    background-color: #f7f3e6;
  }
  table.csdft .main-category {
    background-color: #4a4a2e;
    color: black;
    font-weight: bold;
  }






#toptxtsfixed,
.refimg {
    display: none;
}

.homesections h3 {
    border-color: #46451e;
    color: #46451e;
}

.homesections h4 {
    font-size: 18px;
    color: #555326;
}

.homesections h5 {
    font-size: 16px;
}

.table-info,
.table-info > td,
.table-info > th {
    background-color: #fbf3e3;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #e3e1dd;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #dcd9d3;
}

#contact {
    background: #ddd;
    padding-bottom: 70px !important;
}

#contact .text-success {
    color: #20a69e !important;
}

#spectable {
    table-layout: fixed;
}

#spectable .list-style {
    list-style: none;
    margin: 0;
}

#spectable .img-fluid {
    width: 80px;
}

#spectable td {
    width: 50%;
}

.sharing-providers {
    display: none;
}

#share-bar {
    min-height: 55px;
}
