@charset "UTF-8";
/*Mixins*/
/** Generated by FG **/
@font-face {
  font-family: 'Conv_Romy Regular';
  src: url("https://s3.amazonaws.com/static.organiclead.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/demo_page_assets/Romy_Regular.eot");
  src: local("☺"), url("https://s3.amazonaws.com/static.organiclead.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/demo_page_assets/Romy_Regular.woff") format("woff"), url("https://s3.amazonaws.com/static.organiclead.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/demo_page_assets/Romy_Regular.ttf") format("truetype"), url("https://s3.amazonaws.com/static.organiclead.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/demo_page_assets/Romy_Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@-webkit-keyframes draw {
  from {
    height: 0px; }
  to {
    height: 38px; } }

@keyframes draw {
  from {
    height: 0px; }
  to {
    height: 38px; } }

/*variables*/
.sec-1 .title-wrap, .sec-1 .detail-wrap {
  font-family: 'Montserrat', sans-serif !important; }

h1, h2, h3, h4, h5, h6, .sec-1 .main-wrap .flex-wrap .flex-item p, .sec-1 .form-wrap .form-head .title, .sec-1 .form-wrap .form-body label, .sec-1 .form-wrap .form2 .form-label, .sec-1 .form-wrap .form3, .sec-1 .detail-wrap .title-wrap, .sec-1 .detail-wrap .flex-wrap .flex-item .title, .sec-2 .title-wrap .title, .sec-2 .title-wrap .sub, .sec-2 .twentytwenty-horizontal .twentytwenty-overlay .twentytwenty-before-label, .sec-2 .twentytwenty-horizontal .twentytwenty-overlay .twentytwenty-after-label, .sec-3 .title-wrap .title, .sec-3 .title-wrap .sub, .sec-3 .info-wrap .initials, .sec-3 .info-wrap .name-wrap .name, .sec-3 .info-wrap .name-wrap .address, .sec-3 .detail-wrap .rec-wrap .info, .sec-3 .detail-wrap .detail, .sec-4 .title-wrap .title, .sec-4 .title-wrap .sub, .sec-4 .video-js .vjs-big-play-button:after, .sec-5 .title-wrap, body .info-trial {
  font-family: 'Montserrat', sans-serif !important; }

.sec-1 .form-wrap .form-body .form-title {
  /* font-family: 'Conv_Romy Regular' !important; */
	font-size: 2.5rem !important;
}

.btn-container .btn-wrap a, .sec-1 .form-wrap .form-body button[type="submit"] {
  font-family: 'PT Sans Caption', sans-serif !important; }

.section-contain {
  max-width: fluidWdth(1300px, 1920px);
  margin: 0 auto;
  float: none; }
  @media (min-width: 992px) {
    .section-contain {
      max-width: 1300px; } }
  @media only screen and (min-width: 992px) and (max-width: 1600px) {
    .section-contain {
      max-width: 80% !important; } }
  @media (max-width: 991px) {
    .section-contain {
      max-width: 90%; } }

/* keyFrames*/
@-webkit-keyframes bg-pan-tr {
  0% {
    background-position: 0% 100%; }
  100% {
    background-position: 100% 0%; } }

@keyframes bg-pan-tr {
  0% {
    background-position: 0% 100%; }
  100% {
    background-position: 100% 0%; } }

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.col-xs-12 {
  padding: 0; }

.btn-container .btn-wrap {
  padding: 6px 30px;
  background: #f84495;
  text-align: center;
  border-radius: 50px;
  max-width: 300px; }
  @media (max-width: 991px) {
    .btn-container .btn-wrap {
      margin: 0 auto; } }
  .btn-container .btn-wrap i {
    color: #ffffff;
    margin-right: 12px; }
  .btn-container .btn-wrap a {
    color: #ffffff;
    cursor: pointer;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700 !important;
    text-decoration: none; }
    @media only screen and (min-width: 992px) and (max-width: 1700px) {
      .btn-container .btn-wrap a {
        font-size: 14px !important; } }
    @media (max-width: 991px) {
      .btn-container .btn-wrap a {
        font-size: 14px !important; } }
    .btn-container .btn-wrap a:after {
      content: "\f105";
      font-family: fontawesome;
      margin-left: 10px;
      font-weight: 300; }
  .btn-container .btn-wrap:hover {
    -webkit-animation: shadow-drop-2-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
            animation: shadow-drop-2-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@-webkit-keyframes shadow-drop-2-center {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent; }
  100% {
    -webkit-transform: translateZ(50px);
    transform: translateZ(50px);
    -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35); } }

@keyframes shadow-drop-2-center {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent; }
  100% {
    -webkit-transform: translateZ(50px);
    transform: translateZ(50px);
    -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35); } }

/*****************/
.sec-1 {
  background: url(https://s3.amazonaws.com/static.organiclead.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/demo_page_assets/v3heroimage.png);
  background-size: cover;
  padding: 105px 0 200px; }
  @media (max-width: 991px) {
    .sec-1 {
      padding: 50px 0 150px; } }
  @media (max-width: 500px) {
    .sec-1 {
      padding: 20px 0 150px; } }
  @media (min-width: 2000px) {
    .sec-1 {
      padding: 200px 0 500px; } }
  .sec-1 .section-contain {
    max-width: fluidWdth(962px, 1920px);
    margin: 0 auto;
    float: none; }
    @media (min-width: 992px) {
      .sec-1 .section-contain {
        max-width: 962px; } }
    @media only screen and (min-width: 992px) and (max-width: 1600px) {
      .sec-1 .section-contain {
        max-width: 80% !important; } }
    @media (max-width: 991px) {
      .sec-1 .section-contain {
        max-width: 90%; } }
  .sec-1 .main-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .sec-1 .main-wrap .flex-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      @media (max-width: 991px) {
        .sec-1 .main-wrap .flex-wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -ms-flex-line-pack: center;
              align-content: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
      @media (max-width: 500px) {
        .sec-1 .main-wrap .flex-wrap {
          display: none !important; } }
      @media (max-width: 991px) {
        .sec-1 .main-wrap .flex-wrap .flex-item {
          margin-top: 20px; } }
      @media (max-width: 500px) {
        .sec-1 .main-wrap .flex-wrap .flex-item {
          margin-top: 0; } }
      .sec-1 .main-wrap .flex-wrap .flex-item p {
        text-align: center;
        font-size: 17px;
        color: #ffffff; }
        .sec-1 .main-wrap .flex-wrap .flex-item p:before {
          content: "";
          background: url(https://s3.amazonaws.com/static.organiclead.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/demo_page_assets/checkicon.png);
          width: 32px;
          height: 32px;
          display: block;
          margin: 0 auto 18px; }
        .sec-1 .main-wrap .flex-wrap .flex-item p:after {
          content: "";
          background: url(https://s3.amazonaws.com/static.organiclead.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/demo_page_assets/vrline.png);
          width: 1px;
          height: 71px;
          position: absolute;
          right: 0;
          top: 0; }
          @media (max-width: 991px) {
            .sec-1 .main-wrap .flex-wrap .flex-item p:after {
              display: none; } }
      .sec-1 .main-wrap .flex-wrap .flex-item:nth-child(2) {
        padding: 0 30px; }
      .sec-1 .main-wrap .flex-wrap .flex-item:last-child p:after {
        display: none; }
  .sec-1 .title-wrap {
    font-size: 45px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    margin-top: 37px;
    margin-bottom: 95px;
    line-height: normal; }
    @media (max-width: 991px) {
      .sec-1 .title-wrap {
        margin: 20px 0; } }
    @media (max-width: 500px) {
      .sec-1 .title-wrap {
        font-size: 25px; } }
  .sec-1 .form-wrap {
    color: #ffffff;
    max-width: 455px;
    float: none;
    margin: 0 auto; }
    .sec-1 .form-wrap .form-head {
      background: #393939;
      padding: 35px 0 30px;
      text-align: center;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px; }
      .sec-1 .form-wrap .form-head .title {
        font-size: 26px;
        font-weight: 300; }
    .sec-1 .form-wrap .form-body {
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;
      background: #ffffff;
      color: #393939;
      overflow: hidden; }
      @media (max-width: 500px) {
        .sec-1 .form-wrap .form-body {
          padding: 40px; } }
      .sec-1 .form-wrap .form-body .form-title {
        max-width: 305px;
        margin: 0 auto;
        float: none;
        color: #393939;
        font-size: 40px;
        text-align: center; }
        .sec-1 .form-wrap .form-body .form-title:before {
          content: "";
          background: url(https://s3.amazonaws.com/static.organiclead.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/demo_page_assets/arrowdwn.png);
          position: absolute;
          height: 38px;
          width: 13px;
          left: -7px;
          top: 30px;
          z-index: 10;
          /* 					animation: draw 1s forwards;
					animation-delay: 2s;
				 animation-timing-function: easeInExpo;
				 transition: all 1s ease; */ }
        @media (max-width: 500px) {
          .sec-1 .form-wrap .form-body .form-title {
            font-size: 30px; } }
      .sec-1 .form-wrap .form-body label {
        color: #666666;
        text-transform: capitalize;
        display: block; }
      .sec-1 .form-wrap .form-body input {
        z-index: 9;
        position: relative; }
        .sec-1 .form-wrap .form-body input[type="text"] {
          border: 2px solid #393939;
          border-radius: 0 !important;
          min-height: 50px;
          max-width: 340px;
          margin: 0 auto;
          color: #393939 !important;
          font-size: 18px !important; }
          .sec-1 .form-wrap .form-body input[type="text"]::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: #393939 !important;
            font-family: 'Montserrat', sans-serif !important;
            font-size: 18px !important;
            text-align: center !important;
            font-weight: 600 !important; }
          .sec-1 .form-wrap .form-body input[type="text"]::-moz-placeholder {
            /* Firefox 19+ */
            color: #393939 !important;
            font-family: 'Montserrat', sans-serif !important;
            font-size: 18px !important;
            text-align: center !important;
            font-weight: 600 !important; }
          .sec-1 .form-wrap .form-body input[type="text"]:-ms-input-placeholder {
            /* IE 10+ */
            color: #393939 !important;
            font-family: 'Montserrat', sans-serif !important;
            font-size: 18px !important;
            text-align: center !important;
            font-weight: 600 !important; }
          .sec-1 .form-wrap .form-body input[type="text"]:-moz-placeholder {
            /* Firefox 18- */
            color: #393939 !important;
            font-family: 'Montserrat', sans-serif !important;
            font-size: 18px !important;
            text-align: center !important;
            font-weight: 600 !important; }
          .sec-1 .form-wrap .form-body input[type="text"]::-ms-input-placeholder {
            color: #393939 !important;
            font-family: 'Montserrat', sans-serif !important;
            font-size: 18px !important;
            text-align: center !important;
            font-weight: 600 !important; }
        .sec-1 .form-wrap .form-body input[type="radio"] {
          color: #393939; }
        .sec-1 .form-wrap .form-body input[name="contact_name"] {
          margin-bottom: 33px;
          border: 1px solid #393939;
          min-height: 40px; }
        .sec-1 .form-wrap .form-body input[name="contact_phone"] {
          border: 1px solid #393939;
          min-height: 40px; }
        .sec-1 .form-wrap .form-body input[name="contact_email"] {
          border: 1px solid #393939;
          min-height: 40px; }
      .sec-1 .form-wrap .form-body button[type="submit"] {
        padding: 6px 30px;
        background: #f84495;
        text-align: center;
        border-radius: 50px;
        max-width: 300px;
        border: 0;
        text-transform: capitalize;
        font-size: 18px;
        font-weight: 700 !important;
        color: #ffffff;
        cursor: pointer;
        text-transform: capitalize;
        font-size: 18px;
        font-weight: 700 !important;
        text-decoration: none; }
        @media only screen and (min-width: 992px) and (max-width: 1700px) {
          .sec-1 .form-wrap .form-body button[type="submit"] {
            font-size: 14px !important; } }
        @media (max-width: 991px) {
          .sec-1 .form-wrap .form-body button[type="submit"] {
            font-size: 14px !important; } }
        .sec-1 .form-wrap .form-body button[type="submit"]:after {
          content: "\f105";
          font-family: fontawesome;
          margin-left: 10px;
          font-weight: 300; }
      .sec-1 .form-wrap .form-body .form-group[data-type="submit"] {
        text-align: center; }
    .sec-1 .form-wrap .form1 {
      padding: 90px 0 105px; }
      @media (max-width: 991px) {
        .sec-1 .form-wrap .form1 {
          padding: 50px; } }
    .sec-1 .form-wrap .form2 {
      padding: 0px 0;
      text-align: left !important;
      padding: 50px 60px;
      text-align: center; }
      @media (max-width: 991px) {
        .sec-1 .form-wrap .form2 {
          padding: 50px; } }
      .sec-1 .form-wrap .form2 .form-label {
        color: #666666;
        font-weight: 600;
        margin-bottom: 10px; }
      .sec-1 .form-wrap .form2 .form-title {
        font-size: 30px; }
        .sec-1 .form-wrap .form2 .form-title:before {
          display: none; }
      .sec-1 .form-wrap .form2 .phone-wrap, .sec-1 .form-wrap .form2 .email-wrap {
        display: none; }
    .sec-1 .form-wrap .form3 {
      text-align: center;
      padding: 60px 60px 60px; }
      @media (max-width: 991px) {
        .sec-1 .form-wrap .form3 {
          padding: 50px; } }
      .sec-1 .form-wrap .form3 .ty-head {
        font-size: 20px;
        font-weight: 600;
        color: #666666;
        margin-bottom: 35px; }
        .sec-1 .form-wrap .form3 .ty-head:before {
          margin-bottom: 10px;
          content: "\f058";
          font-family: fontawesome;
          display: block;
          font-size: 50px;
          color: #F74495; }
      .sec-1 .form-wrap .form3 .ty-sub {
        font-size: 20px;
        font-weight: 300;
        color: #666666; }
    .sec-1 .form-wrap .btn-container {
      margin-top: 14px; }
      .sec-1 .form-wrap .btn-container .btn-wrap {
        max-width: 115px;
        margin: 0 auto; }
    .sec-1 .form-wrap .alert {
      list-style-type: none;
      text-align: center; }
  .sec-1 .detail-wrap {
    color: #ffffff;
    font-size: 15px; }
    .sec-1 .detail-wrap .title-wrap {
      text-transform: uppercase;
      font-weight: 600;
      font-size: 15px;
      margin: 0;
      text-align: left;
      margin-bottom: 32px; }
      @media (max-width: 991px) {
        .sec-1 .detail-wrap .title-wrap {
          text-align: center;
          margin-top: 20px;
          margin-bottom: 20px; } }
    .sec-1 .detail-wrap .flex-wrap {
      max-width: 295px; }
      @media (max-width: 991px) {
        .sec-1 .detail-wrap .flex-wrap {
          float: none;
          margin: 0 auto; } }
      .sec-1 .detail-wrap .flex-wrap .flex-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        margin-bottom: 12px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .sec-1 .detail-wrap .flex-wrap .flex-item:nth-child(1):before {
          content: "";
          background: url(https://s3.amazonaws.com/static.organiclead.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/demo_page_assets/prof.png);
          background-repeat: no-repeat;
          width: 42px;
          height: 42px;
          display: block; }
        .sec-1 .detail-wrap .flex-wrap .flex-item:nth-child(2):before {
          content: "";
          background: url(https://s3.amazonaws.com/static.organiclead.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/demo_page_assets/analytics.png);
          background-repeat: no-repeat;
          width: 42px;
          height: 42px;
          display: block; }
        .sec-1 .detail-wrap .flex-wrap .flex-item:nth-child(3):before {
          content: "";
          background: url(https://s3.amazonaws.com/static.organiclead.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/demo_page_assets/calltrack.png);
          background-repeat: no-repeat;
          width: 42px;
          height: 42px;
          display: block; }
        .sec-1 .detail-wrap .flex-wrap .flex-item:nth-child(4):before {
          content: "";
          background: url(https://s3.amazonaws.com/static.organiclead.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/demo_page_assets/cloud.png);
          background-repeat: no-repeat;
          width: 42px;
          height: 42px;
          display: block; }
        .sec-1 .detail-wrap .flex-wrap .flex-item:nth-child(5):before {
          content: "";
          background: url(https://s3.amazonaws.com/static.organiclead.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/demo_page_assets/organic.png);
          background-repeat: no-repeat;
          width: 42px;
          height: 42px;
          display: block; }
        .sec-1 .detail-wrap .flex-wrap .flex-item:nth-child(6):before {
          content: "";
          background: url(https://s3.amazonaws.com/static.organiclead.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/demo_page_assets/social.png);
          background-repeat: no-repeat;
          width: 42px;
          height: 42px;
          display: block; }
        .sec-1 .detail-wrap .flex-wrap .flex-item:nth-child(7):before {
          content: "";
          background: url(https://s3.amazonaws.com/static.organiclead.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/demo_page_assets/performance.png);
          background-repeat: no-repeat;
          width: 42px;
          height: 42px;
          display: block; }
        .sec-1 .detail-wrap .flex-wrap .flex-item:nth-child(8):before {
          content: "";
          background: url(https://s3.amazonaws.com/static.organiclead.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/demo_page_assets/hdvideo.png);
          background-repeat: no-repeat;
          width: 42px;
          height: 42px;
          display: block; }
        .sec-1 .detail-wrap .flex-wrap .flex-item .title {
          width: 235px;
          font-weight: 400; }
          @media (max-width: 500px) {
            .sec-1 .detail-wrap .flex-wrap .flex-item .title {
              font-size: 12px !important; } }

.sec-2 {
  padding-top: 117px;
  padding-bottom: 140px; }
  @media (max-width: 991px) {
    .sec-2 {
      padding-bottom: 50px;
      padding-top: 0px; } }
  .sec-2 .title-wrap {
    margin-bottom: 60px; }
    .sec-2 .title-wrap .title {
      line-height: normal;
      font-size: 45px;
      color: #393939;
      text-align: center;
      font-weight: 600; }
      @media (max-width: 500px) {
        .sec-2 .title-wrap .title {
          font-size: 20px; } }
    .sec-2 .title-wrap .sub {
      font-size: 25px;
      text-align: center;
      color: #393939;
      font-weight: 300; }
      @media (max-width: 500px) {
        .sec-2 .title-wrap .sub {
          font-size: 20px; } }
  .sec-2 .after {
    position: absolute;
    top: 0; }
  .sec-2 .slider-wrap {
    background: #ffffff;
    padding: 13px 13px 30px;
    border: 1px solid rgba(228, 228, 228, 0.4);
    border-top: 0; }
    .sec-2 .slider-wrap:before {
      content: "";
      background: url(https://s3.amazonaws.com/static.organiclead.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/demo_page_assets/shadeleft.png);
      background-repeat: no-repeat;
      background-position: 50%;
      position: absolute;
      width: 59px;
      height: 100%;
      left: -45px;
      top: 0;
      opacity: 0.8;
      z-index: 1; }
    .sec-2 .slider-wrap:after {
      content: "";
      background: url(https://s3.amazonaws.com/static.organiclead.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/demo_page_assets/rightshade.png);
      background-repeat: no-repeat;
      background-position: 50%;
      position: absolute;
      width: 59px;
      height: 100%;
      right: -45px;
      top: 0;
      opacity: 0.8;
      z-index: 1; }
  .sec-2 .twentytwenty-horizontal {
    cursor: move;
    cursor: grab;
    cursor: -webkit-grab; }
    .sec-2 .twentytwenty-horizontal .twentytwenty-handle {
      margin: 0;
      width: auto;
      height: auto;
      -webkit-box-shadow: none;
              box-shadow: none;
      border: 0;
      border-radius: 0;
      cursor: move;
      cursor: grab;
      cursor: -webkit-grab; }
      .sec-2 .twentytwenty-horizontal .twentytwenty-handle:before {
        width: 1px;
        background: rgba(255, 255, 255, 0.7);
        opacity: .7;
        margin-bottom: 6px; }
      .sec-2 .twentytwenty-horizontal .twentytwenty-handle:after {
        width: 1px;
        background: rgba(255, 255, 255, 0.7);
        opacity: .7;
        margin-top: 0; }
      .sec-2 .twentytwenty-horizontal .twentytwenty-handle .twentytwenty-left-arrow {
        background: #000000;
        border: none;
        width: 45px;
        height: 45px;
        opacity: .7;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-left: -45px; }
        .sec-2 .twentytwenty-horizontal .twentytwenty-handle .twentytwenty-left-arrow:before {
          content: "\f104";
          font-family: fontawesome;
          font-size: 16px;
          display: inline-block;
          color: #ffffff; }
      .sec-2 .twentytwenty-horizontal .twentytwenty-handle .twentytwenty-right-arrow {
        background: #000000;
        border: none;
        width: 45px;
        height: 45px;
        opacity: .7;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-right: -45px; }
        .sec-2 .twentytwenty-horizontal .twentytwenty-handle .twentytwenty-right-arrow:before {
          content: "\f105";
          font-family: fontawesome;
          font-size: 16px;
          display: inline-block;
          color: #ffffff; }
  .sec-2 .slider-thumb-wrap {
    max-width: 1090px;
    margin: 0 auto;
    float: none;
    position: static; }
  .sec-2 #sync2 {
    margin-top: 20px;
    position: static; }
    .sec-2 #sync2 .owl-stage-outer {
      position: static; }
    .sec-2 #sync2 .owl-item .slide-item {
      padding: 20px 20px; }
      .sec-2 #sync2 .owl-item .slide-item .img-wrap {
        margin: 0 auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
    .sec-2 #sync2 .owl-item.active.current {
      border: 1px solid #d1d1d1; }
    .sec-2 #sync2 .owl-item img {
      width: auto;
      margin: 0 auto;
      cursor: pointer; }
    .sec-2 #sync2 .owl-nav .owl-prev {
      padding: 0;
      margin: 0;
      position: absolute;
      top: 50%;
      left: 40px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      margin-top: 0;
      background: none; }
      .sec-2 #sync2 .owl-nav .owl-prev:after {
        display: none; }
    .sec-2 #sync2 .owl-nav .owl-next {
      padding: 0;
      margin: 0;
      position: absolute;
      top: 50%;
      right: 40px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      margin-top: 0;
      background: none; }
      .sec-2 #sync2 .owl-nav .owl-next:after {
        display: none; }

.sec-3 {
  padding-bottom: 0; }
  @media (max-width: 991px) {
    .sec-3 {
      padding-bottom: 50px; } }
  .sec-3 .slide-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    @media (max-width: 991px) {
      .sec-3 .slide-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
  .sec-3 .title-wrap {
    margin-bottom: 60px; }
    .sec-3 .title-wrap .title {
      line-height: normal;
      font-size: 45px;
      color: #393939;
      text-align: center;
      font-weight: 600; }
      @media (max-width: 500px) {
        .sec-3 .title-wrap .title {
          font-size: 30px; } }
    .sec-3 .title-wrap .sub {
      font-size: 25px;
      text-align: center;
      color: #393939;
      font-weight: 300; }
      @media (max-width: 500px) {
        .sec-3 .title-wrap .sub {
          font-size: 20px; } }
  .sec-3 .info-wrap {
    background: #f3f3f3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 480px; }
    @media (max-width: 991px) {
      .sec-3 .info-wrap {
        min-height: 300px; } }
    .sec-3 .info-wrap .initials {
      background: #f66120;
      text-align: center;
      color: white;
      margin: 0 auto;
      border-radius: 50%;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      font-size: 30px;
      padding-top: 0.45em;
      padding-bottom: 0.45em;
      padding-right: 0.67em;
      padding-left: 0.67em; }
    .sec-3 .info-wrap:before {
      content: "";
      background: url(https://s3.amazonaws.com/static.organiclead.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/demo_page_assets/aftertriangle.png);
      position: absolute;
      width: 55px;
      height: 84px;
      top: 80px;
      right: 0; }
      @media (max-width: 991px) {
        .sec-3 .info-wrap:before {
          display: none; } }
    .sec-3 .info-wrap .img-wrap img {
      border: 7px solid #ffffff;
      max-width: 135px;
      margin: 0 auto; }
    .sec-3 .info-wrap .name-wrap {
      text-align: center;
      margin-top: 30px; }
      .sec-3 .info-wrap .name-wrap:after {
        content: "";
        background: url(https://s3.amazonaws.com/static.organiclead.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/demo_page_assets/stars.png);
        width: 84px;
        height: 15px;
        display: block;
        margin: 20px  auto 0; }
      .sec-3 .info-wrap .name-wrap .name {
        color: #333333;
        font-weight: 600;
        font-size: 20px; }
      .sec-3 .info-wrap .name-wrap .address {
        font-weight: 300; }
  .sec-3 .detail-wrap {
    border: 2px solid #ececec;
    border-left: 0;
    padding: 75px 50px 70px;
    min-height: 480px; }
    @media (max-width: 991px) {
      .sec-3 .detail-wrap {
        padding: 20px;
        border-left: 2px solid #ececec; } }
    @media only screen and (min-width: 992px) and (max-width: 1120px) {
      .sec-3 .detail-wrap {
        padding: 75px 17px 70px; } }
    .sec-3 .detail-wrap .rec-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-line-pack: start;
          align-content: flex-start;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 45px; }
      @media (max-width: 991px) {
        .sec-3 .detail-wrap .rec-wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -ms-flex-line-pack: center;
              align-content: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
      .sec-3 .detail-wrap .rec-wrap:before {
        content: "";
        background: url(https://s3.amazonaws.com/static.organiclead.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/demo_page_assets/testicon.png);
        width: 60px;
        height: 60px; }
      .sec-3 .detail-wrap .rec-wrap .info {
        width: auto;
        margin-left: 22px;
        font-size: 25px;
        color: #ef7a62;
        font-weight: 600;
        line-height: 30px; }
        @media (max-width: 991px) {
          .sec-3 .detail-wrap .rec-wrap .info {
            margin-left: 0;
            text-align: center;
            font-size: 16px; } }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .sec-3 .detail-wrap .rec-wrap .info {
            font-size: 16px; } }
        @media only screen and (min-width: 1201px) and (max-width: 1500px) {
          .sec-3 .detail-wrap .rec-wrap .info {
            font-size: 20px; } }
    .sec-3 .detail-wrap .detail {
      color: #333333;
      font-size: 18px;
      line-height: 30px;
      text-align: justify;
      max-width: 900px; }
      @media (max-width: 991px) {
        .sec-3 .detail-wrap .detail {
          font-size: 15px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .sec-3 .detail-wrap .detail {
          font-size: 16px; } }
  .sec-3 .owl-nav {
    position: absolute;
    top: 87px;
    right: 58px; }
    @media (max-width: 991px) {
      .sec-3 .owl-nav {
        display: block;
        top: 20%;
        width: 90%;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }
    @media only screen and (min-width: 992px) and (max-width: 1440px) {
      .sec-3 .owl-nav {
        top: 125px; } }
    .sec-3 .owl-nav .owl-prev {
      position: static;
      font-size: 28px;
      width: 41px;
      height: 41px;
      background: #dadada;
      border-radius: 50%;
      padding: 0;
      margin: 0;
      margin-right: 8px; }
      .sec-3 .owl-nav .owl-prev:hover {
        background: #a6a6a6; }
      .sec-3 .owl-nav .owl-prev:after {
        display: none; }
      @media (max-width: 991px) {
        .sec-3 .owl-nav .owl-prev {
          float: left; } }
    .sec-3 .owl-nav .owl-next {
      position: static;
      font-size: 28px;
      width: 41px;
      height: 41px;
      background: #dadada;
      border-radius: 50%;
      padding: 0;
      margin: 0; }
      .sec-3 .owl-nav .owl-next:hover {
        background: #a6a6a6; }
      .sec-3 .owl-nav .owl-next:after {
        display: none; }
      @media (max-width: 991px) {
        .sec-3 .owl-nav .owl-next {
          float: right; } }
  @media (max-width: 991px) {
    .sec-3 .owl-dots {
      margin-top: 30px; } }

.sec-4 {
  background: url(https://s3.amazonaws.com/static.organiclead.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/demo_page_assets/v3footerbg.png);
  background-size: cover;
  background-position: 50%;
  padding-bottom: 375px;
  padding-top: 120px; }
  @media (max-width: 991px) {
    .sec-4 {
      padding-bottom: 250px; } }
  @media (min-width: 2000px) {
    .sec-4 {
      padding: 100px 0 600px; } }
  .sec-4 .title-wrap {
    margin-bottom: 60px; }
    .sec-4 .title-wrap .title {
      line-height: normal;
      font-size: 45px;
      color: #393939;
      text-align: center;
      font-weight: 600; }
      @media (max-width: 500px) {
        .sec-4 .title-wrap .title {
          font-size: 20px; } }
    .sec-4 .title-wrap .sub {
      font-size: 25px;
      text-align: center;
      color: #393939;
      font-weight: 300; }
      @media (max-width: 500px) {
        .sec-4 .title-wrap .sub {
          font-size: 20px; } }
  .sec-4 .section-contain {
    max-width: fluidWdth(962px, 1920px);
    margin: 0 auto;
    float: none; }
    @media (min-width: 992px) {
      .sec-4 .section-contain {
        max-width: 962px; } }
    @media only screen and (min-width: 992px) and (max-width: 1600px) {
      .sec-4 .section-contain {
        max-width: 80% !important; } }
    @media (max-width: 991px) {
      .sec-4 .section-contain {
        max-width: 90%; } }
  .sec-4 .video-wrap {
    border: 14px solid #ffffff;
    position: relative;
    z-index: 99; }
    .sec-4 .video-wrap:after {
      content: "";
      background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/demo_page_assets/dots2.png);
      background-repeat: no-repeat;
      opacity: .7;
      width: 306px;
      height: 301px;
      position: absolute;
      right: -130px;
      bottom: -135px;
      z-index: -1; }
  .sec-4 .video-js:hover .vjs-big-play-button:focus {
    background-color: transparent; }
  .sec-4 .video-js .vjs-big-play-button {
    width: auto;
    height: 36px;
    border: 0;
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/demo_page_assets/playbtn.png);
    background-color: transparent;
    background-repeat: no-repeat;
    top: auto;
    left: 37px;
    bottom: 37px; }
    .sec-4 .video-js .vjs-big-play-button:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
      background-color: transparent; }
    .sec-4 .video-js .vjs-big-play-button:before {
      display: none; }
    .sec-4 .video-js .vjs-big-play-button:after {
      content: "Play Video";
      font-size: 20px;
      font-weight: 300;
      display: block;
      margin-left: 60px; }

.sec-5 {
  padding-bottom: 110px; }
  .sec-5 .inner-wrap {
    margin-top: -180px; }
  .sec-5 .img-wrap img {
    max-width: 677px; }
  .sec-5 .title-wrap {
    text-align: center;
    font-size: 38px;
    color: #033333;
    font-weight: 600;
    line-height: 50px; }
    @media (max-width: 500px) {
      .sec-5 .title-wrap {
        font-size: 20px; } }
  .sec-5 .detail-wrap {
    padding-top: 255px;
    max-width: 465px; }
    @media (max-width: 991px) {
      .sec-5 .detail-wrap {
        padding-top: 50px;
        float: none;
        margin: 0 auto; } }
  .sec-5 .btn-container .btn-wrap {
    padding: 8px 0 7px;
    max-width: 320px;
    margin: 38px  auto 0;
    border-radius: 20px; }
    .sec-5 .btn-container .btn-wrap a {
      font-size: 23px; }

@media (max-width: 991px) {
  #bottomwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    text-align: center; } }

@media (max-width: 991px) {
  #bottomwrap div {
    width: 100% !important; } 
    #bottomwrap div p {text-align: center;}}

@media (max-width: 768px) {
  #subscribe {
      padding: 0 0 20px !Important;}}

@media (max-width: 991px) {
  #bottomwrap div img {
    margin: 0 auto !important; } }

#bottomwrap input {
  max-width: 300px;
  margin: 0 auto; }

@media (min-width: 992px) {
  html {
    overflow: hidden !important; } }

body.free_trial .demo-content {
  display: none !important; }

body.free_trial .trial {
  display: block !important; }

@media (max-width: 600px) {
  body.free_trial .sec-1 {
    margin-bottom: 50px;
    padding-bottom: 20px;
    background: #1caead; } }

body .info-trial {
  font-size: 20px !important;
  text-align: center;
  color: #ffffff;
  margin-top: 2em; }
  @media (max-width: 600px) {
    body .info-trial {
      font-size: 15px;
      margin-top: 10px; } }

body .trial {
  display: none !important; }

@media(max-width:1024px) {
  .sec-2 #sync2 .owl-nav .owl-prev {
    left: -50px;
    z-index: 9999;    
  }
  .sec-2 #sync2 .owl-nav .owl-next {
    right: -50px;
    z-index: 9999;
  }
}

@media(max-width:768px) {
  .sec-2 #sync2 .owl-nav .owl-prev {
    left: -40px;
    z-index: 9999;
  }
  .sec-2 #sync2 .owl-nav .owl-next {
    right: -40px;
    z-index: 9999;
  }
  .content-navigation .menu-wrap {
      display: none;
  }
}