/*COLOR VARIABLES*/
.green_bg {
  background: #0b8;
  color: #fff;
}

.gray_bg {
  background: #f6f6f6;
  color: #222;
}

.white_bg {
  background: #fff;
  color: #0b8;
}

.green_color {
  color: #0b8;
}

/*MIXINS*/
.text-truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/*CONTAINER MEDIA QUERY*/
@media screen and (min-width: 1380px) {
  .container_front_page {
    max-width: 1300px;
  }
}

@media screen and (min-width: 1560px) {
  .container_faq {
    max-width: 1515px;
  }
}

@media screen and (min-width: 1650px) {
  .container_front_page {
    max-width: 1580px;
  }
  .container_serch {
    max-width: 1440px;
  }
}

html.open {
  overflow: hidden;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  overflow-x: hidden;
  color: #222;
}

h1 {
  font-weight: 300;
}

sup {
  top: -1.2em;
  font-weight: 700;
}

ul {
  list-style: none;
  padding: 0;
}

li {
  list-style: none;
}

a {
  font-size: 16px;
  text-decoration: none;
  color: #222;
}

a:hover {
  color: #fff;
}

sup {
  margin-left: 2px;
}

i {
  font-size: 25px;
}

.fa-minus-square,
.fa-times,
.reject {
  color: #b73f3f;
}

.fa-check-square,
.isSigned,
.fa-plus {
  color: #46b63d;
}

.fa-envelope-open,
.seen {
  color: #09c;
}

.fa-envelope {
  color: #ccc;
}

.notOpen,
.documents_statement .fa-minus-square {
  color: #44444a;
}

/*REMOVE DEFAULT SELECT ARROW*/
select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

/* For IE10 */
select::-ms-expand {
  display: none;
}

/*GLOBAL ALERT VARIABLES*/
.text-danger {
  word-break: break-all;
}

.word-break {
  word-break: break-all;
}

/*HEADINGS VARIABLES*/
.h1 {
  font-size: 35px;
}

.button {
  line-height: 40px;
  display: block;
  border-radius: 100px;
  font-size: 16px;
  padding: 0 30px;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}

.button i {
  left: -5px;
}

.button.green_bg:hover {
  background-color: #00956c;
}

.button.gray_bg:hover {
  background-color: #a0a0a0;
}

.button.white_bg:hover {
  background-color: #00956c;
  color: #fff;
}

.button:focus {
  outline: none;
}

.green_btn {
  line-height: 55px;
  display: inline-block;
  padding: 0 30px;
  background: #0b8;
  border: 0;
  border-radius: 5px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}

.green_btn:hover {
  background: #288a66;
  text-decoration: none;
  color: #fff;
}

.btn {
  padding: 0.375rem 1rem;
}

.btn-success {
  background: #35ad81;
}

.btn-success:hover, .btn-success:not([disabled]):not(.disabled):active {
  background: #288a66;
}

input {
  outline: none;
}

input.invalid,
select.invalid {
  border-color: #b73f3f !important;
}

label.invalid,
select.invalid {
  color: #b73f3f !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0px 9999px #f3f3f3;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}

.hidden {
  display: none;
}

.main_color {
  color: #35ad81;
}

.black_color {
  color: #313131;
}

.features ul li {
  color: #222;
  font-size: 20px;
  line-height: 25px;
  min-height: 40px;
  margin-bottom: 30px;
  position: relative;
  margin-left: 60px;
  font-weight: 500;
}

.circle {
  display: block;
  position: absolute;
  left: -60px;
  width: 33px;
  height: 33px;
  background: #0b8;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.circle i {
  position: absolute;
  color: #fff;
  font-size: 22px;
  top: 6px;
  left: 6px;
}

/*GLOBAL TAGS */
.tag {
  font-weight: 300;
  line-height: 25px;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  width: 75px;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 3px;
}

.tag_sm {
  line-height: 25px;
  padding: 0 13px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  font-size: 12px;
}

.text-green {
  color: #35ad81;
}

.green_tag {
  background: #35ad81;
}

.orange_tag {
  background: #d9850d;
}

.blue_tag {
  background: #09c;
}

.tag-background-sent {
  background: #ffff9b;
  color: #4d4d40;
}

.tag-background-seen {
  background: #09c;
}

.tag-background-signed {
  background: #288a66;
}

.tag-background-not_sent {
  background: #888;
}

.tag-background-rejected {
  background: #b73f3f;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a,
a:hover {
  text-decoration: none;
}

.clearfix {
  display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* close commented backslash hack */
/*CUSTOM SCROLLBAR*/
.scroll::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.scroll::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
}

.scroll::-webkit-scrollbar-thumb {
  background-color: #35ad81;
  border-radius: 1px;
}

.scroll::-webkit-scrollbar-thumb:hover {
  background-color: #288a66;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body.no-fixed-height {
  height: auto;
}

.modal-open {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
}

.modal_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  z-index: 1040;
  background-color: #000;
  display: none;
  cursor: pointer;
  opacity: 0.5;
}

.main_content_overlay {
  display: none;
}

.white_box {
  background: #fff;
  border-radius: 6px;
  border-bottom: 1px solid #bdbdbd;
  box-shadow: 1px 1px 6px 1px #d8d8d8;
}

/*GLOBAL INPUT AND TEXTAREA STYLING*/
.field {
  width: 100%;
  line-height: 40px;
  height: 40px;
  margin-bottom: 20px;
  border: solid #35ad81;
  border-width: 0 0 1px 0;
  outline: none;
  font-size: 16px;
  padding: 0 5px;
}

textarea.field {
  line-height: normal;
  height: 80px;
  overflow: auto;
  resize: none;
}

/*GLOBAL SOCIAL ICONS STYLING  */
.social_icons a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: transparent;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border: 1px solid #a2a6aa;
  border-radius: 50px;
  line-height: 53px;
}

#testimonials_section {
  background: #f6f6f6;
  text-align: center;
  padding: 20px 0;
}

#testimonials_section h2 {
  margin-bottom: 30px;
}

#testimonials_section h2 span {
  color: #0b8;
  font-weight: bold;
}

.testimonials_container {
  width: 70%;
  margin: 0 auto;
  text-align: left;
}

.content_container {
  background: #fff;
  padding: 25px 35px 15px;
  border-top: 1px solid rgba(18, 53, 106, 0.1);
  border-radius: 30px;
  margin: 10px 20px;
  webkit-box-shadow: 2px 4px 12px -4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 4px 12px -4px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 4px 12px -4px rgba(0, 0, 0, 0.25);
}

.img_container {
  float: left;
  margin-right: 30px;
  width: 150px;
  height: 150px;
  border-radius: 100px;
  overflow: hidden;
}

.img_container img {
  width: 100%;
}

.with_img {
  width: 75%;
}

.text_container {
  float: left;
}

.testimonials_content {
  margin-bottom: 25px;
  font-size: 17px;
}

.customer_name {
  font-size: 18px;
  color: #00956c;
  margin-bottom: 0;
}

.slick-prev {
  left: -35px;
}

.slick-prev:before,
.slick-next:before {
  font-size: 30px;
  color: #0b8;
}

.slick-dots {
  bottom: -37px;
}

.slick-dots li button:before {
  font-size: 10px;
  color: #0b8;
  opacity: 0.35;
}

.slick-dots li.slick-active button:before {
  color: #00956c;
}

.cta_slidebox {
  border: 1px transparent;
  border-top-left-radius: 5px;
  background: #fff;
  max-width: 450px;
  min-height: 320px;
  position: fixed;
  bottom: 0;
  right: -470px;
  z-index: 10;
  webkit-box-shadow: -1px 3px 16px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -1px 3px 16px 0px rgba(0, 0, 0, 0.25);
  box-shadow: -1px 3px 16px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}

.cta_slidebox.active {
  right: 0;
}

.cta_slidebox .close {
  position: absolute;
  top: 15px;
  right: 20px;
}

.cta_slidebox .close:focus {
  outline: none;
}

.cta_slidebox .close i {
  font-size: 18px;
  color: #222;
}

.cta_slidebox .cta_open {
  outline: none;
  border: 1px transparent;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #0b8;
  position: fixed;
  visibility: hidden;
  height: 35px;
  width: 40px;
  right: 350px;
}

.cta_slidebox .cta_open.active {
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  visibility: visible;
  cursor: pointer;
  right: 0;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
}

.cta_slidebox .cta_open i {
  font-size: 24px;
  color: #fff;
}

.cta_body {
  padding: 15px;
}

.cta_body h2 {
  margin-top: 5px;
  margin-bottom: 15px;
}

.cta_body p {
  line-height: 23px;
  font-size: 18px;
}

.cta_body span {
  color: #0b8;
}

.cta_body .cta_img_container {
  position: absolute;
  width: 230px;
  bottom: 0;
  right: 0;
}

.cta_body .cta_img_container img {
  width: 100%;
}

.cta_body .button {
  display: inline-block;
  position: absolute;
  bottom: 20px;
}

.cta_header {
  border: 1px solid #0b8;
  border-right: none;
  border-bottom: none;
  border-top-left-radius: 5px;
  background: #0b8;
  padding: 10px 20px;
}

.cta_header img {
  width: 200px;
}

.select_wrapper {
  display: inline-block;
  border-bottom: 1px solid #35ad81;
  position: relative;
}

.select_wrapper label {
  font-size: 15px;
  color: #3c3c3c;
}

.select_wrapper select {
  cursor: pointer;
  border: 0;
  font-weight: bold;
  font-size: 15px;
  padding: 10px;
  color: #2e3844;
  outline: none;
}

.select_wrapper i {
  position: absolute;
  cursor: pointer;
  pointer-events: none;
}

/*GLOBAL STYLES USERNAME ICON (EDIT PROFILE) DROPDOWN FOR BASE AND BASE-DOCUMENTS */
.profile_image_container {
  overflow: hidden;
  width: 32px;
  height: 32px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  top: 10px;
  margin-right: 10px;
  line-height: 1;
  border: 1px solid white;
  border-bottom: 2px solid white;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.5);
}

.profile_image_container img {
  width: 100%;
  vertical-align: unset;
}

.user_name {
  color: #fff;
  font-size: 16px;
  display: block;
  float: right;
}

.user_name i {
  position: relative;
  top: 2px;
  font-size: 20px;
  margin-left: 10px;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}

.user_name.active i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.user_name:hover, .user_name:focus, .user_name:visited {
  color: white;
}

.username_dropdown_menu {
  display: none;
  position: absolute;
  top: 60px;
  width: 230px;
  right: -10px;
  border-bottom: 0;
  border-radius: 6px;
}

.username_dropdown_menu:after {
  content: '';
  display: block;
  position: absolute;
  right: 30px;
  top: -20px;
  border-color: transparent transparent #fff transparent;
  border-width: 10px;
  border-style: solid;
}

.username_dropdown_menu .dropdown_menu_item {
  display: block;
  line-height: 45px;
  color: #323b46;
  font-size: 15px;
  padding: 0 20px;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}

.username_dropdown_menu .dropdown_menu_item:first-child {
  border-radius: 6px 6px 0 0;
}

.username_dropdown_menu .dropdown_menu_item:last-child {
  border-radius: 0 0 6px 6px;
}

.username_dropdown_menu .dropdown_menu_item:hover {
  background: #0b8;
  color: #fff;
}

.username_dropdown_menu .dropdown_menu_item i {
  position: absolute;
  top: 12px;
  font-size: 16px;
  right: 20px;
  color: #222;
}

main {
  height: 100%;
}

/*SIGN UP PAGE*/
.signup_container {
  margin: 150px 0 95px 0;
}

.sign_up_section {
  background: linear-gradient(rgba(21, 48, 71, 0.6), rgba(21, 48, 71, 0.6)), url("../img/signup.jpg") no-repeat top center;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  font-family: 'Barlow', sans-serif;
  padding-bottom: 100px;
}

.sign_up_section .loading_overlay {
  background: rgba(21, 48, 71, 0.2);
  border: 1px solid transparent;
  border-radius: 20px;
}

.sign_up_section .signup_content .sign_up_details .sign_up_box {
  padding: 10px 0;
  text-align: center;
}

.sign_up_section .signup_content .sign_up_details .sign_up_box .price_list {
  margin: 55px 0;
  margin-left: -15px;
  margin-right: -15px;
}

.sign_up_section .signup_content .sign_up_details .sign_up_box .price_list .plan_type {
  display: block;
  color: #35ad81;
  margin-bottom: 20px;
  font-size: 26px;
}

.sign_up_section .signup_content .sign_up_details .sign_up_box .price_list .signitures_paragraph {
  min-height: 130px;
  text-align: left;
  padding-left: 25%;
}

.sign_up_section .signup_content .sign_up_details .sign_up_box .price_list .plan_item {
  margin-bottom: 10px;
}

.sign_up_section .signup_content .sign_up_details .sign_up_box .back_to_register {
  display: inline-block;
  margin: auto;
}

.sign_up_section .signup_content .sign_up_details h2 {
  margin-bottom: 35px;
  font-size: 42px;
  color: #fff;
}

.sign_up_section .signup_content .sign_up_details .sign_up_form_box {
  padding: 35px;
  margin-bottom: 40px;
  -webkit-box-shadow: 1px 3px 10px 2px rgba(0, 187, 136, 0.5);
  -moz-box-shadow: 1px 3px 10px 2px rgba(0, 187, 136, 0.5);
  box-shadow: 1px 3px 10px 2px rgba(0, 187, 136, 0.5);
  border-bottom: none;
}

.sign_up_section .signup_content .sign_up_details .sign_up_form_box #sign_up_form {
  width: 100%;
}

.sign_up_section .signup_content .sign_up_details .sign_up_form_box #sign_up_form .select_wrapper {
  width: 100%;
  margin-bottom: 20px;
}

.sign_up_section .signup_content .sign_up_details .sign_up_form_box #sign_up_form .select_wrapper i {
  position: relative;
  top: 1px;
  right: 10px;
  font-size: 15px;
}

.sign_up_section .signup_content .sign_up_details .sign_up_form_box #sign_up_form #card-element {
  padding: 14px 5px;
  line-height: 50px;
  height: 50px;
}

.sign_up_section .signup_content .sign_up_details .sign_up_form_box #sign_up_form .StripeElement--invalid {
  border-color: #b73f3f !important;
}

.sign_up_section .signup_content .sign_up_details .sign_up_form_box #sign_up_form label.invalid,
.sign_up_section .signup_content .sign_up_details .sign_up_form_box #sign_up_form #card-errors {
  color: #b73f3f;
  font-size: 14px;
  display: block;
  margin-top: -15px;
  margin-bottom: 15px;
}

.sign_up_section .signup_content .sign_up_details .sign_up_form_box #sign_up_form .default_checkbox {
  margin-top: 45px;
  font-size: 15px;
}

.sign_up_section .signup_content .sign_up_details .sign_up_form_box #sign_up_form .default_checkbox a {
  color: #35ad81;
  text-decoration: underline;
}

.sign_up_section .signup_content .sign_up_details .sign_up_form_box #sign_up_form .default_checkbox .invalid {
  margin-top: 5px;
}

.sign_up_section .signup_content .sign_up_details .total {
  padding: 20px;
  margin-bottom: 30px;
  -webkit-box-shadow: 1px 3px 10px 2px rgba(0, 187, 136, 0.5);
  -moz-box-shadow: 1px 3px 10px 2px rgba(0, 187, 136, 0.5);
  box-shadow: 1px 3px 10px 2px rgba(0, 187, 136, 0.5);
}

.sign_up_section .signup_content .sign_up_details .total.active {
  display: block;
}

.sign_up_section .signup_content .sign_up_details #errors {
  margin-top: 20px;
  font-size: 16px;
  color: #b73f3f;
}

.sign_up_section .signup_content .sign_up_details .sign_up_btn_container .green_btn {
  outline: none;
  border-radius: 6px;
  width: 100%;
  font-size: 32px;
  line-height: 75px;
  margin: 0 15px;
}

.sign_up_section .iti {
  display: block;
  margin-bottom: 15px;
}

.sign_up_section .iti label.invalid {
  position: absolute !important;
  width: 100% !important;
  margin: 0 !important;
}

.sign_up_section .iti input.intInvalid {
  border-color: #b73f3f !important;
}

/*CONTACT US PAGE */
/*Captcha field */
.captcha_wrapper {
  position: relative;
}

.captcha_wrapper label {
  display: block;
  font-size: 16px;
  position: absolute;
  top: -30px;
  color: #757575;
}

#id_captcha_1 {
  width: 54%;
  line-height: 40px;
  height: 40px;
  border: solid #35ad81;
  border-width: 0 0 2px 0;
  outline: none;
  font-size: 16px;
  padding: 0 5px;
}

.contact_us {
  background: #fff;
  padding-top: 70px;
  padding-bottom: 215px;
}

.contact_us .loading_overlay {
  display: none;
}

.contact_us .shadow_wrapper {
  border-radius: 16px;
  -webkit-box-shadow: -1px 3px 6px -1px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: -1px 3px 6px -1px rgba(0, 0, 0, 0.29);
  box-shadow: -1px 3px 6px -1px rgba(0, 0, 0, 0.29);
}

.contact_us .contact_header h2 {
  font-size: 65px;
  line-height: 140px;
  margin-bottom: 30px;
}

.contact_us .contact_header h3 {
  font-size: 41px;
  margin-bottom: 80px;
}

.contact_us .contact_header h3 span {
  color: #0b8;
}

.contact_us #contact_us_form {
  padding: 35px 20px;
}

.contact_us #contact_us_form input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0px 9999px white;
}

.contact_us #contact_us_form h2 {
  font-size: 30px;
  color: #2e3844;
  padding: 0 10px;
  margin-bottom: 70px;
}

.contact_us #contact_us_form h2 i {
  font-size: 30px;
  margin-right: 15px;
}

.contact_us #contact_us_form textarea {
  margin-bottom: 55px;
}

.contact_us #contact_us_form .green_btn {
  width: 100%;
  line-height: 50px;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.3);
  font-size: 24px;
}

.contact_us .white_box {
  box-shadow: none;
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
  border-bottom: 0;
}

.contact_us .contact_info {
  padding: 0 15px;
  word-wrap: break-word;
}

.contact_us .contact_info h2 {
  font-size: 30px;
  margin-top: 35px;
  margin-bottom: 100px;
  color: #fff;
}

.contact_us .contact_info p {
  font-size: 18px;
  color: #fff;
  margin-left: 55px;
  position: relative;
}

.contact_us .contact_info p i {
  color: #fff;
  position: absolute;
  left: -35px;
  top: 3px;
  font-size: 20px;
}

.contact_us .contact_info hr {
  margin-top: 20px;
  background: #fff;
  margin-top: 2.7em;
  margin-bottom: 2em;
}

.contact_us .contact_info .social_icons {
  margin-bottom: 20px;
}

.contact_us .contact_info .social_icons a {
  width: 43px;
  height: 43px;
  border-color: #fff;
  line-height: 45px;
  margin: 0 10px;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}

.contact_us .contact_info .social_icons a:hover {
  background: #fff;
  border: 1px solid transparent;
}

.contact_us .contact_info .social_icons a:hover i {
  color: #0b8;
}

.contact_us .contact_info .social_icons i {
  font-size: 25px;
  color: #fff;
  position: relative;
}

.contact_us .contact_info .social_icons .fa-linkedin-in {
  top: -2px;
}

.contact_us .contact_info .social_icons .fa-facebook-f {
  left: 0;
}

.contact_us .contact_info .social_icons .fa-twitter {
  left: 1px;
}

.contact_us .message_container {
  margin-top: 100px;
  padding: 0 10px;
}

.contact_us .message_container h3 {
  font-size: 30px;
  color: #2e3844;
  margin-bottom: 30px;
}

.contact_us .message_container h4 {
  margin-bottom: 70px;
}

.contact_us .message_container .new_msg_btn {
  line-height: 40px;
  font-size: 16px;
}

.contacts_info_box {
  text-align: center;
  border-radius: 15px;
  padding-top: 25px;
  -webkit-box-shadow: -1px 3px 6px -1px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: -1px 3px 6px -1px rgba(0, 0, 0, 0.29);
  box-shadow: -1px 3px 6px -1px rgba(0, 0, 0, 0.29);
  color: #2e3844;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}

.contacts_info_box:hover {
  background-color: #f6f6f6;
}

.contacts_info_box h3 {
  margin-bottom: 20px;
}

.contacts_info_box h4 {
  margin-bottom: 40px;
}

.contacts_info_box p {
  color: #00956c;
  font-size: 22px;
  width: 28%;
  margin: 0 auto 25px;
  position: relative;
}

.contacts_info_box p i {
  color: #00956c;
  position: absolute;
  left: -8px;
  top: 5px;
  font-size: 30px;
}

.contacts_info_box p a {
  color: #00956c;
  font-size: 22px;
}

.contacts_info_box .social_icons {
  padding: 20px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-bottom: 20px;
}

.contacts_info_box .social_icons a {
  width: 43px;
  height: 43px;
  border-color: #fff;
  line-height: 45px;
  margin: 0 10px;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}

.contacts_info_box .social_icons a:hover {
  background: #fff;
  border: 1px solid transparent;
}

.contacts_info_box .social_icons a:hover i {
  color: #0b8;
}

.contacts_info_box .social_icons i {
  font-size: 25px;
  color: #fff;
  position: relative;
}

.contacts_info_box .social_icons .fa-linkedin-in {
  top: -2px;
}

.contacts_info_box .social_icons .fa-facebook-f {
  left: 0;
}

.contacts_info_box .social_icons .fa-twitter {
  left: 1px;
}

/*ABOUT US PAGE*/
.about_us {
  padding: 70px 0;
  background: #fff;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  font-family: 'Barlow', sans-serif;
}

.about_us .spacer {
  margin-bottom: 7em;
}

.about_us .about_us_header h2 {
  font-size: 65px;
  line-height: 140px;
  margin-bottom: 30px;
}

.about_us .about_us_header h2 span {
  color: #0b8;
}

.about_us .about_us_header h3 {
  font-size: 41px;
  margin-bottom: 170px;
}

.about_us .avatar_holder {
  margin: 0 auto;
  width: 175px;
  height: 175px;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  top: -88px;
  margin-bottom: -40px;
}

.about_us .avatar_holder img {
  width: 100%;
}

.about_us h2 {
  font-size: 28px;
  margin-bottom: 20px;
  padding: 0 10px;
}

.about_us h4 {
  font-size: 18px;
  color: #0b8;
  margin-bottom: 25px;
  padding: 0 10px;
}

.about_us p {
  font-size: 16px;
  line-height: 25px;
  color: #34404f;
  padding: 0 40px 10px;
}

.about_us .team_member {
  background: #f6f6f6;
  height: 100%;
  border: 1px #a0a0a0;
  border-radius: 16px;
  -webkit-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.29);
  box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.29);
}

.about_portfolio {
  padding-top: 50px;
  padding-bottom: 100px;
  background: #f6f6f6;
}

.about_portfolio h2 {
  position: relative;
  font-size: 45px;
  margin-bottom: 80px;
}

.about_portfolio h2 span {
  color: #0b8;
}

.about_portfolio .portfolio_wrapper h4 {
  font-size: 30px;
  color: #222;
  margin-bottom: 25px;
}

.about_portfolio .portfolio_wrapper p {
  font-size: 21px;
  line-height: 30px;
  color: #222;
  margin-bottom: 30px;
}

.about_portfolio .portfolio_wrapper p span {
  color: #0b8;
  font-weight: bold;
}

/*GLOBAL PRICE LIST STYLING*/
.price_list {
  margin-bottom: 85px;
}

.price_list .white_box {
  height: 100%;
  padding: 10px 0 0;
  position: relative;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  box-shadow: none;
}

.price_list .white_box:not(.active) {
  opacity: 0.6;
}

.price_list .white_box:hover, .price_list .white_box.active {
  opacity: 1;
  border: 1px solid #0b8;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 187, 136, 0.5);
  -moz-box-shadow: 0px 3px 7px 0px rgba(0, 187, 136, 0.5);
  box-shadow: 4px 4px 7px 0px rgba(0, 187, 136, 0.5);
  transform: scale(1.07);
}

.price_list .white_box:hover .plan_price, .price_list .white_box.active .plan_price {
  background: #0b8;
}

.price_list .white_box .plan_price {
  display: none;
  position: relative;
  float: right;
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 25px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: #c1bfc0;
  color: #fff;
  margin-top: -2px;
  margin-right: -2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.price_list .white_box .plan_price.active {
  display: block;
}

.price_list .white_box .under_price {
  position: absolute;
  color: #c1bfc0;
  color: #0b8;
  right: 6px;
  font-size: 12px;
}

.price_list .white_box .signatures_amount,
.price_list .white_box i {
  color: #0b8;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}

.price_list .signitures_paragraph {
  line-height: 25px;
  font-size: 16px;
  color: #626262;
  margin-bottom: 30px;
}

.price_list .signitures_paragraph i {
  display: inline-block;
  position: relative;
  top: 4px;
  color: #73787e;
  margin-right: 5px;
}

.price_list .signitures_paragraph .plan_item {
  display: block;
}

.price_list .signitures_paragraph .plan_type {
  display: block;
  font-size: 25px;
  color: #74797e;
}

.price_list .under_text {
  display: block;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 65px;
}

.price_list .price_per_signature {
  font-size: 13px;
  padding: 0 5px;
  margin-bottom: 15px;
  color: #878787;
}

.container_front_page {
  font-family: 'Barlow', sans-serif;
  margin: 0 auto;
}

#main_page_nav {
  height: 60px;
  background: transparent;
  top: 0;
  width: 100%;
  z-index: 100;
  position: fixed;
  transition: all 0.25s ease;
}

#main_page_nav.sticky {
  background: #fff;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(34, 34, 34, 0.3);
  -moz-box-shadow: 0px 2px 5px 0px rgba(34, 34, 34, 0.3);
  box-shadow: 0px 2px 5px 0px rgba(34, 34, 34, 0.3);
}

#main_page_nav.sticky .logo a {
  background: unset;
  background-size: unset;
}

#main_page_nav.sticky .logo img {
  visibility: visible;
}

#main_page_nav.sticky .navigation_bar .nav_bar_item {
  color: #222;
}

#main_page_nav.sticky .navigation_bar .projects a {
  color: #fff;
}

#main_page_nav .logo {
  float: left;
  line-height: 60px;
  padding: 0 35px;
}

#main_page_nav .logo a {
  display: block;
}

#main_page_nav .logo img {
  height: 35px;
}

#main_page_nav #language_switch {
  float: right;
  line-height: 40px;
  padding: 0 10px;
}

#main_page_nav #language_switch a {
  color: #35ad81;
}

#main_page_nav #language_switch a:hover {
  color: #222;
}

#main_page_nav #language_switch img {
  width: 35px;
  position: relative;
  top: -2px;
}

#main_page_nav .navigation_bar {
  float: right;
}

#main_page_nav .navigation_bar .navigation_list {
  margin: 10px 0;
  padding: 0;
  position: relative;
}

#main_page_nav .navigation_bar .navigation_list li {
  float: left;
  margin: 0 22px;
  line-height: 40px;
}

#main_page_nav .navigation_bar .projects {
  background-color: #0b8;
  border-radius: 100px;
}

#main_page_nav .navigation_bar .projects a {
  color: #fff;
  border-bottom: 0;
}

#main_page_nav .navigation_bar .projects a:hover {
  color: #fff;
  border-bottom: 0;
}

#main_page_nav .navigation_bar .user {
  position: relative;
}

#main_page_nav .navigation_bar .user a {
  color: #222;
}

#main_page_nav .navigation_bar .user a:hover {
  border-bottom: 0;
}

#main_page_nav .navigation_bar .user .profile_image_container {
  display: block;
  float: left;
}

#main_page_nav .navigation_bar .nav_bar_item {
  display: block;
  padding: 0 20px;
  font-size: 18px;
  text-transform: capitalize;
  border-bottom: 1px solid transparent;
}

#main_page_nav .navigation_bar .nav_bar_item:hover {
  border-bottom: 1px solid #0b8;
  color: #222;
}

#main_page_nav .navigation_bar .nav_bar_item:focus {
  outline: none;
}

#main_page_nav .navigation_bar .profile_image_container {
  top: 5px;
}

#home_section {
  margin-top: 120px;
  margin-bottom: 70px;
}

#home_section .first_row {
  margin-bottom: 55px;
}

#home_section h1 {
  font-size: 50px;
  margin-top: 100px;
  margin-bottom: 40px;
  font-weight: 400;
}

#home_section h1 span {
  color: #0b8;
}

#home_section h3 {
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 50px;
}

#home_section h3 span {
  color: #0b8;
}

#home_section h4 {
  font-size: 22px;
}

#home_section .multiple_devices_img img {
  width: 85%;
}

#home_section .home_btns a {
  float: left;
  margin-right: 25px;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
}

#home_section .home_btns a:hover {
  box-shadow: none;
}

#features_section {
  background: #fff;
  padding: 70px 0;
}

#features_section .content_wrapper {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

#features_section .laptop_img img {
  width: 95%;
  position: relative;
  left: -106px;
}

#features_section h2 {
  margin-bottom: 25px;
}

#features_section h2 span {
  color: #0b8;
}

#features_section h4 {
  line-height: 35px;
  padding-right: 120px;
  font-size: 22px;
}

#why_epact {
  padding: 50px 0;
  background: #f6f6f6;
}

#why_epact .first_col {
  position: relative;
}

#why_epact .list_wrapper {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

#why_epact .epact_craphic img {
  width: 90%;
  float: right;
}

#why_epact h2 {
  font-weight: 600;
  margin-bottom: 40px;
}

#why_epact h2 span {
  color: #0b8;
}

#background_section {
  min-height: 350px;
  background: url("../img/front-bg.png") no-repeat center 65%;
  background-size: cover;
  opacity: 0.7;
}

#signup_section {
  min-height: 170px;
}

#signup_section h3,
#signup_section p {
  margin-bottom: 0;
}

#signup_section .outter_box {
  position: relative;
  top: -53px;
  padding: 20px 40px;
  border-radius: 20px;
  -webkit-box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.15);
}

#signup_section .outter_box a {
  padding: 0;
  line-height: 35px;
  width: 120px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(0, -50%);
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
}

#signup_section .inner_box {
  float: left;
}

/*PRICING PAGE */
.pricing {
  background: #fff;
  padding-top: 70px;
  padding-bottom: 135px;
}

.pricing h2 {
  font-size: 65px;
  color: #222;
  line-height: 140px;
  border-bottom: 2px solid #fff;
  margin-bottom: 30px;
}

.pricing h3 {
  font-size: 41px;
  color: #222;
  margin-bottom: 120px;
}

.pricing h3 span {
  color: #0b8;
}

.pricing .free .signitures_paragraph {
  margin-bottom: 121px;
}

.pricing .white_box {
  -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
  padding-bottom: 60px;
}

.pricing .white_box.active {
  border: 1px solid transparent;
}

.pricing .white_box.active i {
  color: #434b56;
}

.pricing .white_box:hover {
  border: 1px solid #0b8;
  box-shadow: none;
}

.pricing .white_box:hover .plan_price {
  background: #0b8;
}

.pricing .white_box:hover .under_price {
  color: #0b8;
}

.pricing .white_box:hover i {
  color: #0b8;
}

.pricing .white_box .plan_price {
  float: none;
  line-height: 85px;
  font-size: 38px;
  background: #55606d;
  margin: -35px 30px 70px 30px;
  display: none;
  background: #45505d;
}

.pricing .white_box .plan_price.active {
  display: block;
}

.pricing .white_box .plan_price .under_price {
  margin-top: -25px;
  font-size: 16px;
}

.pricing .white_box .button {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 40px;
  font-size: 20px;
  position: inherit;
  bottom: 0;
  display: inline-block;
  transform: translateX(-50%);
}

.pricing .white_box .planPriceLink {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.pricing .price_list {
  margin-bottom: 120px;
}

.pricing .signitures_paragraph {
  line-height: 50px;
  min-height: 285px;
}

.pricing .signitures_paragraph .plan_type {
  font-size: 32px;
  margin-bottom: 30px;
  color: #35ad81;
}

.pricing .signitures_paragraph span {
  font-size: 22px;
  color: #434b56;
}

.pricing .signitures_paragraph i {
  font-size: 28px;
  margin-right: 10px;
  color: #434b56;
}

.pricing .price_per_signature {
  font-size: 21px;
  color: #434b56;
  margin-bottom: 80px;
}

.pricing .green_btn {
  line-height: 48px;
  font-size: 24px;
  margin-bottom: 15px;
  padding: 0 35px;
}

/*Default modal settings */
.default_modal {
  z-index: 9999;
}

.default_modal .modal-body {
  padding: 50px;
}

.default_modal .modal-body h2,
.default_modal .modal-body h5 {
  text-align: center;
  color: #35ad81;
  margin-bottom: 50px;
}

.default_modal .modal-body form {
  margin-bottom: 30px;
}

.default_modal .modal-body input[type='text'],
.default_modal .modal-body input[type='password'],
.default_modal .modal-body input[type='email'] {
  width: 100%;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  outline: none;
  border-color: #35ad81;
  padding: 0 10px;
  height: 52px;
  line-height: 50px;
  font-size: 18px;
  display: block;
}

.default_modal .modal-body input[type='text']:invalid,
.default_modal .modal-body input[type='password']:invalid,
.default_modal .modal-body input[type='email']:invalid {
  box-shadow: none;
}

.default_modal .modal-body #reviewer_comment {
  resize: vertical;
  height: 40px;
}

.default_modal .modal-body .close {
  position: absolute;
  top: 3px;
  right: 10px;
  font-size: 40px;
}

.default_modal .modal-body .modal_btn_box {
  margin-top: 30px;
  text-align: center;
}

.default_modal .modal-body .modal_submit_btn {
  width: 265px;
  font-size: 25px;
  border: 1px solid transparent;
}

.default_modal .modal-body .small_text {
  font-size: 20px;
}

.default_modal .modal-footer {
  display: initial;
  text-align: center;
  background: #288a66;
  padding: 30px 16px;
}

.default_modal .modal-footer a {
  color: #fff;
  font-size: 18px;
}

.signInForm .group {
  position: relative;
  margin-bottom: 30px;
}

.signInForm label {
  color: #999;
  font-size: 18px;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.signInForm input:focus ~ label,
.signInForm input:valid ~ label {
  top: -20px;
  font-size: 14px;
  color: #288a66;
}

.signInForm input.invalid ~ label {
  top: -20px;
  font-size: 14px;
  color: #b73f3f;
}

.signInForm .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.signInForm input:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

@-webkit-keyframes inputHighlighter {
  from {
    background: #5264ae;
  }
  to {
    width: 0;
    background: transparent;
  }
}

@-moz-keyframes inputHighlighter {
  from {
    background: #5264ae;
  }
  to {
    width: 0;
    background: transparent;
  }
}

@keyframes inputHighlighter {
  from {
    background: #5264ae;
  }
  to {
    width: 0;
    background: transparent;
  }
}

.signInForm .errorlist {
  font-size: 15px;
  color: #b73f3f;
  margin-top: -20px;
}

/*FRONT PAGE FOOTER*/
footer {
  position: relative;
}

/*Bottom FOOTER*/
.bottom_footer {
  padding-top: 50px;
  background: #232b34;
}

.bottom_footer .footer_logo {
  margin-bottom: 50px;
}

.bottom_footer .footer_logo img {
  height: 55px;
}

.bottom_footer .footer_navigation {
  padding: 0;
  margin-bottom: 40px;
}

.bottom_footer .footer_navigation li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0 25px;
}

.bottom_footer .footer_navigation a {
  color: #fff;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}

.bottom_footer .footer_navigation a:hover {
  color: #35ad81;
}

.bottom_footer .social_icons {
  margin-bottom: 55px;
}

.bottom_footer .social_icons a {
  margin: 0 10px;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}

.bottom_footer .social_icons a:hover {
  background: #fff;
  border: 1px solid transparent;
}

.bottom_footer .social_icons a:hover i {
  color: #232b34;
}

.bottom_footer .social_icons i {
  font-size: 30px;
  color: #a2a6aa;
  position: relative;
}

.bottom_footer .social_icons .fa-facebook,
.bottom_footer .social_icons .fa-twitter {
  top: 2px;
  left: 0;
}

.bottom_footer .social_icons .fa-linkedin {
  top: 1px;
  left: 0;
}

.bottom_footer .footer_contacts_info ul {
  color: #fff;
  font-size: 17px;
  margin-bottom: 0;
  line-height: 70px;
  background: #1e252e;
}

.bottom_footer .footer_contacts_info ul li {
  -webkit-text-fill-color: #fff;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  margin: 0 20px;
  font-weight: 300;
}

/* Default checkbox */
.default_checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.default_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.default_checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.default_checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.default_checkbox input:checked ~ .checkmark {
  background-color: #35ad81;
}

/* Create the checkmark/indicator (hidden when not checked) */
.default_checkbox .checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.default_checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.default_checkbox .checkmark:after {
  left: 9px;
  top: 3px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*FAQ PAGE*/
#main_page_nav.sticky_faq_nav {
  background: #2e3844;
}

.faq_background {
  height: 290px;
  padding-top: 160px;
}

.faq_background h1 {
  font-size: 65px;
  font-family: 'Barlow', sans-serif;
}

.faq_background h1 span {
  color: #0b8;
}

.faq_content_wrapper {
  margin-top: 85px;
  height: 100%;
  background: #fff;
  overflow: hidden;
  padding-bottom: 120px;
}

.faq_content_wrapper h2 span {
  color: #0b8;
}

.faq_content_wrapper table td {
  padding: 10px;
}

.faq_content_wrapper #faq_sidebar {
  width: 100%;
}

.faq_content_wrapper #faq_sidebar .top-level {
  margin-bottom: 20px;
}

.faq_content_wrapper #faq_sidebar .top-level a {
  color: #8c9cb0;
  font-size: 22px;
}

.faq_content_wrapper #faq_sidebar .top-level a i {
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  position: relative;
  top: 3px;
  margin: 0 12px;
}

.faq_content_wrapper #faq_sidebar .top-level.active > a {
  color: #0b8;
}

.faq_content_wrapper #faq_sidebar .top-level.active > a i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq_content_wrapper #faq_sidebar .tree-menu {
  margin-top: 15px;
  border-left: 4px solid #2e3844;
  display: none;
}

.faq_content_wrapper #faq_sidebar .tree-menu li {
  margin-left: 10px;
  margin-bottom: 10px;
  line-height: 20px;
}

.faq_content_wrapper #faq_sidebar .tree-menu li a {
  color: #2e3844;
  font-size: 18px;
}

.faq_content_wrapper #faq_sidebar .tree-menu li a.active {
  color: #0b8;
}

.faq_content_wrapper #faq_sidebar.fixed {
  position: fixed;
  top: 0;
  padding-top: 85px;
}

.faq_content_wrapper #faq_sidebar.at-bottom {
  position: absolute;
  top: unset;
  bottom: 0px;
}

.faq_content_wrapper .faq_container_item {
  margin-bottom: 80px;
}

.faq_content_wrapper .faq_container_item .faq_container_title {
  font-size: 42px;
  color: #2e3844;
  margin-bottom: 75px;
}

.faq_content_wrapper .faq_container_item .faq_question {
  margin-bottom: 40px;
  cursor: pointer;
}

.faq_content_wrapper .faq_container_item .faq_question h3 {
  font-size: 32px;
  color: #0b8;
  display: inline-block;
  margin-bottom: 0;
}

.faq_content_wrapper .faq_container_item .faq_answer p {
  font-size: 20px;
  color: #282f37;
  line-height: 25px;
  margin-bottom: 30px;
}

/*BLOG PAGE*/
.blog_background {
  background-color: #f6f6f6;
  height: 285px;
  width: 100%;
  overflow: hidden;
  background-size: contain;
  padding-top: 70px;
  background-position-x: 32%;
  background-position-y: -5px;
}

.blog_background .container {
  position: relative;
}

.blog_background h1 {
  position: relative;
  font-size: 65px;
  text-transform: uppercase;
  padding: 0 10px;
  color: #222;
  font-family: Barlow, sans-serif;
}

.blog_content_wrapper {
  background: #f6f6f6;
}

.blog_content_wrapper .white_box {
  border: 1px #a0a0a0;
  border-radius: 15px;
  border-bottom: 0;
  -webkit-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.29);
  box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.29);
}

.blog_content_wrapper .blog_articles_container {
  position: relative;
  top: -115px;
  padding: 65px;
}

.blog_content_wrapper .blog_articles_container .mobile {
  position: relative;
}

.blog_content_wrapper .blog_articles_container .first_letter {
  position: absolute;
  font-size: 180px;
  opacity: 0.06;
  top: 30px;
  left: -55px;
  pointer-events: none;
  text-transform: uppercase;
}

.blog_content_wrapper .blog_articles_container .sidebar_container #blog_sidebar {
  word-break: break-word;
  width: 100%;
  padding-right: 10px;
}

.blog_content_wrapper .blog_articles_container .sidebar_container #blog_sidebar li {
  position: relative;
  margin-bottom: 10px;
}

.blog_content_wrapper .blog_articles_container .sidebar_container #blog_sidebar li a {
  font-size: 22px;
  color: #8c9cb0;
}

.blog_content_wrapper .blog_articles_container .sidebar_container #blog_sidebar li a:hover {
  color: #222;
}

.blog_content_wrapper .blog_articles_container .sidebar_container #blog_sidebar li.active a {
  color: #222;
}

.blog_content_wrapper .blog_articles_container .sidebar_container #blog_sidebar li.active::before {
  content: '';
  width: 5px;
  height: 5px;
  background: #0b8;
  display: inline-block;
  position: absolute;
  top: 15px;
  left: -12px;
}

.blog_content_wrapper .blog_articles_container .sidebar_container #blog_sidebar li:first-child {
  margin-bottom: 30px;
}

.blog_content_wrapper .blog_articles_container .sidebar_container #blog_sidebar.fixed {
  position: fixed;
  top: 0;
  padding-top: 60px;
}

.blog_content_wrapper .blog_articles_container .sidebar_container #blog_sidebar.fixed::after {
  right: 10px;
  top: 80px;
}

.blog_content_wrapper .blog_articles_container .sidebar_container #blog_sidebar.at-bottom {
  position: absolute;
  bottom: 0;
  top: unset;
}

.blog_content_wrapper .blog_articles_container .sidebar_container #blog_sidebar::after {
  content: '';
  width: 1px;
  height: 120px;
  background: #8c9cb0;
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 15px;
}

.blog_content_wrapper .blog_articles_container .articles_section {
  padding-left: 30px;
}

.blog_content_wrapper .blog_articles_container .articles_section .blog_item {
  margin-bottom: 100px;
  position: relative;
}

.blog_content_wrapper .blog_articles_container .articles_section .blog_item .article_title {
  color: #222;
  font-size: 40px;
  line-height: 45px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}

.blog_content_wrapper .blog_articles_container .articles_section .blog_item .article_title:hover {
  color: #0b8;
}

.blog_content_wrapper .blog_articles_container .articles_section .blog_item .article_meta {
  margin-top: 10px;
  margin-bottom: 35px;
}

.blog_content_wrapper .blog_articles_container .articles_section .blog_item .article_meta .meta_item {
  display: inline-block;
  font-size: 14px;
  color: #666;
  margin-right: 5px;
}

.blog_content_wrapper .blog_articles_container .articles_section .blog_item .article_meta .meta_item::after {
  content: '/';
  right: -5px;
  position: relative;
}

.blog_content_wrapper .blog_articles_container .articles_section .blog_item .article_meta .meta_item:last-child:after {
  display: none;
}

.blog_content_wrapper .blog_articles_container .articles_section .blog_item .article_meta .meta_category a {
  color: #0b8;
  cursor: pointer;
}

.blog_content_wrapper .blog_articles_container .articles_section .blog_item .article_meta .meta_category a:hover {
  text-decoration: underline;
  font-weight: 700;
}

.blog_content_wrapper .blog_articles_container .articles_section .blog_item .article_content {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 25px;
  color: #333;
  word-wrap: break-word;
}

.blog_content_wrapper .blog_articles_container .articles_section .blog_item .article_content img {
  display: none;
}

.blog_content_wrapper .blog_articles_container .articles_section .blog_item .article_footer .button {
  display: inline-block;
}

#category_wrapper .blog_articles_container .articles_section .blog_item .article_title {
  margin-bottom: 40px;
}

#category_wrapper .blog_articles_container .articles_section .blog_item .article_meta {
  margin-bottom: 60px;
}

#post_wrapper .blog_item .article_title {
  pointer-events: none;
}

#post_wrapper .article_content {
  text-align: justify;
  margin-bottom: 60px;
  text-align: justify;
}

#post_wrapper .article_content p {
  margin-bottom: 20px;
}

#post_wrapper .article_content img {
  display: block;
  margin-left: 20px;
  margin-top: 5px;
}

#post_wrapper .article_content h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 30px;
}

#post_wrapper .footer_navigation .prev {
  border-right: 1px solid #8c9cb0;
}

#post_wrapper .footer_navigation .footer_item {
  padding: 22px 30px;
}

#post_wrapper .footer_navigation .footer_item a {
  position: relative;
  font-size: 25px;
  color: #222;
  cursor: pointer;
  line-height: 30px;
  display: block;
  text-transform: uppercase;
}

#post_wrapper .footer_navigation .footer_item a .first_letter {
  font-size: 125px;
  top: 10px;
  left: -30px;
}

#post_wrapper .footer_navigation .footer_item a i {
  position: absolute;
  font-size: 35px;
}

#post_wrapper .footer_navigation .footer_item a:hover {
  color: #0b8;
}

#post_wrapper .footer_navigation .prev_article a i {
  top: 13px;
  left: -90px;
}

#post_wrapper .footer_navigation .next_article a i {
  top: 13px;
  right: -60px;
}

/*MEDIA QUERIES*/
@media screen and (max-width: 1650px) {
  #home_section h1 {
    margin-top: 40px;
  }
  #features_section .laptop_img img {
    left: -20px;
  }
}

@media screen and (max-width: 1380px) {
  #home_section h1 {
    margin-top: 20px;
  }
  #features_section h4 {
    padding-right: 0;
  }
  .pricing .white_box .plan_price {
    font-size: 28px;
  }
}

@media screen and (max-width: 1300px) {
  /*INDEX PAGE*/
  #main_page_nav .navigation_bar .navigation_list li {
    margin: 0 5px;
  }
  #main_page_nav .navigation_bar .nav_bar_item {
    padding: 0 10px;
    font-size: 16px;
  }
  #main_page_nav .navigation_bar .username_dropdown_menu {
    right: 0;
  }
  .bottom_footer .footer_logo {
    margin-bottom: 40px;
  }
  .bottom_footer .footer_navigation {
    margin-bottom: 40px;
  }
  .bottom_footer .footer_navigation li {
    margin: 0 20px;
    font-size: 17px;
  }
  .bottom_footer .social_icons {
    margin-bottom: 35px;
  }
  .bottom_footer .footer_contacts_info {
    font-size: 14px;
  }
  .with_img {
    width: 70%;
  }
}

@media screen and (max-width: 1200px) {
  /*INDEX PAGE*/
  #home_section h1 {
    font-size: 43px;
    margin-bottom: 20px;
  }
  #home_section h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  #home_section h2 {
    font-size: 28px;
  }
  #home_section h4 {
    font-size: 19px;
  }
  #features_section {
    padding: 80px 0;
  }
  #features_section .laptop_img img {
    left: 0;
    width: 100%;
  }
  #features_section h4 {
    font-size: 18px;
    line-height: 30px;
  }
  #why_epact ul li {
    font-size: 16px;
    margin-bottom: 25px;
  }
  #signup_section h3 {
    font-size: 24px;
  }
  #signup_section p {
    font-size: 16px;
  }
  #signup_section .outter_box a {
    left: 68%;
  }
  /*SIGNUP PAGE*/
  .sign_up_section .price_list .white_box {
    padding: 10px 0;
    height: 330px;
    margin-bottom: 20px;
  }
  .sign_up_section .signup_content .sign_up_details .sign_up_box {
    padding: 30px 0px;
  }
  .price_list .signitures_paragraph i {
    left: 10px;
  }
  .price_list .signitures_paragraph span {
    margin: 0 10px;
  }
  /*PRICING PAGE */
  .pricing h2 {
    font-size: 58px;
    line-height: 100px;
  }
  .pricing h3 {
    font-size: 32px;
    margin-bottom: 85px;
  }
  .pricing .white_box {
    margin-bottom: 60px;
    height: auto;
  }
  .pricing .white_box .plan_price {
    line-height: 65px;
  }
  .pricing .white_box .under_price {
    margin-top: -50px;
    font-size: 15px;
  }
  .pricing .white_box .button {
    width: 75%;
  }
  /*CONTACT US PAGE*/
  .contact_us .contact_header h2 {
    font-size: 55px;
    line-height: 100px;
  }
  .contact_us .contact_header h3 {
    font-size: 35px;
  }
  .contact_us .contact_info p {
    font-size: 16px;
  }
  .contact_us .contact_info .social_icons a {
    margin: 0 15px;
  }
  .contacts_info_box p {
    width: 35%;
  }
  /*ABOUT US PAGE */
  .about_us .about_us_header h2 {
    font-size: 50px;
    line-height: 100px;
  }
  .about_us .about_us_header h3 {
    font-size: 35px;
  }
  /*FAQ PAGE*/
  .faq_background h1 {
    font-size: 58px;
  }
  .faq_content_wrapper #faq_sidebar .top-level a {
    font-size: 18px;
  }
  .faq_content_wrapper #faq_sidebar .tree-menu li a {
    font-size: 16px;
  }
  .faq_content_wrapper .faq_container_item .faq_container_title {
    font-size: 35px;
    margin-bottom: 40px;
  }
  .faq_content_wrapper .faq_container_item .faq_question {
    margin-bottom: 30px;
  }
  .faq_content_wrapper .faq_container_item .faq_question h3 {
    font-size: 27px;
  }
  .faq_content_wrapper .faq_container_item .faq_answer p {
    font-size: 16px;
  }
  /*BLOG PAGE*/
  .blog_content_wrapper .blog_articles_container .articles_section {
    padding-left: 0;
  }
  #post_wrapper .footer_navigation .prev_article a i {
    left: -60px;
  }
  .testimonials_container {
    width: 85%;
  }
}

@media screen and (max-width: 992px) {
  /*INDEX PAGE*/
  #main_page_nav {
    height: auto;
  }
  #main_page_nav.sticky .navigation_bar {
    background: #fff;
  }
  #main_page_nav.sticky .navigation_bar a {
    color: #222;
  }
  #main_page_nav .navigation_bar {
    width: 100%;
    text-align: center;
    background: #fff;
  }
  #main_page_nav .navigation_bar .navigation_list {
    margin: 10px 0 5px;
  }
  #main_page_nav .navigation_bar .navigation_list li {
    float: none;
  }
  #main_page_nav .navigation_bar .navigation_list li.projects {
    background: transparent;
  }
  #main_page_nav .navigation_bar .navigation_list li.projects a {
    color: #0b8;
  }
  #main_page_nav .navigation_bar .navigation_list .username_dropdown_menu {
    position: unset;
    width: 100%;
    margin: 10px 0;
  }
  #main_page_nav .navigation_bar .navigation_list .username_dropdown_menu .dropdown_menu_item {
    color: #222;
  }
  #main_page_nav .navigation_bar .navigation_list .username_dropdown_menu .dropdown_menu_item:hover {
    background: #dcdcdc;
    border: 0;
  }
  #main_page_nav .navigation_bar .navigation_list .username_dropdown_menu:after {
    content: none;
  }
  #main_page_nav .navigation_bar .nav_bar_item {
    font-size: 16px;
    border-bottom: 0;
  }
  #main_page_nav .navigation_bar .nav_bar_item:hover {
    border-bottom: 0;
  }
  #main_page_nav .navigation_bar .user_name {
    float: none;
  }
  #main_page_nav .navigation_bar .user_name i {
    font-size: 18px;
  }
  #main_page_nav .navigation_bar .user .profile_image_container {
    float: none;
    display: inline-block;
    top: 10px;
  }
  #main_page_nav .navigation_bar .white_box {
    border: 0;
    background: #f6f6f6;
  }
  #main_page_nav #language_switch {
    float: none;
  }
  #navbar-toggler {
    position: absolute;
    top: 10px;
    right: 15px;
    outline: none;
    color: #0b8;
    border: 1px solid transparent;
  }
  #navbar-toggler.collapsed {
    background: transparent;
    border: 1px solid #dcdcdc;
  }
  #navbar-toggler:focus {
    outline: none;
  }
  #home_section .first_row {
    margin-bottom: 80px;
  }
  #home_section .first_col {
    margin-bottom: 50px;
  }
  #home_section .multiple_devices_img img {
    width: 85%;
  }
  #features_section {
    padding: 70px 0;
  }
  #features_section h2 {
    margin-bottom: 20px;
  }
  #features_section .laptop_img {
    text-align: center;
    margin-bottom: 30px;
  }
  #features_section .laptop_img img {
    width: 90%;
    left: unset;
    right: unset;
  }
  #features_section .content_wrapper {
    position: unset;
    top: unset;
    transform: unset;
    text-align: center;
  }
  #why_epact .first_col {
    margin-bottom: 40px;
  }
  #why_epact .list_wrapper {
    position: unset;
    transform: none;
  }
  #why_epact .epact_craphic {
    text-align: center;
  }
  #why_epact .epact_craphic img {
    width: 80%;
    float: unset;
  }
  #signup_section .register_box {
    margin-bottom: 30px;
  }
  #signup_section .outter_box a {
    left: 75%;
  }
  /*SIGNUP PAGE */
  .signup_container {
    margin: 100px 0 90px 0;
  }
  .sign_up_section .price_list .white_box {
    height: 300px;
  }
  .sign_up_section .signup_content .sign_up_details h2 {
    font-size: 35px;
  }
  .sign_up_section .signup_content .sign_up_details .sign_up_form_box {
    padding: 20px;
  }
  .sign_up_section .signup_content .sign_up_details .sign_up_btn_container .green_btn {
    font-size: 30px;
  }
  .price_list {
    margin-bottom: 30px;
  }
  .price_list .white_box .plan_price {
    float: none;
    text-align: center;
    margin-left: -2px;
    padding: 0 10px;
  }
  .price_list .signitures_paragraph {
    margin-bottom: 15px;
  }
  .price_list .signitures_paragraph i {
    display: none;
  }
  .price_list .price_per_signature {
    font-size: 12px;
    line-height: 1;
  }
  /*PRICING PAGE*/
  .pricing h2 {
    font-size: 50px;
  }
  .pricing h3 {
    font-size: 28px;
  }
  .pricing .free {
    padding-right: 15px;
  }
  .pricing .free .signitures_paragraph {
    margin-bottom: 96px;
  }
  .pricing .premium_price {
    padding: 0 15px;
  }
  .pricing .medium_price {
    padding-left: 15px;
  }
  .pricing .white_box .plan_price {
    margin: -35px 10px 40px 10px;
  }
  .pricing .signitures_paragraph .plan_type {
    font-size: 46px;
  }
  .pricing .signitures_paragraph span {
    font-size: 26px;
  }
  .pricing .price_per_signature {
    font-size: 16px;
    margin-bottom: 65px;
  }
  /*CONTACT US PAGE*/
  .contact_us .green_bg {
    border-top-right-radius: 0;
    border-bottom-left-radius: 16px;
  }
  .contact_us .white_box {
    border-bottom-left-radius: 0;
    border-top-right-radius: 16px;
  }
  .contact_us .contact_header h2 {
    font-size: 45px;
  }
  .contact_us .contact_header h3 {
    font-size: 25px;
    margin-bottom: 50px;
  }
  .contact_us #contact_us_form h2 {
    margin-bottom: 50px;
  }
  .contact_us #contact_us_form .green_btn {
    line-height: 45px;
  }
  .contact_us .contact_info {
    padding: 0;
  }
  .contact_us .contact_info h2 {
    margin-bottom: 35px;
  }
  .contact_us .contact_info p {
    width: 255px;
    margin: 0 auto 20px;
  }
  .contact_us .contact_info hr {
    margin-bottom: 1em;
  }
  .contact_us .contact_info .social_icons a {
    margin: 0 30px;
  }
  /*ABOUT US PAGE*/
  .about_us {
    padding-bottom: 0;
  }
  .about_us .about_us_header h2 {
    font-size: 35px;
    line-height: 60px;
  }
  .about_us .about_us_header h3 {
    font-size: 22px;
    margin-bottom: 130px;
  }
  .about_us .white_box {
    padding-bottom: 30px;
    margin-bottom: 120px;
    height: auto;
    max-height: 80%;
  }
  .about_us .white_box h2 {
    font-size: 25px;
  }
  .about_us .white_box h4 {
    margin-bottom: 25px;
  }
  .about_us .white_box p {
    padding: 0 10px;
  }
  .about_portfolio h2 {
    font-size: 40px;
  }
  .about_portfolio h2:after {
    left: 41%;
    margin-left: -41px;
  }
  .about_portfolio .portfolio_wrapper h4 {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .about_portfolio .portfolio_wrapper p {
    font-size: 18px;
  }
  /*FAQ PAGE*/
  .faq_background {
    padding-top: 170px;
  }
  .faq_background h1 {
    font-size: 46px;
  }
  .faq_content_wrapper #faq_sidebar .top-level a {
    font-size: 16px;
  }
  .faq_content_wrapper #faq_sidebar .top-level a i {
    font-size: 20px;
    margin: 0 9px;
  }
  .faq_content_wrapper #faq_sidebar .tree-menu {
    margin-top: 10px;
  }
  .faq_content_wrapper #faq_sidebar .tree-menu li a {
    font-size: 14px;
  }
  .faq_content_wrapper .faq_container_item .faq_container_title {
    font-size: 30px;
    margin-bottom: 22px;
  }
  .faq_content_wrapper .faq_container_item .faq_question {
    margin-bottom: 23px;
  }
  .faq_content_wrapper .faq_container_item .faq_question h3 {
    font-size: 24px;
  }
  .faq_content_wrapper .faq_container_item .faq_answer p {
    font-size: 14px;
  }
  /*BLOG PAGE */
  .blog_content_wrapper .blog_articles_container {
    padding: 60px 35px;
  }
  .blog_content_wrapper .blog_articles_container .first_letter {
    font-size: 130px;
    top: 10px;
    left: -45px;
  }
  .blog_content_wrapper .blog_articles_container .sidebar_container #blog_sidebar li a {
    font-size: 16px;
  }
  .blog_content_wrapper .blog_articles_container .articles_section .blog_item .article_title {
    font-size: 32px;
    line-height: 40px;
  }
  #post_wrapper .footer_navigation .footer_item {
    text-align: center;
    padding: 0;
  }
  #post_wrapper .footer_navigation .footer_item a {
    font-size: 18px;
    line-height: 20px;
  }
  #post_wrapper .footer_navigation .footer_item a .first_letter {
    font-size: 90px;
    top: 5px;
    left: -10px;
  }
  #post_wrapper .footer_navigation .footer_item a i {
    font-size: 25px;
  }
  #post_wrapper .footer_navigation .prev_article a i {
    top: 7px;
    left: -23px;
  }
  #post_wrapper .footer_navigation .next_article a i {
    top: 7px;
    right: -23px;
  }
  .testimonials_container {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  /*INDEX PAGE*/
  #home_section {
    margin-top: 118px;
  }
  #home_section .multiple_devices_img img {
    width: 100%;
  }
  #features_section .laptop_img img {
    width: 100%;
  }
  #why_epact .epact_craphic img {
    width: 100%;
  }
  #signup_section .outter_box a {
    left: 75%;
  }
  .bottom_footer {
    padding-top: 20px;
  }
  .bottom_footer .footer_logo {
    margin-bottom: 30px;
  }
  .bottom_footer .footer_navigation {
    margin-bottom: 30px;
  }
  .bottom_footer .footer_navigation li {
    margin: 0 10px;
    font-size: 14px;
  }
  .bottom_footer .social_icons {
    margin-bottom: 20px;
  }
  .bottom_footer .social_icons a {
    width: 40px;
    height: 40px;
  }
  .bottom_footer .social_icons i {
    font-size: 22px;
  }
  .bottom_footer .social_icons .fa-facebook-f,
.bottom_footer .social_icons .fa-twitter {
    top: -6px;
  }
  .bottom_footer .social_icons .fa-linkedin-in {
    top: -8px;
  }
  /*MODAL SIGN IN*/
  .default_modal .modal-body {
    padding: 20px;
  }
  .default_modal .modal-body h2 {
    margin-bottom: 40px;
  }
  .default_modal .modal-body .modal_submit_btn {
    width: 80%;
  }
  .default_modal .modal-body input[type='text'],
.default_modal .modal-body input[type='password'] {
    margin-bottom: 40px;
  }
  .default_modal .modal-body .modal_btn_box {
    margin-top: 20px;
  }
  .default_modal .modal-footer {
    padding: 20px 15px;
  }
  /*SIGNUP PAGE*/
  .price_list .white_box {
    margin-bottom: 30px;
  }
  .price_list .white_box .plan_price {
    margin-bottom: 25px;
    font-size: 13px;
  }
  /*PRICING PAGE*/
  .pricing {
    padding-bottom: 70px;
  }
  .pricing h2 {
    font-size: 45px;
    line-height: 80px;
    margin-bottom: 25px;
  }
  .pricing h3 {
    font-size: 24px;
    margin-bottom: 70px;
  }
  .pricing .white_box {
    margin-bottom: 60px;
  }
  .pricing .white_box .plan_price {
    line-height: 50px;
    margin: -25px 10px 40px 10px;
  }
  .pricing .white_box .plan_price .under_price {
    margin-top: -12px;
  }
  .pricing .price_per_signature {
    font-size: 18px;
  }
  /*CONTACT US PAGE*/
  .captcha_wrapper {
    margin-bottom: 40px;
  }
  #id_captcha_1 {
    width: 60%;
  }
  .contact_us {
    padding: 70px 0;
    margin-bottom: 50px;
  }
  .contact_us .shadow_wrapper {
    margin: 0 15px;
  }
  .contact_us .contact_header h2 {
    font-size: 37px;
    line-height: 65px;
  }
  .contact_us .contact_header h3 {
    font-size: 22px;
  }
  .contact_us #contact_us_form h2 {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .contact_us #contact_us_form h2 i {
    font-size: 28px;
  }
  .contact_us #contact_us_form textarea {
    margin-bottom: 30px;
  }
  .contact_us .message_container {
    margin-bottom: 20px;
  }
  .contact_us .message_container .new_msg_btn {
    padding: 0 25px;
  }
  .contacts_info_box p {
    width: 65%;
  }
  .about_portfolio {
    padding-bottom: 50px;
  }
  .about_portfolio h2 {
    font-size: 32px;
    margin-bottom: 55px;
  }
  .about_portfolio h2:after {
    left: 38%;
    margin-left: -38px;
  }
  .about_portfolio .portfolio_wrapper {
    padding: 0;
  }
  .about_portfolio .portfolio_wrapper h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .about_portfolio .portfolio_wrapper p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  /*BLOG PAGE*/
  .blog_background h1 {
    text-align: center;
    font-size: 55px;
  }
  .blog_content_wrapper .blog_articles_container .first_letter {
    font-size: 100px;
    top: 0;
    left: -20px;
  }
  .blog_content_wrapper .blog_articles_container .sidebar_container #blog_sidebar li {
    margin-bottom: 5px;
  }
  .blog_content_wrapper .blog_articles_container .sidebar_container #blog_sidebar li a:hover {
    color: #8c9cb0;
  }
  .blog_content_wrapper .blog_articles_container .sidebar_container #blog_sidebar li:first-child {
    margin-bottom: 5px;
  }
  .blog_content_wrapper .blog_articles_container .sidebar_container #blog_sidebar li.active a {
    color: #8c9cb0;
  }
  .blog_content_wrapper .blog_articles_container #blog-toggler {
    position: absolute;
    top: 0px;
    right: 0;
    width: 100%;
    text-align: center;
    padding: 14px 20px;
    border: 0;
    border-bottom: 1px solid #ccc;
    outline: none;
    color: #35ad81;
  }
  .blog_content_wrapper .blog_articles_container #blog-toggler i {
    font-size: 22px;
    position: relative;
    top: 2px;
    right: -5px;
  }
  .blog_content_wrapper .blog_articles_container #blog-toggler[aria-expanded='true'] i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .blog_content_wrapper .blog_articles_container .articles_section .blog_item .article_title {
    font-size: 28px;
    line-height: 25px;
  }
  .blog_content_wrapper .blog_articles_container .articles_section .blog_item .article_title:hover {
    color: #555;
  }
  #post_wrapper .footer_navigation .prev {
    border-right: 0;
  }
  #post_wrapper .footer_navigation .footer_item {
    margin-bottom: 30px;
  }
  #post_wrapper .footer_navigation .footer_item a .first_letter {
    display: none;
  }
  #post_wrapper .footer_navigation .footer_item a i {
    font-size: 19px;
  }
  #post_wrapper .footer_navigation .footer_item a:hover {
    color: #555;
  }
  #post_wrapper .footer_navigation .prev_article a i {
    top: 2px;
    left: -24px;
  }
  #post_wrapper .footer_navigation .next_article a i {
    top: 2px;
    right: -24px;
  }
  #testimonials_section h2 {
    margin-bottom: 30px;
  }
  .with_img {
    width: 65%;
  }
}

@media screen and (max-width: 767px) {
  #signup_section .outter_box a {
    left: 68%;
  }
  .price_list .white_box {
    height: auto;
  }
  .price_list .signitures_paragraph i {
    display: inline-block;
  }
  /*FAQ PAGE*/
  .faq_background h1 {
    font-size: 40px;
  }
  .faq_content_wrapper .faq_container_item .faq_container_title {
    font-size: 28px;
  }
  .faq_content_wrapper .faq_container_item .faq_question h3 {
    font-size: 21px;
  }
  .faq_content_wrapper #faq_sidebar .top-level a {
    font-size: 12px;
  }
  .faq_content_wrapper #faq_sidebar .top-level a i {
    font-size: 15px;
    margin: 0 2px;
    top: 2px;
  }
  /*BLOG PAGE*/
  .blog_nav {
    margin-bottom: 40px;
  }
  .blog_content_wrapper .blog_articles_container .mobile {
    position: unset;
  }
  .blog_content_wrapper .blog_articles_container .sidebar_container #blog_sidebar {
    margin-bottom: 0;
    text-align: center;
    padding-right: 0;
  }
  .blog_content_wrapper .blog_articles_container .sidebar_container #blog_sidebar:after {
    content: none;
  }
  .blog_content_wrapper .blog_articles_container .sidebar_container #blog_sidebar li {
    margin-bottom: 0;
  }
  .blog_content_wrapper .blog_articles_container .sidebar_container #blog_sidebar li:first-child {
    margin-bottom: 0;
  }
  .blog_content_wrapper .blog_articles_container .sidebar_container #blog_sidebar li.active:before {
    content: none;
  }
  .blog_content_wrapper .blog_articles_container .sidebar_container #blog_sidebar li a {
    font-size: 16px;
  }
  #post_wrapper .footer_navigation .prev_article a i {
    top: 2px;
    left: 0;
  }
  #post_wrapper .footer_navigation .next_article a i {
    top: 2px;
    right: 0;
  }
  .bottom_footer .footer_contacts_info ul {
    line-height: 20px;
  }
  .bottom_footer .footer_contacts_info ul li {
    padding: 5px 0;
  }
}

@media screen and (max-width: 575px) {
  #home_section .first_row {
    text-align: center;
  }
  #home_section h1 {
    font-size: 40px;
  }
  #home_section .home_btns a {
    float: unset;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  #signup_section .register_box {
    margin-bottom: 20px;
  }
  #signup_section .outter_box {
    top: -45px;
  }
  .signup_container {
    margin-left: 15px;
    margin-right: 15px;
  }
  /*FAQ PAGE*/
  .faq_background {
    height: 210px;
    padding-top: 115px;
  }
  .faq_background h1 {
    font-size: 35px;
  }
  .faq_content_wrapper {
    margin-top: 60px;
  }
  .faq_content_wrapper .mobile {
    display: none;
  }
  .faq_content_wrapper .faq_container_item {
    margin-bottom: 40px;
    border-bottom: 1px solid #2e3844;
  }
  .faq_content_wrapper .faq_container_item .faq_container_title {
    font-size: 25px;
  }
  .faq_content_wrapper .faq_container_item .faq_question {
    display: inline-block;
    margin-bottom: 15px;
  }
  .faq_content_wrapper .faq_container_item .faq_question h3 {
    font-size: 20px;
  }
  .faq_content_wrapper .faq_container_item .faq_answer {
    display: none;
  }
  /*BLOG PAGE */
  .blog_content_wrapper .blog_articles_container {
    padding: 60px 15px;
  }
  .blog_content_wrapper .blog_articles_container .articles_section .blog_item {
    text-align: center;
  }
  .blog_content_wrapper .blog_articles_container .articles_section .blog_item .article_title {
    font-size: 22px;
  }
  .blog_content_wrapper .blog_articles_container .articles_section .blog_item .article_content {
    font-size: 14px;
    line-height: 22px;
  }
  .blog_content_wrapper .blog_articles_container .articles_section .blog_item .article_footer .button {
    font-size: 14px;
    line-height: 33px;
  }
  #post_wrapper .footer_navigation .footer_item a i {
    display: none;
  }
  #testimonials_section h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .testimonials_content,
.customer_name {
    font-size: 14px;
  }
  .content_container {
    padding: 15px;
    border-radius: 15px;
    margin: 10px;
  }
  .img_container {
    float: unset;
    margin: 0 auto;
    margin-bottom: 15px;
    width: 115px;
    height: 115px;
  }
  .text_container {
    float: unset;
    width: 100%;
  }
  .sign_up_section .signup_content .sign_up_details .sign_up_btn_container .green_btn {
    font-size: 20px;
    line-height: 50px;
  }
  .contacts_info_box p {
    width: 70%;
    font-size: 18px;
  }
  .contacts_info_box p i,
.contacts_info_box p a {
    font-size: 20px;
  }
}

@media screen and (max-width: 460px) {
  /*INDEX PAGE */
  #home_section {
    margin-top: 90px;
  }
  #home_section h1 {
    font-size: 35px;
  }
  #home_section h3 {
    font-size: 16px;
  }
  #features_section {
    padding: 65px 0;
  }
  #features_section h2 {
    font-size: 28px;
  }
  #features_section h4 {
    line-height: 25px;
  }
  #signup_section .outter_box {
    padding: 15px;
    top: -35px;
  }
  #signup_section .outter_box a {
    left: 63%;
    font-size: 14px;
  }
  #signup_section h3 {
    font-size: 20px;
  }
  #signup_section p {
    font-size: 14px;
  }
  .navbar-toggler {
    right: 20px;
  }
  .bottom_footer .footer_navigation li {
    display: block;
    margin: 10px;
  }
  .bottom_footer .footer_contacts_info {
    padding: 0 5px;
  }
  .bottom_footer .social_icons a {
    margin: 0 5px;
  }
  /*SIGNUP PAGE */
  .sign_up_section .signup_content .sign_up_details .sign_up_form_box {
    margin-bottom: 30px;
  }
  /*CONTACT US PAGE */
  .contact_us h2 {
    font-size: 32px;
  }
  .contact_us #contact_us_form {
    padding: 30px 0;
  }
  .contact_us #contact_us_form h2 {
    font-size: 23px;
  }
  .contact_us #contact_us_form h2 i {
    font-size: 25px;
    margin-right: 10px;
  }
  .contact_us #contact_us_form .green_btn {
    width: 100%;
    font-size: 22px;
    padding: 0;
  }
  .contact_us .contact_info p {
    width: auto;
    text-align: left;
    margin-left: 35px;
  }
  .contact_us .contact_info p i {
    position: absolute;
  }
  .contact_us .contact_info .social_icons a {
    width: 36px;
    height: 36px;
    margin: 0 10px;
  }
  .contact_us .contact_info .social_icons i {
    font-size: 22px;
  }
  .contact_us .contact_info .social_icons .fa-facebook-f,
.contact_us .contact_info .social_icons .fa-twitter {
    top: -4px;
  }
  .contact_us .contact_info .social_icons .fa-linkedin-in {
    top: -6px;
  }
  /*ABOUT US PAGE */
  .about_us .about_us_header h2 {
    font-size: 28px;
    line-height: 55px;
    margin-bottom: 20px;
  }
  .about_us .about_us_header h3 {
    font-size: 18px;
  }
  .about_portfolio h2 {
    font-size: 30px;
    margin-bottom: 45px;
  }
  .about_portfolio h2:after {
    left: 30%;
    margin-left: -30px;
  }
  .about_portfolio .portfolio_wrapper p {
    margin-bottom: 60px;
  }
  /*FAQ PAGE*/
  .faq_background h1 {
    font-size: 32px;
  }
  .cta_slidebox {
    min-height: 300px;
  }
  .cta_slidebox .close {
    top: 13px;
  }
  .cta_header {
    padding: 10px 20px;
  }
  .cta_header img {
    width: 170px;
  }
  .cta_body {
    padding: 10px 20px;
  }
  .cta_body h2 {
    font-size: 27px;
    margin-top: 5px;
    margin-bottom: 18px;
  }
  .cta_body p {
    font-size: 16px;
  }
  .cta_body .button {
    bottom: 28px;
    line-height: 35px;
  }
  .cta_body .cta_img_container {
    width: 220px;
  }
}

@media screen and (max-width: 400px) {
  #home_section .home_btns a {
    width: 65%;
  }
  #signup_section h3 {
    font-size: 18px;
  }
  #signup_section p {
    font-size: 12px;
  }
  #signup_section .outter_box a {
    left: 70%;
    font-size: 13px;
    width: 90px;
    line-height: 30px;
  }
  .sign_up_section .signup_content .sign_up_details .sign_up_btn_container .green_btn {
    line-height: 25px;
    padding: 10px;
  }
}

@media screen and (max-width: 385px) {
  #signup_section .outter_box a {
    left: 63%;
  }
  .cta_body .cta_img_container {
    width: 200px;
  }
  .contacts_info_box p {
    width: 80%;
  }
}

@media screen and (max-width: 325px) {
  .cta_body .cta_img_container {
    width: 170px;
  }
}

/* Cookie Dialog */
#gdpr-cookie-message {
  position: fixed;
  left: 30px;
  bottom: 30px;
  max-width: 375px;
  background-color: #2e3844;
  padding: 20px 20px 10px 20px;
  border-radius: 5px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  margin-left: 30px;
  font-family: system-ui;
}

#gdpr-cookie-message h4 {
  color: #35ad81;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

#gdpr-cookie-message h5 {
  color: #35ad81;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

#gdpr-cookie-message p,
#gdpr-cookie-message ul {
  color: white;
  font-size: 15px;
  line-height: 1.5em;
}

#gdpr-cookie-message p:last-child {
  margin-bottom: 0;
  text-align: right;
}

#gdpr-cookie-message li {
  width: 49%;
  display: inline-block;
}

#gdpr-cookie-message a {
  color: #35ad81;
  text-decoration: none;
  font-size: 15px;
  padding-bottom: 2px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
  transition: all 0.3s ease-in;
}

#gdpr-cookie-message a:hover {
  color: white;
  border-bottom-color: #35ad81;
  transition: all 0.3s ease-in;
}

#gdpr-cookie-message button,
button#ihavecookiesBtn {
  border: none;
  background: #35ad81;
  color: white;
  font-size: 15px;
  padding: 7px;
  border-radius: 3px;
  margin-left: 15px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}

#gdpr-cookie-message button:hover {
  background: white;
  color: #35ad81;
  transition: all 0.3s ease-in;
}

button#gdpr-cookie-advanced {
  background: white;
  color: #35ad81;
  margin-bottom: 10px;
}

#gdpr-cookie-message button:disabled {
  opacity: 0.3;
}

#gdpr-cookie-message input[type='checkbox'] {
  float: none;
  margin-top: 0;
  margin-right: 5px;
}

/*LOADER */
.loading_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.65);
  z-index: 1;
}

/*SPIN Me*/
.spinner {
  margin: auto;
  width: 100px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.48s;
  animation-delay: -0.48s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce3 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
80%,
100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
80%,
100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*NOTIFICATIONS STYLING*/
[data-notify='container'] {
  border-radius: 10px;
  width: 360px;
  padding: 25px 35px 20px 70px;
  max-width: 95%;
  border: 1px solid #f6f6f6;
  background: white !important;
  font-size: 16px;
  z-index: 99999 !important;
  -webkit-box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.08);
  color: #222 !important;
}

[data-notify='container'] .close_button {
  font-size: 18px;
  color: #a0a0a0;
  cursor: pointer;
}

[data-notify='container'] .icon {
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 20px;
  position: absolute;
  left: 20px;
  top: 30px;
  display: none;
}

[data-notify='container'] .icon i {
  font-size: 18px;
  line-height: 35px;
  margin: 0;
}

[data-notify='container'].success .success {
  display: block;
}

[data-notify='container'].error .error {
  display: block;
}

[data-notify='container'].deleted .deleted {
  display: block;
}

[data-notify='container'].info .info {
  display: block;
}

[data-notify='container'] [data-notify='message'] {
  font-weight: 400;
}

[data-notify='container'] [data-notify='title'] {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}

[data-notify='container'] [data-notify='message'] {
  font-weight: 400;
}

[data-notify='progressbar'] {
  margin-bottom: 0px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 5px;
}

[data-notify='progressbar'] .progress-bar {
  background-color: #2e3844;
}

/*ANIMATAIONS*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

/*Backgrount attachment for IE 10/11 and Edge*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .pricing {
    background-attachment: scroll;
  }
}

/*# sourceMappingURL=style.css.map */