/*--------------------------- Color variations ----------------------*/
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
:root {
  --white_bg: #fff;
  --light_color:#ADADAD;
  --dark_color:#000;
  --button_color:#004563;
  --button_color_hover:#0698d6;
  --color_dark:#ff0000;
  --font_size: 14;
  --viewport-width: 100vw;
  --viewport-height: 100vh; }

body {
  color: var(--dark_color);
  font-family: "Montserrat", sans-serif;
  font-size: calc(var(--font_size) * 0.9px);
  line-height: 1.625em;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

* {
  outline: none !important; }

.btn_def {
  background: var(--button_color);
  color: #fff;
  border-radius: 30px;
  border: none;
  padding: 14px 30px;
  display: inline-block;
  min-width: 180px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .btn_def:hover {
    background: var(--button_color_hover); }

a {
  color: #0698d6; }

header[role="main_header"] .top_bar {
  background: #f7f7f7;
  min-height: 20px; }
  header[role="main_header"] .top_bar [top_nav] {
    padding: 0px;
    margin: 0px;
    display: flex;
    list-style: none; }
    header[role="main_header"] .top_bar [top_nav] li {
      font-size: calc(var(--font_size) * 0.8px);
      font-weight: 600;
      padding: 3px 10px;
      display: flex;
      border-right: 1px solid #e2e8f0; }
      header[role="main_header"] .top_bar [top_nav] li:first-child {
        background: #7EB73B;
        color: #fff; }
      header[role="main_header"] .top_bar [top_nav] li a {
        color: #000; }
  header[role="main_header"] .top_bar .lag_drop {
    background: #3dc2e8;
    border: none;
    height: 100%;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    padding: 0px 10px; }
  header[role="main_header"] .top_bar .lag_drop_language {
    background: none;
    color: #000; }
  header[role="main_header"] .top_bar .lag_drop_language_group .dropdown-menu {
    padding: 0px;
    width: 100%;
    padding: 0px;
    width: 100%;
    border: none;
    border-radius: 0;
    background: #f7f7f7; }
    header[role="main_header"] .top_bar .lag_drop_language_group .dropdown-menu button {
      font-size: 12px;
      padding: 4px 10px; }
  header[role="main_header"] .top_bar .lag_drop_language_group.lag_drop_language_group2 .dropdown-menu {
    background: #3dc2e8;
    margin: 0;
    right: 0 !important;
    transform: none !important;
    left: auto !important;
    top: 100% !important; }
    header[role="main_header"] .top_bar .lag_drop_language_group.lag_drop_language_group2 .dropdown-menu button {
      color: #fff; }
      header[role="main_header"] .top_bar .lag_drop_language_group.lag_drop_language_group2 .dropdown-menu button:hover {
        background: rgba(0, 0, 0, 0.1) !important; }
header[role="main_header"] .logo_head_bar {
  padding: 8px 0;
  position: relative; }
header[role="main_header"] [role="search_bar"] {
  background: #f7f7f7;
  padding: 10px 0;
  box-shadow: none;
  border-bottom: 3px solid #7EB73B !important;
  border-top: 3px solid #7EB73B !important; }
  header[role="main_header"] [role="search_bar"] form {
    display: flex; }
    header[role="main_header"] [role="search_bar"] form .bootstrap-select {
      width: auto !important;
      background: none;
      width: auto !important;
      background: none;
      min-width: 150px;
      font-size: 14px; }
      header[role="main_header"] [role="search_bar"] form .bootstrap-select .dropdown-toggle {
        width: auto !important;
        height: 100%;
        background: none;
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
        padding: 0px;
        font-size: inherit; }
        header[role="main_header"] [role="search_bar"] form .bootstrap-select .dropdown-toggle .filter-option {
          display: flex;
          align-items: center; }
    header[role="main_header"] [role="search_bar"] form .search_div {
      display: flex;
      background: #fff;
      overflow: hidden;
      border-radius: 30px;
      padding: 0 20px;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
      margin-right: 30px;
      flex: 1; 
    border-style: solid;
    color: #7EB73B;
    }
      header[role="main_header"] [role="search_bar"] form .search_div input {
        background: none;
        border: none;
        flex: 1;
        padding: 12px;
        box-shadow: none;
        outline: none; }
      header[role="main_header"] [role="search_bar"] form .search_div button {
        padding: 0px;
        background: none;
        border: none; }
        header[role="main_header"] [role="search_bar"] form .search_div button svg {
          width: 20px;
          opacity: 0.5; }
  header[role="main_header"] [role="search_bar"] .btn_top {
    background: #7EB73B;
    display: inline-flex;
    padding: 6px 20px;
    color: #fff;
    font-weight: 600;
    border-radius: 26px;
    margin-left: 10px;
    align-items: center; }
    header[role="main_header"] [role="search_bar"] .btn_top svg {
      width: 30px;
      height: 30px;
      fill: #fff;
      color: #fff;
      margin-right: 6px; }
  header[role="main_header"] [role="search_bar"] .login_sign_up > a {
    color: #000;
    text-transform: uppercase; }
  header[role="main_header"] [role="search_bar"] .login_sign_up ul {
    border: none;
    padding: 0;
    background: none; }
    header[role="main_header"] [role="search_bar"] .login_sign_up ul:after {
      content: "";
      position: absolute;
      left: 25px;
      top: 5px;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #fff; }
    header[role="main_header"] [role="search_bar"] .login_sign_up ul li:first-child {
      margin-top: 15px; }
    header[role="main_header"] [role="search_bar"] .login_sign_up ul li > a {
      padding: 11px 15px;
      background: #fff;
      font-size: 13px;
      border-bottom: 1px solid #ddd; }
  header[role="main_header"] [role="search_bar"] .login_sign_up .werIndia_icon_menu {
    width: 26px;
    height: 26px;
    margin-left: 10px; }
  header[role="main_header"] [role="search_bar"] .s_topBox .fas {
    color: #7EB73B;
    font-size: 20px;
    margin-right: 10px; }

.container-fluid {
  max-width: 1700px; }

.container-fluid.full {
  max-width: 100% !important; }

.top_soclis {
  margin: 0;
  padding: 0;
  display: flex; }

.top_soclis li {
  list-style: none; }

.top_soclis li a {
  position: relative;
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  margin: 0 10px;
  border-radius: 50%;
  padding: 2px;
  box-sizing: border-box;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  background: linear-gradient(0deg, #ddd, #fff);
  transition: .5s; }

.top_soclis li a:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  text-decoration: none; }

.top_soclis li a .fab {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(0deg, #fff, #ddd);
  border-radius: 50%;
  line-height: 33px;
  font-size: 17px;
  color: #000;
  transition: .5s;
  opacity: 0.7; }

.top_soclis li a:hover .fab {
  opacity: 1; }

.top_soclis li:nth-child(1) a:hover .fab {
  color: #3b5998; }

.top_soclis li:nth-child(2) a:hover .fab {
  color: #00aced; }

.top_soclis li:nth-child(3) a:hover .fab {
  color: #dd4b39; }

.top_soclis li:nth-child(4) a:hover .fab {
  color: #007bb6; }

.top_soclis li:nth-child(5) a:hover .fab {
  color: #e4405f; }

.top_soclis li:last-child a {
  margin-right: 0px; }

@media (max-width: 991px) {
  .bootstrap-select .dropdown-toggle {
    background: none !important;
    box-shadow: none !important;
    border: none !important; }

  .btn_top {
    background: #7EB73B;
    display: inline-flex;
    padding: 6px 20px;
    color: #fff;
    font-weight: 600;
    border-radius: 26px;
    margin-left: 10px;
    margin-right: 10px;
    align-items: center;
    text-align: center;
    align-items: center;
    justify-content: center; }
    .btn_top svg {
      width: 30px;
      height: 30px;
      fill: #fff;
      color: #fff;
      margin-right: 6px; }

  header[role="main_header"] .top_bar button {
    display: flex;
    align-items: center;
    padding: 5px 10px !important; }
  header[role="main_header"] .top_bar .top_bar_col {
    display: flex; }
    header[role="main_header"] .top_bar .top_bar_col .btn-customized {
      color: #000;
      padding: 8px 10px;
      font-size: 18px; }
  header[role="main_header"] .logo_head_bar [class*="col"]:nth-child(2) {
    order: 2;
    flex: 0 0 100%;
    padding: 14px 15px;
    padding-bottom: 0px; }
    header[role="main_header"] .logo_head_bar [class*="col"]:nth-child(2) img {
      max-width: 100%; }
  header[role="main_header"] .top_soclis li a {
    width: 30px;
    height: 30px;
    margin: 0 5px; }
  header[role="main_header"] .top_soclis li a .fab {
    line-height: 28px;
    font-size: 15px; }
  header[role="main_header"] .logo_head_bar::after {
    display: none; }
  header[role="main_header"] [role="search_bar"] {
    box-shadow: none; }
    header[role="main_header"] [role="search_bar"] .container-fluid > .row {
      flex-wrap: nowrap; }
      header[role="main_header"] [role="search_bar"] .container-fluid > .row [class*="col"]:first-child {
        padding-right: 0px; }
        header[role="main_header"] [role="search_bar"] .container-fluid > .row [class*="col"]:first-child form .search_div {
          margin-right: 0; }
          header[role="main_header"] [role="search_bar"] .container-fluid > .row [class*="col"]:first-child form .search_div input {
            width: 94%;
            white-space: nowrap;
            text-overflow: ellipsis; }
        header[role="main_header"] [role="search_bar"] .container-fluid > .row [class*="col"]:first-child form .btn_top {
          display: none; }
        header[role="main_header"] [role="search_bar"] .container-fluid > .row [class*="col"]:first-child form .bootstrap-select {
          width: 70px !important;
          min-width: initial; }
          header[role="main_header"] [role="search_bar"] .container-fluid > .row [class*="col"]:first-child form .bootstrap-select .dropdown-toggle {
            width: 100% !important; }
          header[role="main_header"] [role="search_bar"] .container-fluid > .row [class*="col"]:first-child form .bootstrap-select .filter-option {
            display: block;
            align-items: center;
            width: 100%;
            overflow: hidden; }
          header[role="main_header"] [role="search_bar"] .container-fluid > .row [class*="col"]:first-child form .bootstrap-select .filter-option-inner-inner {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
          header[role="main_header"] [role="search_bar"] .container-fluid > .row [class*="col"]:first-child form .bootstrap-select .dropdown-menu {
            left: auto !important;
            top: 210% !important; }
      header[role="main_header"] [role="search_bar"] .container-fluid > .row [class*="col"]:nth-child(2) {
        padding-left: 0px; }
        header[role="main_header"] [role="search_bar"] .container-fluid > .row [class*="col"]:nth-child(2) .login_sign_up a {
          display: none; }
        header[role="main_header"] [role="search_bar"] .container-fluid > .row [class*="col"]:nth-child(2) .login_sign_up .werIndia_icon_menu {
          width: 24px;
          height: 24px; } }
@media (max-width: 1179px) and (min-width: 992px) {
  header[role="main_header"] [role="search_bar"] form .bootstrap-select {
    min-width: 100px; }

  header[role="main_header"] [role="search_bar"] form .search_div {
    margin-right: 15px; } }
@media (max-width: 767px) {
  body section[role="banner_area"] {
    height: calc(100vh - 325px);
    overflow: hidden; }

  body section[role="banner_area"] h1 {
    top: 50%; } }
@media (max-width: 1179px) and (min-width: 768px) {
  body section[role="banner_area"] {
    height: calc(100vh - 325px);
    overflow: hidden; }

  body section[role="banner_area"] h1 {
    top: 50%; } }
/*Banner*/
section[role="banner_area"] {
  height: calc(100vh - 300px);
  overflow: hidden;
  position: relative;
  background: #000; }
  section[role="banner_area"] * {
    height: 100%; }
  section[role="banner_area"] img {
    width: 100%;
    object-fit: cover;
   /* opacity: 0.3;*/ }
  section[role="banner_area"] h1 {
    font-size: calc(20px + (20 - 10) * (100vw - 310px) / (800 - 400));
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    top: 45%;
    position: absolute;
    height: auto;
    margin: 0;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    max-width: 920px;
    margin: auto;
    right: 0;
    left: 0; }
    section[role="banner_area"] h1 span {
      font-weight: 100;
      text-transform: uppercase; }

main[role="main_wrapper"] {
  position: relative;
  z-index: 1; }
  main[role="main_wrapper"] [top_boxes] .container-fluid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
    margin-top: -100px;
    max-width: 1120px; }
    main[role="main_wrapper"] [top_boxes] .container-fluid .box {
      background: #7EB73B;
      padding: 30px;
      padding-bottom: 30px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      border-radius: 5px;
      padding-bottom: 30px;
      text-align: center; }
      main[role="main_wrapper"] [top_boxes] .container-fluid .box .box_icon {
        background: #fff;
        border-radius: 100%;
        width: 120px;
        height: 120px;
        padding: 20px;
        margin-top: -84px; }
        main[role="main_wrapper"] [top_boxes] .container-fluid .box .box_icon svg {
          fill: #7EB73B; }
      main[role="main_wrapper"] [top_boxes] .container-fluid .box h3 {
        text-transform: uppercase;
        text-align: center;
        color: #fff;
        font-size: 22px;
        font-weight: bold;
        margin: 30px 0; }
  main[role="main_wrapper"] .slider_portion {
    padding: 30px 0; }
    main[role="main_wrapper"] .slider_portion.slider_top {
      padding-bottom: 20px; }
    main[role="main_wrapper"] .slider_portion.slider_bottom {
      padding-top: 30px; }
    main[role="main_wrapper"] .slider_portion.padding_less {
      padding: 20px 0; }
    main[role="main_wrapper"] .slider_portion.colored {
      background: #f7f7f7; }
    main[role="main_wrapper"] .slider_portion [heading] {
      text-transform: uppercase;
      font-size: 22px;
      font-weight: 600;
      margin-left: 3px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px;
      max-width: 1670px;
      margin-left: auto;
      margin-right: auto; }
      main[role="main_wrapper"] .slider_portion [heading] a {
        font-size: 14px;
        color: var(--color_dark) !important; }
    main[role="main_wrapper"] .slider_portion .slider .slick-slide {
      margin: 10px;
      margin-right: 10px; }
    main[role="main_wrapper"] .slider_portion .slider .slick-list {
      padding: 0 !important;
      margin-left: -10px; }
    main[role="main_wrapper"] .slider_portion .filter .slick-slide {
      margin: 10px;
      margin-right: 10px; }
    main[role="main_wrapper"] .slider_portion .filter .slick-list {
      padding: 0 !important;
      margin-left: -10px; }
    main[role="main_wrapper"] .slider_portion .thumb_box {
      background: #fff;
      border-radius: 6px;
      overflow: hidden;
      box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
      margin-right: 20px; }
      main[role="main_wrapper"] .slider_portion .thumb_box .thumb_box_img {
        height: 240px;
        background: #000; }
        main[role="main_wrapper"] .slider_portion .thumb_box .thumb_box_img img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      main[role="main_wrapper"] .slider_portion .thumb_box .thumb_box_content {
        padding: 25px 15px;
        padding-bottom: 20px;
        display: flex;
        flex-wrap: wrap; }
        main[role="main_wrapper"] .slider_portion .thumb_box .thumb_box_content h2 {
          font-size: calc(20px + (14 - 14) * (100vw - 310px) / (800 - 400));
          margin-bottom: 15px; }
        main[role="main_wrapper"] .slider_portion .thumb_box .thumb_box_content .thumb_box_content_right {
          display: flex; }
          main[role="main_wrapper"] .slider_portion .thumb_box .thumb_box_content .thumb_box_content_right [class*="icon"] {
            display: flex;
            padding: 0 6px; }
            main[role="main_wrapper"] .slider_portion .thumb_box .thumb_box_content .thumb_box_content_right [class*="icon"] svg {
              width: 34px;
              height: 34px; }
        main[role="main_wrapper"] .slider_portion .thumb_box .thumb_box_content .thumb_box_content_bottom {
          display: flex;
          justify-content: space-between;
          margin-top: 10px;
          font-size: calc(var(--font_size) * 1px);
          font-weight: 600;
          border-top: 1px solid rgba(0, 0, 0, 0.1);
          padding-top: 15px !important;
          margin-bottom: -5px; }
          main[role="main_wrapper"] .slider_portion .thumb_box .thumb_box_content .thumb_box_content_bottom .text-primary {
            color: #7EB73B !important; }
    main[role="main_wrapper"] .slider_portion .filter .filter_box {
      background: #fff;
      border-radius: 6px;
      overflow: hidden;
      box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
      text-align: center;
     /* padding: 50px 20px;*/
      padding: 50px 10px;
      display: flex;
      flex-direction: column; }
      main[role="main_wrapper"] .slider_portion .filter .filter_box i svg {
        width: 60px;
        height: 60px; }
      main[role="main_wrapper"] .slider_portion .filter .filter_box h3 {
        font-size: calc(20px + (14 - 15) * (100vw - 310px) / (800 - 400));
        margin: 0;
        margin-top: 0px;
        text-transform: uppercase;
        font-weight: 600;
        margin-top: 30px;
        color: #000; }
    main[role="main_wrapper"] .slider_portion.swipe__slider .thumbs .slide {
      background: #f2f2f2;
      padding: 38px 20px;
      text-align: center;
      font-weight: 300;
      text-transform: uppercase;
      font-size: calc(20px + (14 - 14) * (100vw - 310px) / (800 - 400)); }
    main[role="main_wrapper"] .slider_portion.swipe__slider .thumbs .slick-list {
      padding: 0 !important; }
      main[role="main_wrapper"] .slider_portion.swipe__slider .thumbs .slick-list .slick-track .slick-slide:nth-child(5n) {
        margin-right: 0px; }
    main[role="main_wrapper"] .slider_portion.swipe__slider .thumbs .slick-current .slide {
      background: #7EB73B;
      color: #fff; }
    main[role="main_wrapper"] .slider_portion.swipe__slider .slick-slide {
      margin: 0;
      margin-right: 5px; }
    main[role="main_wrapper"] .slider_portion.swipe__slider .text {
      overflow: hidden; }
      main[role="main_wrapper"] .slider_portion.swipe__slider .text .slick-list, main[role="main_wrapper"] .slider_portion.swipe__slider .text .slick-track, main[role="main_wrapper"] .slider_portion.swipe__slider .text .slick-slide, main[role="main_wrapper"] .slider_portion.swipe__slider .text div, main[role="main_wrapper"] .slider_portion.swipe__slider .text .slide {
        height: 100%; }
      main[role="main_wrapper"] .slider_portion.swipe__slider .text .slide img {
        width: 100%;
        height: 480px;
        object-fit: cover;
        box-shadow: 0 7px 30px rgba(0, 0, 0, 0.2); }
      main[role="main_wrapper"] .slider_portion.swipe__slider .text .slick-arrow {
        position: absolute;
        top: 40%;
        font-size: 0;
        background: #000 url(https://tarkikromanski.github.io/files/arrow-slider.png) no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
        width: 60px;
        height: 60px;
        border: none;
        transform: translateY(-50%);
        left: 0px;
        z-index: 9;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        background-position: center center;
        background-size: 8px; }
        main[role="main_wrapper"] .slider_portion.swipe__slider .text .slick-arrow.next-arrow {
          right: 0px;
          left: auto; }
        main[role="main_wrapper"] .slider_portion.swipe__slider .text .slick-arrow.prev-arrow {
          transform: rotate(180deg);
          margin-top: -30px; }
      main[role="main_wrapper"] .slider_portion.swipe__slider .text .slick-slide {
        margin: 0;
        margin-right: 0; }
      main[role="main_wrapper"] .slider_portion.swipe__slider .text .text_content_bottom {
        max-width: 1700px;
        margin: auto;
        padding: 40px 20px;
        padding-top: 40px;
        display: flex;
        padding-top: 50px; }
        main[role="main_wrapper"] .slider_portion.swipe__slider .text .text_content_bottom .text_content_left h2 {
          text-transform: uppercase;
          opacity: 0.8; }
          main[role="main_wrapper"] .slider_portion.swipe__slider .text .text_content_bottom .text_content_left h2 span {
            text-transform: lowercase;
            opacity: 0.4;
            font-weight: 300; }
        main[role="main_wrapper"] .slider_portion.swipe__slider .text .text_content_bottom .text_content_left ul {
          padding: 0;
          display: flex;
          list-style: none;
          font-size: calc(var(--font_size) * 1.4px);
          font-weight: 300;
          opacity: 0.4;
          margin-top: 30px;
          margin-bottom: 0px; }
          main[role="main_wrapper"] .slider_portion.swipe__slider .text .text_content_bottom .text_content_left ul li {
            margin-right: 30px; }
        main[role="main_wrapper"] .slider_portion.swipe__slider .text .text_content_bottom .text_content_right {
          margin-left: auto;
          display: inline-flex; }
          main[role="main_wrapper"] .slider_portion.swipe__slider .text .text_content_bottom .text_content_right [class*="icon"] {
            margin-left: 20px; }
            main[role="main_wrapper"] .slider_portion.swipe__slider .text .text_content_bottom .text_content_right [class*="icon"] svg {
              width: 35px;
              height: 35px; }
    main[role="main_wrapper"] .slider_portion .slider_blog {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-gap: 30px; }
      main[role="main_wrapper"] .slider_portion .slider_blog .thumb_box {
        margin: 0px;
        padding: 20px;
        padding-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 4px solid #41a33e;
        padding-bottom: 0;
        box-shadow: 0 8px 18px 6px rgba(0, 0, 0, 0.08); }
        main[role="main_wrapper"] .slider_portion .slider_blog .thumb_box .thumb_box_img {
          height: 240px;
          border-radius: 8px;
          overflow: hidden; }
        main[role="main_wrapper"] .slider_portion .slider_blog .thumb_box .thumb_box_content {
          padding: 25px 0; }
          main[role="main_wrapper"] .slider_portion .slider_blog .thumb_box .thumb_box_content .thumb_box_content_left h2 {
            font-weight: 600;
            font-size: calc(20px + (14 - 14.5) * (100vw - 310px) / (800 - 400));
            margin-top: 8px;
            margin-bottom: 6px;
            color: #7EB73B; }
          main[role="main_wrapper"] .slider_portion .slider_blog .thumb_box .thumb_box_content .thumb_box_content_bottom {
            font-weight: normal;
            margin: 0;
            margin-bottom: 0px;
            padding: 0 !important;
            border: none;
            line-height: 24px;
            margin-bottom: -10px;
            opacity: 0.7; }

@media (min-width: 992px) {
  display: none; }
.sidebar {
  width: 250px;
  height: 100%;
  position: fixed;
  top: 0;
  left: -255px;
  z-index: 999;
  background: #fff;
  color: #000;
  transition: all .3s;
  box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.5);
  text-align: left;
  display: flex;
  flex-direction: column; }
  .sidebar ul.menu-elements {
    padding: 0; }
    .sidebar ul.menu-elements li > a {
      color: #000;
      padding: 8px 15px;
      display: block;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .sidebar ul.menu-elements li:first-child {
      background: #f8f9fa;
      padding: 10px 16px;
      margin-top: 0; }
  .sidebar .login_sign_up {
    margin-top: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    background: #f8f9fa;
    border: 2px solid red; }

.sidebar.active {
  left: 0; }

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(51, 51, 51, 0.7);
  z-index: 998;
  opacity: 0;
  transition: all .5s ease-in-out; }

.overlay.active {
  display: block;
  opacity: 1; }

@media (max-width: 991px) {
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%; }

  main[role="main_wrapper"] [top_boxes] {
    display: none; }
  main[role="main_wrapper"] .slider_portion {
    padding: 30px 0 !important; }
    main[role="main_wrapper"] .slider_portion [heading] {
      font-size: 18px;
      margin-bottom: 8px; }
      main[role="main_wrapper"] .slider_portion [heading] a {
        font-size: 12px; }
    main[role="main_wrapper"] .slider_portion .slider .slick-slide {
      margin-right: 2px; }
    main[role="main_wrapper"] .slider_portion .slider .slick-list {
      padding: 0 !important; }
    main[role="main_wrapper"] .slider_portion .thumb_box .thumb_box_img {
      height: 250px; }
    main[role="main_wrapper"] .slider_portion.padding_less {
      padding: 20px 0 !important; }
    main[role="main_wrapper"] .slider_portion.swipe__slider .text .slide img {
      height: 190px; }
    main[role="main_wrapper"] .slider_portion.swipe__slider .text .slick-arrow {
      display: none !important; }
    main[role="main_wrapper"] .slider_portion.swipe__slider .slick-track .slick-slide {
      border: 2px solid red !important; }
  main[role="main_wrapper"] .c_heading {
    padding-left: 15px; }

  section[role="banner_area"] {
    text-align: center; }
    section[role="banner_area"] h1 {
      top: 0px;
      margin: 0;
      line-height: 140%; }

  main[role="main_wrapper"] .slider_portion.swipe__slider .thumbs .slide {
    background: #f2f2f2;
    padding: 18px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    font-size: calc(16px + (14 - 13) * (100vw - 310px) / (800 - 400));
    font-weight: 600; }

  main[role="main_wrapper"] .slider_portion .thumb_box .thumb_box_content h2 {
    font-size: calc(20px + (5 - 28) * (100vw - 310px) / (800 - 400));
    margin-bottom: 15px;
    line-height: 21px; }

  main[role="main_wrapper"] .slider_portion .thumb_box .thumb_box_content .thumb_box_content_right [class*="icon"] svg {
    width: 20px;
    height: 20px;
    padding: 0; }

  main[role="main_wrapper"] .slider_portion .slider_blog {
    grid-template-columns: 1fr; } }
@media (max-width: 767px) {
  main[role="main_wrapper"] .slider_portion.swipe__slider .text .text_content_bottom {
    max-width: 1700px;
    margin: auto;
    padding: 20px 30px;
    padding-top: 20px;
    padding-top: 40px;
    display: flex;
    padding-top: 50px;
    flex-direction: column; }

  main[role="main_wrapper"] .slider_portion.swipe__slider .text .text_content_bottom .text_content_left h2 {
    text-transform: uppercase;
    opacity: 0.8;
    font-size: 20px; }

  main[role="main_wrapper"] .slider_portion.swipe__slider .text .text_content_bottom .text_content_left ul {
    flex-wrap: wrap;
    font-size: calc(var(--font_size) * 1.1px);
    margin-top: 20px; }

  main[role="main_wrapper"] .slider_portion.swipe__slider .text .text_content_bottom .text_content_left ul li {
    margin-right: 15px;
    margin-bottom: 10px; }

  main[role="main_wrapper"] .slider_portion.swipe__slider .text .text_content_bottom .text_content_right {
    margin-left: 0;
    display: flex;
    width: 100%;
    margin-bottom: -10px;
    align-items: center; }

  main[role="main_wrapper"] .slider_portion.swipe__slider .text .text_content_bottom .text_content_right h3 {
    font-size: 16px;
    margin: 0; }

  main[role="main_wrapper"] .slider_portion.swipe__slider .text .text_content_bottom .text_content_right [class*="icon"] svg {
    width: 25px;
    height: 25px;
    margin: 0; }

  .s_topBox {
    margin-left: 10px; } }
@media (max-width: 1179px) and (min-width: 768px) {
  main[role="main_wrapper"] .slider_portion .slider_blog {
    grid-template-columns: 1fr 1fr; }

  main[role="main_wrapper"] .slider_portion.swipe__slider .text .text_content_bottom {
    max-width: 1700px;
    margin: auto;
    padding: 20px 30px;
    padding-top: 20px;
    padding-top: 40px;
    display: flex;
    padding-bottom: 0; }

  main[role="main_wrapper"] .slider_portion.swipe__slider .text .text_content_bottom .text_content_left h2 {
    text-transform: uppercase;
    opacity: 0.8;
    font-size: 20px; }

  main[role="main_wrapper"] .slider_portion.swipe__slider .text .text_content_bottom .text_content_left ul {
    flex-wrap: wrap;
    font-size: calc(var(--font_size) * 1.1px);
    margin-top: 20px; }

  main[role="main_wrapper"] .slider_portion.swipe__slider .text .text_content_bottom .text_content_left ul li {
    margin-right: 15px;
    margin-bottom: 10px; }

  main[role="main_wrapper"] .slider_portion.swipe__slider .text .text_content_bottom .text_content_right {
    margin-left: auto;
    align-items: center; }

  main[role="main_wrapper"] .slider_portion.swipe__slider .text .text_content_bottom .text_content_right h3 {
    font-size: 16px;
    margin: 0; }

  main[role="main_wrapper"] .slider_portion.swipe__slider .text .text_content_bottom .text_content_right [class*="icon"] svg {
    width: 25px;
    height: 25px;
    margin: 0; } }
.ekit-section-parallax-mousemove {
  position: absolute;
  top: 0;
  height: auto;
  left: 0;
  width: 80%;
  right: 0;
  margin: auto; }

.dismiss {
  padding: 10px 15px; }

@media (max-width: 767px) {
  .top_soclis {
    justify-content: center !important; } }
section[role="dashboard_tab"] {
  display: flex;
  flex-direction: column;
  height: 100%; }
  section[role="dashboard_tab"] .top_selects {
    display: grid;
    grid-template-columns: 170px 170px;
    grid-gap: 10px; }
    section[role="dashboard_tab"] .top_selects select {
      font-size: 13px;
      border-radius: 16px; }
  section[role="dashboard_tab"] ul {
    background: #7EB73B;
    justify-content: center;
    display: flex;
    border: none; }
    section[role="dashboard_tab"] ul li {
      border: none !important;
      margin: 0px !important;
      border-radius: 0px !important; }
      section[role="dashboard_tab"] ul li a {
        border: none !important;
        margin: 0px !important;
        border-radius: 0px !important;
        padding: 16px 50px;
        font-size: 16px; }
        section[role="dashboard_tab"] ul li a.active {
          background: none !important; }
    section[role="dashboard_tab"] ul.nav_tabs_top li > a {
      display: flex;
      flex-direction: column;
      text-align: center;
      color: #fff;
      font-size: 12px;
      text-transform: uppercase;
      padding: 16px 30px;
      opacity: 0.7; }
      section[role="dashboard_tab"] ul.nav_tabs_top li > a.active {
        opacity: 1;
        color: #fff; }
      section[role="dashboard_tab"] ul.nav_tabs_top li > a i {
        margin-bottom: 6px; }
  section[role="dashboard_tab"] #myTabContent {
    flex: 1 1 auto;
    background: #f8f8f8;
    font-size: calc(var(--font_size) * 1px); }
    section[role="dashboard_tab"] #myTabContent #myTabContent {
      background: #fff; }
    section[role="dashboard_tab"] #myTabContent .padding_com {
      padding: 3vw 0; }
    section[role="dashboard_tab"] #myTabContent .last_col {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 30px; }
      section[role="dashboard_tab"] #myTabContent .last_col .card__body_white {
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
        padding: 60px 30px;
        background: #fff;
        text-align: center; }
        section[role="dashboard_tab"] #myTabContent .last_col .card__body_white h3 {
          text-transform: uppercase;
          font-size: 20px;
          margin-top: 20px; }
        section[role="dashboard_tab"] #myTabContent .last_col .card__body_white i {
          font-size: 30px;
          color: #7EB73B; }
      @media (max-width: 767px) {
        section[role="dashboard_tab"] #myTabContent .last_col {
          grid-template-columns: 1fr; } }
    section[role="dashboard_tab"] #myTabContent .card__body_holder {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(211px, 1fr));
      grid-gap: 15px; }
      @media (max-width: 767px) {
        section[role="dashboard_tab"] #myTabContent .card__body_holder {
          padding-left: 15px !important;
          padding-right: 15px !important;
          grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
          section[role="dashboard_tab"] #myTabContent .card__body_holder .thumb_box {
            margin-right: 0px !important; } }
      section[role="dashboard_tab"] #myTabContent .card__body_holder.card__body_holder_2_col {
        grid-template-columns: 1fr 40%;
        grid-gap: 30px;
        margin-top: 0; }
        @media (max-width: 767px) {
          section[role="dashboard_tab"] #myTabContent .card__body_holder.card__body_holder_2_col {
            grid-template-columns: 1fr;
            padding-left: 15px !important;
            padding-right: 15px !important; } }
        section[role="dashboard_tab"] #myTabContent .card__body_holder.card__body_holder_2_col .no_date {
          min-height: 260px;
          display: flex;
          align-items: center;
          justify-content: center;
          top: -10px;
          position: relative;
          font-size: 30px;
         /* opacity: 0.3;*/
          width: 100%;
          position: relative; }
          section[role="dashboard_tab"] #myTabContent .card__body_holder.card__body_holder_2_col .no_date span {
            position: absolute;
            left: -10px;
            transform: rotate(-90deg);
            font-size: 15px;
            letter-spacing: 1px; }
      section[role="dashboard_tab"] #myTabContent .card__body_holder .ts-card__body {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; }
        section[role="dashboard_tab"] #myTabContent .card__body_holder .ts-card__body p {
          margin: 0px; }
    section[role="dashboard_tab"] #myTabContent .card__body_white {
      background: #fff;
      padding: 15px;
      border-radius: 5px;
      box-shadow: 1px 1px 5px 0 rgba(1, 1, 1, 0.05);
      overflow: hidden; }
    section[role="dashboard_tab"] #myTabContent .defult_page h3 {
      display: flex;
      width: 103%;
      justify-content: space-between;
      padding: 1px 20px;
      padding-bottom: 1px;
      font-weight: 600;
      font-size: 16px;
      border-bottom: 1px solid #ddd;
      padding-bottom: 12px;
      margin: 0 -20px;
      margin-bottom: 25px; }
    section[role="dashboard_tab"] #myTabContent .defult_page .last_upated {
      text-align: center;
      align-items: center;
      justify-content: center;
      border: none;
      border-top-color: currentcolor;
      border-top-style: none;
      border-top-width: medium;
      padding: 0;
      padding-top: 0px;
      margin: 0;
      border-top: 1px solid #ddd;
      padding-top: 12px;
      font-weight: normal;
      width: 107%;
      margin: 0 -20px; }
    section[role="dashboard_tab"] #myTabContent .defult_page .table-responsive {
      background: #f2f2f2;
      padding: 10px;
      border-radius: 6px; }
      section[role="dashboard_tab"] #myTabContent .defult_page .table-responsive table {
        background: #fff;
        margin: 0px; }
      @media (max-width: 767px) {
        section[role="dashboard_tab"] #myTabContent .defult_page .table-responsive {
          padding: 0px; } }
    section[role="dashboard_tab"] #myTabContent .tab-pane ul {
      background: #fff; }
      section[role="dashboard_tab"] #myTabContent .tab-pane ul li > a {
        border-bottom: 3px solid #fff !important; }
        section[role="dashboard_tab"] #myTabContent .tab-pane ul li > a.active {
          border-color: #7EB73B !important; }
      @media (max-width: 767px) {
        section[role="dashboard_tab"] #myTabContent .tab-pane ul li {
          flex: 1; }
          section[role="dashboard_tab"] #myTabContent .tab-pane ul li > a {
            padding: 15px 15px;
            font-size: 13px; } }
    section[role="dashboard_tab"] #myTabContent .tab-pane .host {
      padding: 20px;
      text-align: center;
      border-bottom: 1px solid #ddd;
      background: #f2f2f2; }
    section[role="dashboard_tab"] #myTabContent .tab-pane .events_holder {
      display: flex;
      flex-direction: column;
      padding: 6vw 0;
      background: #fff;
      align-items: center;
      justify-content: center; }
      section[role="dashboard_tab"] #myTabContent .tab-pane .events_holder .btn_def {
        text-align: center;
        background: #7EB73B;
        margin: 15px 0; }
      section[role="dashboard_tab"] #myTabContent .tab-pane .events_holder .events_hlder {
        background: #fff;
        padding: 50px 20px;
        border-radius: 13px;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 5px;
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }
        @media (max-width: 767px) {
          section[role="dashboard_tab"] #myTabContent .tab-pane .events_holder .events_hlder {
            max-width: 90%; } }
    section[role="dashboard_tab"] #myTabContent .tab-pane#profile {
      min-height: calc(100vh - 200px);
      background: #fff; }

footer .building {
  background: url(https://s3.ap-south-1.amazonaws.com/townscript-common-resources/assets/footer-skyline.png) repeat-x;
  background-position-x: 0%;
  background-position-y: 0%;
  height: 160px;
  background-position: center bottom; }

.load-6 .letter {
  animation-name: loadingF;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-direction: linear; }

.l-1 {
  animation-delay: 0.48s; }

.l-2 {
  animation-delay: 0.6s; }

.l-3 {
  animation-delay: 0.72s; }

.l-4 {
  animation-delay: 0.84s; }

.l-5 {
  animation-delay: 0.96s; }

.l-6 {
  animation-delay: 1.08s; }

.l-7 {
  animation-delay: 1.2s; }

.l-8 {
  animation-delay: 1.32s; }

.l-9 {
  animation-delay: 1.44s; }

.l-10 {
  animation-delay: 1.56s; }

@keyframes loadingF {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.load-wrapp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: #7EB73B; }

.page_is_loaded .load-wrapp {
  display: none; }

.load-wrapp .load-6 {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center; }

.load-wrapp .load-6 .letter-holder {
  display: flex;
  font-size: 60px;
  font-weight: 900;
  color: #fff; }

.copy_right {
  background: #7EB73B;
  padding: 10px;
  text-align: center;
  /*color: #fff;*/
  color: #1d0606;
padding-bottom: 35px;
    
}

.footer-text{
    color:black;
}
/*# sourceMappingURL=main.css.map */
