/******************************          Reset          ******************************/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
html,
body {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
body {
  min-height: 100%;
  position: relative;
  font-size: 14px;
  color: #222;
  font-family: "Roboto", sans-serif;
  text-rendering: optimizeLegibility;
}
article,
iframe,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu {
  display: block;
  margin: 0 auto;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
input {
  color: #313131;
}
input:focus {
  outline: none;
}
/*input:invalid {
  background-color: #fff;
}*/
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  color: #313131;
}
textarea:focus {
  outline: none;
}
/*textarea:invalid {
  background-color: #fff;
}*/
button:focus {
  outline: 0;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type="submit"],
input[type="button"] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
}
button {
  border: none;
  background: none;
  cursor: pointer;
}
a {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #074ad7;
  outline: 0;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}
svg {
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
img {
  display: block;
}
p {
  white-space: pre-wrap;
  max-width: 900px;
}
/******************************          Main CSS          ******************************/
body {
  font-family: "Lato", sans-serif;
  padding-right: 0;
  /*****   Body -- Responsive CSS   *****/
}
body.with_action_form {
  padding-right: 410px;
}
body.with_action_form section {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 1130px) {
  body {
    /*****   Remove Padding in body   *****/
  }
  body.with_action_form {
    padding-right: 0 !important;
  }
}
h1 {
  font-size: 30px;
  font-weight: 700;
  color: #3b3945;
}
h1 span {
  font-weight: 300;
}
h2 {
  font-size: 25px;
  font-weight: 400 !important;
  color: #0054ff;
}
h3 {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
}
h4 {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
h5 {
  font-size: 18px;
  font-weight: 400;
  color: #f1f1f1;
}
h6 {
  font-size: 14px;
  font-weight: 300;
  color: #3b3945;
}
p {
  font-size: 16px;
  line-height: 23px;
  color: #61666d;
}
input,
textarea {
  padding: 17px 25px;
  border: none;
  background: #e3e7ef;
  border-radius: 3px;
  color: #646b77;
  font-size: 16px;
}
textarea {
  width: 100%;
  height: 200px;
}
img {
  width: auto;
  max-width: 100%;
}
.none {
  display: none;
}
/******************************          Wrapper          ******************************/
.wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
/******************************          Sections          ******************************/
section {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /*  padding: 70px 70px;*/

  padding-left: 10%;
  padding-right: 10%;
  padding-top: 2%;
  background: #fff;
  /*****   Section -- Responsive CSS   *****/
}
section .section_container {
  width: 100%;
  /*  max-width: 956px;*/
}
@media screen and (min-width: 1681px) {
  section {
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    -ms-grid-row-align: center !important;
    align-items: center !important;
  }
}
@media screen and (max-width: 700px) {
  section {
    padding: 70px 20px;
  }
}
/******************************          Logo         ******************************/
.logo a {
  font-size: 40px;
  color: #fff;
  font-weight: 100;
  line-height: 20px;
}
.logo a span {
  font-size: 60px;
  color: #0054ff;
}
/******************************          SECTIONS          ******************************/
/*/////////////////////////////                            /////////////////////////////*/
/******************************          Header 		** Style 01         ******************************/
.header_style_01 {
  background: url("../img/2560x1440-01.png") center top no-repeat;
  background-size: cover;
  /*****   Header -- Responsive CSS   *****/
}
.header_style_01 .section_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header_style_01 .section_container .header_left_side {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: 500px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header_style_01 .section_container .header_left_side .logo {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.header_style_01 .section_container .header_left_side h1 {
  color: #fff;
  margin-bottom: 30px;
  padding-right: 50px;
}
.header_style_01 .section_container .header_left_side .btn {
  margin-right: 20px;
}
.header_style_01 .section_container .header_right_side {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media screen and (max-width: 700px) {
  .header_style_01 {
    padding: 70px 20px;
  }
  .header_style_01 .logo {
    margin-bottom: 50px !important;
  }
  .header_style_01 h1 {
    margin-bottom: 30px;
    padding-right: 0 !important;
  }
  .header_style_01 .section_container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header_style_01 .section_container .header_left_side {
    text-align: center;
    margin: 0 auto;
  }
  .header_style_01 .section_container .header_right_side {
    margin-top: 40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
}
/******************************          Action Form 	** Style 01         ******************************/
.action_form_container {
  width: 410px;
  height: 100vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  right: 0;
  top: 0;
  padding: 30px 48px;
  background: #fff;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.6);
  /*****   Action Form -- Responsive CSS   *****/
}
.action_form_container h2 {
  margin-bottom: 10px;
}
.action_form_container p {
  margin-bottom: 30px;
  font-size: 14px;
}
.action_form_container .delimiter {
  margin: 20px 0;
  font-size: 16px;
  color: #888b91;
  font-weight: 700;
}
.action_form_container form {
  max-width: 314px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}
.action_form_container form div {
  width: 100%;
  margin: 0 0 12px 0;
}
.action_form_container form div.half {
  width: 48%;
}
.action_form_container form div:last-child {
  margin-bottom: 0;
}
.action_form_container form p {
  margin: 0;
  font-size: 16px;
  color: #8e95a5;
  text-transform: uppercase;
  font-weight: 300;
}
.action_form_container form input {
  width: 100%;
  margin-top: 5px;
}
.action_form_container form .action_form_subscribe {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.action_form_container form .action_form_subscribe input,
.action_form_container form .action_form_subscribe label {
  width: auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0;
}
.action_form_container form .action_form_subscribe label {
  margin-left: 15px;
  font-weight: 700;
  color: #4e575e;
}
@media screen and (max-width: 1130px) {
  .action_form_container {
    /*****   Remove Action Form   *****/
    display: none;
  }
}
/******************************          Action Form 	** Style 02         ******************************/
.action_form_container_dark {
  width: 410px;
  height: 100vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  right: 0;
  /*  top: 0;*/
  padding: 30px 48px;
  background: #fff;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.6);
  background: url("../img/big-6.png") center top no-repeat;
  /*****   Action Form -- Responsive CSS   *****/
}
.action_form_container_dark h2 {
  margin-bottom: 10px;
  color: #ffb400;
}
.action_form_container_dark p {
  margin-bottom: 30px;
  color: #fff;
  font-size: 14px;
}
.action_form_container_dark .delimiter {
  margin: 20px 0;
  font-size: 16px;
  color: #61709b;
  font-weight: 700;
}
.action_form_container_dark form {
  max-width: 314px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}
.action_form_container_dark form div {
  width: 100%;
  margin: 0 0 12px 0;
}
.action_form_container_dark form div.half {
  width: 48%;
}
.action_form_container_dark form div:last-child {
  margin-bottom: 0;
}
.action_form_container_dark form p {
  margin: 0;
  font-size: 16px;
  color: #61709b;
  text-transform: uppercase;
  font-weight: 300;
}
.action_form_container_dark form input {
  width: 100%;
  margin-top: 5px;
  /*ADDED BY SAM*/
  background: #d8e5ff;
  color: #fff;
}
.action_form_container_dark form .action_form_subscribe {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.action_form_container_dark form .action_form_subscribe input,
.action_form_container_dark form .action_form_subscribe label {
  width: auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0;
}
.action_form_container_dark form .action_form_subscribe label {
  margin-left: 15px;
  font-weight: 700;
  color: #61709b;
}
@media screen and (max-width: 1130px) {
  .action_form_container_dark {
    /*****   Remove Action Form   *****/
    display: none;
  }
}
/******************************          Section Action Form style 01         ******************************/
.s_action_form_container {
  width: 100%;
  max-width: 956px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /*****   Action Form -- Responsive CSS   *****/
}
.s_action_form_container h2 {
  margin-bottom: 10px;
}
.s_action_form_container p {
  margin-bottom: 30px;
  font-size: 14px;
}
.s_action_form_container .delimiter {
  margin: 20px 0;
  font-size: 16px;
  color: #888b91;
  font-weight: 700;
}
.s_action_form_container form {
  max-width: 956px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}
.s_action_form_container form div {
  width: 100%;
  margin: 0 0 12px 0;
}
.s_action_form_container form div.half {
  width: 48%;
}
.s_action_form_container form div:last-child {
  margin-bottom: 0;
}
.s_action_form_container form p {
  margin: 0;
  font-size: 16px;
  color: #8e95a5;
  text-transform: uppercase;
  font-weight: 300;
}
.s_action_form_container form input {
  width: 100%;
  margin-top: 5px;
}
.s_action_form_container form .action_form_subscribe {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.s_action_form_container form .action_form_subscribe input,
.s_action_form_container form .action_form_subscribe label {
  width: auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0;
}
.s_action_form_container form .action_form_subscribe label {
  margin-left: 15px;
  font-weight: 700;
  color: #4e575e;
}
@media screen and (max-width: 1130px) {
  .s_action_form_container {
    /*****   Remove Action Form   *****/
  }
}
/******************************          Section Action Form style 02         ******************************/
.section_action_form_container_dark {
  background: url("../img/2560x1000.png") center top no-repeat;
}
.section_action_form_container_dark .s_action_form_container_dark {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 956px;
  /*****   Action Form -- Responsive CSS   *****/
}
.section_action_form_container_dark .s_action_form_container_dark h2 {
  margin-bottom: 10px;
  color: #ffb400;
}
.section_action_form_container_dark .s_action_form_container_dark p {
  margin-bottom: 30px;
  color: #fff;
  font-size: 14px;
}
.section_action_form_container_dark .s_action_form_container_dark .delimiter {
  margin: 20px 0;
  font-size: 16px;
  color: #61709b;
  font-weight: 700;
}
.section_action_form_container_dark .s_action_form_container_dark form {
  max-width: 956px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}
.section_action_form_container_dark .s_action_form_container_dark form div {
  width: 100%;
  margin: 0 0 12px 0;
}
.section_action_form_container_dark
  .s_action_form_container_dark
  form
  div.half {
  width: 48%;
}
.section_action_form_container_dark
  .s_action_form_container_dark
  form
  div:last-child {
  margin-bottom: 0;
}
.section_action_form_container_dark .s_action_form_container_dark form p {
  margin: 0;
  font-size: 16px;
  color: #61709b;
  text-transform: uppercase;
  font-weight: 300;
}
.section_action_form_container_dark .s_action_form_container_dark form input {
  width: 100%;
  margin-top: 5px;
  background: #5571aa;
  color: #fff;
}
.section_action_form_container_dark
  .s_action_form_container_dark
  form
  .action_form_subscribe {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.section_action_form_container_dark
  .s_action_form_container_dark
  form
  .action_form_subscribe
  input,
.section_action_form_container_dark
  .s_action_form_container_dark
  form
  .action_form_subscribe
  label {
  width: auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0;
}
.section_action_form_container_dark
  .s_action_form_container_dark
  form
  .action_form_subscribe
  label {
  margin-left: 15px;
  font-weight: 700;
  color: #61709b;
}
@media screen and (max-width: 1130px) {
  .section_action_form_container_dark .s_action_form_container_dark {
    /*****   Remove Action Form   *****/
  }
}
/******************************          Features 		** Style 01         ******************************/
.features {
  padding-bottom: 50px;
}
.features ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /*ADDED BY SAM*/
  padding-top: 37px;
  padding-left: 10%;
  padding-right: 10%;
  /*END ADDED BY SAM*/
}
.features ul li {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-bottom: 40px;
}
.features ul li:nth-child(even) {
  padding-right: 0 !important;
}
.features ul li:nth-child(odd) {
  padding-left: 0 !important;
}
.features ul li h5 {
  color: #0054ff;
  margin-bottom: 15px;
  font-weight: bold;
}
.features ul li p {
  padding-right: 70px;
}

.features ul li i {
  color: #3b3945;
  font-size: 20px;
}
@media screen and (max-width: 700px) {
  .features ul li {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    padding: 0;
  }
  .features ul li p {
    padding-right: 0;
  }
}
/******************************          Features 		** Style 02         ******************************/
.features_02 {
  background: #e3e7ef;
}
.features_02 .features_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.features_02 .features_container .features_02_left_side {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 70px;
}
.features_02 .features_container .features_02_left_side ul li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
}
.features_02 .features_container .features_02_left_side ul li:last-child {
  margin-bottom: 0;
}
.features_02 .features_container .features_02_left_side ul li .icon {
  margin-right: 30px;
}
.features_02 .features_container .features_02_left_side ul li .icon i {
  margin-top: 10px;
  font-size: 25px;
  color: #0054ff;
}
.features_02 .features_container .features_02_left_side ul li h5 {
  color: #3b3945;
  margin-bottom: 5px;
  font-weight: 700;
}
.features_02 .features_container .features_02_left_side ul li p {
  padding-right: 50px;
}
.features_02 .features_container .features_02_right_side {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.features_02 .features_container .features_02_right_side img {
  float: right;
}
@media screen and (max-width: 700px) {
  .features_02 .features_container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .features_02 .features_container .features_02_left_side {
    padding-right: 0;
  }
  .features_02 .features_container .features_02_left_side ul li {
    width: 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .features_02 .features_container .features_02_left_side ul li div {
    width: 100%;
  }
  .features_02 .features_container .features_02_left_side ul li div.icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .features_02 .features_container .features_02_left_side ul li p {
    padding-right: 0 !important;
  }
  .features_02 .features_container .features_02_right_side {
    margin-top: 70px;
    text-align: center;
    width: 100%;
  }
  .features_02 .features_container .features_02_right_side img {
    float: none;
    margin: 0 auto;
  }
}
/******************************          Features 		** Style 03         ******************************/
.features_03 {
  background: url("../img/2560x1440-03.png") center top no-repeat;
  background-size: cover;
}
.features_03 ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.features_03 ul li {
  -webkit-flex-basis: 43%;
  -ms-flex-preferred-size: 43%;
  flex-basis: 43%;
  margin-bottom: 30px;
}
.features_03 ul li h5 {
  margin-bottom: 15px;
}
.features_03 ul li p {
  color: #b5b5b5;
}
.features_03 ul li i {
  color: #0054ff;
  font-size: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 700px) {
  .features_03 ul li {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}
/******************************          Info Section 	** Style 01         ******************************/
.info_style_01 {
  background: url("../img/2560x1440-05.png") center top no-repeat;
  background-size: cover;
}
.info_style_01 .section_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.info_style_01 .header_left_side {
  max-width: 500px;
  margin-right: 15px;
}
.info_style_01 .header_left_side h3 {
  margin-bottom: 20px;
  padding-right: 50px;
}
.info_style_01 .header_left_side p {
  color: #fff;
}
.info_style_01 .header_right_side {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media screen and (max-width: 700px) {
  .info_style_01 {
    padding: 70px 20px;
  }
  .info_style_01 h3 {
    margin-bottom: 20px;
    padding-right: 0 !important;
  }
  .info_style_01 .section_container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .info_style_01 .btn_container {
    margin-top: 30px;
    width: 100%;
    text-align: center;
  }
  .info_style_01 .header_left_side {
    text-align: center;
    margin: 0 auto;
  }
  .info_style_01 .header_right_side {
    margin-top: 40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
}
/******************************          Info Section 	** Style 02         ******************************/
.info_style_02 {
  background: url("../img/2560x1440-04.png") center top no-repeat;
  background-size: cover;
  /*****   Header -- Responsive CSS   *****/
}
.info_style_02 .section_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.info_style_02 .section_container .header_left_side {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 500px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.info_style_02 .section_container .header_left_side h3 {
  margin-bottom: 40px;
  padding-right: 50px;
  color: #3b3945;
}
.info_style_02 .section_container .header_right_side {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media screen and (max-width: 700px) {
  .info_style_02 {
    padding: 70px 20px;
  }
  .info_style_02 h3 {
    margin-bottom: 30px;
    padding-right: 0 !important;
  }
  .info_style_02 .section_container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .info_style_02 .header_left_side {
    text-align: center;
    margin: 0 auto;
  }
  .info_style_02 .header_right_side {
    margin-top: 40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
}
/******************************          Info Section 		** Style 03         ******************************/
.info_style_03 {
  background: url("../img/2560x1440-02.png") center top no-repeat;
  background-size: cover;
}
.info_style_03 ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.info_style_03 ul li {
  -webkit-flex-basis: 43%;
  -ms-flex-preferred-size: 43%;
  flex-basis: 43%;
}
.info_style_03 ul li h5 {
  margin-bottom: 15px;
  color: #fff;
}
.info_style_03 ul li p {
  color: #b5b5b5;
}
.info_style_03 ul li i {
  color: #fff;
  font-size: 40px;
  margin-bottom: 30px;
}
.info_style_03 ul li form {
  margin: 30px auto 0;
  max-width: 100%;
}
@media screen and (max-width: 700px) {
  .info_style_03 ul li {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .info_style_03 ul li:last-child {
    margin-bottom: 0;
  }
}
/******************************          Price Table 	** Style 01        ******************************/
.price_table {
  /*  background: url('../img/2560x1440-04.png') center top no-repeat;*/
  /*  background-size: cover;
}
.price_table ul {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.price_table ul li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
.price_table ul li .btn {
  font-size: 19px;
}
.price_table ul li .price {
  margin: 45px 0 30px;
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
}
.price_table ul li .price .period {
  font-size: 20px;
  display: block;
}
.price_table ul li.business {
  background: #fff;
  width: 100%;
  margin-right: 15px;
}
.price_table ul li.business h1 {
  color: #0054ff;
}
.price_table ul li.business .price {
  color: #3b3945;
}
.price_table ul li.business .price .period {
  color: #c1c7d3;
}
.price_table ul li.personal {
  width: 100%;
  max-width: 370px;
  background: #0054ff;
}
.price_table ul li.personal h1 {
  color: #fff;
}
.price_table ul li.personal .price,
.price_table ul li.personal .period {
  color: #fff;
}
@media screen and (max-width: 700px) {
  .price_table ul {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .price_table ul li {
    margin-bottom: 15px;
  }
  .price_table ul li.personal {
    width: 100%;
    max-width: 100%!important;
  }
  .price_table ul li .btn {
    width: 100%;
    text-align: center;
  }
}

.price_table ul li .price .period{ margin-bottom:10px; margin-top:10px;}
.footer{ background:#f5f5f5;}
@media screen and (max-width: 650px) {
  
  .footer table tr td{ display:block; width:33%;}
}

.price_table ul li.business {
  background: #329500;
  width: 100%;
  margin-right: 15px;
  color:#fff;
}
.price_table ul li.business h1 {
  color: #fff;
  text-align:center;
  width:100%;
}

.business .round_div{ border:15px solid #377f14; padding-top: 60px !important;}
.price_table ul li ul li{ box-shadow:none; text-align:left; padding:10px; width:100%;}
.price_table ul li ul li table{ margin-bottom:20px;}
.btn_white{background:#fff;}
.business .btn_white{color:#329500;}
.price_table ul li ul li table tr td { font-size:20px; padding:0px 5px; }
.price_table ul li.personal {
  width: 100%;
  /*max-width: 370px;*/
  /*  background: #ecaa4c;
  color:#fff;*/
}

/******************************          Tabs         ******************************/
.section_tabs .section_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.section_tabs .section_container .tabs_container {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.section_tabs .section_container .tabs_container .tabs_nav {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 3px solid #0054ff;
}
.section_tabs .section_container .tabs_container .tabs_nav .tab_btn {
  padding: 20px 70px 20px 20px;
  border-radius: 3px 0 0 3px;
}
.section_tabs .section_container .tabs_container .tabs_nav .tab_btn:last-child {
  margin-bottom: 0;
}
.section_tabs .section_container .tabs_container .tabs_nav .tab_btn.active {
  background: #0054ff;
  color: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
.section_tabs .section_container .tabs_container .tabs_content {
  background: #fff;
  border-radius: 3px;
}
.section_tabs .section_container .tabs_container .tabs_content .tab_content p {
  max-width: 700px;
}
.section_tabs
  .section_container
  .tabs_container
  .tabs_content
  .tab_content.flex_column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section_tabs
  .section_container
  .tabs_container
  .tabs_content
  .teb_content_container {
  padding: 0 40px 40px;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 700px) {
  .section_tabs .section_container .tabs_container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section_tabs .section_container .tabs_container .tabs_nav {
    width: 100%;
    border-right: 0;
    border-bottom: 3px solid #0054ff;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section_tabs .section_container .tabs_container .tabs_nav .tab_btn {
    width: 100%;
    padding: 10px;
    border-radius: 3px;
  }
  .section_tabs
    .section_container
    .tabs_container
    .tabs_nav
    .tab_btn:last-child {
    margin-bottom: 0;
  }
  .section_tabs .section_container .tabs_container .tabs_nav .tab_btn.active {
    background: #0054ff;
    color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  }
  .section_tabs .section_container .tabs_container .teb_content_container {
    padding: 20px 0 !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
/******************************          Call to action style 01         ******************************/
.call_to_action {
  background: url("../img/2560x200.png") center top no-repeat;
  background-size: cover;
}
.call_to_action .section_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.call_to_action .heading {
  width: auto;
  margin-bottom: 0;
}
.call_to_action .btn_container {
  margin-top: 0;
}
.call_to_action .btn {
  margin-left: 10px;
  margin-right: 10px !important;
}
.call_to_action .btn:last-child {
  margin-right: 0 !important;
}
@media screen and (max-width: 700px) {
  .call_to_action {
    padding: 70px 0;
    text-align: center;
  }
  .call_to_action .section_container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .call_to_action .section_container .btn_container {
    margin-top: 30px;
  }
  .call_to_action .heading h1 {
    text-align: center;
  }
  .call_to_action .btn {
    margin: 0 10px;
  }
}
/******************************          Testimonials         ******************************/
.testimonials {
  background: url("../img/2560x1440-05.png") center top no-repeat;
  background-size: cover;
}
.testimonials .section_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.testimonials .section_container .testimonials_container {
  width: 100%;
  margin-top: 35px;
}
.testimonials .section_container .testimonials_container ul {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.testimonials .section_container .testimonials_container ul li {
  position: relative;
  width: 100%;
  max-width: 250px;
  padding: 80px 40px 40px;
  margin-right: 15px;
  text-align: center;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
}
.testimonials .section_container .testimonials_container ul li:last-child {
  margin-right: 0;
}
.testimonials .section_container .testimonials_container ul li img {
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 100px;
  border: 2px solid #0054ff;
}
.testimonials .section_container .testimonials_container ul li p {
  display: block;
}
.testimonials .section_container .testimonials_container ul li p.name {
  margin-top: 30px;
  font-size: 16px;
  color: #0054ff;
}
.testimonials .section_container .testimonials_container ul li p.subtitle {
  font-size: 13px;
  color: #4e4e4f;
}
@media screen and (max-width: 700px) {
  .testimonials {
    background-repeat: repeat;
    padding: 70px 20px;
  }
  .testimonials .testimonials_container ul {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .testimonials .testimonials_container ul li {
    margin-bottom: 60px;
    width: 100%;
    max-width: 100% !important;
    padding: 60px 20px 20px !important;
    margin-right: 0;
  }
  .testimonials .testimonials_container ul li:last-child {
    margin-bottom: 0;
  }
}
/******************************          Gallery 		** Style 01         ******************************/
.vatev_gallery ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vatev_gallery ul li {
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  overflow: hidden;
  cursor: pointer;
  background: #000;
  margin: 0 0 30px 0;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  border: 4px solid #fff;
}
.vatev_gallery ul li:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.vatev_gallery ul li img {
  transition: all 300ms;
  display: block;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .vatev_gallery ul li {
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }
}
.vatev_gallery .full_img_container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  z-index: 999999;
}
.vatev_gallery .img_container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  z-index: 999999;
}
@media screen and (max-width: 1024px) {
  .vatev_gallery .img_container {
    width: 400px;
  }
}
/******************************          Subscribe         ******************************/
.subscribe {
  background: url("../img/newsletter.jpg") center top no-repeat;
  background-size: cover;
  text-align: right;
  height: 205px;
}
.subscribe .section_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.subscribe h4 {
  margin-right: 20px;
  color: #424242;
}
@media screen and (max-width: 700px) {
  .subscribe {
    padding: 40px 40px;
  }
  .subscribe .section_container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .subscribe h4 {
    margin-bottom: 30px;
    margin-right: 0;
  }
}
form.subscribe_form {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 52px;
}
form.subscribe_form input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 17px 20px;
  background: #0054ff;
  color: #fff;
}
form.subscribe_form input::-webkit-input-placeholder {
  color: #fff;
}
form.subscribe_form input::-moz-placeholder {
  color: #fff;
}
form.subscribe_form input:-ms-input-placeholder {
  color: #fff;
}
form.subscribe_form input::placeholder {
  color: #fff;
}
/*form.subscribe_form button {
  position: absolute;
  top: 0;
  right: 0;
  border: 2px solid #fff;
  color: #fff;
  margin-right: 10px;
}*/
/******************************          Contacts         ******************************/
.contacts .contacts_container {
  position: relative;
}
.contacts .contacts_container form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.contacts .contacts_container form div {
  width: 100%;
  margin: 0 0 12px 0;
}
.contacts .contacts_container form div.half {
  width: 48%;
}
.contacts .contacts_container form div:last-child {
  margin-bottom: 0;
}
.contacts .contacts_container form p {
  margin: 0;
  font-size: 16px;
  color: #8e95a5;
  text-transform: uppercase;
  font-weight: 300;
}
.contacts .contacts_container form input {
  width: 100%;
  margin-top: 5px;
}
.contacts .contacts_container form textarea {
  margin-top: 5px;
}
.contacts .contacts_container form .action_form_subscribe {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.contacts .contacts_container form .action_form_subscribe input,
.contacts .contacts_container form .action_form_subscribe label {
  width: auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0;
}
.contacts .contacts_container form .action_form_subscribe label {
  margin-left: 15px;
  font-weight: 700;
  color: #4e575e;
}
.contacts .contacts_container form button {
  width: 100%;
  max-width: 400px;
  margin-top: 10px;
}
.subscribe {
  margin-top: 5%;
}
@media screen and (max-width: 700px) {
  .contacts .half {
    width: 100% !important;
  }
  .contacts button {
    max-width: 100% !important;
    margin-top: 20px !important;
  }
}
/******************************          Footer         ******************************/
.footer .section_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .footer_left_side {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.footer .footer_left_side .footer_social {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.footer .footer_left_side .footer_social li {
  margin-right: 15px;
}
.footer .footer_left_side .footer_social li:last-child {
  margin-right: 0;
}
.footer .footer_left_side .footer_social li i {
  font-size: 19px;
}
.footer .footer_right_side {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.footer .footer_right_side .footer_nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .footer_right_side .footer_nav li {
  margin-right: 50px;
}
.footer .footer_right_side .footer_nav li:last-child {
  margin-right: 0;
}
.footer p {
  text-align: right;
  margin-top: 20px;
}
.footer h4 {
  color: #61666d !important;
  font-size: 16px;
}
@media screen and (max-width: 700px) {
  .footer {
    padding: 70px 20px;
  }
  .footer .section_container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer .section_container .footer_social {
    margin-top: 20px;
  }
  .footer .section_container .footer_social li {
    margin-right: 30px;
  }
  .footer .section_container .footer_social li:last-child {
    margin-right: 0;
  }
  .footer .section_container .footer_social li i {
    font-size: 19px;
  }
  .footer .section_container .footer_nav {
    margin-top: 30px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer .section_container .footer_nav li {
    margin-left: 10px;
    margin-right: 10px;
  }
  .footer .section_container h4 {
    text-align: center;
  }
  .footer .section_container p {
    text-align: center;
  }
}
/******************************          ELEMENTS          ******************************/
/*/////////////////////////////                            /////////////////////////////*/
/******************************          Heading          ******************************/
.heading {
  width: 100%;
  /*ADDED BY SAM*/
  padding-bottom: 2px;
  /*END ADDED BY SAM*/
  margin-bottom: 30px;
  position: relative;
}
.heading:after {
  content: "";
  /*ADDED BY SAM*/
  border-bottom: 2px solid black;
  width: 100%;
  /*END ADDED BY SAM*/
  position: absolute;
  bottom: 0;
  left: 0;
}
.heading.no-border:after {
  content: "";
  border-bottom: 0px solid #0054ff;
}
.heading h1 {
  text-align: center;
  margin-bottom: 10px;
  line-height: 30px;
}
.heading h3 {
  color: #baff00;
}
.heading.white h1 {
  color: #fff;
}
.heading.white h6 {
  color: #fff;
}
@media screen and (max-width: 700px) {
  .heading {
    text-align: center !important;
    margin-bottom: 30px;
  }
  .heading h1 {
    line-height: 40px !important;
  }
  .heading:after {
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
}
.tabs_heading {
  margin-bottom: 30px;
}
.tabs_heading.dark h3 {
  color: #3b3945;
  font-weight: 900;
  margin-bottom: 10px;
}
.heading_style_02 {
  width: 100%;
  margin-bottom: 45px;
  position: relative;
}
.heading_style_02.no_margin {
  margin-bottom: 0;
}
.heading_style_02 h1 {
  margin-bottom: 10px;
  line-height: 0px;
  color: #0054ff;
  font-weight: 900;
  font-size: 40px;
}
.heading_style_02 h1 span {
  color: #000;
  font-weight: 300;
}
.heading_style_02 h1 span.numb {
  display: block;
  font-size: 124px;
  color: #eaeaea;
  font-weight: 900;
  line-height: 63px;
}
@media screen and (max-width: 700px) {
  .heading_style_02 h1 span {
    line-height: 35px !important;
  }
}
.heading_style_02 h6 {
  margin-top: 30px;
}
.heading_style_02.white h1 {
  color: #fff;
}
.heading_style_02.white h1 span {
  color: #fff;
}
.heading_style_02.white h1 span.numb {
  opacity: 0.2;
}
.heading_style_02.white h6 {
  color: #fff;
}
@media screen and (max-width: 700px) {
  .heading_style_02 {
    text-align: center;
  }
}
/******************************          Tabs          ******************************/
.tabs_nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tabs_nav .active_tab-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
.tabs_nav .active_tab-title .hide_tabs {
  display: none;
}
.tabs_nav .tab_btn {
  cursor: pointer;
}
.tab_content {
  display: none;
}
.tab_content.content_active-tab {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
/******************************          Rating          ******************************/
.rating {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  margin: 30px 0;
}
.rating i {
  margin: 0 4px;
  color: #ffba00;
}
@media screen and (max-width: 700px) {
  .rating {
    max-width: 100%;
  }
}
/******************************          Buttons          ******************************/
.btn {
  border-radius: 3px;
  transition: all 300ms;
  cursor: pointer;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: inline-block;
}
.btn_container {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 30px;
}
.btn_container .btn {
  margin-right: 20px;
}
.btn_container .btn:last-child {
  margin-right: 0 !important;
}
@media screen and (max-width: 700px) {
  .btn_container {
    text-align: center;
    width: 100%;
  }
}
.btn_block {
  width: 100%;
  display: block;
  text-align: center;
}
.btn_default {
  padding: 15px 25px;
  font-size: 15px;
}
.btn_shadow_hover {
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.3);
}
.btn_shadow_hover:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
}
.btn_shadow {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
}
.btn_blue {
  color: #fff;
  background: #0054ff;
}
.btn_blue:hover {
  background: #2d6ff4;
}
.btn_blue:active {
  background: #003db8;
}
.btn_white {
  color: #0054ff;
  background: #fff;
}
.btn_white:hover {
  background: #f1f1f1;
}
.btn_white:active {
  color: #fff;
  background: #003db8;
}
.btn_white_border {
  color: #fff;
  border: 2px solid #fff;
  background: transparent;
  padding: 13px 23px;
}
.btn_white_border:hover {
  color: #0054ff;
  background: #fff;
}
.btn_white_border:active {
  color: #fff;
  background: #003db8;
}
.btn_black_border {
  color: #000;
  border: 2px solid #000;
  background: transparent;
  padding: 13px 23px;
}
.btn_black_border:hover {
  color: #000;
  background: #fff;
}
.btn_black_border:active {
  color: #000;
  background: #ccc;
}
.btn_facebook {
  color: #fff;
  background: #3b5998;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  padding: 11px 25px;
  margin-top: 10px;
}
/*ADDED BY SAM*/
.btn_email {
  background-color: #e74c3c;
}
.btn_facebook span {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn_facebook span i {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  text-align: left;
  font-size: 26px;
}
.btn_i {
  margin-right: 10px;
}
.i_place_blue {
  color: #00aeef !important;
}
.i_place_light_blue {
  color: #a4dbff !important;
}
.i_place_red {
  color: #f0123c !important;
}
.i_place_orang {
  color: #f26c4f !important;
}
.i_place_green {
  color: #197b30 !important;
}
.i_place_light_green {
  color: #8dc63f !important;
}
.i_place_violet {
  color: #662d91 !important;
}
.i_place_light_violet {
  color: #b282d6 !important;
}
.i_place_gray {
  color: #cccccc !important;
}
.back {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  color: #93a7cf;
  margin: 10px 20px 0;
  padding: 0;
}
.back i {
  font-size: 26px;
  margin-right: 10px;
}
/******************************          Backgrounds          ******************************/
.light_blue {
  background: #e3e7ef;
}
.bg_black {
  background: #000;
}
/******************************          Play Video Container          ******************************/
.play_video_container {
  position: relative;
}
.play_video_container .play-btn {
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: top 300ms;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.play_video_container .play-btn:hover img {
  padding-bottom: 30px;
}
.play_video_container .play-btn img {
  transition: padding 300ms;
  width: 120px;
  padding: 0;
}
/******************************          Modal          ******************************/
.modal_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.9);
}
.modal_container .modal_content {
  width: 100%;
  max-width: 700px;
}
@media screen and (max-width: 700px) {
  .modal_container .modal_content {
    max-width: 80%;
  }
}
body {
  padding-top: 65px;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 15px 70px;
  z-index: 99999;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
}
header .section_container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
header .mobile-nav-icon {
  display: none;
  cursor: pointer;
  color: #000;
}
header nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

header nav ul li {
  margin-left: 45px;
  display: inline-block;
}
header nav ul li a {
  color: #2c7fe4;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  header {
    padding: 15px 20px;
  }
  header .mobile-nav-icon {
    display: block;
  }
  header .show-mobile-nav {
    display: none;
  }
  header nav {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  header nav ul {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  header nav ul li {
    display: block;
    margin-left: 0;
    margin-top: 20px;
  }
}
/*ADDED BY SAM*/
.freeMinutes {
  color: #2c7fe4;
}
h1 span {
  font-weight: 300;
  background-color: black;
  color: white;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 12px;
}
.heading h1 {
  font-size: 24px;
}
/*END ADDED BY SAM*/

/*--
Author: W3layouts
Author URL: https://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* reset */

blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* start editing from here */
a {
  text-decoration: none;
}
.txt-rt {
  text-align: right;
} /* text align right */
.txt-lt {
  text-align: left;
} /* text align left */
.txt-center {
  text-align: center;
} /* text align center */
.float-rt {
  float: right;
} /* float right */
.float-lt {
  float: left;
} /* float left */
.clear {
  clear: both;
} /* clear float */
.pos-relative {
  position: relative;
} /* Position Relative */
.pos-absolute {
  position: absolute;
} /* Position Absolute */
.vertical-base {
  vertical-align: baseline;
} /* vertical align baseline */
.vertical-top {
  vertical-align: top;
} /* vertical align top */
nav.vertical ul li {
  display: block;
} /* vertical menu */
nav.horizontal ul li {
  display: inline-block;
} /* horizontal menu */
img {
  max-width: 100%;
}
/*end reset*/
/****-----start-body----****/

.ad728x90 {
  margin-top: 1em;
}
.wrap {
  margin: 0 auto;
  width: 80%;
}
body a {
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
}
.pop_up {
  border: 9px solid#485460;
  border-radius: 1em;
  -o-border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
}
/* Styles for dialog window */
#small-dialog,
#small-dialog1,
#small-dialog2,
#small-dialog3,
#small-dialog4,
#small-dialog5 {
  background: white;
  padding: 20px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
  text-align: center;
  border: 9px solid#eee;
  border-radius: 1em;
  -o-border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
}
/*Pricing table and price blocks*/

.price-head h3 {
  color: #404042;
  font-size: 3em;
  text-decoration: none;
  font-weight: 700;
}
.pricing-grids {
  margin: 12% 0;
}
/*----*/
.pricing-grid1,
.pricing-grid2,
.pricing-grid3 {
  /*width: 31.5%;*/
  float: left;
  text-align: center;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  padding: 0;
  border: none;
  border-radius: 0.7em;
  -webkit-border-radius: 0.7em;
  -o-border-radius: 0.7em;
  -moz-border-radius: 0.7em;
}
.pricing-grid3 {
  margin-right: 0;
}
.pricing-grid1:hover,
.pricing-grid2:hover,
.pricing-grid3:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  z-index: 1;
  border: none;
}
.pricing-grid1:nth-child(3) {
  margin-right: 0;
}
.price-value h2 a,
.price-value.two h3 a,
.price-value.three h4 a {
  font-size: 1em;
  color: #fff;
}
.price-value,
.price-value.two,
.price-value.three {
  background: #009ede;
  padding: 2.8em 1.8em 2em;
  border-bottom: 2px solid#ffd500;
  border-top-left-radius: 0.7em;
  -webkit-border-top-left-radius: 0.7em;
  -o-border-top-left-radius: 0.7em;
  -moz-border-top-left-radius: 0.7em;
  border-top-right-radius: 0.7em;
  -webkit-border-top-right-radius: 0.7em;
  -o-border-top-right-radius: 0.7em;
  -moz-border-top-left-radius: 0.7em;
  position: relative;
}
.price-value.two {
  background: #2b2b33;
  border-bottom: 2px solid #fd6e70;
}
.price-value.three {
  background: #04dbdd;
  border-bottom: 2px solid#028f87;
}
.price-value ul,
.pricing-grid1 ul,
.pricing-grid2 ul,
.pricing-grid3 ul {
  padding: 0;
}
.price-value ul li,
.pricing-grid1,
.pricing-grid2 ul li,
.pricing-grid3 ul li {
  list-style: none;
}
.price-value ul li {
  list-style: none;
}
.price-value h5 span {
  color: #fbd707;
  font-size: 19px;
}
.price-value lable {
  color: #817d94;
  font-size: 17px;
}
.price-value.two h5 span {
  color: #fe6d72;
}
.price-value.two h5 lable {
  color: #8c8c94;
}
.price-value.three h5 span {
  color: #018f90;
}
.price-value.three h5 lable {
  color: #9cf7f8;
}
.price-value h5 {
  padding: 11px 0;
}
.sale-box,
.sale-box.two,
.sale-box.three {
  position: absolute;
  top: 0;
  overflow: hidden;
  height: 130px;
  width: 143px;
  text-align: center;
  z-index: 0;
  right: 0;
  border-top-right-radius: 0.7em;
  -o-border-top-right-radius: 0.7em;
  -moz-border-top-right-radius: 0.7em;
  -webkit-border-top-right-radius: 0.7em;
}
.sale-box span.on_sale {
  font-size: 14px;
  color: #444;
  background: #ffd400;
  text-transform: uppercase;
  padding: 58px 35px 17px 40px;
  width: 281px;
  text-align: center;
  display: block;
  position: absolute;
  left: -11px;
  top: -41px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: rotate(-44deg);
  -ms-transform: rotate(-44deg);
  transform: rotate(40deg);
  box-shadow: 3px -4px 13px 3px rgba(0, 0, 0, 0.75);
}
.sale-box.two.sale-box span.on_sale {
  background: #e74c3c;
}
.sale-box.three.sale-box span.on_sale {
  background: #05aea7;
}

.pricing-grid1 ul li a,
.pricing-grid2 ul li a,
.pricing-grid3 ul li a {
  color: #c7c4c4;
  font-size: 15px;
  text-align: center;
  display: block;
  padding: 16px 0;
  text-decoration: none;
  font-weight: 400;
}
.pricing-grid1 ul li.whyt a,
.pricing-grid2 ul li.whyt a,
.pricing-grid3 ul li.whyt a {
  background: #f4f4f4;
}
.pricing-grid1:hover div.price-bg ul li a,
.pricing-grid1:hover div.price-value h3 a {
  color: #512884;
}
.pricing-grid2:hover div.price-bg ul li a,
.pricing-grid2:hover div.price-value h3 a {
  color: #fa6e6f;
}
.pricing-grid3:hover div.price-bg ul li a,
.pricing-grid3:hover div.price-value h3 a {
  color: #04dbdd;
}
.price-bg {
  background: #fff;
}
.price-bg ul {
  padding: 0;
}
.price-bg ul li {
  list-style: none;
}
.cart1,
.cart2,
.cart3 {
  padding: 2.7em 0em 2.7em;
  display: block;
  border-bottom: 2px solid#ffd500;
}
.cart2 {
  border-bottom: 2px solid#f96d70;
}
.cart3 {
  border-bottom: 2px solid#04dbdd;
}
.cart1 a,
.cart2 a,
.cart3 a {
  color: #fff;
  font-size: 0.9em;
  font-weight: 500;
  padding: 0.8em 2em;
  text-decoration: none;
  background: #f7d30b;
  text-transform: uppercase;
  -webkit-appearance: none;
  border-radius: 1em;
  -webkit-border-radius: 1em;
  -o-border-radius: 1em;
  -moz-border-radius: 1em;
  outline: none;
}
.cart2 a {
  background: #e74c3c;
}
.cart3 a {
  background: #04dbdd;
}
.cart1 a:hover,
.cart2 a:hover,
.cart3 a:hover {
  color: #2b2b33;
}
/*----*/
/*---start-pricing-tabels-----*/
.payment-online-form-left {
}
form li {
  list-style: none;
}
form ul {
  padding: 0;
}
.payment-online-form-left h4 {
  font-size: 1.8em;
  color: #222222;
  padding: 0.5em 0;
  text-align: left;
}
.payment-online-form-left span {
  vertical-align: sub;
  margin-right: 5px;
}
.payment-online-form-left form {
  padding: 0 3%;
}
.payment-online-form-left input[type="text"] {
  padding: 1em 1em;
  color: #485460;
  width: 42%;
  margin: 0.5em 0;
  border: 1px solid;
  outline: none;
  transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  float: left;
  font-size: 0.9em;
  border-color: #eee;
  -webkit-appearance: none;
}
.payment-online-form-left input[type="text"]:hover {
  border-color: #fa6e6f;
}
.text-box-dark {
}
.text-box-light {
  background: url(https://preview.w3layouts.com/demos/flat_pricing_tables_design/web/images/calender.png)
    no-repeat 95% 50%;
  cursor: pointer;
  position: relative;
}
.payment-online-form-left ul li:first-child input[type="text"] {
  margin-right: 5%;
}
.payment-online-form-left input[type="text"]:active,
.payment-online-form-left input[type="text"]:hover {
  border-color: #fa6e6f;
  color: #fa6e6f;
}
.shipping {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: url(https://preview.w3layouts.com/demos/flat_pricing_tables_design/web/images/icon.png)
    no-repeat -111px -26px;
}
.payment {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: url(https://preview.w3layouts.com/demos/flat_pricing_tables_design/web/images/icon.png)
    no-repeat -152px -30px;
}
.payment-date-section {
  background: url(https://preview.w3layouts.com/demos/flat_pricing_tables_design/web/images/calender.png)
    no-repeat #fff 50%;
}
.payment-sendbtns {
  float: right;
  margin: 2em 0 1.5em;
}
.payment-sendbtns input[type="reset"] {
  background: #fa6e6f;
  padding: 0.7em 1em;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 1.2em;
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  outline: none;
}
.payment-sendbtns input[type="reset"]:hover {
  color: #fff;
  background: #464c54;
}
.payment-sendbtns input[type="submit"] {
  background: #464c54;
  padding: 0.7em 1em;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 1.2em;
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-appearance: none;
  outline: none;
}
.payment-sendbtns input[type="submit"]:hover {
  color: #fff;
  background: #fa6e6f;
}
.payment-sendbtns li {
  display: inline-block;
}
.payment-type li {
  display: inline-block;
}
.payment-online-form-right {
  background: #2b2937;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 4px solid #1a1822;
}
/*---start-checkbox----*/
input[type="checkbox"].css-checkbox1,
input[type="checkbox"].css-checkbox2 {
  display: none;
}
input[type="checkbox"].css-checkbox1 + label.css-label1 {
  height: 30px;
  width: 30px;
  display: inline-block;
  line-height: 18px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: super;
  cursor: pointer;
  background: url(https://preview.w3layouts.com/demos/flat_pricing_tables_design/web/images/icon.png)
    no-repeat -188px -25px;
}
input[type="checkbox"].css-checkbox1:checked + label.css-label1 {
  background: url(https://preview.w3layouts.com/demos/flat_pricing_tables_design/web/images/icon.png)
    no-repeat -215px -25px;
}
input[type="checkbox"].css-checkbox2 + label.css-label2 {
  height: 30px;
  width: 30px;
  display: inline-block;
  line-height: 18px;
  background-repeat: no-repeat;
  background-position: -20px 0px;
  vertical-align: super;
  cursor: pointer;
  background: url(https://preview.w3layouts.com/demos/flat_pricing_tables_design/web/images/icon.png)
    no-repeat -218px -24px;
}
input[type="checkbox"].css-checkbox2:checked + label.css-label2 {
  background: url(https://preview.w3layouts.com/demos/flat_pricing_tables_design/web/images/icon.png)
    no-repeat -190px -24px;
}
.visa {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(https://preview.w3layouts.com/demos/flat_pricing_tables_design/web/images/icon.png)
    no-repeat -32px -28px;
}
.paypal {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(https://preview.w3layouts.com/demos/flat_pricing_tables_design/web/images/icon.png)
    no-repeat -71px -26px;
}
.payment-online-form-right {
  float: right;
  width: 30%;
  background: #2b2937;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 4px solid #1a1822;
  padding-bottom: 2em;
}
.payment-online-form-right a:hover {
  color: #1abc9c;
}
.payment-online-form-right ul li {
  display: block;
  padding: 0.5em;
}
.payment-online-form-right ul li a {
  color: #9095aa;
}
.payment-online-form-right h4 {
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(144, 149, 170, 0.22);
  padding: 0.8em;
}
.payment-online-form-right ul {
  padding: 0px 1em;
}
.payment-online-form-right h5 {
  color: #fff;
  padding: 0.5em 0.8em 0.4em;
  font-size: 1em;
}
.payment-type {
  border-top: 1px solid rgba(144, 149, 170, 0.22);
  margin-top: 3%;
  text-align: left;
}
input[type="checkbox"].css-checkbox3,
input[type="checkbox"].css-checkbox4,
input[type="checkbox"].css-checkbox5,
input[type="checkbox"].css-checkbox6 {
  display: none;
}
input[type="checkbox"].css-checkbox3 + label.css-label3 {
  height: 22px;
  width: 21px;
  display: inline-block;
  line-height: 18px;
  background-repeat: no-repeat;
  background-position: 0 -38px;
  vertical-align: middle;
  cursor: pointer;
  background-image: url(https://preview.w3layouts.com/demos/flat_pricing_tables_design/web/images/filter-bg.png);
}
input[type="checkbox"].css-checkbox3:checked + label.css-label3 {
  background-position: 0px 0px;
}
input[type="checkbox"].css-checkbox4 + label.css-label4 {
  height: 22px;
  width: 21px;
  display: inline-block;
  line-height: 18px;
  background-repeat: no-repeat;
  background-position: 0 0px;
  vertical-align: middle;
  cursor: pointer;
  background-image: url(https://preview.w3layouts.com/demos/flat_pricing_tables_design/web/images/filter-bg.png);
}
input[type="checkbox"].css-checkbox4:checked + label.css-label4 {
  background-position: 0px -38px;
}
input[type="checkbox"].css-checkbox5 + label.css-label5 {
  height: 22px;
  width: 21px;
  display: inline-block;
  line-height: 18px;
  background-repeat: no-repeat;
  background-position: 0 -38px;
  vertical-align: middle;
  cursor: pointer;
  background-image: url(https://preview.w3layouts.com/demos/flat_pricing_tables_design/web/images/filter-bg.png);
}
input[type="checkbox"].css-checkbox5:checked + label.css-label5 {
  background-position: 0px 0px;
}
input[type="checkbox"].css-checkbox6 + label.css-label6 {
  height: 22px;
  width: 21px;
  display: inline-block;
  line-height: 18px;
  background-repeat: no-repeat;
  background-position: 0 0px;
  vertical-align: middle;
  cursor: pointer;
  background-image: url(https://preview.w3layouts.com/demos/flat_pricing_tables_design/web/images/filter-bg.png);
}
input[type="checkbox"].css-checkbox6:checked + label.css-label6 {
  background-position: 0px -38px;
}
/*-----*/
/**

/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in #small-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready #small-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing #small-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/**
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.thankyou-text {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}
.mfp-content iframe {
  width: 100%;
  min-height: 500px;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  background: #eeeeee;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0px;
  top: 0px;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  outline: none;
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.image-top img {
  width: 100%;
}
.image-top p {
  text-align: justify;
  padding: 2% 0;
  font-size: 15px;
}
.image-top h3 {
  font-size: 1.5em;
  font-weight: 500;
  margin: 16px 0px 0px 0px;
  color: #3f4244;
}
.price-value,
.price-value.two,
.price-value.three {
  height: 182px;
}

/*--------------*/
@media (max-width: 1366px) {
  .pricing-grid1 ul li a,
  .pricing-grid2 ul li a,
  .pricing-grid3 ul li a {
    font-size: 17px;
  }
}
@media (max-width: 1024px) {
  .pricing-grid1 ul li a,
  .pricing-grid2 ul li a,
  .pricing-grid3 ul li a {
    font-size: 15px;
  }
  .price-value,
  .price-value.two,
  .price-value.three {
    padding: 2em 0 1em 0;
  }
  .price-value h2 a,
  .price-value.two h3 a,
  .price-value.three h4 a {
    font-size: 0.8em;
  }
  .price-head h1 {
    margin-top: 1em;
    font-size: 2.6em;
  }
  .pricing-grids {
    margin: 8% 0;
  }
}
@media (max-width: 768px) {
  .pricing-grid1 h3 a,
  .pricing-grid2 h3 a,
  .pricing-grid3 h3 a {
    /*padding: 0.4em 1em;*/
    font-size: 0.7em;
  }
  .pricing-grid1,
  .pricing-grid2,
  .pricing-grid3 {
    /*width: 55%;*/
    float: none;
    text-align: center;
    margin: 1em auto;
  }
  .price-head h1 {
    margin-top: 1em;
    font-size: 2.4em;
  }
  .cart1,
  .cart2,
  .cart3 {
    padding: 2em 0em 2em;
  }
}
@media (max-width: 640px) {
  .pricing-grid1 ul li a,
  .pricing-grid2 ul li a,
  .pricing-grid3 ul li a {
    font-size: 15px;
  }
  .pricing-grid1,
  .pricing-grid2,
  .pricing-grid3 {
    /*width: 65%;*/
    float: none;
    text-align: center;
    margin: 1em auto;
  }
  .pricing-grid1 ul li a,
  .pricing-grid2 ul li a,
  .pricing-grid3 ul li a {
    font-size: 15px;
    padding: 13px 0;
  }
  .payment-online-form-left input[type="text"] {
    padding: 1em 1em;
    width: 93%;
  }
  .payment-sendbtns {
    float: none;
    margin: 2em 0 1.5em;
  }
}
@media (max-width: 480px) {
  .pricing-grid1,
  .pricing-grid2,
  .pricing-grid3 {
    /*width: 81%;*/
  }
  .price-head h1 {
    margin-top: 1em;
    font-size: 2.1em;
  }
  .payment-online-form-left input[type="text"] {
    padding: 1em 1em;
    width: 91%;
  }
  .pop_up {
    border: 7px solid#485460;
  }
}
@media (max-width: 320px) {
  .pricing-grid1,
  .pricing-grid2,
  .pricing-grid3 {
    /*width: 100%;*/
    margin-right: 0;
  }
  .price-value h2 a,
  .price-value.two h3 a,
  .price-value.three h4 a {
    font-size: 1.2em;
  }
  .price-value h5 span,
  .price-value lable {
    font-size: 16px;
  }
  .price-head h1 {
    margin-top: 1em;
    font-size: 1.5em;
  }
  .payment-online-form-left input[type="text"] {
    padding: 0.8em 0.8em;
    width: 86%;
    font-size: 13px;
    margin: 3px;
  }
  .pop_up {
    border: 4px solid#485460;
  }
  .payment-online-form-left h4 {
    font-size: 1.4em;
  }
  .payment {
    background: url(https://preview.w3layouts.com/demos/flat_pricing_tables_design/web/images/icon.png)
      no-repeat -152px -21px;
  }
  .footer p {
    font-size: 0.9em;
    line-height: 1.5em;
  }
  ul.payment-sendbtns li {
    margin-top: 1em;
  }
}
/*.pricing-grid1, .pricing-grid2, .pricing-grid3{
  padding-left: 4%
}*/

.pricing-plans {
  padding-left: 6%;
}
#myModal,
#purchase {
  top: 70px;
}

/* Credit to bootsnipp.com for the css for the color graph */
.colorgraph {
  height: 5px;
  border-top: 0;
  background: #c4e17f;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(
    left,
    #c4e17f,
    #c4e17f 12.5%,
    #f7fdca 12.5%,
    #f7fdca 25%,
    #fecf71 25%,
    #fecf71 37.5%,
    #f0776c 37.5%,
    #f0776c 50%,
    #db9dbe 50%,
    #db9dbe 62.5%,
    #c49cde 62.5%,
    #c49cde 75%,
    #669ae1 75%,
    #669ae1 87.5%,
    #62c2e4 87.5%,
    #62c2e4
  );
  background-image: -moz-linear-gradient(
    left,
    #c4e17f,
    #c4e17f 12.5%,
    #f7fdca 12.5%,
    #f7fdca 25%,
    #fecf71 25%,
    #fecf71 37.5%,
    #f0776c 37.5%,
    #f0776c 50%,
    #db9dbe 50%,
    #db9dbe 62.5%,
    #c49cde 62.5%,
    #c49cde 75%,
    #669ae1 75%,
    #669ae1 87.5%,
    #62c2e4 87.5%,
    #62c2e4
  );
  background-image: -o-linear-gradient(
    left,
    #c4e17f,
    #c4e17f 12.5%,
    #f7fdca 12.5%,
    #f7fdca 25%,
    #fecf71 25%,
    #fecf71 37.5%,
    #f0776c 37.5%,
    #f0776c 50%,
    #db9dbe 50%,
    #db9dbe 62.5%,
    #c49cde 62.5%,
    #c49cde 75%,
    #669ae1 75%,
    #669ae1 87.5%,
    #62c2e4 87.5%,
    #62c2e4
  );
  background-image: linear-gradient(
    to right,
    #c4e17f,
    #c4e17f 12.5%,
    #f7fdca 12.5%,
    #f7fdca 25%,
    #fecf71 25%,
    #fecf71 37.5%,
    #f0776c 37.5%,
    #f0776c 50%,
    #db9dbe 50%,
    #db9dbe 62.5%,
    #c49cde 62.5%,
    #c49cde 75%,
    #669ae1 75%,
    #669ae1 87.5%,
    #62c2e4 87.5%,
    #62c2e4
  );
}
#signup_form {
  padding: 15px;
}
.signup_form {
  padding: 15px;
}

#subscribeAnchor {
  height: 100%;
}

.error_show {
  color: red;

  display: none;
}
input.invalid,
textarea.invalid {
  border: 2px solid red;
}

input.valid,
textarea.valid {
  border: 2px solid green;
}
#contact label {
  display: inline-block;
  width: 100px;
  text-align: right;
}

#contact div {
  margin-top: 1em;
}
textarea {
  vertical-align: top;
  height: 5em;
}

#creatingAnAccount .error {
  color: #ea2b2b;
  margin-left: 0;
}
.action_form_container_dark form input {
  color: black;
}

section {
  padding-top: 80px;
}

ol,
ul {
  margin-bottom: 0px !important;
}

.features ul li table {
  width: 100%;
}
.features ul li table tr td {
  width: inherit;
  vertical-align: baseline;
}
.features ul li table tr td:first-child {
  width: 70px;
}
.features ul li table tr td:first-child i {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ccc;
  color: #fff;
  line-height: 50px;
  text-align: center;
}
.features ul li table tr td:last-child {
  padding-left: 15px;
}
.features ul li:nth-of-type(1) table tr td i {
  background: #4875a4;
}
.features ul li:nth-of-type(2) table tr td i {
  background: #65bc54;
}
.features ul li:nth-of-type(3) table tr td i {
  background: #f48049;
}
.features ul li:nth-of-type(4) table tr td i {
  background: #324d5b;
}
.features ul li:nth-of-type(5) table tr td i {
  background: #4891bc;
}
.features ul li:nth-of-type(6) table tr td i {
  background: #f3b33f;
}
.features ul li:nth-of-type(7) table tr td i {
  background: #cf3f58;
}
.features ul li:nth-of-type(8) table tr td i {
  background: #59616a;
}
.features ul li:nth-of-type(9) table tr td i {
  background: #f1592a;
}
.features ul li:nth-of-type(10) table tr td i {
  background: #cf3f58;
}
.features ul li:nth-of-type(11) table tr td i {
  background: #449234;
}
.features ul li:nth-of-type(12) table tr td i {
  background: #eb902d;
}
.features ul li:nth-of-type(13) table tr td i {
  background: #bf2642;
}

.btn-facebook {
  background-color: #3b5998;
  color: white;
}

.btn-facebook:hover {
  background-color: #122d67;
  color: white;
  text-decoration: none;
}
.btn-block {
  text-align: center;
}

.btn-signup {
  background-color: #e74c3c;
  color: white;
}
.btn-signup:hover {
  background-color: #c12d1e;
  color: white;
}

#myModal .modal-header {
  padding: 0px !important;
}
#myModal .modal-header .col-md-6 {
  padding: 0;
}

#myModal .col-md-6 .signUp,
.col-md-6 .login {
  padding: 15px;
  font-size: 20px;
  text-transform: uppercase;
}
#myModal .col-md-6 .signUp {
  background-color: white;
}
#myModal .col-md-6 .login {
  background-color: gainsboro;
}
.loginForm {
  display: none;
}

.main,
.price {
  font-size: 16px;
}

.price {
  color: #e74c3c;
}
.main {
  font-weight: 600;
  color: #7b7b7b;
}
.popup-with-zoom-anim:focus,
.popup-with-zoom-anim:visited,
.popup-with-zoom-anim:active {
  outline: none;
}

form.subscribe_form input {
  width: 250px;
  background: rgba(0, 0, 0, 0.5);
  height: 41px;
}
.subscribe_form .btn_blue {
  background: rgba(0, 0, 0, 0.5);
  height: 40px;
}
#contact_message {
  min-height: 200px;
}
#bitcoin {
  display: none;
}
#qr2 {
  border: 1px solid;
}

/* Reset */

ul {
  list-style: none;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* Main */

.container {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 140px;
  height: 90px;
  margin: -45px 0 0 -70px;
}

#social {
  text-align: center;
  position: absolute;
  bottom: 14%;
  width: 100%;
}
#social p {
  margin-bottom: 10px;
}

#social ul,
#social li {
  display: inline-block;
}

/* Skeleton */

ul.flip {
  position: relative;
  float: left;
  margin: 5px;
  width: 60px;
  height: 90px;
  font-size: 80px;
  font-weight: bold;
  line-height: 87px;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}

ul.flip li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

ul.flip li:first-child {
  z-index: 2;
}

ul.flip li a {
  display: block;
  height: 100%;
  perspective: 200px;
}

ul.flip li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  overflow: hidden;
}

ul.flip li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

ul.flip li a div.up {
  transform-origin: 50% 100%;
  top: 0;
}

ul.flip li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.4);
}

ul.flip li a div.down {
  transform-origin: 50% 0%;
  bottom: 0;
}

ul.flip li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ccc;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-color: #333;
  border-radius: 6px;
}

ul.flip li a div.up div.inn {
  top: 0;
}

ul.flip li a div.down div.inn {
  bottom: 0;
}

/* PLAY */

body.play ul li.before {
  z-index: 3;
}

body.play ul li.active {
  animation: asd 0.5s 0.5s linear both;
  z-index: 2;
}

@keyframes asd {
  0% {
    z-index: 2;
  }
  5% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}

body.play ul li.active .down {
  z-index: 2;
  animation: turn 0.5s 0.5s linear both;
}

@keyframes turn {
  0% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}

body.play ul li.before .up {
  z-index: 2;
  animation: turn2 0.5s linear both;
}

@keyframes turn2 {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(-90deg);
  }
}

/* SHADOW */

body.play ul li.before .up .shadow {
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0.1)),
    color-stop(100%, rgba(0, 0, 0, 1))
  );
  background: linear-gradient(
    top,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  animation: show 0.5s linear both;
}

body.play ul li.active .up .shadow {
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0.1)),
    color-stop(100%, rgba(0, 0, 0, 1))
  );
  background: linear-gradient(
    top,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  animation: hide 0.5s 0.3s linear both;
}

/*DOWN*/

body.play ul li.before .down .shadow {
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 1)),
    color-stop(100%, rgba(0, 0, 0, 0.1))
  );
  background: linear-gradient(
    top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  animation: show 0.5s linear both;
}

body.play ul li.active .down .shadow {
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 1)),
    color-stop(100%, rgba(0, 0, 0, 0.1))
  );
  background: linear-gradient(
    top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  animation: hide 0.5s 0.3s linear both;
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.counter .row .col-xs-12 {
  padding-right: 33%;
  padding-left: 33%;
}

canvas {
  display: block;
  margin: 20px auto;
  margin-left: 26%;
  margin-right: 26%;
}

#bitcoinspan {
  font-size: 17px;
}

#session {
  display: none;
}

.heading-unsubscriber{
  margin-top: 150px;
  text-align: center;
  font-family: "Poppins";
}

.btn-subscriber-ok {
  width: 220px;
  margin-top: 20px;
  border-radius: 0px !important;
}

.btn-subscriber-cancel {
  width: 220px;
  margin-top: 20px;
  border-radius: 0px !important;
}

nav li:nth-child(6),
nav li:nth-child(7) {
  display: none;
}

@media screen and (max-width: 1131px) {
  nav li:nth-child(6),
  nav li:nth-child(7) {
    display: block;
  }
}
