  @import"https://designmodo.github.io/Flat-UI/dist/css/flat-ui.min.css";
  @import "https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css";
  @import "https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.compat.css";
  /*-------------------------------*/
  /*           VARIABLES           */
  /*-------------------------------*/

/* Sidebar-Banner */
.sidebar-banner{
  background: #E92C6A;
  padding: 10px;
  text-align: center;
  margin-top: -15px;
 }
 .banner-heading{
  color: white !important;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0px;
  padding-bottom: 5px;
 }
 .banner-para {
  color: white;
  font-size: 18px;
  text-align: center;
  margin-bottom: 0px;

}
.banner-span{
  color: white;
  font-size: 11px;
}
.custom-button {
  background: #44DBDA;
  border: none;
  border-radius: 2px;
}
li.active a.get {
  background-color: unset !important;
  border-left: unset !important;
  text-decoration: none !important;
}
#topnav li .custom-button a:hover{
  color: white !important;
}
img.banner-img {
  /* box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); */
  width: 100%;
}
li a.get {
  color: white !important;
  text-decoration: none;
}

  /* NEW LATEST CSS  */

  #page-top {
    margin-left: 21rem;
  }

  #sideNav {
    background-color: #fff;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    /* display: flex; */
    /* flex-direction: column; */
    width: 350px;
    height: 100vh;
  }

  #sideNav .navbar-brand {
    display: flex;
    margin: auto auto 0;
    padding: .5rem
  }

  #sideNav .navbar-brand .img-profile {
    max-width: 10rem;
    max-height: 10rem;
    border: .5rem solid rgba(255, 255, 255, .2)
  }

  #sideNav .navbar-collapse {
    display: flex;
    align-items: flex-start;
    flex-grow: 0;
    width: 100%;
    margin-bottom: auto
  }

  #sideNav .navbar-collapse .navbar-nav {
    flex-direction: column;
    width: 100%
  }

  #sideNav .navbar-collapse .navbar-nav .nav-item {
    display: block
  }

  #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
    display: block
  }


  .scrollbar {
    float: left;
    background: #ccc;
    overflow-y: scroll;
  }

  #topnav li a {
    padding: 10px 10px;
    border-bottom: 0.5px solid #ccc;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Raleway';
  }

  #topnav li a:hover{
    background-color: #b0a8a833;
    cursor: pointer;
    color: #44dbda !important;
    transition: 0.1s ease;
  }


  #topnav li a i{
    margin-right: 12px;
    font-size: 21px;
  }

  #topnav li a

  .menu-home li{
    border-bottom: 1px solid #ccc;
    margin-left: 15px;
  }

  ul[class^="menu"] a {
    color: #fff;
    /* background-color: #51595C; */
    position: relative;
    text-decoration: none;
    line-height: 15px;
    font-size: 15px;
    display: block;
    /* border-left: 5px solid #e22626; */
    z-index: 1;
  }

  .menu-home{
    display: none;
  }

  .menu-home li{
    list-style: none;
  }

  .menu-home li a i{
    margin-right: 5px;
  }

  .container {
   margin-top: -26px;
  }

  .btn-scroll{
    cursor: pointer;
    border: 1px solid #e1d1d1;
    padding: 2px 10px;
    border-radius: 4px;
  }

  .backing{
    margin-top: 15px;
  }

  #page-top .collapse{
    display: block;
  }

  .btn-scroll{
    display: none;
  }
  .large-wid{
    padding-right: 0px;
  }

  .wpb_wrapper h2{
    font-size: 34px;
    text-align: center;
    font-weight: bold;
    color: #fff;
  }



























  /* ///////////////////////// SCROLL BAR //////////////////////////////// */

  #sideNav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    background-color: #ccc;
  }

  #sideNav::-webkit-scrollbar {
    width: 12px;
    background-color: #ccc;
  }

  #sideNav::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(17, 16, 16, 0.3);
    background-color: #44dbda;
  }


























  /* //////////// NAV BAR //////////////// */

  .navbar {
    padding: 0;
    margin: 0;
    width: 100%;
    display: inline;
    list-style-type: none;
    position: relative;
    text-align: left;
  }

  .navbar>li {
    background: #fff;
    /* border-top: 1px solid #ddd; */
    /* border-bottom: 1px solid #000; */
  }

  .navbar a {
    color: #333 !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    width: 100%;
    height: 100%;
    display: block;
    outline: 0;
    cursor: pointer;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    border-left: 5px solid transparent;
    padding: 10px !important;
    font-weight: bold;

  }













  /* LATEST CSS ENDS HERE */


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

  /* body{
    scroll-behavior: smooth;
  } */
  .img-them {
    width: 80%;
  }

  .img-key {
    border: 0.5px solid #79727238;
    padding: 10px;
    box-shadow: 0px 0px 10px -2px grey;
  }

  /* lightbox */
  .modal-target {
    width: 90%;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    border: 0.5px solid #79727238;
    padding: 10px;
    box-shadow: 0px 0px 7px -2px grey;
  }

  .modal-target:hover {
    opacity: 0.7;
  }

  /* Modal Content (image) */
  .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    opacity: 1 !important;
    max-width: 1200px;
    /* left: 12%; */
  }

  /* Add Animation */
  .modal-content,
  .modal-caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }

  @-webkit-keyframes zoom {
    from {
      -webkit-atransform: scale(0)
    }

    to {
      -webkit-transform: scale(1)
    }
  }

  @keyframes zoom {
    from {
      transform: scale(0)
    }

    to {
      transform: scale(1)
    }
  }




  /* Caption of Modal Image */
  .modal-caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1200px;
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 1em;
    margin-top: 32px;
  }

  .modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    /* z-index: 1; */
    /* Sit on top */
    padding-top: 75px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.8);
    /* Black w/ opacity */
  }

  /* The Close Button */
  .modal-close {
    position: absolute;
    top: 15px;
    right: 8%;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }

  .modal-close:hover,
  .modal-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }

  body {
    /* margin: -18px 0px 0px 0px !important; */
    font-family: 'Raleway', sans-serif;
  }

  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
  }

  .nav {
    .open>a {
      background-color: transparent;

      &:hover {
        background-color: transparent;
      }

      &:focus {
        background-color: transparent;
      }
    }
  }

  .section_home_wrapper i {
    width: 16px;
    font-size: 19px;
  }

  /* Sidebar */
  .sidebar-nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
  }

  .sidebar-nav::-webkit-scrollbar {
    width: 12px;
    background-color: #39B7CD;
  }

  .sidebar-nav::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #44dbda;
  }

  /*-------------------------------*/
  /*           Wrappers            */
  /*-------------------------------*/
  ul.nav.sidebar-nav li {
    padding: 10px;
    border-bottom: 1px solid #ccc;
  }

  ul.nav.sidebar-nav li:hover {
    background-color: #5e565621;
    cursor: pointer;
  }

  #wrapper {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    padding-left: 0;
    transition: all 0.5s ease;
  }

  #wrapper.toggled {
    padding-left: 330px;
  }

  #sidebar-wrapper {
    width: 220px;
  }





  #logo {
    margin-left: 10px;
    margin-top: 35px;
  }

  #sidebar-wrapper {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    background: #1a1a1a;
    height: @full-height;
    /* left: 220px; */
    margin-left: -226px;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.5s ease;
    width: 0;
    z-index: 1000;

    &::-webkit-scrollbar {
      display: none;
    }
  }

  .button0 {
    margin-left: 30rem;
    position: relative;
    right: 23%;
    
  }

  #page-content-wrapper {
    padding-top: 52px;
    /* width: @full-width; */
  }

  .container {
    padding-bottom: 40px;

  }

  .wpb_wrapper h3 {
    text-align: center;
    color: #ffffff;
    margin-bottom: 0px;

  }

  .wpb_wrapper p {
    text-align: center;
  }

  fullwidth-bottom-marker.marker-direction-outside {
    bottom: -69px;
  }

  .fullwidth-top-marker,
  .fullwidth-bottom-marker {
    position: absolute;
    width: 140px;
    height: 70px;
    left: 50%;
    margin-left: -70px;
    z-index: 10;
  }

  .vc_column_container {
    padding-left: 0;
    padding-right: 0;
  }

  .wpb_single_image img {
    height: auto;
    max-width: 25%;
    vertical-align: top;
    text-align: center;
  }

  .wpb_column vc_column_container vc_col-sm-12 {
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
    top: 0px;
  }

  .vc_column_container {

    padding-left: 0;
    padding-right: 0;
  }

  .wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
  }

  .wpb_single_image .vc_single_image-wrapper {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
  }

  .wpb_single_image .vc_figure {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    max-width: 100%;
  }

  .wpb_single_image.vc_align_center {
    text-align: center;
  }

  .wpb_row,
  .wpb_content_element,
  ul.wpb_thumbnails-fluid>li,
  .last_toggle_el_margin,
  .wpb_button {
    margin-bottom: 1.1em;
  }

  .wpb_button,
  .wpb_content_element,
  ul.wpb_thumbnails-fluid>li {
    margin-bottom: 35px;
  }

  #fullwidth-block-5a7c1285f2181 .fullwidth-block clearfix {
    background-color: rgb(198, 226, 228);
    padding-top: 150px;
    padding-bottom: 100px;
    position: relative;
    left: -200.008px;
    width: 1524px;
    top: -7px;
  }

  .svg:not(:root) {
    overflow: hidden;
  }

  .fullwidth-bottom-marker.marker-direction-outside {}

  .fullwidth-top-marker,
  .fullwidth-bottom-marker {
    position: absolute;
    width: 140px;
    height: 70px;
    left: 50%;
    margin-left: -70px;
    z-index: 10;
  }

  .gem-button-position-center {
    text-align: center;
    display: block;
  }

  .gem-button.gem-button-style-outline {
    border-color: #00bcd4;
  }

  .gem-button.gem-button-style-outline {
    color: #00bcd4;
  }

  .gem-button-position-center .gem-button,
  .gem-button-position-fullwidth .gem-button {
    margin-left: 0;
    margin-right: 0;
  }

  .demo-btn {
    font-size: 16px;
    margin-top: 35px;
    padding: 7px 15px;
    border: 3px solid #e92c6a;
    background: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .demo-btn a {
    text-decoration: none;
    color: #ffffff;
  }

  .demo-btn:hover {
    text-decoration: none;
    background: #e92c6a;
    ;
    border: 3px solid #ffffff;
    color: #ffffff;
  }

  .demo-btn:hover a {
    color: #ffffff;
  }

  .btn: hover {
    color: #ffffff;
  }

    {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    font-size: 19px;
    margin: 30px;
  }

  .support-btn {
    left: 10px;
    padding: 5px 15px;
    border: 3px solid #e92c6a;
    background: none;
    bottom: 0px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .support-btn a {
    text-decoration: none;
    color: #e92c6a;
    ;
  }

  /* .dropdown .collapse{
    display: none;
  } */



  .support-btn:hover {
    text-decoration: none;
    background: #e92c6a;
    ;
    border: 3px solid #ffffff;
    color: #ffffff;
  }

  .support-btn:hover a {
    color: #ffffff;
  }

  .btn: hover {
    color: #ffffff;
  }

    {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    font-size: 19px;
    margin: 30px;
  }

  .gem-button,
  input[type='submit'] {
    position: relative;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    border: 0 none;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    padding: 0 17px;
    font-size: 14px;
    margin: 25px;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 3px;
  }

  

  .section_home_wrapper {
    /* max-width: 100%; */
    /* width: 100%; */
    margin: 0 auto;
    padding: 0 15px;
    padding-left: 40px;
    /* border: 1px solid #ccc; */
  }

  .gem-button-container-gem-button-position-center {

    border-radius: 0px;
    border-color: rgb(255, 20, 147);
    color: rgb(255, 20, 147);
    background-color: transparent;
  }

  .wpb_single_image.vc_align_center {
    text-align: center;
    /* margin-top: 83px; */
  }

  .logo {
    margin-top: 35px;
  }

  /*-------------------------------*/
  /*     Sidebar nav styles        */
  /*-------------------------------*/
  .sidebar-nav li a {
    color: #000000;

  }

  ul.nav.sidebar-nav li a i {
    font-size: 20px;
    border: none;
    padding: 5px;
    margin-right: 8px;
  }

  ul.dropdown-menu1 li i {
    font-size: 20px;
    border: none;
    padding: 0px 3px;
    margin-right: 8px;
  }

  li.dropdown a i.fa.fa-fw.fa-plus {
    float: right;
  }

  .sidebar-nav li a:hover {
    color: #078ef8;

  }

  .sidebar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    position: fixed;
    background: #ffffff;
    padding-right: 0px;
    height: 100%;
    top: 0;
    color: ;

    overflow-y: scroll;
  }

  .dropdown-menu {
    background: transparent;
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: @full-width;
    display: none;
  }

  .dropdown-menu {
    display: none;
    background-color: rgb(215, 234, 248);
  }

  a {
    text-decoration: none;
  }

  .dropdown-menu li a {
    color: #ffffff;

  }

  .dropdown-header {
    color: #000;
  }

  .sidebar-nav li a:hover,
  .sidebar-nav li a:active,
  .sidebar-nav li a:focus,
  .sidebar-nav li.open a:hover,
  .sidebar-nav li.open a:active,
  .sidebar-nav li.open a:focus {
    background-color: transparent;
    color: #44dbda;
    text-decoration: none;
  }

  .sidebar-nav>.sidebar-brand {
    font-size: 20px;
    height: 65px;
    line-height: 44px;
  }

  .theme-started-info {
    display: -webkit-box;
    vertical-align: baseline;
  }

  .theme-started-info h6 {
    /* margin-top: 6px;
    margin-right: 13px; */
  }

  a.support-button {
    font-weight: bold !important;
    color: #ffffff !important;
    font-size: 20px !important;
  }

  #site-navigation {
    background: #39B7CD;
    color: #ffffff !important;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    line-height: 13px;
    height: 33px;
    border: none;
    padding: 10px 15px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    text-shadow: none;
    transition: background 0.5s ease;
  }

  figure {
    display: block;
    /* -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px; */
  }

  #theme-intruction {
    float: right;
    width: 70%;
  }

  .theme-instruction-block:first-child {
    margin-top: 0;
  }


  .inst-block {
    background: #f6f6f6 none repeat scroll 0 0;
    padding: 13px 0;
  }

  .intruction-title .demo {
    padding-left: 10px;
  }

  .intruction-title {
    font-size: 24px;
  }

  .wrapper {
    margin-right: auto;
    /* 1 */
    margin-left: auto;
    /* 1 */

    max-width: 960px;
    /* 2 */

    padding-right: 10px;
    /* 3 */
    padding-left: 10px;
    /* 3 */
  }

  img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
  }

  p {
    font-size: 16px;
  }

  h3 {
    clear: both;
    font-weight: normal;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #333333;
    font-weight: 700;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-size: 30px;
    padding-top: 0px;

  }

  .icons {
    padding-right: 5px;
    width: 35px;
    height: 35px;
  }

  h4 {
    clear: both;
    font-weight: normal;
    margin-bottom: 15px;
    color: #333333;
    font-weight: 500;
    padding-left: 10px;
    font-size: 20px;
  }

  h6 {
    font-size: 20px;
    padding-left: 10px;
  }

  h4.heading {
    font-size: 27px;
    font-weight: 500;
    margin-top: 20px;
  }

  .theme-instruction-title {
    border-bottom: 1px solid #e1e1e1;
    font-size: 16px;
    padding: 0 0 11px 41px;
  }

  #theme-intruction .inst-desc-wrap {
    padding: 0 40px;
  }

  .intruction-step {
    margin: 0 0 0 5px;
  }

  #theme-intruction ol li,
  #theme-intruction ul li {
    color: #717171;
    padding: 0 0 2px 7px;
  }

  .intruction-step span {
    font-weight: 700;
  }

  .intruction-step .inst-desc {
    display: block;
    font-weight: 400;
    padding: 10px 0;
  }

  .intruction-step .folder-link {
    background: #f2d6de none repeat scroll 0 0;
    border-radius: 5px;
    color: #ea6b90;
    font-weight: 400;
    margin: 0 4px;
    padding: 0 2px;
  }

  #top-bar li {
    padding-bottom: 12px;

  }

  .color-settings {
    margin-left: 12px;
  }

  .dropdown-menu1 {
    display: none;
  }

  ul {
    /* display: block; */
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    list-style-type: none;
  }

  strong {
    font-weight: 500;
  }

  .custom-image {
    margin-top: 10px;
  }

  .agents-image {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 15px;
  }

  p {
    padding-left: 5px;
  }

  .section_home_wrapper.h3 i {
    border: 1px solid;
  }

  .fa-fa-icon {
    border: none;
    padding: 0 5px;
  }

  .section_home_wrapper i {
    width: 16px;
    border: none;
    font-size: 25px;
    margin-right: 5px;
  }

  ul.file-structure {
    margin-left: 25px;
  }

  h4.heading {
    margin-top: 25px;
  }

  li.list {
    margin-left: 25px;
    list-style-type: none;
  }

  .col-md-9 {
    color: #333333;
    text-align: center;
  }

  .Adding_category {
    width: 100%;
    display: block;
    max-width: 70%;
  }

  .Blog_post {
    width: 100%;
    display: block;
    max-width: 70%;

  }




  /*-------------------------------*/
  /*       Hamburger-Cross         */
  /*-------------------------------*/
  .hamburger {
    font-size: 16px;
    border: none;
    display: none;
    height: 32px;
    margin-left: 10px;
    position: fixed;
    top: 20px;
    width: 32px;
    border-radius: 2px;
    -webkit-writing-mode: horizontal-tb;
    z-index: 1;

    &:hover {
      outline: none;
    }

    &:focus {
      outline: none;
    }

    &:active {
      outline: none;
    }
  }

  /* .hamburger.is-closed {
    :before {
      -webkit-transform: translate3d(0, 0, 0);
      -webkit-transition: all 0.35s ease-in-out;
      color: #fff;
      content: '';
      display: block;
      font-size: 14px;
      line-height: 32px;
      opacity: 0;
      text-align: center;
      width: 100%;
   }

    &:hover {
      before {
        -webkit-transform: translate3d(-100px, 0, 0);
        -webkit-transition: all .35s ease-in-out;
        display: block;
        opacity: 1;
      }

      .hamb-top {
        -webkit-transition: all .35s ease-in-out;
        top: 0;
      }

      .hamb-bottom {
        -webkit-transition: all .35s ease-in-out;
        bottom: 0;
      }
    }

    .hamb-top {
      -webkit-transition: all .35s ease-in-out;
      background-color: @hamburger-color-closed;
      top: 5px;
    }

    .hamb-middle {
      background-color: @hamburger-color-closed;
      margin-top: -2px;
      top: 50%;
    }

    .hamb-bottom {
      -webkit-transition: all .35s ease-in-out;
      background-color: @hamburger-color-closed;
      bottom: 5px;
    }
  } */

  /* .hamburger.is-closed .hamb-top,
  .hamburger.is-closed .hamb-middle,
  .hamburger.is-closed .hamb-bottom,
  .hamburger.is-open .hamb-top,
  .hamburger.is-open .hamb-middle,
  .hamburger.is-open .hamb-bottom {
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
  } */

  /* .hamburger.is-open {
    .hamb-top {
      -webkit-transform: rotate(45deg);
      -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
      background-color: @hamburger-color-open;
      margin-top: -2px;
      top: 50%;
    }

    .hamb-middle {
      background-color: @hamburger-color-open;
      display: none;
    }

    .hamb-bottom {
      -webkit-transform: rotate(-45deg);
      -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
      // background-color: #1a1a1a;
      background-color: @hamburger-color-open;
      margin-top: -2px;
      top: 50%;
    }

    &:before {
      -webkit-transform: translate3d(0, 0, 0);
      -webkit-transition: all .35s ease-in-out;
      color: #ffffff;
      content: '';
      display: block;
      font-size: 14px;
      line-height: 32px;
      opacity: 0;
      text-align: center;
      width: @width2;
    }

    &:hover {
      before {
        -webkit-transform: translate3d(-100px, 0, 0);
        -webkit-transition: all .35s ease-in-out;
        display: block;
        opacity: 1;
      }
    }
  } */

  /*-------------------------------*/
  /*          Dark Overlay         */
  /*-------------------------------*/
  .overlay {
    position: fixed;
    display: none;
    width: full-width;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4);
    z-index: 1;
  }

  #fullwidth-block-5a7c1285f2181 {
    margin-top: 0px;
    width: 100%;
    background-color: #44dbda;
  }

  .dropdown-toggle:after {
    display: none;
  }

  /* SOME DEMO STYLES - NOT REQUIRED */
  body,
  html {
    background-color: bg-color
  }

  body {

    h1,
    h2,
    h3,
    h4 {
      color: fadeout(@text-color, 10);
    }

    p,
    blockquote {
      color: fadeout(@text-color, 30);
    }

    a {
      color: fadeout(@text-color, 20);
      text-decoration: underline;

      &:hover {
        color: @text-color;
      }
    }
  }


  /* //////////////// ROCKET GO TO TOP /////////////////////////////// */

  /** back to top **/
  #rocketmeluncur {
    position: fixed;
    bottom: 50px;
    z-index: 1;
    display: none;
    visibility: hidden;
    width: 40px;
    height: 48px;
    right: 4%;
    background: url(../images/back-to-top.png) no-repeat 50% 0;
    opacity: 0;
    -webkit-transition: visibility .6s cubic-bezier(0.6, 0.04, 0.98, 0.335),
      opacity .6s cubic-bezier(0.6, 0.04, 0.98, 0.335),
      -webkit-transform .6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    -moz-transition: visibility .6s cubic-bezier(0.6, 0.04, 0.98, 0.335),
      opacity .6s cubic-bezier(0.6, 0.04, 0.98, 0.335),
      -moz-transform .6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: visibility .6s cubic-bezier(0.6, 0.04, 0.98, 0.335),
      opacity .6s cubic-bezier(0.6, 0.04, 0.98, 0.335),
      transform .6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }

  #rocketmeluncur i {
    display: block;
    margin-top: 48px;
    height: 14px;
    background: url(../images/back-to-the-top.png) no-repeat 50% -48px;
    opacity: .5;
    -webkit-transition: -webkit-transform .2s;
    -moz-transition: -moz-transform .2s;
    transition: transform .2s;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0
  }

  #rocketmeluncur:hover {
    background-position: 50% -62px
  }

  #rocketmeluncur:hover i {
    background-position: 50% 100%;
    -webkit-animation: flaming .7s infinite;
    -moz-animation: flaming .7s infinite;
    animation: flaming .7s infinite
  }

  #rocketmeluncur.showrocket {
    visibility: visible;
    opacity: 1
  }

  #rocketmeluncur.launchrocket {
    background-position: 50% -62px;
    opacity: 0;
    -webkit-transform: translateY(-800px);
    -moz-transform: translateY(-800px);
    -ms-transform: translateY(-800px);
    transform: translateY(-800px);
    pointer-events: none
  }

  #rocketmeluncur.launchrocket i {
    background-position: 50% 100%;
    -webkit-transform: scale(1.4, 3.2);
    -moz-transform: scale(1.4, 3.2);
    transform: scale(1.4, 3.2)
  }

  .lst {
    color: red;
    font-weight: bold;
  }

  .btn-togle {
    border: 1px solid #f2e3e3;
    padding: 6px 9px;
    border-radius: 5px;
  }

  /* /////////////////////////////////// RESPONSIVE //////////////////////////////////////////// */

  @media screen and (max-width: 800px) and (min-width:320px) {
    .wpb_single_image img {
      width: 250px !important;
    }
  }

  @media screen and (min-width:1920px) {
    /* .hamburger {
      display: block;
      cursor: pointer;
    } */
    #fullwidth-block-5a7c1285f2181{
      width: 1567px;
    }
    #page-top {
      margin-left: 5rem;
    }
    h3{
      font-size: 30px;
    }
  }

  @media screen and (min-width:1440px) and (max-width:1599.9px) {
    .hamburger {
      display: block;
      cursor: pointer;
    }
  }

  @media screen and (min-width:1024px) and (max-width:1439.9px) {
    .banner-heading {
      font-size: 27px;
  }
  .banner-para {
    font-size: 15px;
}
.banner-span {
  font-size: 9px;
}

    h3{
      font-size: 24px;
    }
    .button0 {
      margin-left: 0rem;
      position: relative;
      right: 0%;
    }
    .modal-target{
      width: 100%;
    }
    #sideNav{
      width: 300px;
    }
    #page-top {
      margin-left: 18rem;
    }

    
  }

  @media screen and (min-width:768px) and (max-width:1023.9px) {
    .button0 {
      display: flex;
      flex-wrap: nowrap;
      right: 65%;
    }
    #sideNav{
      width: 100%;
      height: auto;
      background-color: #44dbda;
      overflow: auto;
    }
    #page-top .collapse {
      display: block;
      overflow-y: scroll;
      height: 350px;
      transition: all 0.5s ease;
    }
    #page-top {
      margin-left: 0rem;
    }
    .btn-scroll {
      display: block;
      padding-top: 10px;
      border: none;
    }
    .collapse:not(.show) {
      display: none !important;
    }
    .container {
      margin-top: 10px;
      padding-bottom: 10px;
    }
    .large-wid {
      padding-right: 0px;
      padding-left: 0px;
    }
    .img-key{
      padding-top: 15px;
    }
    h3{
      font-size: 26px;
    }
    .modal-target{
      padding: 4px;
      width: 100%;
    }
    .modal-content{
      left: 0%;
      width: 85%;
    }
    .modal{
      padding-top: 20%;
    }
    .modal-close{
      top: 20%;
    }
    .section_home_wrapper{
      padding: 0px 20px;
    }
  }

  @media screen and (min-width:425px) and (max-width:767.9px) {
    .button0 {
      display: flex;
      right: 0%;
      margin-left: 0rem;
    }
    #sideNav{
      width: 100%;
      height: auto;
      background-color: #44dbda;
      overflow: auto;
    }
    #page-top .collapse {
      display: block;
      overflow-y: scroll;
      height: 350px;
      transition: all 0.5s ease;
    }
    #page-top {
      margin-left: 0rem;
    }
    .btn-scroll {
      display: block;
      padding-top: 10px;
      border: none;
    }
    .collapse:not(.show) {
      display: none !important;
    }
    .container {
      margin-top: 10px;
      padding-bottom: 10px;
    }
    .large-wid {
      padding-right: 0px;
      padding-left: 0px;
    }
    .img-key{
      padding-top: 15px;
    }
    h3{
      font-size: 26px;
    }
    .modal-target{
      padding: 4px;
      width: 100%;
    }
    .modal-content{
      left: 0%;
      width: 85%;
    }
    .modal{
      padding-top: 40%;
    }
    .modal-close{
      top: 20%;
    }
    #fullwidth-block-5a7c1285f2181{
      margin-top: -10px;
     width: 95%;
     margin-left: 10px;
    }
    .support-btn{
      padding: 3px 13px;
      font-size: 16px;
      bottom: 0px;
    }
    .backing{
      padding: 0px 10px;
      padding-bottom: 10px;
    }
    .demo-btn{
      margin-top: 20px;
    }
    .section_home_wrapper{
      padding-left: 20px;
    }
    .paraloid-row{
      margin-right: 0px;
      margin-left: 0px;
    }
   
  }

  @media screen and (min-width:375px) and (max-width:424.9px) {

    .button0 {
      margin-left: 8rem;
      position: none;
    }
    #sideNav{
      width: 100%;
      height: auto;
      background-color: #44dbda;
      overflow: auto;
    }
    #page-top .collapse {
      display: block;
      overflow-y: scroll;
      height: 350px;
      transition: all 0.5s ease;
    }
    #page-top {
      margin-left: 0rem;
    }
    .btn-scroll {
      display: block;
      padding-top: 10px;
      border: none;
    }
    .collapse:not(.show) {
      display: none !important;
    }
    .container {
      margin-top: 10px;
      padding-bottom: 10px;
    }
    .large-wid {
      padding-right: 0px;
      padding-left: 0px;
    }
    .img-key{
      padding-top: 15px;
    }
    h3{
      font-size: 21px;
    }
    .modal-target{
      padding: 4px;
      width: 100%;
    }
    .modal-content{
      left: 0%;
      width: 95%;
    }
    .modal{
      padding-top: 40%;
    }
    .modal-close{
      top: 15%;
    }
    #fullwidth-block-5a7c1285f2181{
      margin-top: -10px;
     width: 95%;
     margin-left: 10px;
    }
    .support-btn{
      padding: 5px 13px;
      font-size: 16px;
      bottom: 0px;
      
    }
    .backing{
      padding: 0px 10px;
      padding-bottom: 10px;
    }
    .theme-instruction-block{
      /* margin-left: -30px; */
      margin-top: 0px;
      padding: 0px 0px;
    }
    .demo-btn{
      margin-top: 25px;
    }
    #rocketmeluncur{
      right: 15px;
    }
    h4{
      margin-top: 35px;
    }
    .rate-thm{
      padding-right: 0px;
      padding-left: 0px;
    }
    .section_home_wrapper{
      padding-left: 15px;
    }
    .paraloid-row{
      margin-right: 0px;
      margin-left: 0px;
    }
   

  }

  @media screen and (min-width:320px) and (max-width:374.9px) {
    .banner-heading {
      font-size: 29px;
  }
    .banner-para {
      font-size: 16px;
  }
    .banner-span {
      font-size: 10px;
  }

    .button0 {
      margin-left: 7rem;
      position: none;
    }
    #sideNav{
      width: 100%;
      height: auto;
      background-color: #44dbda;
      overflow: auto;
    }
    #page-top .collapse {
      display: block;
      overflow-y: scroll;
      height: 350px;
      transition: all 0.5s ease;
    }
    #page-top {
      margin-left: 0rem;
    }
    .btn-scroll {
      display: block;
      padding-top: 10px;
      border: none;
    }
    .collapse:not(.show) {
      display: none !important;
    }
    .container {
      margin-top: 10px;
      padding-bottom: 10px;
    }
    .large-wid {
      padding-right: 0px;
      padding-left: 0px;
    }
    .img-key{
      padding-top: 15px;
    }
    h3{
      font-size: 21px;
    }
    .modal-target{
      padding: 4px;
      width: 100%;
    }
    .modal-content{
      left: 0%;
      width: 85%;
    }
    .modal{
      padding-top: 40%;
    }
    .modal-close{
      top: 15%;
    }
    #fullwidth-block-5a7c1285f2181{
      margin-top: -7px;
    width: 94%;
    margin-left: 12px;
    }
    .support-btn{
      padding: 3px 13px;
      font-size: 16px;
          position: relative;
    margin-top: 16%;
    /* left: -186%; */
    margin-left: -70%;
      
    }
    .backing{
      padding: 0px 10px;
      padding-bottom: 10px;
    }
    .theme-instruction-block{
      /* margin-left: -30px; */
      margin-top: 0px;
      padding: 0px 0px;
    }
    .demo-btn{
      margin-top: 25px;
      padding: 7px 10px;
    }
    #rocketmeluncur{
      right: 15px;
    }
    h4{
      margin-top: 15px;
    }
    .rate-thm{
      padding-right: 0px;
      padding-left: 0px;
    }
    .section_home_wrapper{
      padding-left: 0px;
    }
    .theme-started-info{
      position: relative;
    }
    .wpb_wrapper h2{
      font-size: 28px;
    }
    .section_home_wrapper{
      text-align: center;
    }
    .theme-started-info h6 {
      /* margin-top: 0px;
      margin-right: 0px; */
    }

  }


  /* ////////////////////////////// RESPONSIVE MEDIA ////////////////////////////////////////////// */

  