html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

body {
  font-family: "Open Sans", sans-serif;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  background-color: #fff; }

h1, h2, h3, h4, h5, h6 {
  color: #2d4752;
  font-family: "Oswald", sans-serif; }

img {
  width: 100%; }

a {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #1e2f37; }

a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333; }

section {
  padding: 80px 0;
  position: relative; }
  @media (max-width: 991px) {
    section {
      padding: 50px 0; } }

.btn {
  color: #fff;
  background-color: #169b42;
  padding: 12px 25px;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
  border-radius: 5px;
  border: 2px solid #169b42; }

.btn:hover {
  color: #fff;
  background-color: #1e2f37;
  border-color: #1e2f37;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

@media only screen and (max-width: 767px) {
  .btn {
    margin-bottom: 20px; } }
.btn:focus {
  color: #fff !important;
  background-color: #169b42;
  border-color: #169b42; }

.btn:active:hover, .btn:active:focus, .btn:active.focus, .btn-.active:hover, .btn.active:focus, .btn.active.focus, .open > .btn.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #169b42;
  border-color: #169b42; }

.btn:active, .btn.active, .open > .btn.dropdown-toggle {
  color: #fff;
  background-color: #169b42;
  border-color: #169b42; }

.title-h {
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 60px;
  line-height: 68px;
  margin-bottom: 10px;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    .title-h {
      font-size: 50px !important;
      line-height: 56px !important; } }

.title-p {
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 35px;
  color: #333; }
  @media (max-width: 991px) {
    .title-p {
      font-size: 19px !important;
      line-height: 26px;
      padding-bottom: 20px; } }

.back-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.big-title {
  font-size: 140px;
  line-height: 1;
  letter-spacing: -0.5;
  color: rgba(105, 60, 77, 0.1);
  margin-bottom: -80px;
  font-weight: 900;
  font-family: "Oswald", sans-serif; }
  @media (max-width: 991px) {
    .big-title {
      font-size: 76px !important;
      line-height: 96px; } }
.sep {
    margin-left: auto;
    margin-right: auto;
    content: '';
    display: block;
    width: 200px;
    height: 2px;
    background-color: #169b42;
    transition: width 0.5s ease-out;
    margin: 30px auto;
}
/******navbar start*******/
.navbar {
  min-height: 92px;
  z-index: 100; }
  @media (max-width: 991px) {
    .navbar {
      min-height: 60px; } }

nav.navbar.bootsnav {
  background: #1e2f37;
  border-bottom: 1px solid #1e2f37; }

@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 12px;
    background: transparent; }

  .desctop-navbar {
    display: none; }

  nav.navbar.bootsnav .svg-inline--fa {
    color: #ccc; } }
.navbar-brand {
  padding: 5px 5px 2px 40px; }
  @media (max-width: 991px) {
    .navbar-brand {
      padding: 5px 5px 2px 5px; } }

.navbar-brand img {
  width: auto;
  height: 87px;
  z-index: 100; }
  @media (max-width: 991px) {
    .navbar-brand img {
      height: 50px;
      margin-top: 0px; } }

.caret {
  margin-left: 2px; }

@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    width: 230px;
    border-radius: 2px;
    background: #1e2f37;
    border: solid 1px #000;
    border-top: none;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
    margin-top: 20px; }

  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500; }

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 39px 0px 6px 17px;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 16px;
    color: #1e2f37;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase; } }
@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #f2f2f2; }

  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #169b42; }

  nav.no-background.bootsnav ul.nav > li > a {
    color: #fff; }

  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none; }

  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 10px 12px;
    border-bottom: solid 1px #000;
    color: #ccc;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #1e2f37;
    background-color: #169b42; } }
@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none; }

  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #ccc !important; }

  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    margin-bottom: 10px; }

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    color: #ccc;
    font-size: 14px;
    font-weight: 400;
    padding: 2px 0;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase; }

  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 10px -15px; } }
.navbar-nav .mob-version {
  display: none; }
  @media (max-width: 992px) {
    .navbar-nav .mob-version {
      display: block; } }

nav.navbar.bootsnav ul.nav > .mob-version > a {
  color: #169b42 !important;
  font-weight: 600; }

nav.navbar.bootsnav .btn {
  margin: 25px 10px 0 0;
  padding: 10px 20px;
  background: transparent;
  color: #f2f2f2;
  border: 2px solid #f2f2f2; }
  @media (max-width: 992px) {
    nav.navbar.bootsnav .btn {
      border: none;
      padding: 0;
      margin: 0;
      letter-spacing: 0;
      text-align: left; } }

nav.navbar.bootsnav .btn:hover {
  background: #169b42 !important;
  color: #fff;
  border: 2px solid #169b42 !important; }

nav.navbar.bootsnav .btn2 {
  margin: 25px 10px 0 0;
  padding: 10px 20px;
  background: #169b42;
  color: #fff;
  border: 2px solid #169b42; }
  @media (max-width: 992px) {
    nav.navbar.bootsnav .btn2 {
      border: none;
      padding: 0;
      margin: 0;
      letter-spacing: 0;
      text-align: left; } }

nav.navbar.bootsnav .btn2:hover {
  background: #1e2f37 !important;
  color: #fff; }

@media (max-width: 991px) {
  .mobile-view {
    display: none  !important; } }

.desctop-view {
  display: none !important; }
  @media (max-width: 991px) {
    .desctop-view {
      display: block  !important; } }

/*************** hero start ****************/
.hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left;
  min-height: 100vh;
  width: 100%;
  position: relative; }
  @media (max-width: 991px) {
    .hero {
      min-height: 90vh;
      padding-bottom: 30px; } }
  .hero h1 {
    font-weight: 300;
    font-style: normal;
    color: #ffffff;
    font-size: 65px;
    line-height: 75px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    font-family: "Oswald", sans-serif; }
    @media (max-width: 991px) {
      .hero h1 {
        font-size: 34px;
        line-height: 40px; } }
  .hero h2 {
    font-weight: 400;
    color: #ffffff;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 1px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
    font-family: "Oswald", sans-serif; }
    @media (max-width: 991px) {
      .hero h2 {
        font-size: 24px;
        line-height: 28px; } }
  .hero .btn {
    font-size: 20px;
    padding: 13px 35px; }
    @media (max-width: 991px) {
      .hero .btn {
        font-size: 15px;
        padding: 10px 25px; } }

.hero .overlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  /*background: linear-gradient(135deg, rgba(72, 70, 89, 0.8) 0%, rgba(72, 70, 89, 0.77) 16%, rgba(0, 137, 45, 0.63) 85%, rgba(0, 137, 45, 0.6) 100%);*/
  background: rgba(30, 47, 55, 0.4); }
  @media (max-width: 991px) {
    .hero .overlay {
      height: auto; } }

.hero-title {
  margin-top: 38vh;
  margin-left: 40px;
  z-index: 3;
  color: #fff; }
  @media (max-width: 991px) {
    .hero-title {
      margin-top: 30vh;
      padding-bottom: 20px;
      margin-left: 0px; } }

.hero .circle {
  background-color: transparent;
  height: 45px;
  width: 30px;
  display: block;
  border: 2px solid  #fff;
  border-radius: 100px;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto; }

.hero .svg-inline--fa {
  font-size: 17px;
  color: #fff;
  margin-top: 3px;
  bottom: 25px;
  position: absolute;
  left: 50%;
  margin-left: -5.5px;
  animation-name: arrow;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-play-state: running;
  -webkit-animation-name: arrow;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-animation-play-state: running; }

@keyframes arrow {
  0% {
    top: 0; }
  75% {
    top: 20px; }
  100% {
    top: 0; } }
@-webkit-keyframes arrow {
  0% {
    top: 0; }
  75% {
    top: 20px; }
  100% {
    top: 0; } }
/***** hero end********/
/**************services start***********/
.services {
  padding-bottom: 100px;
  z-index: 7;
  background-color: #fff; }
  @media (max-width: 991px) {
    .services {
      padding-bottom: 140px; } }
  .services .services-box {
    position: relative;
    overflow: hidden;
    margin: 15px 0; }
  .services .services-img {
    height: 290px; }
    @media (max-width: 991px) {
      .services .services-img {
        height: 210px; } }
  .services .services-logo {
    height: 230px;
    width: auto;
    margin-bottom: 40px; }
    @media (max-width: 991px) {
      .services .services-logo {
        height: auto;
        width: 100%;
        margin-bottom: 40px; } }
  .services h2 {
    margin: 10px 0 10px 0;
    font-weight: 300;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .services h2 {
        font-size: 24px;
        line-height: 30px; } }
  .services .services-text {
    background-color: #1e2f37;
    padding: 10px 10px 25px 10px;
    position: relative;
    text-align: center; }
    @media (max-width: 991px) {
      .services .services-text {
        padding: 10px 10px 10px 10px; } }
  .services .services-text:before {
    position: absolute;
    content: '';
    z-index: 2;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: -webkit-linear-gradient(top, transparent 0%, #1e2f37 100%);
    background-image: linear-gradient(to bottom, transparent 0%, #1e2f37 100%); }
  .services .services-box:hover {
    box-shadow: -4px 5px 30px 9px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

/*******services end**********/
/*******intro start*******/
.intro .intro-text {
  padding: 60px 80px 60px 0; }
  @media (max-width: 991px) {
    .intro .intro-text {
      text-align: center;
      padding: 60px 00px 60px 0; } }
.intro h3 {
  color: #169b42;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4); }
.intro h4 {
  color: #fff;
  font-size: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400; }
.intro p {
  color: #ccc; }
.intro ul {
  list-style: none;
  padding-left: 0; }
.intro li {
  color: #fff;
  margin: 14px 0; }
.intro .intro-icon {
  height: 70px;
  width: auto;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 5px;
  margin-right: 10px;
  margin-top: 30px; }
.intro .icon-sec {
  width: 70px;
  height: 70px;
  background: #169b42;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  padding: 5px;
  margin-top: 15px; }
.intro .svg-inline--fa {
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  width: 60px;
  height: 60px;
  padding: 16px;
  background: #169b42;
  border-radius: 50%;
  border: 2px dotted #fff; }
.intro .intro-row {
  margin-top: 40px; }

.intro .back {
  background: rgba(45, 71, 82, 0.9);
  width: 50%; }
  @media (max-width: 991px) {
    .intro .back {
      width: 100%; } }

/*****intro end******/
/***********video start****/
.video {
  padding-top: 100px; }
  .video .title-p {
    padding-bottom: 15px;
    font-size: 18px; }
  .video .title-h {
    margin-top: 0; }
  .video iframe {
    height: 350px; }
    @media (max-width: 768px) {
      .video iframe {
        height: 210px;
        margin-top: 10px; } }

/*********video end*************/
/************product-home start***********/
.product-home {
  margin-top: 100px; }

.product-home .owl-theme .owl-controls {
  text-align: center;
  margin-top: 30px; }

.product-home .owl-theme .owl-dots .owl-dot.active span, .clients .owl-theme .owl-dots .owl-dot:hover span {
  background: #ccc; }

.product-home .owl-theme .owl-dots .owl-dot span {
  background: #169b42; }

.product-home .product-box {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 5px 2px;
  background-color: #fff; }

.product-home-img {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  position: relative;
  min-height: 160px;
  opacity: .6; }
  @media (max-width: 991px) {
    .product-home-img {
      min-height: 200px; } }

@media (max-width: 991px) {
  .product-home {
    text-align: center;
    padding-top: 15px; } }
/*************product-home end************/
/*****tc- footer start******/
.footer {
  background-image: url(../images/img4.jpg);
  background-size: cover;
  background-position: left center;
  position: relative; }
  @media (max-width: 991px) {
    .footer {
      text-align: center; } }
  .footer .back {
    background: rgba(30, 47, 55, 0.9); }

.footer-top {
  padding: 100px 0 10px 0; }
  @media (max-width: 991px) {
    .footer-top {
      padding: 80px 0 20px 0; } }
  .footer-top img {
    height: 200px;
    width: auto;
    margin-bottom: 40px; }
    @media (max-width: 991px) {
      .footer-top img {
        width: 80%;
        height: auto;
        margin-bottom: 30px; } }
  .footer-top h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 25px;
    margin-top: 20px;
    color: #fff; }
    @media (max-width: 991px) {
      .footer-top h4 {
        margin-top: 50px;
        margin-bottom: 15px; } }
  .footer-top ul {
    list-style: none;
    padding-left: 0px; }
  .footer-top li {
    display: inline-block;
    color: #ccc; }
  .footer-top p {
    color: #ccc;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    margin-top: 0px;
    letter-spacing: 1px; }
    @media (max-width: 991px) {
      .footer-top p {
        font-size: 16px;
        line-height: 24px; } }
  .footer-top a {
    color: #ccc; }
  .footer-top a:hover {
    color: #169b42; }

.footer-bottom {
  padding: 10px 0 20px 0; }
  .footer-bottom p {
    color: #ccc;
    font-family: "Oswald", sans-serif;
    letter-spacing: 1px;
    font-family: 'Oswald', sans-serif; }
  .footer-bottom a {
    font-weight: bold;
    color: #169b42; }
  .footer-bottom a:hover {
    color: #ccc; }
  .footer-bottom ul {
    padding-left: 0; }
  .footer-bottom li {
    display: inline-block; }
  .footer-bottom .svg-inline--fa {
    margin: 6px 8px 0 8px;
    color: #ccc;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .footer-bottom .svg-inline--fa:hover {
    color: #169b42; }

/*****tc-footer end******/
.tc-header {
  padding: 0;
  min-height: 95px;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background: #1e2f37; }
  @media screen and (max-width: 768px) {
    .tc-header {
      min-height: 65px; } }

/**********CONTACT PAGE START***********/
.contact-page {
  padding-bottom: 120px; }
  .contact-page form {
    padding: 20px 40px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15); }
    @media screen and (max-width: 991px) {
      .contact-page form {
        padding: 20px 15px; } }
  .contact-page .contact-row {
    padding: 80px 0; }
  .contact-page .contact-box {
    padding: 20px 40px; }
    @media screen and (max-width: 991px) {
      .contact-page .contact-box {
        padding: 0;
        margin-bottom: 30px; } }
    .contact-page .contact-box ul {
      list-style: none;
      padding-left: 0px;
      margin-top: 20px; }
    .contact-page .contact-box li {
      margin-bottom: 10px; }
    .contact-page .contact-box .svg-inline--fa {
      margin-right: 7px;
      width: 20px;
      color: #169b42; }
  .contact-page iframe {
    height: 705px; }
    @media screen and (max-width: 991px) {
      .contact-page iframe {
        height: 300px; } }
  .contact-page input {
    width: 100%;
    padding: 8px 15px;
    border: none;
    outline: none;
    background: rgba(0, 0, 0, 0.03); }
  .contact-page textarea {
    width: 100%;
    padding: 8px 15px;
    border: none;
    outline: none;
    background: rgba(0, 0, 0, 0.03); }
  .contact-page label {
    margin-top: 10px;
    font-family: 'Oswald', sans-serif;
    color: #365563;
    font-weight: 400; }
  .contact-page .btn {
    margin: 35px 0; }
  .contact-page h4 {
    font-size: 30px;
    color: #365563;
    font-weight: 400; }
  .contact-page a {
    color: #365563; }
  .contact-page a:hover {
    color: #169b42; }

/************CONTACT PAGE END***********/
/***************/
/*************DASHBOARD START*****************/
.dealer-news {
  margin-top: 50px;
  margin-bottom: 100px; }
  @media screen and (max-width: 991px) {
    .dealer-news {
      margin-bottom: 0;
      margin-top: 0; } }

.sidebar-dealer {
  margin-bottom: 50px; }
  .sidebar-dealer h3 {
    font-family: "Oswald", sans-serif;
    padding-bottom: 20px;
    border-bottom: 2px solid #169b42;
    font-size: 35px; }
  .sidebar-dealer ul {
    list-style: none;
    padding-left: 0px;
    margin-top: 15px; }
  .sidebar-dealer li {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    line-height: 28px;
    padding: 5px 5px; }
  .sidebar-dealer li.active > a {
    font-weight: 700;
    letter-spacing: 1px; }
  .sidebar-dealer a:hover {
    color: #169b42; }
  .sidebar-dealer .sidebar-img {
    width: 17px;
    margin-right: 10px;
    margin-top: -3px; }

.dash-box {
  padding: 33px 10px;
  background: #f8f8f8;
  border: 1px solid #f5f5f5;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .dash-box {
      margin-bottom: 15px;
      padding: 15px 10px; } }
  .dash-box h4 {
    font-family: 'Oswald', sans-serif;
    padding-bottom: 10px;
    font-size: 18px;
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      .dash-box h4 {
        margin-top: 20px; } }
  .dash-box .svg-inline--fa {
    color: #169b42; }
  .dash-box a {
    font-family: "Oswald", sans-serif; }

.dash-box:hover {
  background: #f2f2f2; }

@media screen and (max-width: 768px) {
  .dash-padd {
    padding: 0 8px; } }

/****DASHBOARD END *****/
input {
  width: 100%;
  padding: 9px 15px;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0.03);
  margin-bottom: 3px; }

select {
  width: 100%;
  padding: 9px 15px;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0.03);
  margin-bottom: 3px;
  color: #365563;
  height: 42px;
  border-radius: 0;
  font-family: "Oswald", sans-serif; }

label {
  margin: 20px 0 10px 0;
  color: #666;
  font-family: "Oswald", sans-serif;
  font-weight: 400; }
  @media screen and (max-width: 768px) {
    label {
      margin: 15px 0 5px 0; } }

::-webkit-input-placeholder {
  /* Edge */
  text-transform: uppercase;
  font-size: 12px; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  text-transform: uppercase;
  font-size: 12px; }

::placeholder {
  text-transform: uppercase;
  font-size: 12px; }

.login a {
  color: #666; }
.login a:hover {
  color: #169b42; }
.login .btn {
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    .login .btn {
      margin-top: 30px; } }

.login-text {
  height: 100vh;
  padding: 80px 60px 20px 60px;
  background: #fff; }
  @media screen and (max-width: 768px) {
    .login-text {
      padding: 20px 20px 20px 20px;
      background: rgba(255, 255, 255, 0.9); } }

/*******FORGOT PASS START*******/
.forgot-pass {
  margin: 50px 0 150px 0; }

.forgot-box {
  padding: 60px; }
  @media screen and (max-width: 768px) {
    .forgot-box {
      padding: 30px 15px; } }
  .forgot-box h1 {
    font-family: 'Oswald', sans-serif;
    margin-bottom: 30px; }
  .forgot-box label {
    margin-bottom: 30px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif; }
  .forgot-box input {
    width: 100%;
    padding: 9px 15px;
    border: none;
    outline: none;
    background: rgba(0, 0, 0, 0.03); }
  .forgot-box .btn {
    margin-top: 40px; }

/*******FORGOT PASS END********/
/********** PROFILE START ********/
.profile-member {
  padding: 30px 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15); }
  @media screen and (max-width: 768px) {
    .profile-member {
      padding: 20px; } }
  .profile-member .profile-img {
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    height: 180px;
    margin: 10px 0; }

/********** PROFILE END **********/
.inner-padd-title {
  padding-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .inner-padd-title {
      padding-bottom: 30px; } }

.how-page iframe {
  height: 500px;
  margin: 20px 0;
  background-color: #f2f2f2; }
  @media screen and (max-width: 768px) {
    .how-page iframe {
      height: 220px; } }
.how-page img {
  margin-bottom: 15px; }

.video-page iframe {
  height: 300px;
  margin-top: 10px;
  background-color: #f9f9f9; }
  @media screen and (max-width: 768px) {
    .video-page iframe {
      height: 220px; } }
.video-page h3 {
  margin-top: 5px;
  min-height: 60px; }
  @media screen and (max-width: 768px) {
    .video-page h3 {
      min-height: auto;
      margin-bottom: 20px; } }

/*******************/
.cta {
  padding: 120px 0;
  background-attachment: fixed; }
  @media screen and (max-width: 768px) {
    .cta {
      padding: 60px 0; } }
  .cta .back {
    background: rgba(30, 47, 55, 0.7);
    z-index: 0; }
  .cta h3, .cta p {
    color: #fff; }
  .cta p {
    font-size: 30px;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .cta p {
        font-size: 24px;
        line-height: 30px; } }

/********** faq start **************/
.faq .panel-title {
  color: #1e2f37;
  letter-spacing: 1px; }
.faq .panel-heading {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 13px 15px; }
.faq .panel-group .panel {
  border-radius: 0px; }

.display-mobile {
  display: none; }
  @media screen and (max-width: 991px) {
    .display-mobile {
      display: block; } }

.display-desctop {
  display: block; }
  @media screen and (max-width: 991px) {
    .display-desctop {
      display: none; } }

.document-dash .profile-member a {
  color: #169b42; }
.document-dash .profile-member a:hover {
  color: #1e2f37; }

.videos-dash iframe {
  height: 430px;
  background-color: #f2f2f2; }
  @media screen and (max-width: 768px) {
    .videos-dash iframe {
      height: 200px; } }
.videos-dash .profile-member h3 {
  margin-top: 9px; }
.videos-dash .profile-member p {
  word-wrap: break-word; }

.news-dash .date-box {
  width: 90px;
  margin: 10px auto; }
  @media screen and (max-width: 768px) {
    .news-dash .date-box {
      margin: 10px 0 15px 0; } }
  .news-dash .date-box p {
    font-family: "Oswald", sans-serif;
    font-size: 28px;
    margin-top: 7px; }
  .news-dash .date-box h5 {
    font-size: 28px; }
.news-dash .month {
  background-color: #169b42;
  padding: 5px 10px 3px 10px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  color: #fff; }
.news-dash .date-box .date {
  border: 1px solid #d9d9d9;
  padding: 0px 0;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px; }
.news-dash .profile-member a {
  color: #169b42; }
.news-dash .profile-member a:hover {
  color: #1e2f37; }
.news-dash .profile-member h3 {
  margin-top: 10px; }

.clients-dash .profile-member h3 {
  margin-top: 0px; }





/************************/
#toggle {
  display: block;
  width: 23px;
  height: 30px;
  margin: 10px 15px;
  float: right;
}

#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
}
#toggle span:after{
  top: 8px;
}
#toggle span {
  position: relative;
  display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 3px;
  background-color: #1e2f37;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(6px, 5px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(6px, -6px);
}
#toggle.on + #menu {
  opacity: 1;
  visibility: visible;
}

/* menu appearance*/
#menu {
  position: absolute;
  color: #999;
  width: 100%;
  left: 0;
  right: 0;
  padding: 15px;
  text-align: left;
  background: white;
  box-shadow: 0 1px 8px rgba(0,0,0,0.05);
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s;
  z-index: 10;
  top: 50px;
}
#menu  ul, #menu li, #menu li a {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
#menu li a {
  padding: 5px;
  color: #1e2f37;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    line-height: 28px;
  text-decoration: none;
  transition: all .2s;
}


#menu  .sidebar-img {
    width: 17px;
    margin-right: 10px;
    margin-top: -3px;
}


.toggle-bar {
  position: absolute;
  margin-top: 32px;
  z-index: 10;
  width: 100%;
}


#menu li.active > a {
    font-weight: 700;
    letter-spacing: 1px;
}

  @media screen and (max-width: 768px)  {
.sidebar-dealer {
    margin-bottom: 10px;
}
  }
/********** ABOUT PAGE START ************/


.team-page .link-img-box {
    height: auto;
    line-height: 1.1;
}
.team-page h5, .review-page h5 {
  color: #999;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 10px;
  letter-spacing: 1px;
}
.team-img {
  height: 180px;
  width: 180px;
  margin: 0 auto;
  border-radius: 50%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.team-page .link-text {
    padding-right: 30px;
}
.team-page a {
  font-weight: 400;
  line-height: 22px;
  color: #333;
}
.team-page a:hover {
  color: #169b42;
}
.team-page .svg-inline--fa {
    width: 36px;
    height: 36px;
    padding: 8px;
    border: 1px solid #169b42;
    margin: 15px 2px 2px 2px;
    color: #169b42;
}
.team-page .svg-inline--fa:hover {
  background-color: #169b42;
  color: #fff;
}
.team-page .bio-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 0;
}
.team-page-small .link-img-box {
  border: none;
}
  @media (max-width: 991px) {
    .team-page .link-text {
        padding-right: 00px;
        padding-left: 10px;
    }
    .team-page h3 {
      border-top: 1px solid #ccc;
      padding-top: 20px;
    }
  }


  .link-box {
  overflow: hidden;
  padding: 30px 5px 20px 30px;
  box-shadow: 0px 0px 15px rgba(0,0,0,.1);
  margin: 15px 0; 
background-color: #fff;}
  @media screen and (max-width: 768px) {
    .link-box {
      width: 90%;
      margin-left: 5%;
      padding: 30px 10px 20px 10px; } }

.link-img-box {
  height: 210px;
  line-height: 210px;
  border-right: 1px solid #ccc; }
  @media screen and (max-width: 768px) {
    .link-img-box {
      border-right: none; } }

.links-page img {
  margin: 0 auto;
  vertical-align: middle;
  display: inline-block;
  width: 80%; }
  @media screen and (max-width: 768px) {
    .links-page img {
      width: 80%;
      padding-bottom: 30px;
      border-bottom: 1px solid #ccc; } }
 .link-text {
    padding: 0 30px;
}


/*********** ABOUT PAGE END **********/
.footer2 .footer-top {
  padding-top: 60px;
}
.footer2 .footer-top p {
    color: #ccc;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    margin-top: 0px;
    font-family: "Oswald", sans-serif;
}

.footer2 h4 {
  color: #169b42;
  font-weight: 400;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.footer2 hr {
      margin-top: 50px;
    margin-bottom: 20px;
}


/********************************/

.product-detail-page-img {
  height: 195px;
  margin-bottom: 14px;
}
.padd-r {
  padding-right: 7px;
}
.padd-l {
  padding-left: 7px;
}
.icon-product-page {
  color: #169b42;
  font-size: 50px;
}
.padd-l-big {
  padding-left: 25px;
}
.padd-l-big  a:hover {
  color: #169b42;
}
  @media screen and (max-width: 991px) {
.padd-r {
  padding-right: 15px;
}
.padd-l {
  padding-left: 15px;
}
.icon-product-page {
  margin-top: 8px;
}
.padd-l-big {
  padding-left: 35px;
}
  }

  /******* CUSTOM CSS *********/
  #gtx-trans {
    display: none;
  }