body {
  font-family: "Poppins", sans-serif;
  margin: 0px;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}


element.style {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    font-family: 'Inter', sans-serif;
    opacity: 0.7;
    /* border-top: 1px solid #ffffff5c; */
    padding: 20px 0;
    text-align: center;
    margin: 0;
}


.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0px 20px;
}
.container.small_container {
  max-width: 870px;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 50px;
}

h3 {
  font-size: 45px;
}

h4 {
  font-size: 40px;
}

h5 {
  font-size: 28px;
}

h6 {
  font-size: 22px;
}

p {
  font-size: 12px;
  font-family: "Inter", sans-serif;
}

a {
  font-family: "Inter", sans-serif;
  color: #626262;
}

ul {
  font-size: 20px;
}
ul li {
  font-family: "Inter", sans-serif;
}

::-webkit-input-placeholder {
  color: #959595;
  font-weight: 400;
  font-size: 13px;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #959595;
  font-weight: 400;
  font-size: 13px;
  opacity: 1;
}

::placeholder {
  color: #959595;
  font-weight: 400;
  font-size: 13px;
  opacity: 1;
}

label {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #333333;
}

input:not([type=submit]), textarea, select {
  background: #333333;
  font-family: "Poppins", sans-serif;
  background: #FFFFFF;
  border: 1px solid rgba(2, 57, 163, 0.4);
  border-radius: 10px;
  color: #333333;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  width: 100%;
  padding: 18px 26px;
}
input:not([type=submit]):focus, textarea:focus, select:focus {
  outline: 0px;
  border-color: rgba(2, 57, 163, 0.7);
}

select {
  color: #959595;
  font-weight: 400;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

textarea {
  height: 130px;
  resize: vertical;
}

.vc_row:not(.vc_inner) {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.vc_row:not(.vc_inner) > .vc_column_container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.vc_row:not(.vc_inner) > .vc_column_container > .vc_column-inner, .vc_row:not(.vc_inner) .vc_column-inner .vc_row:not(.vc_inner) > .vc_column_container > .wpb_wrapper {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.vc_grid-container-wrapper .vc_gitem-zone.vc_gitem-zone-c {
  display: none;
}

a.btn, input[type=submit] {
  background: #139D42;
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  padding: 18px 25px;
  border-radius: 10px;
  text-decoration: none;
}
a.btn:hover, input[type=submit]:hover {
  background: #0239A3;
}
a.btn.blue_bg, input[type=submit].blue_bg {
  background: #0239A3;
}
a.btn.blue_bg:hover, input[type=submit].blue_bg:hover {
  background: #139D42;
}

.theme_heading h1, .theme_heading h2, .theme_heading h3, .theme_heading h4 {
  font-weight: 700;
  line-height: 139%;
  color: #0239A3;
}
.theme_heading p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin: 12px 0px 22px;
  color: #626262;
}
.theme_heading p + ul {
  margin: 6px 0px 0px;
}
.theme_heading ul {
  padding: 0px;
  margin: 37px 0px 0px;
}
.theme_heading ul li {
  list-style: none;
  background: url("../images/arrow.svg") left center no-repeat;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.2px;
  padding-left: 30px;
  line-height: 145.34%;
  margin-bottom: 16px;
}

.wpcf7-form {
  padding-bottom: 50px;
  overflow: hidden;
}
.wpcf7-form > p {
  float: left;
  width: calc(50% - 11px);
  margin: 0px 22px 13px 0px;
}
.wpcf7-form > p:nth-child(2n+1) {
  margin-right: 0px;
}
.wpcf7-form > p:nth-last-child(3) {
  margin-bottom: 5px;
}
.wpcf7-form > p:nth-last-child(3), .wpcf7-form > p:nth-last-child(2) {
  width: 100%;
  margin-right: 0px;
}
.wpcf7-form .wpcf7-form-control-wrap {
  margin-top: 5px;
  display: block;
}
.wpcf7-form input[type=submit] {
  border: 0px;
  padding: 19px 42px;
  display: inline-block;
  cursor: pointer;
  background: #0239A3;
}
.wpcf7-form input[type=submit]:hover {
  background: #139D42;
}

@media (max-width: 1400px) {
  a.btn {
    font-size: 15px;
    padding: 17px 24px;
  }
  .theme_heading h1, .theme_heading h2, .theme_heading h3, .theme_heading h4 {
    font-size: 46px;
  }
}
@media (max-width: 1280px) {
  a.btn {
    font-size: 14px;
    padding: 16px 22px;
  }
  input, textarea {
    padding: 20px 20px;
    font-size: 15px;
  }
  ::-webkit-input-placeholder {
    font-size: 15px;
  }
  :-ms-input-placeholder {
    font-size: 15px;
  }
  ::placeholder {
    font-size: 15px;
  }
  .theme_heading h1, .theme_heading h2, .theme_heading h3, .theme_heading h4 {
    font-size: 42px;
  }
  label {
    font-size: 16px;
  }
  input:not([type=submit]), textarea, select {
    padding: 15px 20px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .vc_col-has-fill > .vc_column-inner, .vc_row:not(.vc_inner) .vc_column-inner .vc_col-has-fill > .wpb_wrapper, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row:not(.vc_inner) .vc_column-inner .vc_row-has-fill + .vc_row > .vc_column_container > .wpb_wrapper, .vc_row-has-fill > .vc_column_container > .vc_column-inner, .vc_row:not(.vc_inner) .vc_column-inner .vc_row-has-fill > .vc_column_container > .wpb_wrapper {
    padding-top: 20px;
  }
  .vc_row .container {
    padding: 0px 20px;
  }
  .theme_heading h1, .theme_heading h2, .theme_heading h3, .theme_heading h4 {
    font-size: 36px;
  }
  .theme_heading p {
    margin: 8px 0px 22px;
    font-size: 15px;
  }
  .vc_row .vc_column_container > .vc_column-inner, .vc_row:not(.vc_inner) .vc_column-inner .vc_column_container > .wpb_wrapper {
   /* padding: 0px !important;*/
  }
  .theme_heading h1, .theme_heading h2, .theme_heading h3, .theme_heading h4 {
    font-size: 30px;
  }
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: transparent;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
}

@media (max-width: 480px) {
  .get_in_touch {
    margin-bottom: 12px;
  }
  .get_in_touch .wpcf7-form > p {
    margin: 0px 0px 19px 0px;
  }
  .get_in_touch input[type=submit] {
    padding: 14px 36px;
    font-size: 15px;
  }
  .get_in_touch textarea {
    height: 165px;
  }
  label {
    font-size: 15px;
  }
  input:not([type=submit]), textarea, select {
    padding: 13px 18px;
    font-size: 12px;
    border-radius: 8px;
  }
  ::-webkit-input-placeholder {
    font-size: 12px;
  }
  :-ms-input-placeholder {
    font-size: 12px;
  }
  ::placeholder {
    font-size: 12px;
  }
}
header {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 111;
  padding: 32px 0px;
}
header .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
header .logo img {
  height: auto !important;
  width: 300px !important;
}
header .main-navigation {
  text-align: center;
}
header .main-navigation > div {
  display: inline-block;
}
header .main-navigation ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
header .main-navigation ul li {
  padding-right: 50px;
}
header .main-navigation ul li:last-child {
  padding-right: 0px;
}
header .main-navigation ul li a {
  text-decoration: none;
  font-weight: 500;
  font-size: 17px;
  color: #555555;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
header .main-navigation ul li a:hover {
  color: #0239A3;
  font-weight: 600;
}
header .main-navigation ul li.current-menu-item a {
  color: #0239A3;
  border-bottom: 2px solid #0239A3;
  padding-bottom: 6px;
  font-weight: 600;
}
header.fixed-header {
  position: fixed;
  background: #fff;
  padding: 15px 0px 10px;
  z-index: 111111;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.08);
}
header.fixed-header .logo img {
  max-width: 175px;
}
header.fixed-header .main-navigation ul li a {
  font-size: 15px;
}
header.fixed-header a.btn {
  padding: 16px 22px;
  font-size: 14px;
}

.mobile_menu {
  display: none;
}

.jumbotron {
  background: url("../images/banner_bg.png") top right -53px no-repeat;
  padding: 180px 0px 104px;
  position: relative;
}
.jumbotron::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: "";
  background: url("../images/banner_bg02.png") center center no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 305px;
  z-index: 111;
}
.jumbotron .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.jumbotron .right {
  position: relative;
  right: -47px;
  text-align: right;
}
.jumbotron .right img {
  margin-top: -40px;
}
.jumbotron .right img.mob_image {
  display: none;
}
.jumbotron .left {
  padding-top: 40px;
  position: relative;
  z-index: 1111;
}
.jumbotron .left, .jumbotron .right {
  width: 50%;
}
.jumbotron .left.theme_heading .heading_sm_block, .jumbotron .right.theme_heading .heading_sm_block {
  font-weight: 600;
  font-size: 22px;
  display: block;
  font-family: "Inter", sans-serif;
  color: #1F355C;
}
.jumbotron .left.theme_heading h1, .jumbotron .right.theme_heading h1 {
  letter-spacing: -0.3px;
  margin: 2px 0px 0px;
}
.jumbotron .left.theme_heading h1 b, .jumbotron .right.theme_heading h1 b {
  color: #139D42;
}
.jumbotron .left.theme_heading h1 b::after, .jumbotron .right.theme_heading h1 b::after {
  content: "or";
  font-weight: 400;
  font-size: 60px;
  display: block;
  color: #1F355C;
  display: inline-block;
}
.jumbotron .left.theme_heading .heading_md_block, .jumbotron .right.theme_heading .heading_md_block {
  font-weight: 500;
  font-size: 40px;
  display: block;
  color: #1F355C;
}
.jumbotron .left.theme_heading p, .jumbotron .right.theme_heading p {
  max-width: 485px;
  margin-bottom: 60px;
}

.image_text_section {
  padding: 87px 0px 95px;
}
.image_text_section .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}
.image_text_section .container:not(.container_out) .image.image_left {
  position: relative;
  left: -38px;
}
.image_text_section .container:not(.container_out) .image.image_left + .text {
  padding-left: 35px;
}
.image_text_section .container:not(.container_out) .image:not(.image_left) {
  width: 55%;
}
.image_text_section .container:not(.container_out) .image:not(.image_left) + .text {
  width: 45%;
}
.image_text_section .container:not(.container_out) .image:not(.image_left) + .text > * {
  max-width: 565px;
  padding-right: 20px;
}
.image_text_section .container:not(.container_out) .image:not(.image_left) + .text h1, .image_text_section .container:not(.container_out) .image:not(.image_left) + .text h2, .image_text_section .container:not(.container_out) .image:not(.image_left) + .text h3, .image_text_section .container:not(.container_out) .image:not(.image_left) + .text h4 {
  margin-bottom: 25px;
  list-style: none;
}
.image_text_section .container.container_out {
  max-width: 1600px;
  padding: 0px;
}
.image_text_section .container.container_out .image:not(.image_left) img {
  max-width: calc(100% + 100px);
}
.image_text_section .container.container_out .image:not(.image_left) + .text {
  width: 50%;
  max-width: 100%;
}
.image_text_section .container.container_out .image:not(.image_left) + .text > * {
  margin-left: auto;
  max-width: 542px;
  width: 100%;
}
.image_text_section .container.container_out .image_left img {
  position: relative;
  left: -70px;
  max-width: calc(100% - 50px) !important;
}
.image_text_section .container .text {
  max-width: 620px;
}
.image_text_section .container .image_left {
  order: 1;
}
.image_text_section .container .image, .image_text_section .container .text {
  order: 2;
  width: 50%;
}
.image_text_section .container .image img, .image_text_section .container .text img {
  max-width: 100%;
}
.image_text_section .container .image + .text, .image_text_section .container .text + .text {
  order: 1;
}
.image_text_section .container .image.image_left, .image_text_section .container .text.image_left {
  order: 1;
}
.image_text_section .container .image.theme_heading h1, .image_text_section .container .image.theme_heading h2, .image_text_section .container .image.theme_heading h3, .image_text_section .container .image.theme_heading h4, .image_text_section .container .text.theme_heading h1, .image_text_section .container .text.theme_heading h2, .image_text_section .container .text.theme_heading h3, .image_text_section .container .text.theme_heading h4 {
  margin: 0px 0px 0px;
  font-weight: 500;
  font-size: 40px;
  line-height: 139%;
  color: #1F355C;
}
.image_text_section .container .image.theme_heading h1 strong, .image_text_section .container .image.theme_heading h2 strong, .image_text_section .container .image.theme_heading h3 strong, .image_text_section .container .image.theme_heading h4 strong, .image_text_section .container .text.theme_heading h1 strong, .image_text_section .container .text.theme_heading h2 strong, .image_text_section .container .text.theme_heading h3 strong, .image_text_section .container .text.theme_heading h4 strong {
  display: block;
  color: #0239A3;
  font-size: 50px;
  width: 80%;
  line-height: 121%;
  margin: 10px 0px 0px;
}
.image_text_section .container.container_out .image:not(.image_left) {
  width: 57%;
}
.image_text_section .container.container_out .image:not(.image_left) + .text {
  width: 43%;
  padding-left: 20px;
}

.how_works {
  padding: 80px 0px 110px;
  background: #DBF4FF;
  position: relative;
}
.how_works:before {
  position: absolute;
  top: -190px;
  right: 0px;
  content: "";
  background: url("../images/blue_bg.png") center right no-repeat;
  width: 100%;
  height: 190px;
  z-index: 111;
}
.how_works .theme_heading {
  text-align: center;
}
.how_works .theme_heading h2 {
  margin: 0px;
}
.how_works .work_list {
  padding: 0px;
  margin: 73px auto 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 1188px;
  background: url("../images/work_list_bg.png") top center no-repeat;
}
.how_works .work_list li {
  list-style: none;
  text-align: center;
}
.how_works .work_list li .icon {
  background: #0239A3;
  width: 94px;
  margin: 0 auto;
  height: 94px;
  border-radius: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.how_works .work_list li h6 {
  max-width: 210px;
  font-weight: 600;
  font-size: 25px;
  margin: 30px 0px 0px;
  color: #1F355C;
  line-height: 139%;
}
.how_works .work_list li:nth-child(3) .icon {
  position: relative;
  top: -15px;
}

.area_practice {
  padding: 80px 0px 110px;
  background: #DBF4FF;
  position: relative;
}
.area_practice:before {
  background: url("../images/area_practice_top.jpg") top center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 111;
  content: "";
  width: 100%;
  height: 17px;
}
.area_practice:after {
  background: url("../images/area_practice_bottom.jpg") top center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  bottom: -15px;
  z-index: 111;
  content: "";
  width: 100%;
  height: 40px;
}
.area_practice .theme_heading {
  text-align: center;
}
.area_practice .theme_heading h2 {
  margin-top: 30px;
}
.area_practice .area_list {
  padding: 0px;
  margin: 45px auto 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
}
.area_practice .area_list li {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(2, 57, 163, 0.25);
  border-radius: 10px;
  margin-right: 20px;
  margin-bottom: 20px;
  width: calc(25% - 15px);
  padding: 33px 25px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.area_practice .area_list li:nth-child(4n), .area_practice .area_list li:nth-child(11n) {
  margin-right: 0px;
}
.area_practice .area_list li:nth-child(7n) {
  margin-right: 21px;
}
.area_practice .area_list li:nth-child(8n) {
  margin-right: 20px;
}
.area_practice .area_list li h6 {
  font-weight: 600;
  font-size: 25px;
  line-height: 139%;
  margin: 0px 0px 8px;
  color: #1F355C;
  font-family: "Poppins", sans-serif;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.area_practice .area_list li p {
  margin: 0px;
  font-weight: 400;
  font-size: 16px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.area_practice .area_list li:hover {
  background: #0239A3 url("../images/list_bg.svg") bottom right no-repeat;
}
.area_practice .area_list li:hover h6 {
  color: #DBF4FF;
}
.area_practice .area_list li:hover p {
  color: #fff;
}

.token_ref_section {
  padding: 0px 0px 75px;
}
.token_ref_section .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  border: 6px solid #0239A3;
  border-top-right-radius: 220px;
  border-bottom-right-radius: 220px;
  padding: 43px 52px 18px;
  position: relative;
}
.token_ref_section .container::after {
  position: absolute;
  left: 0px;
  bottom: -6px;
  height: 6px;
  content: "";
  background: #fff;
  width: calc(100% - 280px);
  z-index: 111;
}
.token_ref_section .container::before {
  position: absolute;
  left: -6px;
  bottom: -6px;
  width: 6px;
  content: "";
  background: #fff;
  height: 70px;
  z-index: 111;
}
.token_ref_section .container .left, .token_ref_section .container .right {
  width: 50%;
}
.token_ref_section .container .left h1, .token_ref_section .container .right h1 {
  margin: 0px;
}
.token_ref_section .container .left p, .token_ref_section .container .right p {
  margin: 16px 0px 17px;
  color: #626262;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.token_ref_section .container .left {
  padding-right: 48px;
}
.token_ref_section .container .right {
  padding-top: 28px;
}

.image_text_section.green_wrap {
  background: #DAFFE8;
  position: relative;
  padding: 200px 0px 104px;
}
.image_text_section.green_wrap .image {
  width: 54%;
}
.image_text_section.green_wrap .text {
  width: 46%;
}
.image_text_section.green_wrap .container:not(.container_out) .image.image_left {
  left: -80px;
}
.image_text_section.green_wrap .container:not(.container_out) .image.image_left + .text {
  padding-left: 20px;
}
.image_text_section.green_wrap .container .theme_heading {
  max-width: 565px;
  margin-left: auto;
}
.image_text_section.green_wrap .container .theme_heading h1, .image_text_section.green_wrap .container .theme_heading h2, .image_text_section.green_wrap .container .theme_heading h3, .image_text_section.green_wrap .container .theme_heading h4 {
  color: #139D42;
}
.image_text_section.green_wrap .container .theme_heading h1 strong, .image_text_section.green_wrap .container .theme_heading h2 strong, .image_text_section.green_wrap .container .theme_heading h3 strong, .image_text_section.green_wrap .container .theme_heading h4 strong {
  color: #139D42;
  margin: 5px 0px 0px;
}
.image_text_section.green_wrap .container .theme_heading li, .image_text_section.green_wrap .container .theme_heading p {
  color: #333333;
  font-weight: 500;
}
.image_text_section.green_wrap:before {
  background: url("../images/green_bg_top.jpg") top center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 111;
  content: "";
  width: 100%;
  height: 150px;
}
.image_text_section.green_wrap:after {
  background: url("../images/green_bg_bottom.jpg") top center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 111;
  content: "";
  width: 100%;
  height: 52px;
}

.site_blog_class {
  padding: 115px 0px 88px;
  position: relative;
}
.site_blog_class > .wpb_column.vc_column_container:before {
  background: url("../images/site_block_bg.png") top center no-repeat;
  content: "";
  width: 387px;
  position: absolute;
  height: 387px;
  top: 0px;
  z-index: 111;
  left: 50%;
  transform: translateX(-43%);
}
.site_blog_class .vc_row.wpb_row.vc_inner .vc_column-inner {
  padding-top: 0px !important;
}

.site_block_content .image img {
  border-radius: 20px;
}
.site_block_content .text h1, .site_block_content .text h2, .site_block_content .text h3, .site_block_content .text h4 {
  font-weight: 700;
  font-size: 45px;
  line-height: 121%;
  margin: 35px 0px 22px;
}
.site_block_content .text p {
  color: #333333;
  margin: 11px 0px 21px;
  font-weight: 500;
}
.site_block_content .text a {
  text-decoration: none;
  font-weight: 600;
  color: #1F355C;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.site_block_content .text a:hover {
  color: #139D42;
}

.get_in_touch {
  background: #DBF4FF;
  position: relative;
  padding: 0px 0px 17px;
}
.get_in_touch .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.get_in_touch:before {
  background: url("../images/get_touch_top.jpg") top center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 111;
  content: "";
  width: 100%;
  height: 150px;
}
.get_in_touch:after {
  background: url("../images/get_touch_bottom.jpg") top center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 111;
  content: "";
  width: 100%;
  height: 52px;
}
.get_in_touch .left {
  padding: 110px 0px 0px;
  width: 50%;
}
.get_in_touch .left h2 {
  margin: 0px 0px 18px;
  font-size: 45px;
}
.get_in_touch .image {
  width: calc(50% + 78px);
  position: relative;
  z-index: 11111;
  margin-right: -78px;
}
.get_in_touch .image img {
  max-width: 100%;
}

footer {
  background: #0239A3;
  padding: 78px 0px 70px;
  color: #fff;
}
footer .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
footer .col-4 {
  /* width: 37%; */
}
footer .col-4 > a .custom-logo {
  filter: brightness(0) invert(1);
  height: auto !important;
  width: 170px;
}
footer .widget p {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  font-family: "Inter", sans-serif;
  max-width: 350px;
  opacity: 0.7;
  margin: 8px 0px 32px;
}
footer .widget div img {
  margin-right: 25px;
}
footer .widget div img:last-child {
  margin-right: 0px;
}
footer h3 {
  font-weight: 600;
  font-size: 17px;
  margin: 0px 0px 16px;
  font-family: "Inter", sans-serif;
}
footer ul {
  padding: 0px;
  margin: 0px;
}
footer ul li {
  list-style: none;
  margin-bottom: 9px;
}
footer ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  opacity: 0.7;
  font-size: 15px;
  line-height: 18px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
footer ul li a:hover {
  opacity: 1;
}
footer .col-3 {
  /* width: 26%; */
	width:63%;
  margin-left: auto;
}
footer .col-3:nth-last-child(2) {
  /* width: 30%; */
	width:63%;
}
footer .col-3:last-child {
  /* width: 17%; */
	/* width:100%; */
  margin-left: auto;
}
footer .social_media li {
  padding-left: 28px;
}
footer .social_media li.fb {
  background: url("../images/fb.svg") center left no-repeat;
}
footer .social_media li.insta {
  background: url("../images/insta.svg") center left no-repeat;
}
footer .social_media li.tw {
  background: url("../images/twitter.svg") center left no-repeat;
}
footer .social_media li.youtube {
  background: url("../images/youtube.svg") center left no-repeat;
}
footer .add_tel li {
  padding-left: 28px;
}
footer .add_tel li.address {
  background: url("../images/address.svg") top 7px left no-repeat;
}
footer .add_tel li.tel {
  background: url("../images/tel.svg") center left no-repeat;
}

@media (max-width: 1500px) {
  .jumbotron .right {
    right: -35px;
  }
  .jumbotron .right img {
    max-width: 100%;
  }
}
@media (max-width: 1400px) {
  header {
    padding: 26px 0px;
  }
  header .logo img {
    max-width: 200px;
  }
  header .main-navigation ul li {
    padding-right: 40px;
  }
  header .main-navigation ul li a {
    font-size: 15px;
  }
  .jumbotron {
    padding: 165px 0px 100px;
  }
  .jumbotron .right {
    right: 0px;
  }
  .jumbotron .right img {
    max-width: 100%;
  }
  .jumbotron .left.theme_heading {
    padding-top: 30px;
  }
  .jumbotron .left.theme_heading .heading_sm_block {
    font-size: 20px;
  }
  .jumbotron .left.theme_heading h1 {
    font-size: 52px;
    line-height: 130%;
    max-width: 560px;
  }
  .jumbotron .left.theme_heading h1 b:after {
    font-size: 52px;
  }
  .jumbotron .left.theme_heading .heading_md_block {
    font-size: 32px;
  }
  .jumbotron .left.theme_heading p {
    margin-bottom: 45px;
  }
  .image_text_section {
    padding: 80px 0px 90px;
  }
  .image_text_section .container .image_left + .text {
    padding-left: 20px;
  }
  .image_text_section .container .text.theme_heading h2 {
    font-size: 36px;
    line-height: 125%;
  }
  .image_text_section .container .text.theme_heading h2 strong {
    font-size: 46px;
    margin: 8px 0px 0px;
  }
  .image_text_section .container:not(.container_out) .image_left.image {
    left: 0px;
  }
  .image_text_section .container:not(.container_out) .image_left.image img {
    max-width: 100%;
  }
  .image_text_section.green_wrap {
    padding: 180px 0px 95px;
  }
  .image_text_section.green_wrap:before {
    background-size: 100% 100%;
    height: 100px;
  }
  .image_text_section.green_wrap .container:not(.container_out) .image.image_left {
    left: 0px;
  }
  .theme_heading ul {
    margin: 30px 0px 0px;
  }
  .theme_heading ul li {
    font-size: 17px;
    padding-left: 26px;
    line-height: 142.34%;
    margin-bottom: 14px;
  }
  .how_works {
    padding: 70px 0px 90px;
  }
  .how_works:before {
    top: -150px;
    height: 150px;
    background-size: contain;
  }
  .how_works .work_list li h6 {
    font-size: 23px;
    margin: 28px 0px 0px;
    line-height: 134%;
  }
  .area_practice {
    padding: 70px 0px 100px;
  }
  .area_practice .theme_heading h2 {
    margin-top: 20px;
  }
  .area_practice .area_list li {
    padding: 28px 25px 33px;
  }
  .area_practice .area_list li h6 {
    font-size: 23px;
  }
  .token_ref_section {
    padding: 0px 20px 75px;
  }
  .token_ref_section .container {
    padding: 30px 38px 15px;
  }
  .site_blog_class {
    padding: 100px 0px 80px;
  }
  .site_blog_class .image img {
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  header {
    padding: 24px 0px;
  }
  header .logo img {
    max-width: 180px;
  }
  header .main-navigation ul li {
    padding-right: 35px;
  }
  header .main-navigation ul li a {
    font-size: 14px;
  }
  .jumbotron {
    padding: 170px 0px 90px;
  }
  .jumbotron .left.theme_heading {
    padding-top: 25px;
  }
  .jumbotron .left.theme_heading .heading_sm_block {
    font-size: 18px;
  }
  .jumbotron .left.theme_heading h1 {
    font-size: 45px;
    line-height: 128%;
    max-width: 560px;
    margin: 6px 0px 0px;
  }
  .jumbotron .left.theme_heading h1 b:after {
    font-size: 45px;
  }
  .jumbotron .left.theme_heading .heading_md_block {
    font-size: 30px;
  }
  .jumbotron .left.theme_heading p {
    margin-bottom: 40px;
  }
  .image_text_section {
    padding: 80px 0px 90px;
  }
  .image_text_section .container .text.theme_heading h2 {
    font-size: 32px;
  }
  .image_text_section .container .text.theme_heading h2 strong {
    font-size: 42px;
  }
  .image_text_section.green_wrap {
    padding: 150px 0px 95px;
  }
  .image_text_section.green_wrap:before {
    background-size: 100% 100%;
    height: 80px;
  }
  .theme_heading ul {
    margin: 25px 0px 0px;
  }
  .theme_heading ul li {
    font-size: 16px;
    padding-left: 25px;
    margin-bottom: 14px;
  }
  .how_works {
    padding: 65px 0px 80px;
  }
  .how_works:before {
    top: -150px;
    height: 150px;
    background-size: contain;
  }
  .how_works .work_list {
    margin: 58px auto 0px;
  }
  .how_works .work_list li h6 {
    font-size: 21px;
    margin: 38px 0px 0px;
    line-height: 124%;
  }
  .how_works .work_list li .icon {
    width: 80px;
    height: 80px;
    position: relative;
  }
  .how_works .work_list li .icon img {
    max-width: 43%;
  }
  .how_works .work_list li:first-child .icon {
    top: -16px;
  }
  .how_works .work_list li:first-child .icon img {
    max-width: 28%;
  }
  .how_works .work_list li:nth-child(2) .icon {
    top: 24px;
  }
  .how_works .work_list li:nth-child(3) .icon {
    top: 0px;
  }
  .how_works .work_list li:nth-child(4) .icon {
    top: -20px;
  }
  .area_practice {
    padding: 60px 0px 90px;
  }
  .area_practice .area_list li {
    padding: 24px 20px 25px;
  }
  .area_practice .area_list li h6 {
    font-size: 20px;
  }
  .area_practice .area_list li p {
    font-size: 15px;
  }
  .token_ref_section {
    padding: 0px 20px 60px;
  }
  .token_ref_section .container {
    padding: 25px 32px 14px;
  }
  .site_blog_class {
    padding: 80px 0px 80px;
  }
  .site_blog_class > .wpb_column.vc_column_container:before {
    background-size: contain;
    height: 280px;
  }
  .site_blog_class .text h1, .site_blog_class .text h2, .site_blog_class .text h3, .site_blog_class .text h4 {
    font-size: 38px;
    margin: 28px 0px 21px;
  }
  .site_blog_class .text p {
    margin: 9px 0px 18px;
  }
  .get_in_touch .left {
    padding: 80px 0px 0px;
  }
  .get_in_touch .left h2 {
    font-size: 40px;
  }
  .get_in_touch .image {
    width: 50%;
    top: -7px;
    margin-right: 0;
    display: flex;
    align-items: flex-end;
  }
  footer {
    padding: 68px 0px 55px;
  }
}
@media (max-width: 1024px) {
  .jumbotron {
    padding: 165px 0px 80px;
  }
  .jumbotron:after {
    height: 185px;
    bottom: 0px;
  }
  .jumbotron .left.theme_heading {
    padding-top: 15px;
  }
  .jumbotron .left.theme_heading .heading_sm_block {
    font-size: 16px;
  }
  .jumbotron .left.theme_heading h1 {
    font-size: 32px;
    margin: 7px 0px 0px;
  }
  .jumbotron .left.theme_heading h1 b:after {
    font-size: 32px;
  }
  .jumbotron .left.theme_heading .heading_md_block {
    font-size: 22px;
  }
  .jumbotron .left.theme_heading p {
    margin: 9px 0px 35px;
    font-size: 15px;
  }
  .jumbotron .left.theme_heading a.btn {
    position: relative;
    z-index: 11111;
  }
  .image_text_section {
    padding: 65px 0px 90px;
  }
  .image_text_section .container .text.theme_heading h2 {
    font-size: 24px;
  }
  .image_text_section .container .text.theme_heading h2 strong {
    font-size: 36px;
    width: 100%;
  }
  .image_text_section.green_wrap {
    padding: 100px 0px 75px;
  }
  .image_text_section.green_wrap:before {
    background-size: 100% 100%;
    height: 60px;
  }
  .theme_heading ul {
    margin: 20px 0px 0px;
  }
  .theme_heading ul li {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .how_works {
    padding: 60px 0px 70px;
  }
  .how_works:before {
    top: -100px;
    height: 100px;
    background-size: contain;
  }
  .how_works .work_list {
    margin: 60px auto 0px;
  }
  .how_works .work_list li h6 {
    font-size: 18px;
    margin: 45px 0px 0px;
  }
  .how_works .work_list li .icon {
    width: 80px;
    height: 80px;
    position: relative;
  }
  .how_works .work_list li .icon img {
    max-width: 43%;
  }
  .how_works .work_list li:first-child .icon {
    top: -24px;
  }
  .how_works .work_list li:nth-child(2) .icon {
    top: 30px;
  }
  .how_works .work_list li:nth-child(3) .icon {
    top: 18px;
  }
  .how_works .work_list li:nth-child(4) .icon {
    top: -34px;
  }
  .area_practice .area_list li {
    padding: 18px 15px 20px;
  }
  .area_practice .area_list li h6 {
    font-size: 18px;
  }
  .area_practice .area_list li p {
    font-size: 13px;
  }
  .token_ref_section {
    padding: 0px 20px 60px;
  }
  .token_ref_section .container {
    padding: 20px 20px 14px;
  }
  .token_ref_section .container .left h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .token_ref_section .container .left p {
    margin: 14px 0px 14px;
  }
  .site_blog_class {
    padding: 60px 0px 65px;
  }
  .site_blog_class > .wpb_column.vc_column_container:before {
    background-size: contain;
    height: 200px;
  }
  .site_blog_class .text h1, .site_blog_class .text h2, .site_blog_class .text h3, .site_blog_class .text h4 {
    font-size: 32px;
    margin: 22px 0px 21px;
  }
  .site_blog_class .text p {
    margin: 7px 0px 14px;
  }
  .get_in_touch {
    padding: 70px 0px 50px;
  }
  .get_in_touch .left {
    width: 100%;
    padding: 0px 0px 0px;
  }
  .get_in_touch .left h2 {
    font-size: 36px;
  }
  .get_in_touch .image {
    display: none;
  }
  footer {
    /*padding: 50px 0px 55px;*/
	     padding: 0px 0px 5px;
  }
  footer .col-4 {
  /*  padding-right: 15px;*/
	      padding-right: 15px;
    padding-left: 10px;
	 /* padding-top: 50px;*/
  }
}
@media (max-width: 767px) {
  header {
    padding: 18px 0px;
  }
  header .button, header .main-navigation {
    display: none;
  }
  header .main-navigation {
    position: absolute;
    top: 100%;
    left: 0px;
    background: #fff;
    width: 100%;
    padding: 10px 0px 12px;
    z-index: 1111111;
  }
  header .main-navigation div {
    width: 100%;
  }
  header .main-navigation ul {
    flex-wrap: wrap;
  }
  header .main-navigation ul li {
    width: 100%;
    padding: 0px;
  }
  header .main-navigation ul li a {
    padding: 20px 0px 20px;
    display: block;
    border-bottom: 1px solid #ddd;
  }
  header .main-navigation ul li.current-menu-item a {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }
  header .main-navigation ul li:last-child a {
    border: 0px;
  }
  header.fixed-header {
    box-shadow: none;
    position: absolute;
    background: transparent;
    height: 18px 0px;
  }
  header.fixed-header .logo img {
    max-width: 180px;
  }
  .mobile_menu {
    width: 28px;
    display: block;
    cursor: pointer;
  }
  .mobile_menu span {
    display: block;
    width: 100%;
    height: 2px;
    background: #139D42;
    border-radius: 20px;
    margin-bottom: 6px;
    float: left;
    cursor: pointer;
  }
  .mobile_menu span:nth-child(2) {
    width: 58%;
    float: right;
  }
  .mobile_menu span:last-child {
    margin-bottom: 0px;
  }
  .mobile_menu.active span:nth-child(2) {
   /* display: none;*/
  }
  .jumbotron {
    padding: 135px 0px 80px;
    background: url("../images/mob_banner_bg.png") right top no-repeat;
    background-size: cover;
  }
  .jumbotron:after {
    background: url("../images/jumbotron_bottom.png") right top no-repeat;
    background-size: 100% 100%;
    height: 150px;
    bottom: 0px;
  }
  .jumbotron .container {
    padding: 0px;
  }
  .jumbotron .left {
    padding: 15px 20px 0px;
  }
  .jumbotron .left, .jumbotron .right {
    position: initial;
    z-index: 1;
    width: 100%;
    padding-top: 0px;
  }
  .jumbotron .left.theme_heading {
    padding-top: 15px;
  }
  .jumbotron .left.theme_heading h1 {
    font-size: 43px;
    max-width: 480px;
    margin: 2px 0px 0px;
    line-height: 128%;
  }
  .jumbotron .left.theme_heading h1 b:after {
    font-size: 43px;
  }
  .jumbotron .left.theme_heading .heading_md_block {
    font-size: 25px;
  }
  .jumbotron .left.theme_heading p {
    margin: 10px 0px 39px;
    font-size: 15px;
  }
  .jumbotron .right {
    text-align: center;
  }
  .jumbotron .right img {
    margin-top: 48px;
    display: none;
  }
  .jumbotron .right img.mob_image {
    display: inline-block;
    margin-bottom: -32px;
  }
  .image_text_section {
    padding: 65px 0px 65px;
  }
  .image_text_section .container.container_out .image:not(.image_left) + .text {
    padding: 0px 20px;
  }
  .image_text_section .container.container_out .image:not(.image_left) + .text > * {
    max-width: 100%;
    float: left;
  }
  .image_text_section .container.container_out .image:not(.image_left) img {
    max-width: calc(100% + 50px);
  }
  .image_text_section .container.container_out .image.image_left {
    padding-right: 20px;
  }
  .image_text_section .container.container_out .image.image_left img {
    left: -150px;
    max-width: calc(100% + 150px) !important;
  }
  .image_text_section .container.container_out .text {
    padding: 0px 20px;
  }
  .image_text_section .container:not(.container_out) .image.image_left + .text {
    padding-left: 0px !important;
  }
  .image_text_section .container .text, .image_text_section .container .image {
    width: 100% !important;
    order: 1 !important;
  }
  .image_text_section .container .image {
    order: 2 !important;
    margin-top: 28px;
  }
  .image_text_section .container .text.theme_heading h2 {
    font-size: 22px;
  }
  .image_text_section .container .text.theme_heading h2 strong {
    font-size: 20px;
  }
  .image_text_section.green_wrap {
    padding: 90px 0px 65px;
  }
  .image_text_section.green_wrap:before {
    background-size: cover;
    height: 50px;
  }
  .image_text_section.green_wrap .container .theme_heading {
    margin-left: 0px;
    max-width: 100%;
  }
  .image_text_section.green_wrap .container .theme_heading h2 strong {
    width: auto;
    display: inline-block;
  }
  .image_text_section.green_wrap .container .theme_heading h2 strong:first-child {
    padding-right: 7px;
  }
  .theme_heading ul {
    margin: 20px 0px 0px;
  }
  .theme_heading ul li {
    font-size: 12px;
    margin-bottom: 10px;
  }
  #about_us {
    padding-top: 0px !important;
  }
  .how_works {
    padding: 50px 0px 60px;
  }
  .how_works:before {
    top: -35px;
    height: 35px;
  }
  .how_works .work_list {
    margin: 40px auto 0px;
    flex-wrap: wrap;
    background: url("../images/work_list_mob_bg.png") center center no-repeat;
  }
  .how_works .work_list li {
    width: 100%;
    margin-bottom: 70px;
  }
  .how_works .work_list li h6 {
    font-size: 18px;
    margin: 20px 0px 0px;
    text-align: center;
    max-width: 100%;
    position: relative;
    z-index: 11;
  }
  .how_works .work_list li h6:after {
    background: #DBF4FF;
    content: "";
    width: 50px;
    height: 50px;
    top: -18px;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
  }
  .how_works .work_list li .icon {
    width: 75px;
    height: 75px;
    top: 0px !important;
  }
  .how_works .work_list li:last-child {
    margin-bottom: 0px;
  }
  .area_practice {
    padding: 50px 0px 50px;
  }
  .area_practice .area_list {
    margin: 35px auto 0px;
  }
  .area_practice .area_list li {
    padding: 18px 15px 20px;
    width: calc(50% - 10px);
    margin-right: 20px !important;
  }
  .area_practice .area_list li:nth-child(2n) {
    margin-right: 0px !important;
  }
  .area_practice .area_list li h6 {
    font-size: 19px;
  }
  .area_practice .area_list li p {
    font-size: 13px;
  }
  .token_ref_section {
    padding: 0px 20px 60px;
  }
  .token_ref_section .container {
    padding: 22px 20px 40px;
  }
  .token_ref_section .container .left, .token_ref_section .container .right {
    width: 100%;
    padding-top: 0px;
  }
  .token_ref_section .container .left p, .token_ref_section .container .right p {
    font-size: 14px;
  }
  .token_ref_section .container .right p {
    margin-top: 0px;
  }
  .token_ref_section .container .left {
    padding-right: 0px;
  }
  .token_ref_section .container .left h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .token_ref_section .container .left p {
    margin: 14px 0px 14px;
  }
  .site_blog_class {
    padding: 60px 0px 65px;
  }
  .site_blog_class > .wpb_column.vc_column_container:before {
    display: none;
  }
  .site_blog_class .site_block_content {
    padding: 0px 17px;
    margin-bottom: 20px;
  }
  .site_blog_class .site_block_content .text h1, .site_blog_class .site_block_content .text h2, .site_blog_class .site_block_content .text h3, .site_blog_class .site_block_content .text h4 {
    font-size: 24px;
    margin: 22px 0px 12px;
    line-height: 121%;
  }
  .site_blog_class .site_block_content .text p {
    margin: 7px 0px 10px;
  }
  .get_in_touch {
    padding: 60px 0px 50px;
  }
  .get_in_touch .left h2 {
    font-size: 30px;
  }
  .get_in_touch .wpcf7-form > p {
    margin: 0px 22px 13px 0px;
  }
  .get_in_touch .wpcf7-form > p:nth-child(2n+1) {
    margin-right: 0px;
  }
  footer {
    padding: 55px 0px 50px;
  }
  footer .col-4 {
    padding-right: 0px;
    width: 100%;
    order: 1;
  }
  footer .col-4 p {
    font-size: 12px;
    margin: 8px 0px 28px;
  }
  footer .col-3:nth-child(4) {
    order: 2;
    width: 100%;
  }
  footer ul li {
    margin-bottom: 6px;
  }
  footer ul li a {
    font-size: 13px;
  }
  footer .col-3 {
    margin-top: 48px;
	width:100%;
  }
  footer .col-3:nth-child(2), footer .col-3:nth-child(3) {
    width: 100%;
    order: 3;
   /*padding-left: 10px;*/
  }
  footer .col-3:nth-child(3) {
    order: 4;
  }
}
@media (max-width: 480px) {
  .jumbotron {
    padding: 130px 0px 80px;
  }
  .jumbotron .left.theme_heading h1 {
    margin: 4px 0px 2px;
    line-height: 112%;
  }
  .jumbotron .left.theme_heading .heading_md_block {
    font-size: 25px;
  }
  .jumbotron .left.theme_heading p {
    margin: 8px 0px 35px;
    font-size: 12px;
    line-height: 18px;
  }
  .jumbotron .left.theme_heading a.btn {
    padding: 11px 15px;
    font-size: 12px;
  }
  .area_practice {
    padding: 45px 0px 50px;
  }
  .area_practice .area_list {
    margin: 32px auto 0px;
  }
  .area_practice .area_list li {
    padding: 25px 25px 27px;
    width: 100%;
    margin-right: 0px !important;
    text-align: center;
    max-width: 228px;
  }
  .token_ref_section {
    padding: 0px 20px 60px;
  }
  .token_ref_section .container {
    border-width: 5px;
    padding: 25px 25px 35px 24px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
  }
  .token_ref_section .container:before {
    position: absolute;
    bottom: initial;
    width: 6px;
    content: "";
    background: #fff;
    height: calc(100% - 100px);
    z-index: 111;
    top: 0px;
    left: initial;
    right: -5px;
  }
  .token_ref_section .container::after {
    position: absolute;
    left: initial;
    bottom: initial;
    height: 6px;
    content: "";
    background: #fff;
    width: 100px;
    z-index: 111;
    top: -5px;
    right: -6px;
  }
  .token_ref_section .container .left p, .token_ref_section .container .right p {
    font-size: 14px;
  }
  .site_blog_class {
    padding: 55px 0px 50px;
  }
  .site_blog_class > .wpb_column.vc_column_container:before {
    display: none;
  }
  .site_blog_class .site_block_content {
    padding: 0px 17px;
    margin-bottom: 20px;
  }
  .site_blog_class .site_block_content .text h1, .site_blog_class .site_block_content .text h2, .site_blog_class .site_block_content .text h3, .site_blog_class .site_block_content .text h4 {
    font-size: 23px;
    margin: 18px 0px 10px;
  }
  .site_blog_class .site_block_content .text p {
    margin: 7px 0px 14px;
    font-size: 12px;
    line-height: 122.84%;
  }
  .site_blog_class .site_block_content .text a {
    padding-top: 7px;
    display: inline-block;
  }
  .get_in_touch {
    padding: 40px 0px 0px;
  }
  .get_in_touch .wpcf7-form {
    padding-bottom: 40px;
  }
  .get_in_touch .wpcf7-form > p {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 22px;
  }
  .get_in_touch::before {
    background: url("../images/get_touch_mob_top.png") center center no-repeat;
    height: 42px;
    top: -42px;
    background-size: 100% 100%;
  }
  .get_in_touch::after {
    background: url("../images/get_touch_mob_bottom.png") center center no-repeat;
    height: 40px;
    bottom: -40px;
    background-size: 100% 100%;
  }
  .get_in_touch .left h2 {
    font-size: 30px;
  }
  .get_in_touch .wpcf7-form > p {
    margin: 0px 22px 13px 0px;
  }
  .get_in_touch .wpcf7-form > p:nth-child(2n+1) {
    margin-right: 0px;
  }
}

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