 
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  position: relative;
  background: #fff;
  color: #acacac;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5; }

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle; }

blockquote {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0; }

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee; }

table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left; }

th {
  text-align: left; }

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ddd; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #ddd; }

.table .table {
  background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd;
  border-radius: 4px; }

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
  padding: 8px; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none; }

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }
  .table-responsive > .table-bordered {
    border: 0; }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }

a {
  text-decoration: none;
  color: #2f2c2c;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }

p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  margin: 0 0 .75em;
  line-height: 26px;
  font-size: 18px; }
  @media (max-width: 600px) {
    p {
      font-size: 14px; } }

figure {
  margin: 0; }

select {
  width: 100%;
  border: 1px solid #acacac;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */ }

textarea {
  height: auto;
  min-height: 50px; }

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #acacac; }

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #acacac; }

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #acacac; }

input {
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%; }
  input:invalid {
    -webkit-box-shadow: none;
    box-shadow: none; }
  input:-moz-submit-invalid {
    box-shadow: none; }
  input:-moz-ui-invalid {
    box-shadow: none; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*------------- #HELPERS --------------*/
.ovh {
  overflow: hidden; }

.f-left {
  float: left; }

.f-right {
  float: right; }

.f-none {
  float: none; }

.align-center {
  text-align: center; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.c-white {
  color: #fff !important; }

.c-dark {
  color: #2f2c2c !important; }

.c-primary {
  color: #4cc2c0; }

.c-secondary {
  color: #f15b26 !important; }

.c-gray {
  color: #acacac !important; }

.c-green {
  color: #3cb878 !important; }

.c-orange {
  color: #fcb03b !important; }

.c-semitransparent-white {
  color: rgba(255, 255, 255, 0.15); }

.shadow-image {
  -webkit-box-shadow: 24px 50px 60px rgba(0, 0, 0, 0.3);
  box-shadow: 24px 50px 60px rgba(0, 0, 0, 0.3); }

.table {
  display: table; }

.table-cell {
  display: table-cell;
  vertical-align: middle;
  float: none; }
  @media (max-width: 640px) {
    .table-cell {
      display: block;
      float: left; } }

.text-t-none {
  text-transform: none; }

@media (max-width: 480px) {
  .centered-on-mobile {
    text-align: center; } }

.overlay--light {
  background: rgba(0, 0, 0, 0.2); }

.no-padding {
  padding: 0; }

.no-margin {
  margin: 0; }

.full-block {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.full-height {
  height: 100%; }

.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .display-flex.content-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

.inline-block {
  display: inline-block; }

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(17, 17, 17, 0.7);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.full-block-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.medium-padding80 {
  padding: 80px 0; }
  @media (max-width: 800px) {
    .medium-padding80 {
      padding: 35px 0; } }

.medium-padding100 {
  padding: 100px 0; }
  @media (max-width: 800px) {
    .medium-padding100 {
      padding: 35px 0; } }

.medium-padding120 {
  padding: 120px 0; }
  @media (max-width: 800px) {
    .medium-padding120 {
      padding: 35px 0; } }

.pb100 {
  padding-bottom: 100px; }
  @media (max-width: 800px) {
    .pb100 {
      padding-bottom: 35px; } }

.pt80 {
  padding-top: 80px; }
  @media (max-width: 800px) {
    .pt80 {
      padding-top: 35px; } }

.pt100 {
  padding-top: 100px; }
  @media (max-width: 800px) {
    .pt100 {
      padding-top: 35px; } }

.pt400 {
  padding-top: 400px; }
  @media (max-width: 1024px) {
    .pt400 {
      padding-top: 200px; } }
  @media (max-width: 768px) {
    .pt400 {
      padding-top: 100px; } }

.pb360 {
  padding-bottom: 360px; }

.pb120 {
  padding-bottom: 120px; }
  @media (max-width: 800px) {
    .pb120 {
      padding-bottom: 35px; } }

.pt120 {
  padding-top: 120px; }
  @media (max-width: 800px) {
    .pt120 {
      padding-top: 35px; } }

.pb80 {
  padding-bottom: 80px; }
  @media (max-width: 800px) {
    .pb80 {
      padding-bottom: 35px; } }

.pb30 {
  padding-bottom: 30px; }

.mt60 {
  margin-top: 60px; }
  @media (max-width: 800px) {
    .mt60 {
      margin-top: 35px; } }

.mb30 {
  margin-bottom: 30px; }

.mb60 {
  margin-bottom: 60px; }
  @media (max-width: 800px) {
    .mb60 {
      margin-bottom: 35px; } }

.icon-demonstration {
  text-align: center;
  margin-bottom: 30px;
  padding: 20px;
  background-color: rgba(76, 194, 192, 0.15);
  border-radius: 20px; }
  .icon-demonstration i {
    font-size: 32px;
    color: #4cc2c0; }
  .icon-demonstration pre {
    font-size: 12px;
    color: red; }
  .icon-demonstration code {
    white-space: initial;
    line-height: 2; }

.bg-primary-color {
  background-color: #4cc2c0; }

.bg-secondary-color {
  background-color: #f15b26; }

.bg-orange-color {
  background-color: #fcb03b; }

.bg-orangedark-color {
  background-color: #ff9700; }

.bg-green-color {
  background-color: #3cb878; }

.bg-greendark-color {
  background-color: #8dc63f; }

.bg-white-color {
  background-color: #fff; }

.bg-violet-color {
  background-color: #6739b6; }

.bg-border-color {
  background-color: #f7f9f9; }

.bg-dark-color {
  background-color: #302c2d; }

.bg-grey-input {
  background-color: #373434; }

.bg-blue-color {
  background-color: #00bff3; }

.bg-blue-color-light {
  background-color: #64d8ff; }

.bg-yellow-color {
  background-color: #fcd846; }

.bg-greydark-color {
  background-color: #434141; }

.bg-boxed-dark {
  background-image: url("../img/bg-boxed-dark.jpg"); }

.bg-boxed-light {
  background-image: url("../img/bg-boxed-light.jpg"); }

.bg-boxed-red {
  background-image: url("../img/bg-boxed-red.jpg"); }

.bg-boxed-primary {
  background-image: url("../img/bg-boxed-primary.jpg"); }

.bg-boxed-black {
  background-image: url("../img/bg-boxed-black.jpg"); }

.bg-boxed-blue {
  background-image: url("../img/bg-boxed-blue.jpg"); }

.border-orange-color {
  border-color: #fcb03b; }

.border-green-color {
  border-color: #3cb878; }

.border-primary-color {
  border-color: #4cc2c0; }

.border-secondary-color {
  border-color: #f15b26; }

.facebook-bg-color {
  background-color: #3a589b; }

.twitter-bg-color {
  background-color: #08acee; }

.linkedin-bg-color {
  background-color: #007bb6; }

.google-bg-color {
  background-color: #ea4335; }

.pinterest-bg-color {
  background-color: #ca2127; }

/*------------- #TYPOGRAPHY --------------*/
h1, .h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  color: #2f2c2c;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, sans-serif; }
  h1 a, .h1 a {
    color: inherit; }
  @media (max-width: 800px) {
    h1, .h1 {
      font-size: 40px; } }
  @media (max-width: 640px) {
    h1, .h1 {
      font-size: 36px; } }
  @media (max-width: 480px) {
    h1, .h1 {
      font-size: 30px; } }
  @media (max-width: 360px) {
    h1, .h1 {
      font-size: 24px; } }

h2, .h2 {
  margin: 0;
  font-size: 42px;
  font-weight: 400;
  color: #2f2c2c;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, sans-serif; }
  h2 a, .h2 a {
    color: inherit; }
  @media (max-width: 800px) {
    h2, .h2 {
      font-size: 36px; } }
  @media (max-width: 570px) {
    h2, .h2 {
      font-size: 32px; } }
  @media (max-width: 480px) {
    h2, .h2 {
      font-size: 26px; } }

h3, .h3 {
  margin: 0;
  font-size: 36px;
  font-weight: 400;
  color: #2f2c2c;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, sans-serif; }
  h3 a, .h3 a {
    color: inherit; }
  @media (max-width: 800px) {
    h3, .h3 {
      font-size: 30px; } }
  @media (max-width: 570px) {
    h3, .h3 {
      font-size: 26px; } }
  @media (max-width: 480px) {
    h3, .h3 {
      font-size: 22px; } }

h4, .h4 {
  margin: 0;
  font-size: 30px;
  font-weight: 400;
  color: #2f2c2c;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, sans-serif; }
  h4 a, .h4 a {
    color: inherit; }
  @media (max-width: 800px) {
    h4, .h4 {
      font-size: 28px; } }
  @media (max-width: 570px) {
    h4, .h4 {
      font-size: 24px; } }
  @media (max-width: 480px) {
    h4, .h4 {
      font-size: 20px; } }

h5, .h5 {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  color: #2f2c2c;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, sans-serif; }
  h5 a, .h5 a {
    color: inherit; }
  @media (max-width: 980px) {
    h5, .h5 {
      font-size: 15px; } }
  @media (max-width: 480px) {
    h5, .h5 {
      font-size: 14px; } }

h6, .h6 {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: #2f2c2c;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, sans-serif; }
  h6 a, .h6 a {
    color: inherit; }
  @media (max-width: 800px) {
    h6, .h6 {
      font-size: 14px; } }
  @media (max-width: 480px) {
    h6, .h6 {
      font-size: 13px; } }

/*------------- #Styles for First-Letter --------------*/
.first-letter--dark-round span:first-of-type {
  display: block;
  position: relative;
  width: 70px;
  height: 70px;
  background-color: #2f2c2c;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
  line-height: 70px;
  font-size: 30px;
  color: #fff;
  text-align: center; }

.first-letter--squared span:first-of-type {
  display: block;
  position: relative;
  width: 70px;
  height: 70px;
  background-color: #4cc2c0;
  border-radius: 5px;
  float: left;
  margin-right: 20px;
  line-height: 70px;
  font-size: 30px;
  color: #fff;
  text-align: center; }

.first-letter--dark span:first-of-type {
  margin-right: 20px;
  font-size: 48px;
  line-height: 48px;
  color: #2f2c2c;
  float: left; }

.first-letter--primary span:first-of-type {
  margin-right: 20px;
  font-size: 48px;
  line-height: 48px;
  color: #4cc2c0;
  float: left; }

/*------------- #Styles for Text Selection --------------*/
/*Selection dark*/
.selection--dark::-moz-selection {
  background: #2f2c2c;
  color: #acacac; }

.selection--dark::selection {
  background: #2f2c2c;
  color: #acacac; }

/*Selection primary*/
.selection--primary::-moz-selection {
  background: #4cc2c0;
  color: #fff; }

.selection--primary::selection {
  background: #4cc2c0;
  color: #fff; }

/*Selection gray*/
.selection--gray::-moz-selection {
  background: #e1e1e1;
  color: #2f2c2c; }

.selection--gray::selection {
  background: #e1e1e1;
  color: #2f2c2c; }

/*------------- #Styles for list --------------*/
.list > li {
  margin-bottom: 18px;
  font-size: 18px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  @media (max-width: 640px) {
    .list > li {
      font-size: 14px; } }
  .list > li a, .list > li li {
    color: #acacac;
    display: block;
    overflow: hidden; }
  .list > li i {
    margin-right: 30px;
    margin-top: 8px;
    font-size: 12px;
    float: left;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }

.list--secondary a:hover, .list--secondary li:hover {
  color: #f15b26; }

.list--secondary i {
  color: #f15b26; }

.list--primary a:hover, .list--primary li:hover {
  color: #4cc2c0; }

.list--primary i {
  color: #4cc2c0; }

.list--standard a:hover, .list--standard li:hover {
  color: #2f2c2c; }

.list--standard .number {
  color: #2f2c2c;
  margin-right: 24px;
  float: left; }

.list {
  list-style: none;
  padding: 0;
  margin: 0; }

/*# sourceMappingURL=maps/base.css.map */


/*____________________________________CSS_____________________________________*/

.logo{
  overflow: visible !important;
}

.logo_main {
    width: 90px;
    margin-top: -11px;
    margin-bottom: -15px;
}

.contr_background{
  background: #f9f9f9;
}

.offers .list {
    padding-left: 00px !important;
    margin-bottom: 45px;
}

.list > li {
    margin-bottom: 15px;
    font-size: 26px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #555;
}

.list > li i {
    margin-right: 20px;
    margin-top: 8px;
    font-size: 18px;
    float: left;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.list > li a, .list > li li {
    color: #555;
    display: block;
    overflow: hidden;
}

.side_img_as{
  margin-top: -180px;
}

.headroom--not-top.swingInX .logo_main {
    width: 50px;
    margin-top: -35px;
    margin-bottom: -22px;
}

.headroom--not-top.swingInX{
  padding-bottom: 0px !important;
}


.main-slider{
  padding-bottom: 0px !important;
}









/*----------------------*/

 
 
#secvices_wrepp .col-6.col-lg-2 {
    padding: 0;
}


 

#secvices_wrepp .col-6.col-lg-2:nth-child(odd) .servicecol1 {
    background: #121317;
}

#secvices_wrepp .servicecol1 {
    background: #050618;
    text-align: center;
    padding: 53px 0 50px;
    height: 100%;
    position: relative;
}

#secvices_wrepp .serviceicon1 {
    background-image: url(../img/sprites.webp);
    background-position: 210px;
}

#secvices_wrepp .iconmain {
    height: 50px;
    width: 70px;
    margin: 0 auto 15px;
    position: relative;
    z-index: 2;
}

#secvices_wrepp h1 {
    color: #fff;
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
    position: relative;
    z-index: 2;
    margin: 0 12px 30px;
    height: 50px;
}

#secvices_wrepp .btn-info {
    font-size: 14px;
    font-weight: 700;
    position: relative;
    z-index: 2;
    line-height: normal;
    width: 140px;
    background: #6083ef;
    border-radius: 25px;
    padding: 9px;
    text-align: center;
    color: #050618;
    text-transform: uppercase;
    margin: auto;
    display: block;
    border: none;
}




#secvices_wrepp .servicecol1::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #6083ef;
  content: "";
  z-index: 1;
  opacity: 0;
  transition: .5s
}
#secvices_wrepp .servicecol1:hover::after {
  opacity: 1;
  height: 100%
}

#secvices_wrepp .servicecol1:hover .btn-info {
    color: #fff;
}

#secvices_wrepp .servicecol1:hover::after {
    opacity: 1;
    height: 100%;
}

#secvices_wrepp .servicecol1:hover .btn-info::after {
    width: 100%;
}

#secvices_wrepp .servicecol1 .btn-info::after {
    content: "";
    position: absolute;
    height: 37px;
    left: 0;
    top: 0;
    background: #050618;
    width: 0;
    z-index: -1;
    transition: .5s;
    border-radius: 25px;
}

#secvices_wrepp .serviceicon2 {
    background-image: url(../img/sprites.webp);
    background-position: 142px;
}

#secvices_wrepp .serviceicon3 {
    background-image: url(../img/sprites.webp);
    background-position: -72px;
}

#secvices_wrepp .serviceicon4 {
    background-image: url(../img/sprites.webp);
    background-position: 74px;
}

#secvices_wrepp .serviceicon5 {
    background-image: url(../img/sprites.webp);
    background-position: -142px;
}

#secvices_wrepp .serviceicon6 {
    background-image: url(../img/sprites.webp);
    background-position: 0;
}


#webringwrepp {
  position: relative;
  max-width: 1600px;
  margin: auto;
  padding: 40px 0 80px;
  background-image: url(../img/jbg.png);
  background-repeat: no-repeat;
  background-position:right center;
  background-size: 350px;
}
.blbbox {
    position: absolute;
  left: 100px;
  top: 110px;
}

.blbbox {
    left: 0;
}


#webringwrepp h2 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #050618;
  margin-bottom: 80px
}

#webringwrepp h2 span {
  color: #6083ef
}

 
 #webringwrepp h3 {
    font-size: 25px;
    font-weight: 600;
    color: #050618;
    padding-bottom: 5px;
    margin-top: 5px;
}


 
.webringbox1 {
    margin-left: -78px;
}

 

 
#webringwrepp p {
    font-size: 16px;
    color: #050618;
    font-weight: 400;
    line-height: 22px;
    margin-top: 6px;
}

.webringbox2 {
    margin-left: -48px;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
}


 

 

.mb-5, .my-5 {
    margin-bottom: 3rem!important;
}

.webringbox3 {
    margin-left: -110px;
}

#pricingplanwrep {
    padding: 40px 0 60px;
    background: #f2f2f2;
}

#pricingplanwrep h1 {
    font-size: 40px;
    font-weight: 700;
    color: #050618;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 50px;
}

.mobileaccordian {
    display: none;
}

.col-basic {
    cursor: pointer;
}

a, a:hover, button, button:hover {
    transition: .45s;
    text-decoration: none;
}

#pricingplanwrep h2 {
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    color: #0e0f1a;
    background: #fff;
    transition: 0.5s;
    line-height: 30px;
    border: 1px solid #6083ef;
    padding: 30px 0px 15px;
    border-bottom: 0px;
    position: relative;
}

#pricingplanwrep .pricebox {
    transition: 0.5s;
    background: #fff;
    border: 1px solid #6083ef;
    border-top: 0px;
}

#pricingplanwrep .pricebox p {
    padding: 13px 10px;
    color: #fff;
    background: #6083ef;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
}

#pricingplanwrep .pricebox ul {
    min-height: 330px;
    padding: 10px 30px;
}

#pricingplanwrep .pricebox ul li {
    transition: 0.5s;
    font-size: 15px;
    color: #525252;
    font-weight: 400;
    padding: 5px 0;
    list-style: disc;
}

#pricingplanwrep .pricebox h3 {
    font-size: 15px;
    font-weight: normal;
    width: 160px;
    margin: 0px auto 20px;
    line-height: 35px;
    border-radius: 32px;
    text-align: center;
    color: #fff;
    display: block;
    background: #0e0f1a;
}

#pricingplanwrep h2 span {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
    color: #0e0f1a;
    padding: 5px 12px;
    background: #6083ef;
    line-height: 15px;
}

#pricingplanwrep .gettuchbox {
    padding-top: 40px;
    text-align: center;
}

#basic {
    display: none;
}

#advanced {
    display: none;
}

#premium {
    display: none;
}

#pricingplanwrep .gettuchbox h4 {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    color: #383838;
    padding-bottom: 30px;
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

.wpcf7-form-control-wrap {
    position: relative;
}

#pricingplanwrep .gettuchbox .form-control {
    height: 45px;
    background: 0 0;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}
 
#pricingplanwrep .row .col-md-4:hover h2 {
    border: 1px solid #0e0f1a;
    border-bottom: 0px;
}
#pricingplanwrep .row .col-md-4:hover .pricebox {
  border: 1px solid #0e0f1a;
  border-top: 0px;
}


#pricingplanwrep .gettuchbox .btn-info {
    width: 180px;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    border-radius: 32px;
    margin: auto;
    border: none;
    background: #6083ef;
    margin-top: 15px;
    color: #fff;
    padding: 5px 0px;
}

#pricingplanwrep .gettuchbox .btn-info:hover {
    color: #fff;
    background: #2f51bb;
}

#pricingplanwrep .gettuchbox {
    padding-top: 40px;
    text-align: center;
}

.clear{
  clear:both;
}

.gettuchbox .col-lg-8{
  float: none;
}

#our_success {
    padding: 50px 30px 10px;
    background: #f9f9f9;
    position: relative;
    height: 680px;
    overflow: hidden;
}

#our_success h1 {
    font-size: 40px;
    color: #343333;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 50px;
}

#our_success h1 span {
    color: #6083ef;
}

#our_success .carousel-control-prev {
    opacity: 1;
    font-size: 30px;
    color: #111;
    width: 80px;
}

#our_success .carousel-control-next {
    opacity: 1;
    font-size: 30px;
    color: #111;
    width: 80px;
}



.fa, .fas {
    font-weight: 900;
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}

#our_success .owl-carousel {
    height: 500px;
    overflow: hidden;
}

 
 
#our_success img {
    min-height: inherit!important;
}

#our_success p {
    font-size: 14px;
    line-height: 20px;
    color: #343333;
    margin: 0;
    padding: 20px 0 40px;
}

#our_success h2 {
    background: #6083ef;
    border: 1px solid #6083ef;
    color: #fff;
    font-size: 16px;
    display: block;
    text-align: center;
    padding: 0;
    width: 260px;
    transition: .5s;
    margin-bottom: 20px;
    line-height: 40px;
    font-weight: 700;
}

#our_success ul li {
    padding: 5px 0;
    font-size: 14px;
    color: #131416;
        list-style: none;
        margin:0px;
}

#our_success ul {
    margin: 0px;
    padding: 0px;
}

#our_success ul li span {
    display: inline-block;
    vertical-align: top;
    width: 90%;
    font-size: 16px;
}

#our_success ul li i {
    margin-right: 10px;
}


 
#our_success .btn-info {
    width: 100%;
    max-width: 180px;
    display: inline-block;
    transition: .5s;
    line-height: 35px;
    background: #1f1f1f;
    border-radius: 30px;
    border: 1px solid #1f1f1f;
    text-align: center;
    outline: 0;
    margin: 20px 5px;
    color: #fff;
    padding: 0;
    padding: 4px 0px;
    font-weight: 600;
}



#our_success .btn-info:hover {
    background: #6083ef;
    border: 1px solid #6083ef;
    color: #fff;
}

#leadership {
  background-color: #343333;
  padding: 45px 0
}
#leadership h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.19;
  text-align: center;
  color: #6083ef;
  margin-bottom: 35px
}
#leadership h1 span {
  color: #fff
}

.success_slider2 {
    padding: 0 15px;
}

.team_member {
    background: url(../img/team-circle.png) no-repeat;
    background-position: center center;
    width: 204px;
    height: 207px;
    padding: 30px 0 0 0;
    margin: 0 auto;
}

.team_member_box:hover > .team_member {
    background: url(../img/team-hover.png) no-repeat;
}


.team_member .img_holder {
    width: 149px;
    height: 149px;
    margin: 0 auto;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.team_member_box h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.18;
    text-align: center;
    color: #fff;
    margin: 20px 0 5px;
}

.team_member_box h3 {
    font-size: 15px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.23;
    text-align: center;
    color: #6083ef;
    margin-bottom: 5px;
}

.team_member_box p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.31;
    text-align: center;
    color: #fff;
    margin-bottom: 8px!important;
    padding: 0 12px;
}

.team_member_box h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    color: #6083ef;
    margin-bottom: 5px;
}

.team_member_box ul {
    text-align: center;
    margin-top: 10px;
}

.team_member_box ul li {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    margin-right: 2px;
}

.team_member_box ul li a {
    display: block;
    color: #4f4f4f;
    width: 28px;
    line-height: 28px;
    border-radius: 100%;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    background-color: #fff;
}


.team_member_box ul {
    margin: 0px;
    padding: 0px;
    margin-top: 15px;
}

.team_member_box img{
  border-radius: 100px;
}

#revies_wrp {
    padding: 40px 0;
}

#revies_wrp .testiheading {
    font-size: 40px;
    margin: 0;
    padding: 0;
    color: #343333;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.reviescol1 {
    background: #fafafa;
    padding: 20px;
    border-radius: 6px;
}

  .clintlogb {
    width: auto!important;
    display: inline-block!important;
}

.reviescol1 ul {
    margin-bottom: 15px;
    padding:0px;
}

.reviescol1 ul li {
    list-style: none;
    color: #767676;
    font-size: 14px;
}

#revies_wrp i {
    color: #6083ef;
    margin-right: 6px;
}

.reviescol1 h4 {
    color: #b0b0b0!important;
    margin: 0;
    font-size: 11px;
    margin-bottom: 5px;
}

.reviescol2 {
    padding: 0 10px;
}

.content-holder {
    position: relative;
}

.content-holder {
    display: block;
}

.quot1 {
    width: 30px!important;
    position: absolute;
    top: 0;
    left: 0;
}

.vc_row {
    margin-left: -15px;
    margin-right: -15px;
}

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

.vc_column_container {
    padding-left: 0;
    padding-right: 0;
}

.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.vc_column-inner::after, .vc_column-inner::before {
    content: " ";
    display: table;
}

.quot2 {
    width: 30px!important;
    position: absolute;
    right: 0;
    transform: rotate(-180deg);
    bottom: 0;
}

.reviescol2 h1 {
    font-size: 17px;
    color: #000;
    font-weight: 600;
    margin: 0;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 5px;
}

.reviescol2 h2 {
    color: #000;
    text-align: center;
    font-size: 14px!important;
    font-weight: 500;
    margin: 0!important;
    margin-bottom: 20px!important;
}

.reviescol2 h1 span {
    display: inline-block!important;
    margin: 0!important;
}

.reviescol2 h1 span {
    display: inline-block!important;
    margin: 0!important;
}

.reviescol2 span {
    margin-top: 40px;
    font-size: 16px;
    display: block;
}

.reviescol2 h1 i {
    color: #0eff07!important;
}


#revies_wrp .position-relative {
    position: relative;
}

.reviescol3 {
    background: #e5ebff;
    padding: 20px;
    position: relative;
    border-radius: 12px;
}
.reviescol3 h2 {
    font-size: 22px;
    color: #6083ef;
    font-weight: 600;
    margin: 0;
    text-align: left!important;
    margin-top: 0!important;
    margin-bottom: 10px!important;
}

#revies_wrp i {
    color: #6083ef;
}

.reviescol2 p {
    color: #767676;
    text-align: center;
    padding: 20px 40px;
    font-size: 14px;
    margin-bottom: 20px;
    position: relative;
    line-height: 22px;
}

.reviescol3 span {
    background: #c7d2f5;
    width: 55px;
    color: #496ad0;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 12px;
}

#revies_wrp .owl-dots {
    text-align: center;
}

#revies_wrp .owl-dot.active {
    background: #6083ef !important;
}
#revies_wrp .owl-dot {
    background: #c3d1ff!important;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 2px;
}

#revies_wrp .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translatey(-50%);
}

#revies_wrp .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translatey(-50%);
}

#revies_wrp .owl-nav i {
    font-size: 30px!important;
    color: #111!important;
}

#revies_wrp .owl-nav i {
    font-size: 30px!important;
    color: #111!important;
}

button:focus{
  outline: none;
}

.reviescol3 i {
    color: #f1bb00;
    margin-right: 2px !important;
}

#blog_wrepp {
    padding: 50px 0 30px;
    background: #496dda;
}

#blog_wrepp h2 {
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

#blog_wrepp p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 35px;
    text-align: center;
}

.blog-column {
    background: #fff;
    overflow: hidden;
    margin: 0 0 30px;
    box-shadow: 0 5px 15px 2px rgba(0, 0, 0, .16);
    transition: .8s;
}

.blog-column .blog-image {
    width: 100%;
    margin: 0;
    position: relative;
}

.blog-column .blog-image img {
    display: block;
    width: 100%;
    transition: .5s;
    height: auto;
}

.blog-column .blog-image .btn-info {
    position: absolute;
    padding: 0;
    border: none;
    width: 55px;
    line-height: 55px;
    background: #6083ef;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    transition: .5s;
    left: 0;
    right: 0;
    bottom: -28px;
    color: #000;
    font-size: 20px;
}

.blog-column .blog-text {
    width: 100%;
    padding: 35px 15px 20px;
    overflow: hidden;
}

.blog-column span, .blog-column span.category {
    padding-top: 6px;
    padding-bottom: 8px;
    font-size: 12px;
    line-height: 16px;
    color: #777;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.blog-column span.category a {
    color: #6083ef;
    font-weight: 600;
}

.blog-column span, .blog-column span.category {
    padding-top: 6px;
    padding-bottom: 8px;
    font-size: 12px;
    line-height: 16px;
    color: #777;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.blog-column h4 {
    font-size: 20px;
    height: 55px;
    overflow: hidden;
    line-height: 24px;
    font-weight: 700;
}


 
.blog-column .blog-image .btn-info:hover {
    width: 150px;
    transition: .5s;
    border-radius: 30px;
}

#blog_wrepp .btn-primary {
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    background: #000;
    width: 140px;
    padding: 9px;
    border: none;
    color: #fff;
    border-radius: 25px;
    padding:15px 10px;
}

#blog_wrepp .btn-primary:hover {
    background: #fff;
    color: #111;
}


.team_member_box ul li a:hover {
    background-color: #6083ef;
    color: #fff;
}

.blog-image .btn-info.focus, .blog-image .btn-info:focus, .blog-image a {
     outline: none;
    box-shadow: 0 0 0 0.0rem rgba(58,176,195,.0);
  }

  .blog-image .btn i {
    margin-left: 0px;
    font-size: 22px;
}


#client_wrep {
    background-color: #343333;
    padding: 45px 0;
    text-align: center;
}

#client_wrep h1 {
    display: block;
    text-transform: uppercase;
    margin: 0 0 30px;
    font-size: 40px;
    line-height: 44px;
    color: #fff;
    font-weight: 700;
}

#client_wrep p {
    margin: 0 0 30px;
    font-weight: 400;
    color: #fff;
}

#client_wrep ul li {
    float: left;
    width: 20%;
}

li{
  list-style-type: none;
}

#badges {
    padding: 50px 0 30px;
    background: #fff;
    position: relative;
    z-index: 0;
}

#badgesslider {
    height: 100px;
}

#badges img {
    margin-bottom: 20px;
}

#letstogether {
    padding: 80px 0;
    background-image: url(../img/footer-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

#letstogether h1 {
    text-align: center;
    margin: 0 0 70px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 35px;
    line-height: 39px;
}

#letstogether h1 span {
    color: #6083ef;
    font-weight: 700;
    font-size: 40px;
    padding: 0 50px;
    line-height: 44px;
}

#letstogether h1 span {
    color: #6083ef;
    font-weight: 700;
    font-size: 40px;
    padding: 0 50px;
    line-height: 44px;
}

#letstogether .contact-menu {
    margin: 0 0 60px;
    padding: 0;
    width: 100%;
}

#letstogether .contact-menu a {
    display: block;
    color: #fff;
    font-size: 17px;
    line-height: 21px;
    text-transform: none;
    border: 1px solid#6083ef;
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
    text-align: center;
    transition: .5s;
    z-index: 1;
}



#letstogether .social-menu {
    list-style: none;
    padding: 0;
    width: 100%;
    text-align: center;
}


#letstogether .social-menu li {
    display: inline-block;
    vertical-align: top;
    padding: 0 30px 0 0;
}

#letstogether .social-menu li a {
    background: #fff;
    width: 47px;
    height: 47px;
    text-align: center;
    border-radius: 100%;
    display: flex;
    align-items: center;
    transition: .5s;
}

#letstogether .social-menu li a i {
    font-size: 24px;
    line-height: 28px;
    color: #353646;
    width: 100%;
    transition: .5s;
}

footer {
    padding: 40px 0;
    background: #050618;
}

footer ul {
    list-style: none;
    margin: 0 0 15px;
    text-align: center;
}

footer ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px 0 0;
}

footer ul li a {
    display: block;
    color: #fff;
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
}

footer p {
    text-align: center;
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
}

footer p a {
    color: #fff;
}

#menu-footer-menu li a{
  color:#fff;
}

#menu-footer-menu li a:hover{
  cursor: pointer;
  color:#6083ef;
}

.social-menu li a:hover{
  background:#6083ef !important;
  color:#fff !important;
}

.btn--dark.btn-hover-shadow{
  font-weight: 500;
}

.btn--dark.btn-hover-shadow:hover {
    background-color: #2f2c2c;
    color: #4979e9;
}


#demo_wrepp {
    padding: 55px 0;
    text-align: center;
    background: #496dda;
}

#demo_wrepp h2 {
    color: #c0d0ff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 100;
}

#demo_wrepp h1 {
    font-size: 53px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 53px;
    margin: 0;
    color: #fff;
}

#demo_wrepp h3 {
    color: #c0d0ff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 100;
    margin: 0;
    padding-bottom: 15px;
}

#demo_wrepp a.btn-info {
    background: #000;
    color: #fff;
    border: none;
    padding: 8px 20px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}

#systems_wrepper {
    padding: 70px 0 43px;
    text-align: center;
}

#systems_wrepper h1 {
    font-size: 45px;
    font-weight: 700;
    line-height: 60px;
    color: #1a1a1a;
    margin-bottom: 40px;
    text-transform: uppercase;
}

#systems_wrepper h1 span {
    font-weight: 400;
    color: #496dda;
}

#systems_wrepper .dbList {
    display: inline-block;
    width: 33%;
    padding: 0 20px;
    vertical-align: top;
    margin: 0 0 14px;
    cursor: pointer;
}

#systems_wrepper .dbList a {
    width: 111px;
    height: 111px;
    background: 0 0;
    border: 2px solid #6083ef ;
    border-radius: 100px;
    text-align: center;
    line-height: 105px;
    margin: 0 auto 18px;
    vertical-align: top;
    display: inline-block;
}


#systems_wrepper .dbList p {
    font-size: 19px;
    font-weight: 500;
    color: #1a1a1a;
    min-height: 100px;
    line-height: 24px;
}


#systems_wrepper .dbList:hover a {
    background: #6083ef;
}

#feature_wrepp {
    padding: 35px 0;
}

#feature_wrepp .feature-image {
    width: 100%;
    max-width: 820px;
    margin: auto;
    display: table;
    padding: 50px 15px 20px;
    height: 100%;
}

#goals_wrepper {
    background-image: url(../img/feature-goal-banner.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 511px;
    background-position: center center;
    padding: 45px 15px;
}

#goals_wrepper h1 {
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 60px;
}

.main-box {
    width: 100%;
    max-width: 1007px;
    margin: 40px auto 0;
    display: table;
}

.box-1 {
    width: 30%;
    float: left;
    position: relative;
}

.box-2 {
    width: 30%;
    float: left;
    position: relative;
    right: 25px;
}

.box-3 {
    width: 30%;
    float: left;
    position: relative;
}

.box-4 {
    width: 10%;
    float: left;
    position: relative;
    right: 25px;
}

.circle-1 {
    width: 168px;
    height: 168px;
    background-color: #fff;
    border: solid 15px #2c4cad;
    border-radius: 100px;
    position: absolute;
    top: 0;
    z-index: 2;
}

.circle-image-1 {
    float: right;
    position: relative;
    top: 27px;
    z-index: 1;
}

.circle-text {
    width: 54%;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin: 70px 0 0;
}

.circle-2 {
    width: 168px;
    height: 168px;
    background-color: #fff;
    border: solid 15px #2b2b2b;
    border-radius: 100px;
    position: absolute;
    top: 0;
    z-index: 2;
}

.circle-image-2 {
    float: right;
    position: relative;
    top: 27px;
    z-index: 1;
}

.circle-3 {
    width: 168px;
    height: 168px;
    background-color: #fff;
    border: solid 15px #2c4cad;
    border-radius: 100px;
    position: absolute;
    top: 0;
    z-index: 2;
    left: -47px;
}

.circle-image-3 {
    float: right;
    position: relative;
    top: 27px;
    z-index: 1;
    right: 35px;
}

.circle-text-3 {
    width: 54%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin: 184px 0 0;
    position: relative;
    right: 43px;
}

.circle-4 {
    width: 168px;
    height: 168px;
    background-color: #fff;
    border: solid 15px #2b2b2b;
    border-radius: 100px;
    position: absolute;
    top: 0;
    z-index: 2;
    right: -22px;
}

.circle-4 img {
    margin: 37px auto 0;
    width: auto;
    display: table;
}

.circle-text-4 {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin: 11.5em 0 0;
    position: absolute;
    right: 8px;
}

.circle-1 img {
    margin: 37px auto 0;
    width: auto;
    display: table;
}

.circle-2 img {
    margin: 37px auto 0;
    width: auto;
    display: table;
}

.circle-3 img {
    margin: 45px auto 0;
    width: auto;
    display: table;
}

.circle-4 img {
    margin: 37px auto 0;
    width: auto;
    display: table;
}

#supports_wrepp {
    padding: 55px 0;
    text-align: center;
    background: #496dda;
}

#supports_wrepp h1 {
    font-size: 40px;
    color: #fff;
    width: 100%;
    text-align: center;
}

#supports_wrepp ul {
    padding-top: 30px;
}

#supports_wrepp ul li {
    display: inline-block;
    padding: 27px 10px 15px;
    background: #fff;
    text-align: center;
    width: 17%;
    vertical-align: top;
    margin: 0 10px 10px 0;
    box-shadow: -10px 10px 15px 0 #3150af;
}

#supports_wrepp ul li span {
    min-height: 110px;
    display: block;
}

#supports_wrepp ul li p {
    min-height: 40px;
    color: #050618;
}

#contact_info {
    padding: 55px 0;
}

#contact_info h1 {
    font-size: 42px;
    color: #1c1c1c;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 10px;
}

#contact_info p {
    font-size: 16px;
    color: #1c1c1c;
    text-align: center;
    line-height: 15px;
    margin-bottom: 20px;
}

.nf-form-wrap.ninja-forms-form-wrap {
    position: relative;
}

.dpos-ctn-wrap .nf-response-msg {
    position: absolute;
    bottom: -20px;
    width: 100%;
    text-align: center;
    color: #000;
    border: 1px solid #000;
    padding: 5px;
}


#contact_info .btn-info {
    width: 180px;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    border-radius: 32px;
    margin: auto;
    border: none;
    background: #6083ef;
    margin-top: 0px;
    color: #fff;
    padding: 5px 0px;
        margin-top: -20px;
}

#contact_info p{
  display: inline-block;
  width: 100%;
  margin-top: 0px;
}

#case_studies_top {
    padding: 70px 0 0;
}

#case_studies_top h2 {
    font-size: 16px;
    line-height: 20px;
    color: #7e7e7e;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}
#case_studies_top h1 {
    font-size: 32px;
    line-height: 36px;
    color: #000;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
}

#case_studies_top p {
    color: #444;
    font-weight: 400;
    text-transform: none;
    font-size: 16px;
    text-align: center;
}

#insights_wrepp {
    padding: 55px 0;
    text-align: center;
}

.resources-inner {
    display: block;
    width: 100%;
    overflow: hidden;
    border: 1px solid #f2f2f2;
    margin-bottom: 30px;
    padding: 15px 40px 30px;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .1);
    transition: all .4s ease-in-out;
}

.resources-inner .image-wrapper {
    max-width: 350px;
    margin: 30px auto 0;
}

.image-text {
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 30px 0 15px;
    height: 220px;
    position: relative;
}

.image-text span {
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #131416;
    transition: all .4s ease-in-out;
}

#insights_wrepp p {
    color: #444;
    font-weight: 400;
    text-transform: none;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 30px;
}

.image-text .re-popup-btn {
    position: relative;
    width: 100%;
    text-align: center;
    bottom: 15px;
}

#insights_wrepp p {
    color: #444;
    font-weight: 400;
    text-transform: none;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 30px;
}

.image-text .re-popup-btn .btn-info {
    display: inline-block;
    vertical-align: middle;
    background: #6083ef;
    border: 1px solid #6083ef;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    border-radius: 20px;
    text-align: center;
    padding: 8px 25px;
    transition: all .4s ease-in-out;
    letter-spacing: 0.5px;
}

.blog-pagination.resource-pg .next-posts-link {
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
    text-decoration: none;
    background: #6083ef;
    min-width: 100px;
    transition: all .4s ease-in-out;
}

.blog-pagination.resource-pg {
    text-align: center;
    width: 100%;
}

.resources-inner:hover {
    background: #f3f3f3;
    box-shadow: none;
    transition: all .4s ease-in-out;
}

.image-text .re-popup-btn .btn-info:hover {
    background: #3454b9;
    color: #fff;
    border-color:#3454b9; 
}


#case_studies {
    margin-bottom: 70px;
}

#case_studies ul {
    width: 100%;
    text-align: center;
    display: block;
    margin: 10px 0 45px;
}

#case_studies .nav-item {
    display: inline-block;
}



#case_studies .nav-link {
    border: 1px solid #d1d1d1;
    border-radius: 20px;
    margin: 5px;
    background: #f7f7f7;
    color: #131416;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    padding: 9px 22px;
}

#case_studies .nav-link.active {
    background: #456ce2;
    border: 1px solid #456ce2;
    color: #fff;
}

#case_studies .inr-case-st {
    display: block;
    width: 100%;
    overflow: hidden;
    border: 1px solid #f2f2f2;
    margin-bottom: 30px;
    padding: 15px 40px 30px;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .1);
    transition: all .4s ease-in-out;
}

#case_studies .inr-case-st .logo-holder {
    display: block;
    text-align: center;
    border-bottom: 2px solid #456ce2;
    margin: 0 30px;
}

#case_studies .inr-case-st .logo-holder img {
    width: 200px;
    height: auto;
    margin-bottom: 10px;
    max-height: 92px;
}

#case_studies .inr-case-st .text-holder {
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 20px 0 20px;
    height: 185px;
}

#case_studies .inr-case-st .text-holder a {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #131416;
    text-transform: uppercase;
    transition: all .4s ease-in-out;
    letter-spacing: normal;
}

#case_studies .inr-case-st .text-holder p {
    font-size: 16px;
    line-height: 20px;
    color: #131416;
    padding-top: 10px;
}

#case_studies .inr-case-st .btn-holder {
    display: block;
    overflow: hidden;
    text-align: center;
}

#case_studies .inr-case-st .btn-holder a.read-more {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    background: #456ce2;
    border: 1px solid#456ce2;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-top: 15px;
    border-radius: 20px;
    text-align: center;
    padding: 8px 25px;
    transition: all .4s ease-in-out;
}

#case_studies .inr-case-st .btn-holder .download a:hover, #case_studies .inr-case-st .btn-holder a.read-more:hover {
       background: #3454b9;
    color: #fff;
    border-color: #3454b9;
    transition: all .4s ease-in-out;
}

#case_studies .inr-case-st:hover {
    background: #f3f3f3;
    box-shadow: none;
    transition: all .4s ease-in-out;
}

#case_details_wrepp {
    padding: 40px 0 0;
}

#case_details_wrepp .case-col1 {
    background: #f3f3f3;
    padding: 20px 20px 40px;
}

#case_details_wrepp .case-col1 .logo-holder {
    display: block;
    text-align: center;
    background: #fff;
    padding: 10px;
    margin-bottom: 40px;
}

#case_details_wrepp .case-col1 .text-holder .th-indus {
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 20px;
}

#case_details_wrepp .case-col1 .text-holder .th-indus h2, #case_details_wrepp .case-col1 .text-holder .th-propos h2 {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 15px;
}

#case_details_wrepp .case-col1 .text-holder .th-indus span, #case_details_wrepp .case-col1 .text-holder .th-propos span {
    color: #131416;
    font-size: 15px;
    line-height: 20px;
    display: block;
}

#case_details_wrepp .case-col1 .text-holder .th-propos {
    border-bottom: 1px solid #c9c9c9;
    padding: 20px 0;
}

#case_details_wrepp .case-col1 .text-holder .th-indus h2, #case_details_wrepp .case-col1 .text-holder .th-propos h2 {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 15px;
}

#case_details_wrepp .case-col1 .text-holder .th-indus span, #case_details_wrepp .case-col1 .text-holder .th-propos span {
    color: #131416;
    font-size: 15px;
    line-height: 20px;
    display: block;
}

.case-col1 ul{
  margin:0px; 
  padding:0px;
}



#case_details_wrepp .case-col2 h1 {
    font-size: 22px;
    line-height: normal;
    background-color: #456ce2;
    padding: 7px 15px;
    margin: 0;
    font-weight: 700;
    color: #fff;
}

.case-col2.single-case-content .wpb_text_column.wpb_content_element {
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 35px;
}

#case_details_wrepp p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #666;
}

.case-col2.single-case-content .wpb_text_column.wpb_content_element p {
    margin-bottom: 15px;
}

.case-col2.single-case-content .vc_custom_heading {
    background: #456ce2;
    font-weight: 700;
    font-size: 22px;
    padding: 10px;
    color:#fff;
}

.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.vc_column_container {
    padding-left: 0;
    padding-right: 0;

}


.case-col2.single-case-content .wpb_text_column.wpb_content_element.shop-list-content {
    border: 1px solid #ccc;
    padding: 10px;
    float: left;
    width: 100%;
}

#case_details_wrepp .case-col2 ul {
    list-style-position: outside;
}

#case_details_wrepp .case-col2 ul li {
    list-style: square;
    font-size: 15px;
    list-style-position: inside;
    color: #666;
    margin-bottom: 2px;
    margin-top: 3px;
}

.single-case-content .shop-list-content ul li {
    float: left;
    width: 50%;
}



.case-col2.single-case-content .wpb_text_column.wpb_content_element p {
    margin-bottom: 15px;
}


.wpb_column.vc_column_container.vc_col-sm-12 ul{
  margin:0px;
  padding:0px;
}


#rtr-wrap {
    display: block;
    background: #f3f3f3;
    padding: 40px 0;
    text-align: center;
}

#rtr-wrap {
    display: block;
    background: #f3f3f3;
    padding: 40px 0;
    text-align: center;
}

#rtr-wrap h1 {
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 50px;
}

#rtr-wrap h2 {
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 50px;
}

#rtr-wrap .inner-item {
    background: #fff;
    border: 1px solid #f2f2f2;
    margin-bottom: 30px;
    padding: 15px 40px 30px;
}

.img-holder {
    display: block;
    text-align: center;
    margin: 0 0 10px 0;
}

#rtr-wrap .text-holder a {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #131416;
    text-transform: uppercase;
}

#rtr-wrap .text-holder p {
    display: block;
    overflow: hidden;
    font-size: 15px;
    line-height: 20px;
    color: #131416;
    padding-top: 10px;
    text-align: center;
    height: 185px;
}


 
#rtr-wrap .text-holder .btn-info {
    display: inline-block;
    vertical-align: middle;
    background: #456ce2;
    border: 1px solid #456ce2;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 20px;
    text-align: center;
    padding: 8px 25px;
}

#rtr-wrap .text-holder .btn-info:hover {
    background: #284cbb;
    color: #fff;
}

#blog_page_wrepp {
    padding: 50px 0;
}

.blog-inner1 {
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #ccc;
}

.blog-inner1 .blog_dt2 {
    background: #ffffffe8;
    width: 100%;
    padding: 5px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.blog-inner1 .blog_dt2 h1 {
    font-size: 18px;
    height: 24px;
    overflow: hidden;
    margin-bottom: 0px;
    margin-top: 3px;
}

.blog-inner1 h1 {
    font-size: 24px;
    margin-bottom: 5px;
    color: #050618;
    font-weight: 600;
}

.blog-inner1 h1 a {
    color: #050618;
}

.blog-inner1 span {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
    line-height: 16px;
    color: #777;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.blog-inner1 span a {
    color: #6083ef;
    font-weight: 600;
}

.blog-inner1 p {
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    color: #333;
    margin-top: -3px;
    margin-bottom: -4px;
    display: inline-block;
    height: 33px;
    overflow: hidden;
}


.blog-inner1 .read-more a {
    color: #6083ef;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    padding-top: 8px;
    transition: all ease .5s;
}

.nextrow {
    padding: 40px 0;
    width: 100%;
}

.nextrow a {
    padding: 5px 20px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    background: #6083ef;
    min-width: 100px;
    transition: all .4s ease-in-out;
}

.nextrow a:hover{
  background:#4667ce;
  cursor: pointer;
}

.blog-banner {
    position: relative;
}



.blog-banner .heading {
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    left: 15%;
}


.blog-banner .heading h1 {
    font-size: 45px;
    text-align: center;
    font-weight: 600;
    color: #fff;
}



#blog_details {
    padding: 50px 0;
}

#blog_details img {
    margin-bottom: 15px;
}

.single-blog-cd {
    border-bottom: 1px solid #e8e8e8;
}

#blog_details span {
    margin-right: 10px;
}

#blog_details span a {
    color: #6083ef;
}

#blog_details span {
    margin-right: 10px;
}

#blog_details h1 {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
}

#blog_details p {
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
}

#blog_details p a {
    color: #6083ef;
}

.blog-side-bar {
    margin-top: 50px;
}

.blog-side-bar .textwidget h2 {
    font-size: 30px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
}

.blog-side-bar .textwidget h2:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 2px;
    background: #6083ef;
    left: 0;
    bottom: 0;
}

.rpwwt-widget ul {
    list-style: outside none none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.rpwwt-widget ul li {
    overflow: hidden;
    margin: 0 0 1.5em;
}

.rpwwt-widget ul li {
    border-bottom: 1px solid #e8e8e8;
    margin: 0 0 15px;
    padding-bottom: 15px;
}

.rpwwt-widget ul li a {
    font-size: 14px;
    font-weight: 700;
    color: #131416;
    display: block;
    margin-bottom: 5px;
}

#rpwwt-recent-posts-widget-with-thumbnails-2 img {
    width: 70px;
    height: 70px;
}
.rpwwt-post-date {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: rgba(51, 51, 51, .4);
}

.rpwwt-widget ul li img {
    display: inline;
    float: left;
    margin: .3em .75em .75em 0;
}



#post-23 #inner-page-wrap {
    padding: 60px 0;
}

.page-id-23 .vc_row {
    margin: 0;
}

#post-23 #inner-page-wrap .vc_tta-panel-heading a {
    font-size: 20px;
}

#post-23 #inner-page-wrap .vc_tta-panel-heading a {
    font-size: 20px;
}



#contact_banner {
    position: relative;
    padding: 0 0 0;
    background: #f2f2f2;
}

.vc_row[data-vc-full-width] {
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    overflow: hidden;
}

.vc_row {
    margin-left: -15px;
    margin-right: -15px;
}

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

.vc_column_container {
    padding-left: 0;
    padding-right: 0;
}

.vc_row.vc_row-no-padding .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

.wpb_gmaps_widget .wpb_wrapper {
    background-color: #f7f7f7;
    padding: 5px;
}

.wpb_gmaps_widget .wpb_map_wraper iframe {
    margin-bottom: 0;
    padding: 0;
    display: block;
    width: 100%;
    border: none;
}

#inner-page-wrap .container{
      width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: none;
}


#contact_banner::after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    background: url(../img/map-afterimg.png) no-repeat;
    background-size: 100% auto;
    height: 200px;
    bottom: 0;
}


#contact_main {
    background: #f2f2f2;
    padding: 0px 100px;
}

.vc_row:after {
    clear: both;
}

.vc_col-has-fill>.vc_column-inner, .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-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 35px;
}
.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.vc_column_container {
    padding-left: 0;
    padding-right: 0;
}

.vc_col-sm-4 {
    width: 33.33333333%;
}
.vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9 {
    float: left;
}

.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

#content .wpb_alert p:last-child, #content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .wpb_alert p:last-child, .wpb_text_column :last-child, .wpb_text_column p:last-child {
    margin-bottom: 0;
}


#contact_main h1 {
    display: block;
    margin: 0 0 30px;
    position: relative;
    font-size: 23px;
    line-height: 27px;
    font-weight: 700;
    padding: 0 0 10px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 19px;
}


#contact_main h1:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    width: 85px;
    height: 5px;
    background: #4566cc;
}

#contact_main ul li {
    display: block;
    padding: 0 0 20px;
    width: 100%;
}

#contact_main ul li i {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #fff;
    background: #4566cc;
    margin: 0 15px 0 0;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
}

#contact_main ul li a {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 20px;
    color: #050618;
}

#contact_main p {
    color: #444;
    font-weight: 400;
    text-transform: none;
    font-size: 16px;
    margin-bottom: 10px;
}

#contact_main .btn-info {
    width: 220px;
    margin: 10px 0 50px;
    display: block;
    padding: 15px;
    background: #4566cc;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    border: none;
    transition: all ease .5s;
}

.vc_col-sm-12 {
    width: 100%;
}
.vc_col-sm-8 {
    width: 66.66666667%;
}


.cont_form{

}

.cont_form .col-md-6{
  float: left;
}

.cont_form label{
      font-size: 17px;
    font-weight: 500;
    color: #4566cc;
}

.cont_form input, .cont_form textarea{
    padding: 8px 10px;
    font-size: 16px;
    border: 1px solid #cecece;
}

 
#contact_main .btn-info:hover{
  background:#3656b9;
  cursor: pointer;
}


/*_________________CSS_9-10________________________________*/


.wrap_dtech_as .modal-content{
      border: 0px solid red;
      border-radius: 0px;
}

.wrap_dtech_as .modal-dialog{
  max-width: 600px;
}

.wrap_dtech_as .modal-title{
      display: inline-block;
    width: 100%;
    border: 0px solid red;
    padding-left: 20px;
    font-size: 21px;
    float: left;
    margin-top: -7px;
    margin-bottom: -6px;
    padding-top: 3px;
    text-align:center;
    font-weight: 600;
}

.wrap_popup_form{

}

.singl_form_pop_tbl {
    padding: 0px 10%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.singl_form_pop_tbl input {
    border: 1px solid #999;
    padding: 9px 10px;
    color: #555;
    font-size: 16px;
    margin: 0px;
}

 

.singl_form_pop_tbl input::placeholder {
  color: #999;
  opacity: 1;
}

.form_top_as_num {
    text-align: center;
}


.btn_downlod_profile{
    font-size: 16px;
    padding: 8px 20px;
    background: #6083ef;
    color: #fff;
    font-weight: 500;
}



#website_development {
    background: url(../img/web-development-bg.jpg) no-repeat center/cover;
    width: 100%;
    position: relative;
    height: 100vh;
    max-width: 1920px;
    margin: auto;
}

.backbg {
    background: rgb(181 199 255 / 25%);
    height: 100%;
    width: 50%;
    top: 0;
    left: 0;
    position: absolute;
    clip-path: polygon(0 0, 78% 0, 100% 100%, 0 100%);
}

.inner_main .col-lg-6 {
    height: 100vh;
}

.web_banner_caption {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 480px;
    margin: auto;
}

.web_banner_caption h1 {
    color: #6083ef;
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
    font-weight: 700;
}

.web_banner_caption h2 {
    width: 100%;
    color: #fff;
    font-size: 38px;
    line-height: 38px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.web_banner_caption p {
    width: 100%;
    color: #fff;
    font-size: 20px;
}

.web_form {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 480px;
    margin: auto;
}

.web_form h2 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    color: #6083ef;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.web_form h2 span {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
}

#focussed_wrepp {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    position: relative;
    padding: 70px 0;
}

.foucs_backbg {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
    background: #6083ef;
    height: 80%;
    width: 50%;
    top: 0;
    right: 0;
    position: absolute;
}

#focussed_wrepp h2 {
    font-size: 20px;
    color: #2c2c2c;
    font-weight: 600;
    text-transform: uppercase;
}

#focussed_wrepp h1 {
    color: #6083ef;
    font-size: 50px;
    line-height: 50px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
}

#focussed_wrepp h1 span {
    color: #2c2c2c;
    font-size: 45px;
    font-weight: 400;
    line-height: 35px;
}

#focussed_wrepp p {
    color: #2c2c2c;
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    margin: 20px 0 0;
    padding: 0 15px 0 0;
}

#activities_wrepp {
    display: table;
    max-width: 1920px;
    width: 100%;
    vertical-align: middle;
    margin: auto;
}

.activities_col1 {
    background: #d5a211 url(../img/digital-mrt-banner.png) no-repeat bottom/cover;
    width: 40%;
    height: 100%;
    vertical-align: top;
    display: table-cell;
    margin: 20px 0 0;
    padding: 170px 0 100px 0;
}


.activities_col1 .marketing-activity {
    width: 290px;
    margin: auto;
    display: table;
}

.activities_col1 .marketing-activity h4 {
    font-size: 50px;
    color: #000;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 700;
}

.activities_col1 .marketing-activity h5 {
    font-size: 38px;
    color: #2c2c2c;
    line-height: normal;
    text-transform: uppercase;
}

.activities_col1 .marketing-activity p {
    font-size: 15px;
    color: #2c2c2c;
}

.activities_col2 {
    background: url(../img/digital-slide-banner.png) no-repeat center/cover;
    width: 60%;
    height: 100%;
    display: table-cell;
    margin: 20px 0 0;
}

.activities_col2 .digital-mrt-slider {
    max-width: 695px;
    min-height: 450px;
    background-color: #f3f4f4;
    position: relative;
    top: 70px;
    right: 60px;
    padding: 10px 10px 0 40px;
}

.activities_arrow {
    text-align: right;
}

.activities_arrow .arrow_n {
    width: 25px;
    text-align: center;
    font-size: 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    line-height: 25px;
    background-color: #6083ef;
    display: inline-block;
    color: #232323;
}

.activities_col2 .digital-mrt-slider h3 {
    color: #2c2c2c;
    font-size: 24px;
    text-transform: capitalize;
}

.activities_col2 .digital-mrt-slider p {
    color: #2c2c2c;
    font-size: 15px;
    margin: 20px 0 0;
}

#related_wrepp {
    padding-top: 90px;
}

#related_wrepp h1 {
    width: 100%;
    text-align: center;
    color: #2c2c2c;
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 700;
}

#related_wrepp h2 {
    width: 100%;
    text-align: center;
    color: #2c2c2c;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0 0 50px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.casebox p {
    width: 77%;
    display: table;
    text-align: left;
    color: #2c2c2c;
    height: 50px;
    overflow: hidden;
    font-size: 15px;
    margin: 20px auto 0;
}

.casebox .btn-info {
    width: 80px;
    height: 34px;
    background-color: #6083ef;
    border: none;
    border-radius: 0;
    text-align: center;
    color: #2c2c2c;
    font-size: 15px;
    text-transform: uppercase;
    margin: 20px 0 0 45px;
    padding: 7px 0 0;
}

.sectn_detl_foot{
  background: #f9f9f9;
  margin-top: 60px;
}

.wrap_form_detl{

}

.wrap_form_detl .col-md-6{
    float: left;
    width: 50%;
}

.wrap_form_detl .col-md-6 input {
    float: left;
    width: 100%;
    padding: 0px;
    font-size: 15px;
    padding: 8px 20px;
    border-radius: 100px;
}

.wrap_form_detl .col-md-12 {
    text-align: center;
}

.wrap_form_detl .col-md-12 input{
    float: left;
    width: 50%;
}


.btn_fre_qte{
    background: #5a7ada;
    color: #fff;
    font-weight: 500;
    padding: 9px 20px;
    border-radius: 100px;
}

.wrap_form_detl input::placeholder {
  color: #999;
  opacity: 1;
}


/*_______________*/

#pricingplanwrep .pricebox ul li {
    transition: 0.5s;
    font-size: 15px;
    color: #525252;
    font-weight: 400;
    padding: 3px 0;
    list-style: disc;
    line-height: 22px;
}

#pricingplanwrep .pricebox h3{
      background: #6083ef;
}

#pricingplanwrep .pricebox {
    transition: 0.5s;
    background: #fff;
    border: 2px solid #6083ef;
    border-top: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
        border-top: 0px;
}

#pricingplanwrep .row .col-md-4:hover .pricebox {
    border: 2px solid #0e0f1a;
    border-top: 0px;
}

#pricingplanwrep .row .col-md-4:hover h2 {
    border: 2px solid #0e0f1a;
    border-bottom: 0px;
        border-bottom: 0px;
}

#pricingplanwrep h2{
  border: 2px solid #6083ef;
      border-top-left-radius: 10px;
    border-top-right-radius: 10px;
     border-bottom: 0px;
}

#pricingplanwrep h2 span {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
    color: #fff;
    padding: 8px 19px;
    background: #6083ef;
    line-height: 15px;
    font-weight: 600;
    border-radius: 100px;
}

#pricingplanwrep .pricebox ul {
    min-height: 330px;
    padding: 10px 30px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}