.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: none;
  border-top-width: 1px;
  border-top-color: #61759f;
  border-bottom-width: 2px;
  border-bottom-color: #304e81;
  background-color: #e3e3e3;
  background-image: -webkit-linear-gradient(270deg, #eaeaea, #fff);
  background-image: linear-gradient(180deg, #eaeaea, #fff);
  opacity: 0.9;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.header:hover {
  opacity: 1;
}

.header._2313 {
  position: static;
}

.body {
  background-color: #e9ebee;
  font-family: Arial, sans-serif;
}

.body.white {
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .71), hsla(0, 0%, 100%, .71)), url('https://cms-res.com/wp-content/uploads/bit-revolution/fb-bg.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .71), hsla(0, 0%, 100%, .71)), url('https://cms-res.com/wp-content/uploads/bit-revolution/fb-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.logo {
  position: fixed;
  left: 0px;
  top: 0px;
  display: none;
  width: 240px;
  margin-top: 5px;
  cursor: pointer;
}

.logo.cen {
  z-index: 1001;
  display: block;
  width: 135px;
  margin: 5px;
}

.logo.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.notifcation {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 300px;
  padding: 25px 25px 0px;
  z-index: 999;
}

.fb-silder {
  height: 100px;
  background-color: transparent;
}

.notifcation-slider {
  position: relative;
  border-radius: 8px;
  background-color: #fff;
}

.mas {
  height: 100px;
}

.slid1 {
  height: 99px;
  padding: 10px 0px 10px 10px;
  border: 1px solid #cdcece;
  border-radius: 10px;
  background-color: #fff;
}

.noti-txt {
  margin-top: -2px;
  font-size: 15px;
  line-height: 21px;
}

.name {
  cursor: pointer;
}

.name:hover {
  text-decoration: underline;
}

.section-2 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .82), hsla(0, 0%, 100%, .82)), url('https://cms-res.com/wp-content/uploads/bit-revolution/bg.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .82), hsla(0, 0%, 100%, .82)), url('https://cms-res.com/wp-content/uploads/bit-revolution/bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section-2._654 {
  padding-top: 120px;
  padding-bottom: 60px;
}

.video {
  padding-bottom: 0px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
}
.video-home {
  border-radius: 10px;
}
.button {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 22px;
  padding-bottom: 22px;
  border: 1px solid #223e7a;
  border-radius: 100px;
  background-image: -webkit-linear-gradient(90deg, #3b5999, #5595db);
  background-image: linear-gradient(0deg, #3b5999, #5595db);
  box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, .5);
  font-size: 22px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 1px 1px #000;
}

.button:hover {
  background-image: -webkit-linear-gradient(270deg, #3b5999, #5595db);
  background-image: linear-gradient(180deg, #3b5999, #5595db);
}

.button.s {
  width: 100%;
}

.button.s._4 {
  line-height: 25px;
}

.button-section {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px none #c7c7c7;
  border-radius: 4px;
  background-color: transparent;
}

.optin-form {
  position: relative;
  left: 0px;
  top: -1px;
  right: 0px;
  bottom: -67px;
  display: none;
  width: 400px;
  height: 230px;
  margin-top: -72px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border: 1px solid #acacac;
  border-radius: 5px;
  background-color: #f0f0f0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .26);
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.field {
  margin-bottom: 15px;
  border: 1px solid #97abc4;
  border-radius: 4px;
}

.field._22 {
  height: 56.5px;
}

.submit {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #2e661d;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(90deg, #4a813a, #619f4e);
  background-image: linear-gradient(0deg, #4a813a, #619f4e);
  box-shadow: inset 0 2px 0 0 hsla(0, 0%, 100%, .5);
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.submit:hover {
  background-image: -webkit-linear-gradient(270deg, #4a813a, #619f4e);
  background-image: linear-gradient(180deg, #4a813a, #619f4e);
}

.submit._222 {
  padding-top: 18px;
  padding-bottom: 18px;
}

.submit._222.h {
  padding-top: 34px;
  padding-bottom: 34px;
}

.form-title {
  margin-bottom: 15px;
  font-size: 15px;
  text-align: center;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.close {
  margin-top: 5px;
  color: #494949;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
}

.close:hover {
  text-decoration: underline;
}

.section-3 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.title {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #464646;
  font-size: 27px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}

.title.me {
  background-image: none;
}

.title._22 {
  background-image: none;
  font-size: 23px;
  line-height: 35px;
  font-weight: 700;
  text-transform: capitalize;
}

.fb-like {
  display: block;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  border-top: 1px solid #dfdfdf;
  text-align: center;
}

.section-4 {
  height: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fff;
  box-shadow: inset 0 0 9px 0 rgba(0, 0, 0, .21);
}

.video-background {
  background-image: url('https://cms-res.com/wp-content/uploads/bit-revolution/png-bg.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.x {
  float: right;
  cursor: pointer;
}

.team-box {
  display: block;
  width: 200px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

/*.team-box._2 {
  background-image: url('https://cms-res.com/wp-content/uploads/bit-revolution/Will-Smith-300x300.jpg');
  background-size: cover;
}*/

/*.team-box._3 {
  background-image: url('https://cms-res.com/wp-content/uploads/bit-revolution/Vladimir-Novakovski-570x570-300x300.jpg');
  background-size: cover;
}*/

.team-box._4 {
  background-image: url('https://cms-res.com/wp-content/uploads/2019/08/man_TR2.png');
  background-size: cover;
}

.team-box._5 {
  background-image: url('https://cms-res.com/wp-content/uploads/2019/08/man_TR3.png');
  background-size: cover;
}

.team-box._6 {
  background-image: url('https://cms-res.com/wp-content/uploads/2019/08/woman_TR1.png');
  background-size: cover;
}

.team-slider {
  height: 427px;
  background-color: transparent;
}

.team-txt {
  width: 200px;
  height: 200px;
  padding-top: 61px;
  padding-right: 33px;
  padding-left: 33px;
  border-radius: 100%;
  background-color: rgba(28, 57, 77, .62);
  opacity: 0;
  -webkit-transition: all 380ms ease;
  transition: all 380ms ease;
  color: #fff;
  font-size: 26px;
  line-height: 31px;
  text-align: center;
  cursor: default;
}

.team-txt:hover {
  background-color: rgba(59, 89, 152, .84);
  opacity: 1;
}

.job-title {
  margin-top: 15px;
  color: #2c467c;
  font-size: 19px;
  line-height: 22px;
  text-align: center;
  text-transform: capitalize;
}

.slide-nav {
  opacity: 0.28;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  color: #3b5998;
}

.slide-nav:hover {
  opacity: 1;
}

.h1-title {
  margin-top: 0px;
  margin-bottom: 18px;
  color: #747474;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.h1-title._13 {
  margin-top: 19px;
  color: #295c79;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}

.h1-title._13._36 {
  margin-top: 23px;
  font-size: 21px;
  letter-spacing: 0px;
}

.h1-title._13._3 {
  margin-top: 0px;
}

.txt-btn {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 2px;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0);
  color: #444;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
}

.txt-btn:hover {
  border-bottom: 3px solid #f8b133;
  background-color: hsla(0, 0%, 100%, .04);
  color: #bb7800;
}

.txt-btn.w--current {
  background-color: hsla(0, 0%, 100%, .04);
}

.txt-btn.login.w--current {
  background-color: hsla(0, 0%, 100%, 0);
}

.footer {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #f0f0f0;
  text-align: center;
}

.section-5._23 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.testimonial-box {
  display: block;
  overflow: visible;
  width: 250px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 151px;
  padding-right: 15px;
  padding-left: 15px;
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: #fff;
  background-image: url('https://cms-res.com/wp-content/uploads/bit-revolution/england.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 19px;
  text-align: center;
}

.testimonial-box:hover {
  border: 1px solid #28388b;
  background-color: #fff;
  font-size: 19px;
}

.testimonial-box._2 {
  background-image: url('https://cms-res.com/wp-content/uploads/bit-revolution/paris.jpg');
  background-position: 50% 0px;
  background-size: contain;
}

.testimonial-box._3 {
  padding-right: 5px;
  padding-left: 5px;
  background-image: url('https://cms-res.com/wp-content/uploads/bit-revolution/testimonial-person3.jpg');
  background-size: contain;
  cursor: default;
}

.user-name {
  margin-bottom: 10px;
  color: #334377;
}

.txt-post {
  overflow: auto;
  height: 100px;
  font-size: 14px;
  text-align: left;
  cursor: default;
}

.section-6 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #fff;
}

.under-video-txt {
  margin-bottom: 17px;
  font-size: 21px;
  line-height: 53px;
  text-align: center;
}

.under-video-txt.asd2 {
  margin-bottom: 0px;
  font-size: 32px;
  letter-spacing: 2px;
}

.section-7 {
  padding-top: 90px;
  padding-bottom: 50px;
  background-color: #fff;
}

.section-7._12 {
  padding-top: 15px;
}

.software {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100px;
}

.section-8 {
  display: none;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fafafa;
}

.youtube {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/*.yt-txt {
  padding: 15px;
  background-color: #c4302b;
  background-image: -webkit-linear-gradient(0deg, #c4302b, rgba(196, 48, 43, 0)), url('https://cms-res.com/wp-content/uploads/bit-revolution/YouTube_light_color_icon.png');
  background-image: linear-gradient(90deg, #c4302b, rgba(196, 48, 43, 0)), url('https://cms-res.com/wp-content/uploads/bit-revolution/YouTube_light_color_icon.png');
  background-position: 0px 0px, 9px 50%;
  background-size: auto, 50px;
  background-repeat: repeat, no-repeat;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-transform: capitalize;
}*/

.bottom-popup {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  background-color: #59af89;
}

.bottom-txt {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}

.btn-section {
  padding-top: 36px;
  padding-bottom: 50px;
  background-color: #fff;
}

.b {
  font-family: Arial, sans-serif;
  color: #3b5999;
  font-size: 40px;
}

.field-2 {
  display: block;
  height: 62px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  border: 1px solid #cacaca;
  border-radius: 100px;
  font-size: 17px;
  text-align: center;
}

.field-2:hover {
  border-color: #efb95f;
}

.section-9 {
  padding-top: 90px;
  padding-bottom: 45px;
}

.social-icon {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-style: none;
  border-bottom-width: 2px;
  border-bottom-color: #326e9c;
}

.social-box {
  overflow: auto;
  height: 300px;
  padding: 20px;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  background-color: #fff;
}

.post {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  background-color: #f8f8f8;
}

.post.t {
  background-color: #fff;
}

.fb-name {
  margin-bottom: 3px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #365899;
  font-weight: 700;
  cursor: pointer;
}

.fb-name:hover {
  text-decoration: underline;
}

.fb-profile {
  width: 50px;
  height: 50px;
}

.date {
  padding-left: 15px;
  background-image: url('https://cms-res.com/wp-content/uploads/bit-revolution/world.jpg');
  background-position: 0px 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #888;
  font-size: 12px;
  cursor: default;
}

.date:hover {
  text-decoration: underline;
}

.date.t {
  padding-left: 0px;
  background-image: none;
}

.post-txt {
  margin-top: 15px;
}

.likes {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  border-bottom: 1px solid #dfdfdf;
  background-image: url('https://cms-res.com/wp-content/uploads/bit-revolution/like-icon.jpg');
  background-position: 0px 2px;
  background-repeat: no-repeat;
  color: #5c5c5c;
  cursor: pointer;
}

.likes:hover {
  text-decoration: underline;
}

.like {
  display: inline-block;
  margin-right: 18px;
  padding-left: 22px;
  background-image: url('https://cms-res.com/wp-content/uploads/bit-revolution/like.jpg');
  background-position: 0px 50%;
  background-size: auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

.like:hover {
  text-decoration: underline;
}

.like.co {
  background-image: url('https://cms-res.com/wp-content/uploads/bit-revolution/comment.jpg');
  background-size: auto;
}

.like.sh {
  background-image: url('https://cms-res.com/wp-content/uploads/bit-revolution/share.jpg');
  background-size: auto;
}

.blue-txt {
  color: #3b5999;
  text-transform: uppercase;
}

.software-txt {
  margin-top: 1px;
  margin-bottom: 15px;
  color: #12645f;
  font-size: 20px;
  line-height: 33px;
  font-weight: 300;
  text-align: left;
}

.software-txt._31 {
  font-size: 15px;
  line-height: 20px;
}

.software-txt._21 {
  font-size: 17px;
  line-height: 23px;
}

.social {
  display: block;
  width: 32px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}

.social:hover {
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.social-row {
  margin-top: 10px;
  padding-right: 100px;
  padding-left: 100px;
}

.succ {
  margin-top: 10px;
  color: #3664a2;
  font-weight: 700;
}

.progress-bar {
  margin-top: 10px;
}

.team-text {
  margin-top: 15px;
  border-top-left-radius: 20px;
  font-size: 15px;
  line-height: 22px;
}

.fb-logo {
  display: block;
  width: 150px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.lo {
  width: 200px;
}

.form-title-2 {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d1d1d1;
  color: #5e5e5e;
  font-size: 29px;
  text-align: center;
  letter-spacing: 0px;
}

.form-title-2.white {
  border-bottom-color: hsla(0, 0%, 82%, .19);
  color: #fff;
}

.fb-chat {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 500;
  width: 240px;
  padding: 20px;
  border: 1px solid #dfdfdf;
  border-top-left-radius: 5px;
  background-color: #ebebeb;
}

.fb-img2 {
  border-radius: 3px;
}

.clm {
  padding-right: 0px;
  padding-left: 0px;
}

.f-name {
  margin-top: 10px;
  font-size: 15px;
}

/*.row-chat {
  margin-top: 11px;
  border-radius: 5px;
  background-image: url('https://cms-res.com/wp-content/uploads/bit-revolution/Status-user-online-icon.png');
  background-position: 94% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.row-chat:hover {
  background-color: #dfdfdf;
}*/

.c {
  padding-right: 0px;
  padding-left: 0px;
}

.reg-form {
  padding: 31px 15px 32px 15px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #24374e;
  color: #000;
}

.reg-form._2222 {
  display: block;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.form-tit {
  margin-bottom: 8px;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

.cl {
  padding-left: 0px;
}

.free {
  padding-right: 10px;
  padding-left: 10px;
  background-image: url('https://cms-res.com/wp-content/uploads/bit-revolution/marker.png');
  background-position: 0px 0px;
  background-size: cover;
  color: #020202;
}

.counter {
  display: block;
  margin-top: -20px;
  margin-right: auto;
  margin-left: auto;
}

.white-section {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
}

.numbers {
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
  font-size: 53px;
  line-height: 55px;
  text-align: center;
  letter-spacing: 2px;
}

.txt2 {
  margin-bottom: 19px;
  font-size: 26px;
  text-align: center;
}

.country {
  color: #efb95f;
}

.vid-bg {
  height: 350px;
  padding-top: 58px;
  background-image: -webkit-linear-gradient(270deg, rgba(59, 89, 153, .87), rgba(59, 89, 153, .87));
  background-image: linear-gradient(180deg, rgba(59, 89, 153, .87), rgba(59, 89, 153, .87));
}

.form-txt {
  font-size: 19px;
  line-height: 26px;
}

.bar {
  margin-top: 7px;
}

.map2 {
  height: 150px;
  border-radius: 7px;
}

.popup-div {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  background-color: #fff;
}

.ttxtx {
  margin-top: 0px;
  margin-bottom: 18px;
  font-size: 33px;
  text-align: center;
}

.mark-img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
}

.blue-t {
  color: #1c4b75;
  text-transform: capitalize;
}

.button-2 {
  display: block;
  width: 350px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding: 14px 2px 14px 75px;
  border-bottom: 6px solid #24407c;
  border-radius: 4px;
  background-color: #3b5998;
  background-image: url('https://cms-res.com/wp-content/uploads/bit-revolution/VV.png');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 21px;
  text-align: left;
  text-transform: uppercase;
}

.button-2:hover {
  border-bottom-color: #32549e;
  background-color: #4268b8;
}

.section-10 {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #fff;
  background-image: url('https://cms-res.com/wp-content/uploads/bit-revolution/bg-section-10.jpg');
  background-position: 100% 50%;
  background-size: 50% auto;
  background-repeat: no-repeat;
}

.date-box {
  margin-bottom: 10px;
  font-family: Arial, monospace;
  text-align: center;
}

.line {
  display: block;
  width: 70%;
  height: 2px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f3f3f3;
}

.fixed-bitcoin-rate {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 1001;
}

.fixed-top-right-corner {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 1002;
  width: 200px;
  height: 100px;
}

.section-11 {
  padding-top: 55px;
  padding-bottom: 55px;
  background-image: url('https://cms-res.com/wp-content/uploads/bit-revolution/newBG.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 444ms ease;
  transition: all 444ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.icon:hover {
  -webkit-transform: rotateX(27deg) rotateY(20deg) rotateZ(7deg);
  transform: rotateX(27deg) rotateY(20deg) rotateZ(7deg);
}

.icon-title {
  margin-top: 6px;
  color: #efb95f;
  font-size: 22px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
}

.text-block {
  color: #fff;
  text-align: center;
}

.video-date {
  position: relative;
  top: -334px;
  padding-top: 7px;
  padding-right: 23px;
  padding-bottom: 7px;
  background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, .65), hsla(0, 0%, 100%, 0) 47%);
  background-image: linear-gradient(270deg, rgba(0, 0, 0, .65), hsla(0, 0%, 100%, 0) 47%);
  opacity: 0.41;
  color: #fff;
  text-align: right;
  cursor: default;
}

.bold-text {
  color: #c26d12;
  font-size: 25px;
}

.button-3 {
  padding-left: 45px;
  float: right;
  border: 1px solid #4fbdf1;
  border-radius: 5px;
  background-color: transparent;
  background-image: url('https://cms-res.com/wp-content/uploads/bit-revolution/twitter-icon.jpg');
  background-position: 15px center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  color: #4fbdf1;
}

.button-3:hover {
  background-color: rgba(79, 189, 241, .17);
}

.image {
  cursor: pointer;
}

html.w-mod-js *[data-ix="new-interaction-2"] {
  opacity: 0.56;
  -webkit-transform: translate(0px, 45px);
  -ms-transform: translate(0px, 45px);
  transform: translate(0px, 45px);
}

html.w-mod-js *[data-ix="title"] {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

html.w-mod-js *[data-ix="fade-from-top"] {
  opacity: 0;
  -webkit-transform: translate(0px, -22px);
  -ms-transform: translate(0px, -22px);
  transform: translate(0px, -22px);
}

html.w-mod-js *[data-ix="fade-from-bottom"] {
  opacity: 0;
  -webkit-transform: translate(0px, 22px);
  -ms-transform: translate(0px, 22px);
  transform: translate(0px, 22px);
}

html.w-mod-js *[data-ix="apper"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="zoom-in"] {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

html.w-mod-js *[data-ix="fade-in-pop"] {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

html.w-mod-js *[data-ix="fade-after-5-sec"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .logo {
    display: block;
    width: 183px;
  }
  .section-2 {
    padding-top: 81px;
    padding-bottom: 5px;
  }
  .section-2._654 {
    padding-top: 21px;
  }
  .button-section {
    padding-right: 0px;
    padding-left: 0px;
  }
  .title {
    font-size: 25px;
    line-height: 36px;
  }
  .title._22 {
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 23px;
  }
  .section-4 {
    padding-top: 33px;
    padding-bottom: 33px;
  }
  .video-background {
    height: 444px;
  }
  .h1-title {
    font-size: 29px;
  }
  .h1-title._13 {
    margin-top: 0px;
    margin-bottom: 9px;
  }
  .h1-title._13._36 {
    margin-top: 0px;
    font-size: 16px;
  }
  .section-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-5._23 {
    padding-top: 33px;
    padding-bottom: 33px;
  }
  .testimonial-box {
    width: 95%;
  }
  .testimonial-box._2 {
    width: 95%;
  }
  .txt-post {
    font-size: 13px;
    line-height: 17px;
  }
  .section-6 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .b {
    font-size: 31px;
  }
  .field-2 {
    height: 55px;
    margin-bottom: 3px;
  }
  .blue-txt {
    font-size: 20px;
    line-height: 31px;
  }
  .software-txt {
    font-size: 16px;
    line-height: 29px;
  }
  .software-txt._21 {
    font-size: 15px;
    line-height: 22px;
  }
  .txt2 {
    font-size: 24px;
  }
  .video-date {
    top: -255px;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  .header {
    position: static;
    padding-top: 0px;
  }
  .section-2 {
    margin-top: 0px;
    padding-top: 10px;
  }
  .section-2._654 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .button-section {
    padding-top: 5px;
    padding-bottom: 15px;
  }
  .title {
    background-position: 41% 75%;
    background-size: 121px;
    font-size: 27px;
    line-height: 36px;
  }
  .section-4 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .team-box {
    width: 140px;
    height: 140px;
  }
  .team-txt {
    width: 140px;
    height: 140px;
    padding-top: 41px;
    font-size: 18px;
  }
  .h1-title {
    margin-bottom: 18px;
    font-size: 23px;
    letter-spacing: 0px;
  }
  .txt-btn {
    font-size: 11px;
  }
  .testimonial-box {
    width: 250px;
  }
  .testimonial-box._2 {
    width: 250px;
  }
  .section-8 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .txt2 {
    font-size: 19px;
  }
  .ttxtx {
    font-size: 28px;
    line-height: 38px;
  }
  .mark-img {
    margin-bottom: 15px;
  }
  .section-10 {
    padding-top: 22px;
    padding-bottom: 22px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .video-date {
    top: -285px;
  }
}

@media (max-width: 479px) {
  .logo {
    position: static;
    display: block;
    width: 100px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
  }
  .logo.cen {
    width: 140px;
  }
  .section-2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .button {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .button-section {
    padding: 0px;
  }
  .field._22 {
    width: 100%;
    height: 40px;
    margin-bottom: 2px;
  }
  .title {
    background-image: -webkit-linear-gradient(270deg, transparent, transparent);
    background-image: linear-gradient(180deg, transparent, transparent);
    font-size: 19px;
    line-height: 26px;
  }
  .title.me {
    margin-bottom: 7px;
    font-size: 11px;
    line-height: 18px;
  }
  .video-background {
    height: 120px;
  }
  .h1-title {
    margin-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 21px;
    line-height: 32px;
  }
  .h1-title._13._36 {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 23px;
  }
  .section-5 {
    padding-bottom: 0px;
  }
  .section-5._23 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .testimonial-box {
    width: 98%;
    height: auto;
    margin-bottom: 9px;
    padding-top: 192px;
    padding-bottom: 14px;
  }
  .testimonial-box._2 {
    width: 98%;
    margin-bottom: 8px;
  }
  .testimonial-box._3 {
    width: 98%;
  }
  .user-name {
    padding-top: 14px;
  }
  .txt-post {
    text-align: left;
  }
  .under-video-txt {
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 26px;
    line-height: 30px;
  }
  .under-video-txt.asd2 {
    font-size: 30px;
    letter-spacing: 0px;
  }
  .section-7 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .b {
    font-size: 15px;
    line-height: 30px;
  }
  .field-2 {
    height: 40px;
    margin-bottom: 5px;
  }
  .section-9 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .social-icon {
    display: inline;
    margin-top: 18px;
  }
  .social-box {
    padding: 8px;
  }
  .blue-txt {
    font-size: 12px;
    line-height: 14px;
  }
  .software-txt {
    margin-top: 1px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 22px;
  }
  .social-row {
    padding-right: 50px;
    padding-left: 50px;
  }
  .fb-logo {
    width: 140px;
    margin-top: 8px;
  }
  .form-title-2 {
    padding-bottom: 11px;
    font-size: 24px;
    line-height: 28px;
  }
  .reg-form {
    margin-bottom: 0px;
  }
  .reg-form._2222 {
    width: 100%;
  }
  .cl {
    padding-right: 0px;
  }
  .white-section {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .vid-bg {
    padding-top: 30px;
  }
  .ttxtx {
    font-size: 24px;
    line-height: 29px;
  }
  .button-2 {
    width: 100%;
    font-size: 16px;
  }
  .section-10 {
    padding-top: 22px;
    padding-bottom: 22px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .section-11 {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .text-block {
    margin-bottom: 12px;
  }
  .video-date {
    top: -168px;
    background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, .65), hsla(0, 0%, 100%, 0) 45%);
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .65), hsla(0, 0%, 100%, 0) 45%);
    font-size: 11px;
  }
  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
}
