﻿@charset "UTF-8";
@font-face {
  font-family: "Conv_Roboto-Light";
  src: url("../fonts/Roboto-Light.eot");
  src: local("?"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype"), url("../fonts/Roboto-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Conv_Montserrat-Light";
  src: url("../fonts/Montserrat-Light.eot");
  src: url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype"), url("../fonts/Montserrat-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Conv_PRESDNTN";
  src: url("../fonts/PRESDNTN.eot");
  src: url("../fonts/PRESDNTN.woff") format("woff"), url("../fonts/PRESDNTN.ttf") format("truetype"), url("../fonts/PRESDNTN.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Conv_PlayfairDisplay-Black";
  src: url("../fonts/PlayfairDisplay-Black.eot");
  src: url("../fonts/PlayfairDisplay-Black.woff") format("woff"), url("../fonts/PlayfairDisplay-Black.ttf") format("truetype"), url("../fonts/PlayfairDisplay-Black.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/** Generated by FG **/
@font-face {
  font-family: "Conv_Italianno-Regular";
  src: url("../fonts/Italianno-Regular.eot");
  src: local("☺"), url("../fonts/Italianno-Regular.woff") format("woff"), url("../fonts/Italianno-Regular.ttf") format("truetype"), url("../fonts/Italianno-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Conv_Montserrat-Light";
  font-size: 14px;
  color: #333;
  line-height: 20px;
  background: #fff;
  overflow-x: hidden;
}

h1, h2 {
  font-family: "Playfair Display", serif;
}

* {
  margin: 0;
  padding: 0;
}

a {
  color: #dba314;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

a:focus {
  outline: 0;
  text-decoration: none;
}

.text-primary {
  color: #89ac46 !important;
}

.box {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.box {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.Banner {
    position: relative;
    height: 770px;
    overflow: hidden;
    z-index: 9;
}
.banner-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.banner-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
    z-index: 1;
}
    .banner-slide.active {
        opacity: 1;
        z-index: 2;
    }

/* Keep header content above the slides */
.Banner .container.manageheader {
    position: relative;
    z-index: 10;
}

.Banner .header-logo-sm {
  position: relative;
  display: none;
  float: left;
}
.Banner .header-logo-sm img {
  width: 56px;
}
.Banner .navbar-toggle {
  cursor: pointer;
}

.Banner .header-logo-sm {
  position: relative;
  display: none;
}
.Banner .header-logo-sm img {
  width: 56px;
}
.Banner .inner-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .Banner .inner-menu li.logo-img a img {
        width: 110px;
    }
    .Banner .inner-menu li a {
        text-decoration: none;
        font-size: 16px !important;
        font-weight: normal;
        padding: 5px 13px;
        margin-right: 17px;
        color: #fff; /* important so text stays visible */
    }
.Banner .inner-menu li.active a {
  background-color: #6a6838;
  border-radius: 34px;
}

.navbar-default {
  background-color: transparent;
  border: none;
}

.navbar-nav {
  padding-top: 50px;
  padding-left: 185px;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 16px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #6a6838;
  border: 1px solid #656334;
  border-radius: 34px;
}

.navbar-nav > li > a {
  padding-top: 1px;
  padding-bottom: 1px;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #c0ea6f;
  background-color: transparent;
}

.nav > li > a > img {
  max-width: none;
  margin: -31px 20px 0px 20px;
}

.bannertext {
  font-size: 15px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 98px;
}
.bannertext small {
  font-size: 19px;
}
.bannertext h1 {
  font-size: 33px;
  margin-bottom: 5px;
}
    .bannertext p {
        font-size: 32px;
        margin-top: 20px;
        line-height: 36px;
        color: #1e230b;
        font-family: FontAwesome;
    }
.bannertext span {
  font-size: 17px;
  font-family: "Conv_Montserrat-Light";
}
.bannertext img {
  width: 25px;
  margin-top: -10px;
}

.npbook {
  color: #000;
  position: absolute;
  top: 95px;
  left: -179px;
}
.npbook img {
  color: #000;
}

.readmore {
  margin-top: 50px;
}
.readmore.text-primary a {
  font-weight: bold;
  color: #89ac46;
}
.readmore.text-primary a:after {
  background-color: #ccc;
}
.readmore.text-primary a:hover {
  color: #54532e;
}
.readmore.text-primary a:hover:after {
  left: 0px;
  color: #89ac46;
  background-color: #89ac46;
}
.readmore a {
  color: #fff;
  position: relative;
  display: inline-block;
  line-height: 32px;
  font-size: 1.1em;
}
.readmore a:hover {
  color: #c0ea6f;
  text-decoration: none;
}
.readmore a:hover:after {
  left: 0px;
  color: #c0ea6f;
  background-color: #c0ea6f;
}
.readmore a:focus {
  text-decoration: none;
}
.readmore a:after {
  content: "";
  position: absolute;
  left: 40px;
  bottom: 0px;
  height: 1px;
  width: 100px;
  transition: all 0.4s;
  background-color: rgba(255, 255, 255, 0.6);
}

.readmoreblack {
  margin-top: 50px;
}
.readmoreblack.text-primary a {
  font-weight: bold;
  color: #000000;
}
.readmoreblack.text-primary a:after {
  background-color: #000000;
}
.readmoreblack.text-primary a:hover {
  color: #54532e;
}
.readmoreblack.text-primary a:hover:after {
  left: 0px;
  color: #89ac46;
  background-color: #89ac46;
}
.readmoreblack a {
  color: #fff;
  position: relative;
  display: inline-block;
  line-height: 32px;
  font-size: 1.1em;
}
.readmoreblack a:hover {
  color: #474845;
  text-decoration: none;
}
.readmoreblack a:hover:after {
  left: 0px;
  color: #474845;
  background-color: #474845;
}
.readmoreblack a:focus {
  text-decoration: none;
}
.readmoreblack a:after {
  content: "";
  position: absolute;
  left: 40px;
  bottom: 0px;
  height: 1px;
  width: 100px;
  transition: all 0.4s;
  background-color: #474845;
}

.social {
  font-size: 14px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.social .facebook .fa {
  font-size: 16px;
  color: #fff;
  margin-right: 15px;
}
.social .facebook .fa:hover {
  color: #6f89bf;
}
.social .twitter {
  font-size: 14px;
}
.social .twitter .fa {
  font-size: 16px;
  color: #fff;
  margin-right: 10px;
}
.social .twitter .fa:hover {
  color: #1da1f2;
}
.social .insta .fa {
  font-size: 16px;
  color: #fff;
  margin-right: 15px;
}
.social .insta .fa:hover {
  background: -webkit-linear-gradient(45deg, #fdc065, #fa7e1e, #d62976, #ca3fb8fc);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.social .youtube .fa {
  font-size: 16px;
  color: #fff;
  margin-right: 15px;
}
.social .youtube .fa:hover {
  color: #ff3434;
}

.wheelsec {
  margin-top: 100px;
  margin-bottom: 50px;
  position: relative;
  background: url(../images/wheel.png) no-repeat;
  background-size: 550px 550px;
  background-position: 252px 50px;
}

.lefttext {
  background: url(../images/image2.png) no-repeat;
  min-height: 300px;
  overflow: hidden;
  background-size: cover;
}

.heading {
  color: #8a8a8a;
  font-size: 40px;
  margin-bottom: 50px;
  font-family: "Playfair Display", serif;
}

.greensec {
  color: #000;
  background: #e95757;
  padding: 20px;
  height: 147px;
  overflow: hidden;
}
.greensec p {
  color: #fff;
  font-size: 20px;
}
.greensec h2 {
  color: #fff;
  margin-top: 10px;
}

.clearfix {
  clear: both;
}

.mrgn50 {
  margin-top: 50px;
}

.centerwheel {
  color: #000;
  position: absolute;
  top: 31%;
  left: 24%;
}
.centerwheel img {
  width: 120%;
}

.news {
  font-family: "MyriadPro-Cond";
  color: darkgray;
  font-size: 2em;
  position: absolute;
  top: 38%;
  text-align: center;
  opacity: 1;
  /* left: 0; */
  right: -195px;
  letter-spacing: 10px;
  padding: 15px 10px 10px 10px;
  box-sizing: border-box;
  text-transform: uppercase;
  line-height: 30px;
}
.news:after {
  content: "";
  position: absolute;
  right: -44px;
  bottom: 28px;
  height: 1px;
  width: 45px;
  background-color: #7d7d7d;
}

.news2 {
  font-family: "MyriadPro-Cond";
  color: #1f1f1f;
  font-size: 2em;
  position: absolute;
  top: 38%;
  text-align: center;
  opacity: 1;
  /* left: 0; */
  right: 99px;
  letter-spacing: 10px;
  padding: 15px 10px 10px 10px;
  box-sizing: border-box;
  text-transform: uppercase;
  line-height: 30px;
  z-index: 99999;
}
.news2:after {
  content: "";
  position: absolute;
  right: -44px;
  bottom: 28px;
  height: 1px;
  width: 45px;
  background-color: #525151;
}

.backsec {
  background: url(../images/penpaper.jpg) no-repeat fixed;
  background-size: cover;
  padding-bottom: 40px;
  position: relative;
}
.backsec img {
  width: 100%;
}

.headingsec {
  font-size: 20px;
  text-align: center;
  width: 80%;
  margin: auto;
  padding-top: 30px;
}
.headingsec p {
  font-size: 16px;
}

.heading2 {
  color: #5a5959;
  font-size: 40px;
  margin-bottom: 18px;
  font-family: "Playfair Display", serif;
}

.height370 {
  height: 370px;
}

.mrgnt0 {
  margin-top: 0px !important;
}

.greenback {
  background: url(../images/green14.jpg) no-repeat;
  background-size: cover;
  height: 530px;
  position: relative;
  margin-top: 60px;
}

.description {
  font-size: 20px;
  padding-top: 130px;
}
.description p {
  font-size: 26px;
  font-family: Conv_PRESDNTN;
  color: #fff;
  line-height: 30px;
}
.description img {
  margin-bottom: 30px;
}

.imgagesec img {
  position: absolute;
  top: 14px;
  width: 114%;
  right: 75px;
}

.mrgn100 {
  margin-top: 0px;
  margin-bottom: 40px;
}

.footerwheel {
  background: url(../images/pattern2.png) no-repeat center;
  padding: 68px 30px 0px 30px;
  height: 131px;
}
.footerwheel ul {
  text-align: center;
}
.footerwheel li {
  font-size: 15px;
  list-style-type: none;
  display: inline;
}
.footerwheel a {
  color: #8a8a99;
  padding-right: 30px;
}
.footerwheel a:hover {
  color: #89ac46;
  font-weight: bold;
}

.bottomfoot {
  background: #555;
  padding: 10px 10px 5px 10px;
  text-align: center;
  color: #adadad;
  font-size: 14px;
}

#back2Top {
  width: 40px;
  line-height: 40px;
  overflow: hidden;
  z-index: 999;
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.56);
  color: #fff;
  text-align: center;
  font-size: 23px;
  text-decoration: none;
  border-radius: 50%;
}
#back2Top:hover {
  background-color: #728e03;
  color: #fbfbfb;
}

.imghover {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
.imghover:hover {
  color: #020202;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: none;
  opacity: 1;
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer;
  font-size: 50px;
  color: #e0dede;
}

.owl-next {
  position: absolute;
}

.owl-theme .owl-controls .owl-next {
  right: 0 !important;
  top: 0 !important;
}

.owl-theme .owl-controls .owl-prev {
  left: 0 !important;
}

.width85 {
  width: 85%;
}

.owl-carousel .owl-wrapper-outer {
  margin-top: 70px;
  z-index: 9;
}

.owl-theme .owl-controls {
  width: 106% !important;
  top: 50% !important;
  z-index: 1;
}

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.imghover {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.imghover:hover {
  color: #020202;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: none;
  opacity: 1;
  transition: 0.6s ease;
}

.hoverefct {
  overflow: hidden;
  width: 100%;
  height: 350px;
}
.hoverefct img {
  width: 100%;
}

.navbar-toggle {
  z-index: 999999;
  background: #68653d !important;
}

.navbar-toggle .icon-bar {
  background: #e0e0e0;
}

.smlogo {
  display: none;
}
.smlogo img {
  font-size: 12px;
}

.inner-menu li a:hover {
  color: #b7dc72;
}

.socialwizard {
  height: 500px;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.powered-by {
  display: none !important;
}

.infos {
  width: 350px;
  height: auto;
  overflow: hidden;
  margin-top: 50px;
}
.infos img {
  width: 100%;
}

.hovereffect {
  width: 100%;
  height: 360px;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  margin-top: 50px;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 0;
  text-align: left;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  height: 100%;
  width: auto;
  transition: none;
  transform: none;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  font-size: 15px;
  background-color: transparent;
  padding: 20px 15px;
  text-align: left;
  font-weight: bold;
  background: #8BC34A;
  float: left;
  margin: 0;
  box-shadow: 2px 3px 5px #0000004f;
  bottom: 0;
  width: 100%;
}

.hovereffect h2 span {
  font-size: 13px;
  float: right;
}

.hovereffect:hover h2 {
  background: #69923a;
  color: #fff;
  transition: 0.6s ease;
}

.hovereffect .overlay:before {
  position: absolute;
  top: 35px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #fff;
  content: "";
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 17px;
  text-shadow: 2px 2px 2px black;
  width: 100%;
  right: 0;
  bottom: 0;
  text-align: center;
  line-height: 20em;
  z-index: 10;
}

.hovereffect:hover img {
  filter: alpha(opacity=60);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.hovereffect:hover .overlay:before,
.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.homevdo {
  position: absolute !important;
  width: 15% !important;
  display: block !important;
  float: left;
  height: 48px !important;
  top: 43%;
  left: 54%;
  z-index: 999;
}

/** Css by Vaishali **/
.description h4 {
  color: #fff;
  font-family: Conv_Italianno-Regular;
  font-size: 58px;
}

/** Css by Vaishali **/
.worktab .nav-tabs > li > a {
  border: none;
  border-radius: 4px 4px 0 0;
  background: transparent;
  color: #8e8d8d;
  font-size: 20px;
  font-weight: bold;
}
.worktab .nav-tabs {
  border-bottom: none;
  margin-bottom: 30px;
}
.worktab .nav-tabs > li.active > a, .worktab .nav-tabs > li.active > a:focus, .worktab .nav-tabs > li.active > a:hover {
  color: #71a535;
  cursor: default;
  background-color: transparent;
  border-bottom: 3px solid #8bc34a;
  border-bottom-color: #8bc34a;
}
.worktab .nav-tabs > li.active > a, .worktab .nav-tabs > li.active > a:focus, .worktab .nav-tabs > li.active > a:hover {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

@media (max-width: 1680px) {
  .news2 {
    right: 40px;
  }

  .greenback {
    background-size: contain;
  }

  .description {
    padding-top: 0px;
  }
}
@media (max-width: 1440px) {
  .greenback {
    height: 395px;
  }

  .news2 {
    right: -49px;
  }

  .news {
    right: -130px;
  }

  .wheelsec {
    margin-top: 50px;
  }

  .readmore {
    padding-right: 100px;
  }

  .Banner {
    padding-top: 0;
    height: 600px;
  }

  .npbook {
    top: 12px;
    left: -113px;
  }

  .inner-menu {
    margin-top: 20px !important;
  }

  .npbook img {
    width: 127%;
  }

  .greenback {
    background-size: contain;
  }
  .greenback .news2 {
    top: 40%;
  }
  .greenback .description {
    padding-top: 35px;
  }

  .description p {
    font-size: 22px;
    line-height: 27px;
  }

  .description img {
    margin-bottom: 15px;
  }

  .description .mrgn50 {
    margin-top: 15px;
  }
}
@media (max-width: 1366px) {
  .greenback .description {
    padding-top: 72px;
  }
}
@media (max-width: 1280px) {
  .greenback {
    height: 348px;
  }

  .news {
    right: -95px;
  }

  .news2 {
    right: -69px;
  }

  .description p {
    font-size: 22px;
  }

  .greensec h2 {
    margin-top: 12px;
    font-size: 25px;
  }
}
@media (max-width: 1160px) {
  .greenback .news2 {
    top: 35%;
  }

  .greenback {
    height: 300px;
    background-size: cover;
  }

  .description .mrgn50 {
    margin-top: 2px;
  }

  .npbook {
    top: 79px;
  }

  .Banner .inner-menu li a {
    margin-right: 5px;
  }

  .social {
    font-size: 13px;
    right: 17px;
  }

  .description p {
    font-size: 18px;
    line-height: 22px;
  }

  .news {
    right: -65px;
  }

  .news2 {
    right: -31px;
  }

  .navbar-nav {
    padding-left: 50px;
  }

  .greensec h2 {
    font-size: 27px;
  }

  .news {
    right: -75px;
    font-size: 20px;
  }

  .news2 {
    font-size: 20px;
  }

  .imgagesec img {
    top: 94px;
  }

  .heading {
    font-size: 33px;
  }

  .heading2 {
    font-size: 33px;
  }

  .height370 {
    height: 262px;
  }

  .owl-carousel .owl-wrapper-outer {
    margin-left: 18px;
  }

  .owl-theme .owl-controls {
    left: -1% !important;
  }

  .hoverefct {
    height: 350px;
  }

  .wheelsec {
    background-position: 163px 91px;
  }

  .hoverefct {
    height: 295px;
  }

  .bannertext small {
    font-size: 17px;
  }

  .bannertext h1 {
    font-size: 30px;
  }

  .bannertext p {
    font-size: 28px;
    line-height: 31px;
  }
}
@media (max-width: 800px) {
  .bannertext p {
    font-size: 27px;
    line-height: 28px;
  }

  .npbook img {
    width: 148%;
  }

  .hoverefct {
    height: 221px;
  }

  .npbook {
    top: 76px;
  }

  .headingsec p {
    margin-top: 26px;
  }

  .hovereffect {
    margin-top: 35px;
  }

  .heading {
    margin: 0px 0 17px 0;
  }

  .heading2 {
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .footerwheel a {
    padding-right: 17px;
    font-size: 14px;
  }

  .footerwheel {
    padding: 14px 30px 0px 30px;
    height: 67px;
  }

  .social-links {
    margin-top: 36px;
  }
}
@media (max-width: 768px) {
  .hovereffect {
    margin-bottom: 0px;
    margin-top: 45px;
  }

  .greenback {
    height: auto;
  }

  .bannertext p {
    font-size: 26px;
    line-height: 28px;
  }

  .description p {
    line-height: 26px;
  }

  .homevdo {
    height: 48px !important;
  }

  .Banner .header-logo-sm img {
    width: 93px;
  }

  .footerwheel {
    padding: 46px 30px 0px 30px;
  }

  .Banner .inner-menu {
    margin-top: 0px !important;
  }

  .npbook img {
    width: 102%;
  }

  .headingsec p {
    margin-top: 43px;
  }

  .readmoreblack {
    margin-top: 20px;
  }

  .wheelsec {
    background-position: 75px 64px;
  }

  .navbar-toggle {
    top: 30px;
  }

  .smlogo {
    display: block;
    float: left;
    position: absolute;
    top: 25px;
    left: 61px;
  }

  .social {
    right: 100px;
    top: 45px;
  }

  .hoverefct {
    height: auto;
  }

  .owl-theme .owl-controls {
    left: 0% !important;
  }

  .npbook {
    top: 157px;
    left: -193px;
  }

  .Banner {
    height: 479px;
  }
  .Banner.open-menu .inner-menu {
    right: 0px;
  }
  .Banner.open-menu .navbar-toggle {
    background: #89ac46 !important;
  }
  .Banner.open-menu .navbar-toggle span {
    display: none;
  }
  .Banner.open-menu .navbar-toggle i {
    display: block;
  }
  .Banner .navbar-toggle {
    top: 30px;
    display: block;
  }
  .Banner .header-logo-sm {
    display: inline-block;
    padding: 20px;
  }
  .Banner .inner-menu {
    display: block;
    position: fixed;
    background: rgba(0, 0, 0, 0.73);
    top: 0px;
    right: -300px;
    width: 300px;
    z-index: 9;
    bottom: 0px;
    padding: 100px 16px 16px;
    transition: all 0.4s;
  }
  .Banner .inner-menu li {
    margin-bottom: 10px;
  }
  .Banner .inner-menu li.logo-img {
    display: none;
  }
  .Banner .inner-menu li a {
    display: block;
  }

  .heading.head12 {
    margin-top: 32px;
  }

  .bannertext {
    left: 215px;
    top: 115px;
    width: 100%;
  }

  .news {
    display: none;
  }

  .news2 {
    display: none;
  }

  .height370 {
    height: 236px;
  }

  .imgagesec img {
    top: -204px;
    width: 75%;
    right: -363px;
  }

  .mrgn100 {
    margin-top: 20px;
  }

  .col-sm-5 {
    width: 44%;
    float: left;
  }

  .heading {
    font-size: 25px;
  }

  .wheelsec {
    padding-left: 35px;
  }

  .greensec {
    padding: 14px;
    height: 125px;
  }

  .greensec h2 {
    font-size: 22px;
    line-height: 26px;
    margin-top: 0;
  }

  .wheelsec {
    margin-top: 0px;
    margin-bottom: 25px;
  }

  .heading {
    margin-bottom: 26px;
  }

  .heading2 {
    margin: -2px 0px -17px 0px;
  }

  .footerwheel a {
    padding-right: 17px;
    font-size: 14px;
  }

  .footerwheel {
    padding: 14px 30px 0px 30px;
    height: 67px;
  }

  .social-links {
    margin-top: 36px;
  }
}
@media (max-width: 660px) {
  .bannertext {
    left: 284px;
    top: 115px;
    width: 53%;
  }

  .npbook img {
    width: 69%;
  }

  .headingsec p {
    font-size: 16px;
    margin-top: 48px;
  }

  .npbook {
    top: 215px;
    left: -29px;
  }

  .hovereffect {
    margin-bottom: -10px;
  }

  .heading2 {
    margin-bottom: -23px;
  }

  .hovereffect img {
    height: auto !important;
    width: 100% !important;
  }

  .headingsec {
    padding-top: 26px;
  }

  .hovereffect .homevdo {
    width: 9% !important;
  }

  .footerwheel a {
    padding-right: 12px;
  }

  .footerwheel {
    padding: 14px 0px 0px 0px;
  }
}
@media (max-width: 645px) {
  .npbook img {
    width: 83%;
  }

  .npbook {
    left: -71px;
    top: 133px;
  }

  .screen {
    display: none;
  }

  .white-box {
    display: none;
  }

  .black-box {
    display: none;
  }

  .mrgnn0 {
    margin-top: 20px;
  }

  .mrgnn1 {
    margin-top: 0px;
  }

  .col-sm-5 {
    width: 100%;
    float: left;
  }

  .bannertext {
    width: 49%;
    top: 80px !important;
    left: 317px;
  }

  .wheelsec {
    padding-left: 0px;
  }

  .height370 {
    height: auto;
  }

  .imgagesec img {
    right: 0;
    display: none;
  }

  .greensec {
    height: 110px;
  }

  .wheelsec {
    margin-top: 20px;
  }

  .greenback {
    height: 413px;
  }

  .description {
    padding-top: 70px !important;
  }

  .footerwheel a {
    padding-right: 9px;
  }

  .footerwheel li {
    font-size: 13px;
  }

  .footerwheel {
    padding: 0px 7px 0px 4px;
    height: 52px;
  }

  .owl-carousel .owl-wrapper-outer {
    margin-left: 50px;
  }

  .owl-theme .owl-controls {
    left: 0% !important;
  }

  .inner-menu-wrapper .header-logo-sm img {
    background: none !important;
    width: 100%;
    margin-left: 5px;
  }

  .readmore {
    margin-top: 24px;
  }

  .hovereffect {
    margin-top: 42px;
  }

  .worlhead {
    color: #5a5959;
  }

  .heading.head12 {
    margin-top: 2px;
  }

  .bannertext p {
    font-size: 28px;
    line-height: 27px;
    color: #fff !important;
  }

  .Banner {
    margin-top: 62px;
    height: 401px;
  }

    .manageheader {
        top: -62px;
        position: relative;
        background: #2b321ea1 !important;
    }

  .hovereffect img {
    width: 100% !important;
  }

  .hovereffect .homevdo {
    width: 11% !important;
  }

  .social {
    top: 21px;
  }

  .Banner .navbar-toggle {
    top: 7px;
  }

  .Banner .header-logo-sm img {
    width: 52px;
  }

  .Banner .header-logo-sm {
    display: inline-block;
    padding: 8px;
  }
}
@media (max-width: 640px) {
  .npbook {
    left: -71px;
    top: 77px;
  }

  .readmoreblack {
    margin-top: 22px;
  }

    .Banner {
        height: 343px;
        margin-top: 12px;
    }

  .heading {
    margin-bottom: 22px;
    margin-left: 19px;
  }

  .Banner .header-logo-sm img {
    width: 52px;
    margin-top: 6px;
  }

  .head12 {
    margin-left: 0px;
  }

  .bannertext p {
    font-size: 22px;
  }

  .bannertext {
    width: 49%;
    top: 66px !important;
    left: 315px;
  }

  .readmore {
    margin-top: 19px;
  }

  .greensec {
    height: 138px;
    margin-bottom: 33px;
  }

  .greenback {
    height: 342px;
  }

  .description {
    padding-top: 44px !important;
  }

  .hovereffect {
    margin-bottom: -10px;
    margin-top: 51px;
  }

  .headingsec {
    width: 97%;
  }
}
@media (max-width: 550px) {
  .description h4 {
    font-size: 44px;
  }

  .npbook {
    left: -55px;
    top: 118px;
  }

  .Banner {
    height: 335px;
  }

  .bannertext {
    width: 51%;
    top: 63px !important;
    left: 264px;
  }

  .headingsec {
    padding-top: 12px;
  }

  .heading2 {
    margin-bottom: -15px;
  }

  .hovereffect img {
    height: auto !important;
  }

  .hovereffect .homevdo {
    height: auto !important;
  }

  .heading {
    margin-bottom: 14px;
  }
}
@media (max-width: 480px) {
  .mrgn25 {
    margin-top: 0px !important;
  }

  .npbook img {
    width: 75%;
  }

  .speechportlet .speechimg {
    height: 200px !important;
  }

  .greenback {
    height: auto;
  }

  .readmore {
    margin-top: 15px;
  }

  .navbar-default {
    width: 70%;
  }

  .owl-carousel .owl-wrapper-outer {
    margin-left: 28px;
    margin-top: 25px;
  }

  .bannertext {
    left: 15px;
    top: 290px !important;
    background: #96a27f;
    position: absolute;
    padding: 17px;
    width: 94%;
    border: 2px solid #8e9a76;
  }

  .headingsec {
    width: 100%;
    padding-top: 34px;
  }

  .bannertext h1 {
    font-size: 29px;
    color: #ffffff;
    margin-top: 2px;
  }

  .bannertext small {
    font-size: 16px;
    color: #ffffff;
  }

  .heading2 {
    font-size: 27px;
  }

  .footerwheel {
    height: 74px;
  }

  #back2Top {
    width: 30px;
    line-height: 30px;
    bottom: 7px;
    right: 7px;
    font-size: 17px;
  }

  .bannertext p {
    color: #ffffff;
    font-weight: normal;
    font-size: 22px;
  }

  .mrngbanner {
    margin-top: 349px;
  }

  .npbook {
    top: 75px;
    left: -5px;
  }

  .Banner {
    height: 207px;
    margin: -23px 14px;
    top: 53px;
  }

  .hovereffect {
    margin-top: 32px;
  }

  .manageheader {
    top: -53px;
    margin: 0 -15px;
  }

  .readmore.text-primary a {
    color: #000000;
  }

  .greensec p {
    color: #d1f391;
  }

  .awerdss li {
    font-size: 15px !important;
    line-height: 23px !important;
  }

  .social {
    right: 55px;
    top: 19px !important;
  }

  .screen {
    margin-left: 0;
    margin-right: -4px;
  }

  .white-box {
    margin-left: 15px;
  }

  .oriya {
    margin-left: -10px;
  }

  .hovereffect .homevdo {
    width: 11% !important;
    height: auto !important;
  }

  .mediasec {
    padding: 0px 0px 47px 0px;
  }

  .hovereffect img {
    height: 100% !important;
  }

  .navbar-toggle .icon-bar {
    width: 16px;
    height: 2px;
  }

  .navbar-toggle {
    padding: 6px 7px;
  }

  .social .facebook .fa {
    font-size: 12px;
    margin-right: 10px;
  }

  .social .twitter .fa {
    font-size: 12px;
    margin-right: 10px;
  }

  .social .insta .fa {
    font-size: 12px;
    margin-right: 10px;
  }

  .social .youtube .fa {
    font-size: 12px;
    margin-right: 10px;
  }

  .Banner .navbar-toggle {
    right: -15px;
    top: 8px;
  }

  .Banner .header-logo-sm img {
    width: 46px;
    background: transparent;
    padding: 4px;
    border-radius: 5px;
    margin-left: -19px;
    margin-top: -6px;
  }

  .greenback {
    background-position: center;
  }

  .social-links {
    margin-top: 31px;
  }

  .Banner .header-logo-sm {
    top: 3px !important;
  }

  .worlhead {
    color: #5a5959;
  }

  .heading {
    margin-bottom: 12px;
    margin-top: 32px;
  }
}
@media (max-width: 430px) {
  .npbook {
    top: 67px;
    left: -40px;
  }

  .heading.head12 {
    margin-top: 13px;
  }

  .heading {
    margin-bottom: 12px;
    margin-top: -6px;
  }

  .npbook img {
    width: 91%;
  }

  .Banner {
    height: 254px;
  }

  .bannertext {
    top: 314px !important;
    width: 93%;
  }

  .bannertext h1 {
    margin-top: 0px;
  }
}
@media (max-width: 416px) {
  .npbook img {
    width: 95%;
  }

  .greensec {
    height: 138px;
    margin-bottom: 39px;
  }

  .readmoreblack {
    margin-top: 20px;
  }

  .description p {
    font-size: 20px;
    line-height: 24px;
  }

  .bannertext p {
    font-size: 25px;
    line-height: 25px;
  }

  .headingsec {
    padding-top: 0px;
  }

  .mrgn50 {
    margin-top: 15px;
  }

  .mrngbanner {
    margin-top: 52px;
  }

    .Banner {
        height: 254px;
        margin-top: -41px;
    }

  .hovereffect {
    margin-bottom: 10px;
  }

  .social {
    right: 55px;
  }

  .npbook {
    top: 75px;
    left: -21px;
  }

  .socialwizard {
    margin: -12px -17px;
  }

  .heading.head12 {
    margin-left: 2px;
    margin-top: 27px;
  }

  .heading {
    font-size: 23px;
    margin-bottom: 16px;
    margin-left: 2px;
    margin-top: -7px;
  }

  .mediasec .heading {
    margin-bottom: 10px;
    margin-top: 12px;
  }

  .heading2 {
    margin: 20px 9px -17px 0px;
  }

  .hovereffect img {
    width: auto !important;
  }

  .bannertext h1 {
    margin-top: -5px;
  }

  .bannertext {
    top: 319px !important;
  }
}
@media (max-width: 390px) {
  .Banner .header-logo-sm img {
    margin-left: -13px;
    margin-top: -6px;
    width: 49px;
  }

  .npbook img {
    width: 83%;
  }

  .bannertext h1 {
    font-size: 24px;
  }

  .mrngbanner {
    margin-top: 371px !important;
  }

  .wheelsec {
    margin-top: 0px;
  }

  .navbar-default {
    width: 90%;
  }

  .heading {
    font-size: 23px;
    margin-bottom: 16px;
    margin-left: 0px;
  }

  .footerwheel li {
    font-size: 12px;
  }

  .greensec h2 {
    font-size: 18px;
  }

  .smlogo {
    left: 25px;
  }

  .footerwheel {
    height: 80px;
  }

  .Banner {
    height: 185px;
    margin-top: 0px;
  }

  .npbook {
    top: 59px;
    left: 0px;
  }

  .bannertext {
    top: 247px !important;
  }

  .bannertext h1 {
    font-size: 21px;
    margin-top: 0;
  }

  .hovereffect {
    margin-top: 27px;
  }

  .manageheader {
    top: -54px;
  }

  .heading.head12 {
    margin-top: 0px;
  }

  .mediasec .heading {
    margin-bottom: 18px;
    margin-top: 12px;
  }

  .head12 {
    margin-left: -1px;
  }

  .readmoreblack {
    margin-top: 21px;
  }

  .inner-content-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .greensec {
    height: 118px;
    margin-bottom: 17px;
  }
}
@media (max-width: 360px) {
  .npbook {
    top: 65px;
    left: -22px;
  }

  .npbook img {
    width: 82%;
  }

  .heading.head12 {
    margin-top: 39px;
  }

  .Banner {
    height: 185px;
    margin: 0 11px;
  }

  .heading {
    margin-bottom: 12px;
    margin-top: -2px;
  }

  .bannertext {
    left: 11px;
    width: 94%;
    top: 246px !important;
  }

  .manageheader {
    top: -54px;
    margin: 0 -11px;
  }
}
@media (max-width: 320px) {
  .social .facebook .fa {
    font-size: 12px;
    margin-right: 6px;
  }

  .social .twitter .fa {
    font-size: 12px;
    margin-right: 6px;
  }

  .social .insta .fa {
    font-size: 12px;
    margin-right: 6px;
  }

  .social .youtube .fa {
    font-size: 12px;
    margin-right: 6px;
  }

  .Banner .navbar-toggle {
    right: -19px;
    top: 20px;
  }

  .Banner .header-logo-sm img {
    width: 59px;
    margin-left: -22px;
    margin-top: 3px;
  }

  .heading.head12 {
    margin-top: -48px;
  }

  .social {
    right: 55px;
    top: 31px !important;
  }

  .greensec h2 {
    color: #fff;
    margin-top: 10px;
    font-size: 24px;
  }

  .manageheader {
    top: -66px;
    height: 73px;
  }

  .mediasec .heading {
    margin-bottom: 29px;
  }

  .footerwheel a {
    font-size: 12px;
  }

  .greensec h2 {
    font-size: 17px !important;
  }

  .bannertext p {
    font-size: 17px;
    margin-top: 12px;
  }

  .npbook {
    top: 110px;
    left: 0px;
  }

  .hovereffect img {
    width: auto !important;
  }

  .npbook img {
    width: 97%;
  }

  .backsec {
    padding-bottom: 23px;
  }

  .Banner {
    height: 217px;
  }

  .bannertext {
    top: 292px !important;
    padding: 10px;
    width: 93%;
    left: 11px;
  }
}

/*# sourceMappingURL=custom.css.map */
