@import "../fonts/stylesheet.css";
body {
  font-family: "TT Commons", sans-serif;
  min-height: 100%;
}

.body-content {
  min-height: 100%;
}

#header .navbar .container {
  min-height: 80px;
  border-radius: 9px;
  background-color: #3A6CE9;
}
@media (max-width: 991px) {
  #header .navbar .container {
    padding-left: 9px;
    padding-right: 9px;
  }
}
#header .navbar .container .navbar-brand {
  min-height: 80px;
  display: grid;
}
#header .navbar .container .navbar-brand img {
  margin: auto 0;
}
#header .navbar .container .navbar-collapse ul.navbar-nav > li {
  padding: 5px 5px;
}
#header .navbar .container .navbar-collapse ul.navbar-nav > li > a {
  padding: 6px 13px !important;
  background-color: #3A6CE9;
  border-radius: 9px;
  font-size: 18px;
  color: #ffffff;
}
#header .navbar .container .navbar-collapse ul.navbar-nav > li > a.active {
  background-color: #EEF3FF;
  color: #0532A1;
}
#header .navbar .container .navbar-collapse ul.navbar-nav > li > a.dropdown-toggle::after {
  margin: 0 0 -2px 6px;
}
#header .navbar .container .navbar-collapse ul.navbar-nav .nav-item .btn-login {
  color: #ffffff;
}
#header .navbar .container .navbar-collapse ul.navbar-nav .nav-item .cart-btn {
  position: relative;
}
#header .navbar .container .navbar-collapse ul.navbar-nav .nav-item .cart-btn #cartItemCount {
  background-color: #ffffff;
  color: #0532A1;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  font-weight: 300;
  font-size: 12px;
  padding: 6px 0;
  height: 20px;
  width: 20px;
  right: 0;
  top: 0;
}
#header .navbar .container .navbar-collapse ul#nav.navbar-nav > li:first-child > a {
  background-color: #EEF3FF;
  color: #0532A1;
}
#header .navbar-light .navbar-toggler {
  border: 1px solid white;
}
#header .navbar-light .navbar-toggler .navbar-toggler-icon {
  color: wheat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
#header .topbar {
  background-color: #232C59;
  color: #AAAAAA;
  z-index: 1;
  position: relative;
}

nav.master-breadcrumb {
  background-color: unset;
}
nav.master-breadcrumb .breadcrumb {
  background-color: inherit;
  height: auto;
}
nav.master-breadcrumb .breadcrumb .breadcrumb-item {
  font-weight: 300;
  font-size: 14px;
  color: #3F4F76;
}
nav.master-breadcrumb .breadcrumb .breadcrumb-item a {
  color: inherit;
}

.dropdown-menu {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 0 0 9px 9px;
  background: #3A6CE9;
}
.dropdown-menu .dropdown-item a {
  color: #ffffff !important;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
}
.dropdown-menu .dropdown-item:hover a {
  text-decoration: none;
  color: #0532A1 !important;
}
.dropdown-menu .dropdown-divider {
  display: none;
}

.page-title {
  margin-bottom: 60px;
}
.page-title h6 {
  font-weight: 300;
  font-size: 48px;
  color: #0C286E;
  margin: 0;
}
.page-title p {
  font-size: 16px;
  color: #0532A1;
}

.alert {
  background-color: #4876EA !important;
  border: none;
  border-radius: 9px;
  color: white;
}
.alert .btn {
  background-color: #4876EA;
  border: 1px solid white;
  font-family: TT Commons, sans-serif;
  padding: 5px 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  text-align: center;
  color: white;
  text-transform: uppercase;
  border-radius: 9px;
}
.alert .btn i {
  display: none;
}

.btn.btn-primary {
  background-color: #3A6CE9;
}

#main-body .btn {
  width: 200px;
  border-radius: 9px;
  color: white;
  border: none;
  line-height: 38px;
  padding: 3px 0 0 0;
  text-align: center;
  text-transform: uppercase;
  background-color: #0532A1;
}
#main-body .btn:focus {
  box-shadow: none;
}
#main-body .btn:hover {
  background-color: #0C286E;
}
#main-body .btn.btn-outline {
  border: 1px solid #0532A1;
  background-color: white;
  color: #0532A1;
}
#main-body .btn.btn-outline:hover {
  border: 1px solid #0C286E;
  color: #0C286E;
}
#main-body .btn.btn-invert {
  border: 1px solid white;
  background-color: #3A6CE9;
  color: white;
}
#main-body .btn.btn-invert:hover {
  background-color: #4876EA;
}
#main-body .btn.btn-invert-outline {
  background-color: white;
  color: #0532A1;
}
#main-body .btn.btn-invert-outline:hover {
  opacity: 80%;
}
#main-body .label {
  width: 75px !important;
  font-weight: normal;
  padding-top: 3px;
  margin: auto;
}
@media (min-width: 991px) {
  #main-body .primary-content.primary-content-contact {
    padding-left: 0;
  }
}

.row-knowledgebase .primary-content {
  margin-bottom: 60px;
}
.row-knowledgebase .card-title {
  color: #0C286E;
}
.row-knowledgebase .card a {
  color: #0C286E;
}
.row-knowledgebase form .input-group-append button.btn {
  width: inherit;
  border-radius: 0 9px 9px 0 !important;
  color: inherit;
  border: inherit;
  line-height: inherit;
  padding: 0 10px;
  text-align: inherit;
  text-transform: inherit;
  background-color: inherit;
}

.row-knowledgebasearticle .primary-content, .row-knowledgebasecat .primary-content {
  margin-bottom: 60px;
}
.row-knowledgebasearticle form .input-group-append button.btn, .row-knowledgebasecat form .input-group-append button.btn {
  width: inherit;
  border-radius: 0 9px 9px 0 !important;
  color: inherit;
  border: inherit;
  line-height: inherit;
  padding: 0 10px;
  text-align: inherit;
  text-transform: inherit;
  background-color: inherit;
}

.show-on-card-hover {
  width: 25px;
  height: 25px;
}

footer.footer {
  background-color: #232C59;
  position: relative;
  margin-top: -60px;
  height: 60px;
  padding: 0;
  z-index: 1;
}
footer.footer .copyright {
  padding: 21px 0;
  font-size: 12px;
  color: #AAAAAA;
  margin: 0;
}

.sidebar-wrap, #order-standard_cart .sidebar {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 60px;
}
.sidebar-wrap .btn-success, #order-standard_cart .sidebar .btn-success {
  background-color: white !important;
  color: #0532A1 !important;
}
.sidebar-wrap .btn-success:hover, #order-standard_cart .sidebar .btn-success:hover {
  opacity: 80% !important;
}
.sidebar-wrap .btn-success:focus, #order-standard_cart .sidebar .btn-success:focus {
  box-shadow: none;
}
.sidebar-wrap .btn-default, #order-standard_cart .sidebar .btn-default {
  border: 1px solid white !important;
  background-color: #3A6CE9 !important;
  color: white !important;
}
.sidebar-wrap .btn-default:hover, #order-standard_cart .sidebar .btn-default:hover {
  background-color: #4876EA !important;
}
.sidebar-wrap .btn-default:focus, #order-standard_cart .sidebar .btn-default:focus {
  box-shadow: none;
}
@media (max-width: 992px) {
  .sidebar-wrap .sidebar, #order-standard_cart .sidebar .sidebar {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.sidebar-wrap:before, #order-standard_cart .sidebar:before {
  content: "";
  position: absolute;
  background-color: #3A6CE9;
  width: 5000px;
  height: 100%;
  border-radius: 30px;
  right: 0px;
  top: -20px;
  padding: 50px;
  z-index: 4;
}
.sidebar-wrap:after, #order-standard_cart .sidebar:after {
  content: "";
  position: absolute;
  background-color: #3A6CE9;
  width: 5000px;
  height: 51px;
  border-radius: 30px 30px 0 30px;
  right: 0;
  top: -20px;
  z-index: 6;
}
.sidebar-wrap .card-sidebar, #order-standard_cart .sidebar .card-sidebar {
  margin-bottom: 40px !important;
  border: none !important;
  z-index: 5;
}
.sidebar-wrap .card-sidebar::before, #order-standard_cart .sidebar .card-sidebar::before {
  content: "";
  position: absolute;
  height: 1px;
  top: -25px;
  width: 5000px;
  right: -15px;
  background-color: #4876EA;
  z-index: 7;
}
.sidebar-wrap .card-header, #order-standard_cart .sidebar .card-header {
  background-color: #3A6CE9;
  border: none;
  border-radius: 0;
}
.sidebar-wrap .card-header h3, #order-standard_cart .sidebar .card-header h3 {
  font-family: TT Commons, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  text-align: left;
  color: white;
}
.sidebar-wrap .card-header i, #order-standard_cart .sidebar .card-header i {
  display: none;
}
.sidebar-wrap .collapsable-card-body, #order-standard_cart .sidebar .collapsable-card-body {
  background-color: #3A6CE9;
}
.sidebar-wrap .collapsable-card-body .list-group-item, #order-standard_cart .sidebar .collapsable-card-body .list-group-item {
  background-color: #3A6CE9 !important;
  border: none;
  color: white;
  padding: 2px 15px;
  margin-top: 0 !important;
}
.sidebar-wrap .collapsable-card-body .list-group-item:hover, #order-standard_cart .sidebar .collapsable-card-body .list-group-item:hover {
  background-color: #3A6CE9;
}
.sidebar-wrap .collapsable-card-body .list-group-item > i, #order-standard_cart .sidebar .collapsable-card-body .list-group-item > i {
  color: transparent !important;
  display: none;
}
.sidebar-wrap .collapsable-card-body .list-group-item .fa-dot-circle, .sidebar-wrap .collapsable-card-body .list-group-item .fa-circle, #order-standard_cart .sidebar .collapsable-card-body .list-group-item .fa-dot-circle, #order-standard_cart .sidebar .collapsable-card-body .list-group-item .fa-circle {
  display: inline-block;
  margin-right: 10px;
}
.sidebar-wrap .collapsable-card-body .list-group-item .fa-dot-circle::before, #order-standard_cart .sidebar .collapsable-card-body .list-group-item .fa-dot-circle::before {
  background-image: url("../img/sidebar-radio-badge-active.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sidebar-wrap .collapsable-card-body .list-group-item .fa-circle::before, #order-standard_cart .sidebar .collapsable-card-body .list-group-item .fa-circle::before {
  background-image: url("../img/sidebar-radio-badge.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sidebar-wrap .collapsable-card-body .list-group-item .badge, #order-standard_cart .sidebar .collapsable-card-body .list-group-item .badge {
  font-family: TT Commons, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 0;
  letter-spacing: 0;
  background-color: transparent;
  color: white;
  text-align: center;
}
.sidebar-wrap .collapsable-card-body .card-body, #order-standard_cart .sidebar .collapsable-card-body .card-body {
  background-color: #3A6CE9;
  color: white;
}
.sidebar-wrap .btn, #order-standard_cart .sidebar .btn {
  width: auto !important;
  background-color: #3A6CE9;
  border: 1px solid white;
  font-family: TT Commons, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  text-align: center;
  color: white;
  text-transform: uppercase;
  border-radius: 9px !important;
  padding: 0 5px !important;
}
.sidebar-wrap .btn i, #order-standard_cart .sidebar .btn i {
  display: none;
}
.sidebar-wrap .btn-default, #order-standard_cart .sidebar .btn-default {
  background-color: white;
  color: #0532A1;
}
.sidebar-wrap .btn-custom, #order-standard_cart .sidebar .btn-custom {
  margin-top: 20px;
  max-width: 200px;
}
.sidebar-wrap .card-footer, #order-standard_cart .sidebar .card-footer {
  background-color: #3A6CE9;
  border: none;
}

@media (max-width: 991px) {
  .sidebar-secondary {
    padding: 25px;
    border-radius: 30px;
    background-color: #3A6CE9;
    color: white;
  }
  .sidebar-secondary .card {
    border: none;
    background-color: #3A6CE9;
  }
  .sidebar-secondary .card .card-header {
    background-color: transparent;
    border: none;
  }
  .sidebar-secondary .card .collapsable-card-body {
    display: block !important;
  }
  .sidebar-secondary .card .collapsable-card-body a {
    border: none;
    color: white;
    background-color: transparent;
    margin: 5px auto;
  }
  .sidebar-secondary .card .collapsable-card-body i {
    display: none;
  }
  .row-supportticketsubmit-stepone .sidebar-wrap {
    display: none;
  }
  .row-supportticketsubmit-steptwo .sidebar-wrap {
    display: none;
  }
  .row-downloads .sidebar-wrap {
    display: none;
  }
}
.recent-ticket small :last-child {
  color: #ffffff !important;
}

.puzzle-forms .form-group label {
  font-size: 14px;
  color: #3F4F76;
}
.puzzle-forms .form-group textarea, .puzzle-forms .form-group button, .puzzle-forms .form-group select, .puzzle-forms .form-group input {
  border: 1px solid #3F4F76 !important;
  box-shadow: unset !important;
  border-radius: 9px;
}
.puzzle-forms .form-group textarea ::placeholder, .puzzle-forms .form-group button ::placeholder, .puzzle-forms .form-group select ::placeholder, .puzzle-forms .form-group input ::placeholder {
  color: #7F8C8D;
}
.puzzle-forms .form-group textarea option, .puzzle-forms .form-group button option, .puzzle-forms .form-group select option, .puzzle-forms .form-group input option {
  color: #000000;
}
.puzzle-forms .form-group .btn-reveal-pw {
  border-left: 0 !important;
  color: #2C3E50;
}
.puzzle-forms .form-group .pw-input {
  border-right: 0 !important;
}

.form-buttons .btn-secondary {
  margin: 5px 0;
}

.body-contact #main-body .contacts-form .alert.alert-success {
  background-color: #EEF3FF !important;
  color: #0C286E !important;
}

.row-account-contacts-manage .alert .btn {
  width: 100% !important;
  margin-bottom: inherit;
}

.dataTables_wrapper .dataTables_info {
  font-family: TT Commons, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
  text-align: left;
  color: #7F8C8D;
}
.dataTables_wrapper input[type=search] {
  display: none !important;
}
.dataTables_wrapper .table.table-list {
  border-radius: 9px;
  border: 1px solid #3A6CE9;
  overflow: hidden;
}
.dataTables_wrapper .table.table-list thead th {
  background-color: #3A6CE9 !important;
  color: white;
  border: none;
}
.dataTables_wrapper .table.table-list thead th:before {
  display: none;
}
.dataTables_wrapper .table.table-list thead th:after {
  display: none;
}
.dataTables_wrapper .table.table-list tbody tr:nth-child(2) {
  background-color: #F2F8FF;
}
.dataTables_wrapper .table.table-list tbody td {
  color: #2C3E50;
  text-align: center;
}
.dataTables_wrapper .table.table-list tbody td.sorting_1 {
  word-break: break-all;
}
.dataTables_wrapper .dataTables_length {
  font-family: TT Commons, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0;
  text-align: left;
  color: #2C3E50;
}
.dataTables_wrapper .dataTables_length select {
  font-family: TT Commons, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0;
  text-align: left;
  border-radius: 9px;
  border: 1px solid #0C286E;
  margin: 5px 12px;
  padding-left: 10px;
  padding-right: 30px;
  background-image: url("../img/table-select-label.svg");
  background-position: 83%;
  background-size: 7.5px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.active a {
  color: #0C286E;
}
.dataTables_wrapper .dataTables_paginate .paginate_button a {
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px;
  font-family: TT Commons, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0;
  background-color: transparent;
  padding: 3px !important;
  margin: 3px !important;
  width: 30px;
  text-align: center;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous a {
  color: transparent;
  background-image: url("../img/table-page-prev.svg");
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next a {
  color: transparent;
  background-image: url("../img/table-page-next.svg");
}

@media (max-width: 575px) {
  .dataTables_wrapper {
    overflow: auto;
  }
  table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting_asc_disabled, table.dataTable thead > tr > th.sorting_desc_disabled,
  table.dataTable thead > tr > td.sorting,
  table.dataTable thead > tr > td.sorting_asc,
  table.dataTable thead > tr > td.sorting_desc,
  table.dataTable thead > tr > td.sorting_asc_disabled,
  table.dataTable thead > tr > td.sorting_desc_disabled {
    cursor: pointer;
    position: relative;
    padding-right: 5px;
  }
  table.table-list thead th {
    padding: 5px;
  }
}
@media (max-width: 420px) {
  table.table-list tbody td {
    padding: 10px 5px;
  }
}
section#main-body .row-homepage {
  margin: 0;
}
section#main-body .row-homepage .primary-content-homepage {
  padding: 0;
}
section#main-body .row-homepage .primary-content-homepage .block-homepage h2 {
  text-align: left !important;
  margin-left: 0 !important;
  padding-bottom: 30px;
  font-weight: 400;
  font-size: 48px;
  color: #0C286E;
}
section#main-body .row-homepage .primary-content-homepage .block-homepage .container {
  padding: 90px 65px;
}
@media (max-width: 575px) {
  section#main-body .row-homepage .primary-content-homepage .block-homepage .container {
    padding: 20px !important;
  }
}
section#main-body .row-homepage .primary-content-homepage .block-homepage .our-services-container {
  padding: 70px 0 !important;
}
@media (min-width: 1200px) {
  section#main-body .row-homepage .primary-content-homepage .block-homepage .our-services-container {
    max-width: 1120px;
  }
}
@media (max-width: 1020px) {
  section#main-body .row-homepage .primary-content-homepage .block-homepage .our-services-container {
    max-width: 920px !important;
  }
}
@media (max-width: 992px) {
  section#main-body .row-homepage .primary-content-homepage .block-homepage .our-services-container {
    padding: 70px 20px !important;
  }
}
@media (max-width: 340px) {
  section#main-body .row-homepage .primary-content-homepage .block-homepage .our-services-container {
    padding: 70px 10px !important;
  }
}
section#main-body .row-homepage .primary-content-homepage .block-homepage-services {
  position: relative;
}
section#main-body .row-homepage .primary-content-homepage .block-homepage-services h2 {
  padding-bottom: 0;
  margin: 0;
}
section#main-body .row-homepage .primary-content-homepage .block-homepage-services .container {
  border-radius: 30px 0;
  padding: 70px 65px;
}
section#main-body .row-homepage .primary-content-homepage .block-homepage-services .container .col-xl-4 {
  padding: 10px 0 0;
}
section#main-body .row-homepage .primary-content-homepage .block-homepage-services .container .products {
  text-align: right;
  display: table;
  width: 100%;
}
section#main-body .row-homepage .primary-content-homepage .block-homepage-services .container .products .product-title {
  display: inline-block;
  font-weight: 300;
  font-size: 20px;
  padding: 7px 0;
  color: #3F4F76;
  margin-right: 20px;
}
section#main-body .row-homepage .primary-content-homepage .block-homepage-services .container .products .btn {
  text-transform: uppercase;
  background-color: #0532A1;
  border-radius: 9px;
  font-weight: 500;
  font-size: 16px;
  float: right;
}
section#main-body .row-homepage .primary-content-homepage .block-homepage-services .block-homepage-services {
  position: relative;
}
section#main-body .row-homepage .primary-content-homepage .block-homepage-services .block-homepage-services .block-homepage-services-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 5%;
  height: 100%;
  background-color: #3A6CE9;
  border-radius: 30px 0 0;
}
section#main-body .row-homepage .primary-content-homepage .block-homepage-services .block-homepage-services .block-homepage-services-bg:before {
  background: #ffffff;
  position: absolute;
  z-index: 2;
  height: 30px;
  content: " ";
  width: 32px;
  left: -32px;
  bottom: 0;
  border-radius: 0 0 30px 0;
}
section#main-body .row-homepage .primary-content-homepage .block-homepage-services .block-homepage-services .block-homepage-services-bg:after {
  background: #3A6CE9;
  position: absolute;
  z-index: 1;
  height: 30px;
  content: " ";
  width: 30px;
  left: -30px;
  bottom: 0;
}
@media (max-width: 580px) {
  section#main-body .row-homepage .primary-content-homepage .block-homepage-services .block-homepage-services .block-homepage-services-bg {
    display: none;
  }
}
section#main-body .row-homepage .primary-content-homepage .block-homepage-help {
  background-color: #3A6CE9;
  border-radius: 30px 0;
}
section#main-body .row-homepage .primary-content-homepage .block-homepage-help h2 {
  padding-bottom: 62px;
  color: #FFFFFF;
}
section#main-body .row-homepage .primary-content-homepage .block-homepage-help .container .action-icon-btns .col-lg {
  border-right-color: #D9D9D9;
  border-right-style: solid;
  border-right-width: 1px;
}
section#main-body .row-homepage .primary-content-homepage .block-homepage-help .container .action-icon-btns .col-lg:last-child {
  border: 0;
}
section#main-body .row-homepage .primary-content-homepage .block-homepage-help .container .action-icon-btns .col-lg a {
  background-color: unset;
  border-radius: 30px;
  font-weight: 300;
  font-size: 24px;
  padding: 38px 0;
  color: #FFFFFF;
  height: 200px;
  border: 0;
}
section#main-body .row-homepage .primary-content-homepage .block-homepage-help .container .action-icon-btns .col-lg a .ico-container {
  font-size: unset;
}
section#main-body .row-homepage .primary-content-homepage .block-homepage-help .container .action-icon-btns .col-lg a span {
  display: inline-grid;
  border-radius: 40px;
  padding: 8px 0;
  color: #FFFFFF;
  height: 40px;
  width: 40px;
}
section#main-body .row-homepage .primary-content-homepage .block-homepage-help .container .action-icon-btns .col-lg a span svg {
  margin: auto;
}
section#main-body .row-homepage .primary-content-homepage .block-homepage-help .container .action-icon-btns .col-lg a:hover {
  background-color: #4876EA;
}
section#main-body .row-homepage .primary-content-homepage .block-homepage-help .container .action-icon-btns .col-lg a:hover span {
  background-color: #5CB85C;
  border-radius: 40px;
}
section#main-body .row-homepage .primary-content-homepage .block-homepage-help .container .action-icon-btns .col-lg a:hover span.img-1 {
  background-color: #5CADB8;
}
section#main-body .row-homepage .primary-content-homepage .block-homepage-help .container .action-icon-btns .col-lg a:hover span.img-2 {
  background-color: #B85C5C;
}
section#main-body .row-homepage .primary-content-homepage .block-homepage-help .container .action-icon-btns .col-lg a:hover span.img-3 {
  background-color: #B8A45C;
}
section#main-body .row-homepage .primary-content-homepage .block-homepage-help .container .action-icon-btns .col-lg a:hover span.img-4 {
  background-color: #5C91B8;
}
section#main-body .row-homepage .primary-content-homepage .block-homepage-help .container .action-icon-btns .col-lg a:hover span.img-5 {
  background-color: #5CADB8;
}
section#main-body .row-homepage .primary-content-homepage .block-homepage-account {
  position: relative;
}
section#main-body .row-homepage .primary-content-homepage .block-homepage-account .container {
  background-color: #FFFFFF;
  border-radius: 30px 0;
}
section#main-body .row-homepage .primary-content-homepage .block-homepage-account .container .action-icon-btns .col-lg a {
  background-color: unset;
  border-radius: 30px;
  font-weight: 300;
  font-size: 24px;
  padding: 38px 0;
  color: #030000;
  height: 200px;
  border: 0;
}
section#main-body .row-homepage .primary-content-homepage .block-homepage-account .container .action-icon-btns .col-lg a .ico-container {
  font-size: unset;
}
section#main-body .row-homepage .primary-content-homepage .block-homepage-account .container .action-icon-btns .col-lg a span {
  font-size: 24px !important;
  background-color: #3A6CE9;
  display: inline-flex;
  border-radius: 20px;
  padding: 16px 0;
  color: #FFFFFF;
  height: 60px;
  width: 60px;
}
section#main-body .row-homepage .primary-content-homepage .block-homepage-account .container .action-icon-btns .col-lg a span svg {
  margin: auto;
}
section#main-body .row-homepage .primary-content-homepage .block-homepage-account .container .action-icon-btns .col-lg a:hover span {
  background-color: #5CB85C;
}
section#main-body .row-homepage .primary-content-homepage .block-homepage-account::after {
  -webkit-mask-image: radial-gradient(circle 30px at 0 0, transparent 0, transparent 30px, black 30px);
  transform: rotate(180deg);
  background: #3A6CE9;
  position: absolute;
  z-index: -9998;
  height: 30px;
  content: " ";
  width: 30px;
  left: 12%;
  top: 0;
}
section#main-body .row-homepage .primary-content-homepage .block-homepage-account::before {
  background-color: #3A6CE9;
  position: absolute;
  z-index: -9999;
  content: " ";
  height: 100%;
  width: 12%;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  section#main-body .row-homepage .primary-content-homepage .block-homepage .container .action-icon-btns .col-lg {
    border: 0;
  }
}

@media (max-width: 1110px) and (min-width: 992px) {
  .navbar-expand-lg > .container {
    justify-content: center;
    margin-left: 15px;
  }
}
@media (min-width: 1650px) {
  .announcements-row {
    margin-right: 15%;
    margin-left: 15%;
    margin-top: 54px;
  }
}
@media (max-width: 1650px) {
  .announcements-row {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.announcements-row .announcement {
  padding: 0 2%;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .announcements-row .announcement h1 {
    height: 200px;
  }
}
.announcements-row .announcement h1 a {
  font-family: TT Commons, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 41px;
  letter-spacing: 0;
  text-align: left;
  color: #0C286E;
  text-decoration: none;
}
.announcements-row .announcement .news-img {
  width: 100%;
  margin-bottom: 50px;
  transition: 0.5s;
}
.announcements-row .announcement .news-img:hover {
  transform: scale(1.1);
}
.announcements-row .announcement .news-summary {
  font-family: TT Commons, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
  text-align: left;
  color: #0C286E;
}

.single-announcement-row {
  max-width: 1100px;
  margin: auto;
  width: 100%;
}
@media (min-width: 1650px) {
  .single-announcement-row {
    margin-top: 54px;
  }
}
.single-announcement-row h1 {
  font-family: TT Commons, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 41px;
  letter-spacing: 0;
  text-align: left;
  color: #0C286E;
}
.single-announcement-row .single-announcement-content {
  font-family: TT Commons, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0;
  text-align: left;
  color: #0C286E;
  padding: 50px 0 100px 0 !important;
}
.single-announcement-row .news-img {
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .single-announcement-row .single-announcement-content {
    font-size: 24px;
    line-height: 28px;
    padding: 50px 0 100px 0 !important;
  }
}

body {
  overflow-x: hidden;
}

.body-content {
  overflow-x: hidden;
}

.row-clientareahome .sidebar .btn-default {
  background-color: #3A6CE9;
  color: white;
}
.row-clientareahome .tiles {
  margin: -25px 50px;
}
.row-clientareahome .tiles .tile {
  border-radius: 30px;
  border: none !important;
}
.row-clientareahome .tiles .tile:hover {
  background-color: #ECF0F1;
}
.row-clientareahome .tiles a {
  border: none;
  background-color: white;
}
.row-clientareahome .tiles a i {
  display: none;
}
.row-clientareahome .tiles a .highlight {
  display: none;
}
.row-clientareahome .tiles a .stat {
  font-family: TT Commons, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 45px;
  letter-spacing: 0;
  text-align: center;
  padding: 10px;
  background-color: #3A6CE9;
  border-radius: 20px;
  color: white;
  width: 60px;
  height: 60px;
  margin: auto;
}
.row-clientareahome .tiles a .title {
  font-family: TT Commons, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 17px;
  letter-spacing: 0;
  text-align: center;
  color: #0C286E;
  text-transform: capitalize;
  margin-top: 25px;
}
.row-clientareahome .client-home-cards {
  margin-bottom: 60px;
}
.row-clientareahome .client-home-cards .card {
  border: none;
}
.row-clientareahome .client-home-cards .card .card-header {
  padding-left: 5px;
}
.row-clientareahome .client-home-cards .card .card-header h3 {
  font-family: TT Commons, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  color: #0C286E;
}
.row-clientareahome .client-home-cards .card .card-header i {
  display: none;
}
.row-clientareahome .client-home-cards .card .card-body p {
  color: #0C286E;
}
.row-clientareahome .client-home-cards .card .btn {
  margin: auto;
}
.row-clientareahome .client-home-cards .card .btn a {
  background-color: #0532A1;
  color: white;
  font-family: TT Commons, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0;
  text-align: center;
  border-radius: 9px;
  width: 100%;
  text-transform: uppercase;
}
.row-clientareahome .client-home-cards .card .btn i {
  display: none;
}
.row-clientareahome .client-home-cards .list-group {
  border: none !important;
  max-height: unset;
}
.row-clientareahome .client-home-cards .list-group-item {
  border: none !important;
  color: #0C286E;
}
.row-clientareahome .client-home-cards .div-service-item {
  font-family: TT Commons, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0;
  text-align: left;
  color: #0C286E;
}
.row-clientareahome .client-home-cards .card-body a {
  font-family: TT Commons, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0;
  text-align: left;
  text-decoration: underline;
  color: #0C286E;
}

.row-clientareaproductdetails {
  padding-bottom: 100px;
}
.row-clientareaproductdetails #alertOverdueInvoice {
  color: white;
  background-color: #3A6CE9;
  border-radius: 9px;
  font-family: TT Commons, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 40px;
}
.row-clientareaproductdetails #alertOverdueInvoice .btn {
  color: white;
  line-height: 30px;
  transform: translateY(-3px);
  background-color: #0C286E;
  border: none;
}
.row-clientareaproductdetails .product-summary-block {
  background-color: #3A6CE9;
  border-radius: 30px;
  margin-top: 50px;
  transform: translateY(-60px);
}
.row-clientareaproductdetails .product-summary-block:before {
  content: "";
  position: absolute;
  width: 5000px;
  height: 100%;
  left: 30px;
  top: 0;
  background-color: #3A6CE9;
  z-index: -1;
}
.row-clientareaproductdetails .product-summary-block .product-status {
  background-color: transparent;
  color: white;
  font-family: TT Commons, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 37px;
  letter-spacing: 0;
  text-align: left;
  padding: 25px 35px;
}
.row-clientareaproductdetails .product-summary-block .product-status .product-icon {
  margin-bottom: 15px;
}
.row-clientareaproductdetails .product-summary-block .product-status h3 {
  font-weight: bolder;
  margin-bottom: 0;
  text-align: left;
}
.row-clientareaproductdetails .product-summary-block .product-status h4 {
  margin-bottom: 0;
  text-align: left;
}
.row-clientareaproductdetails .product-summary-block .product-status .product-status-text {
  float: right;
  font-family: TT Commons, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0;
  text-align: right;
  color: #5CB85C;
}
.row-clientareaproductdetails .product-summary-block .fa-stack {
  display: none;
}
.row-clientareaproductdetails .product-information-block {
  padding-top: 90px;
  padding-bottom: 20px;
}
.row-clientareaproductdetails .product-information-block .key {
  font-family: TT Commons, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0;
  text-align: left;
  color: #73809F;
}
.row-clientareaproductdetails .product-information-block .val {
  font-family: TT Commons, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0;
  text-align: left;
  color: #3F4F76;
}
.row-clientareaproductdetails .tab-content .nav-tabs {
  border: none;
  min-width: 600px;
}
.row-clientareaproductdetails .tab-content .nav-link {
  color: white;
  position: relative;
  background-image: url("../img/tab-inactive.svg");
  background-position: 0px 1px;
  background-repeat: no-repeat;
  background-size: 300px;
  background-color: transparent !important;
  padding: 20px 80px 0px 80px;
  border-radius: 30px 30px 0 0;
  border: none;
  margin: 0;
  font-family: TT Commons, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  text-align: left;
  transform: translateX(-75px);
  z-index: 2;
}
.row-clientareaproductdetails .tab-content .nav-link:hover {
  background-color: transparent !important;
}
.row-clientareaproductdetails .tab-content .nav-link.active {
  background-image: url("../img/tab-active.svg");
  z-index: 3;
}
.row-clientareaproductdetails .tab-content .nav-link.active:hover {
  background-color: transparent !important;
}
.row-clientareaproductdetails .tab-content .nav-link.nav-link-first {
  padding-left: 35px;
  transform: none;
  background-image: url("../img/tab-first-inactive.svg");
  background-position: -61px 1px;
  background-size: 344px;
  z-index: 2;
}
.row-clientareaproductdetails .tab-content .nav-link.nav-link-first.active {
  background-image: url("../img/tab-first-active.svg");
  background-position: -14px 1px;
  background-size: 300px;
  z-index: 3;
}
.row-clientareaproductdetails .tab-content .nav-link.nav-link-first.active:hover {
  background-color: transparent !important;
}
.row-clientareaproductdetails .tab-content .tab-content {
  border-radius: 0 30px 30px 30px;
  background-color: #4876EA;
  border: none;
  color: white;
}

.primary-content-serverstatus {
  color: #2C3E50;
}

.row-account-contacts-manage,
.row-clientareadetails,
.row-account-user-management,
.row-clientareaemails,
.row-supportticketsubmit-stepone,
.row-supportticketsubmit-steptwo {
  margin-bottom: 60px;
}
.row-account-contacts-manage .primary-content .card,
.row-clientareadetails .primary-content .card,
.row-account-user-management .primary-content .card,
.row-clientareaemails .primary-content .card,
.row-supportticketsubmit-stepone .primary-content .card,
.row-supportticketsubmit-steptwo .primary-content .card {
  border: none;
  color: #0C286E;
}
.row-account-contacts-manage .primary-content .card input, .row-account-contacts-manage .primary-content .card select, .row-account-contacts-manage .primary-content .card .custom-file input,
.row-clientareadetails .primary-content .card input,
.row-clientareadetails .primary-content .card select,
.row-clientareadetails .primary-content .card .custom-file input,
.row-account-user-management .primary-content .card input,
.row-account-user-management .primary-content .card select,
.row-account-user-management .primary-content .card .custom-file input,
.row-clientareaemails .primary-content .card input,
.row-clientareaemails .primary-content .card select,
.row-clientareaemails .primary-content .card .custom-file input,
.row-supportticketsubmit-stepone .primary-content .card input,
.row-supportticketsubmit-stepone .primary-content .card select,
.row-supportticketsubmit-stepone .primary-content .card .custom-file input,
.row-supportticketsubmit-steptwo .primary-content .card input,
.row-supportticketsubmit-steptwo .primary-content .card select,
.row-supportticketsubmit-steptwo .primary-content .card .custom-file input {
  border: 1px solid #0C286E;
  color: #0C286E;
}
.row-account-contacts-manage .primary-content .card .input-group-append,
.row-clientareadetails .primary-content .card .input-group-append,
.row-account-user-management .primary-content .card .input-group-append,
.row-clientareaemails .primary-content .card .input-group-append,
.row-supportticketsubmit-stepone .primary-content .card .input-group-append,
.row-supportticketsubmit-steptwo .primary-content .card .input-group-append {
  margin-left: 15px;
}
@media (max-width: 782px) {
  .row-account-contacts-manage .primary-content .card .input-group-append .btn,
  .row-clientareadetails .primary-content .card .input-group-append .btn,
  .row-account-user-management .primary-content .card .input-group-append .btn,
  .row-clientareaemails .primary-content .card .input-group-append .btn,
  .row-supportticketsubmit-stepone .primary-content .card .input-group-append .btn,
  .row-supportticketsubmit-steptwo .primary-content .card .input-group-append .btn {
    width: auto;
  }
}
.row-account-contacts-manage .primary-content .alert .btn,
.row-clientareadetails .primary-content .alert .btn,
.row-account-user-management .primary-content .alert .btn,
.row-clientareaemails .primary-content .alert .btn,
.row-supportticketsubmit-stepone .primary-content .alert .btn,
.row-supportticketsubmit-steptwo .primary-content .alert .btn {
  width: auto;
}
.row-account-contacts-manage .primary-content .btn,
.row-clientareadetails .primary-content .btn,
.row-account-user-management .primary-content .btn,
.row-clientareaemails .primary-content .btn,
.row-supportticketsubmit-stepone .primary-content .btn,
.row-supportticketsubmit-steptwo .primary-content .btn {
  background-color: white;
  color: #0532A1;
  border-radius: 9px;
  width: 200px;
  border: 1px solid #0C286E;
  margin-bottom: 15px;
}
.row-account-contacts-manage .primary-content .btn.btn-primary,
.row-clientareadetails .primary-content .btn.btn-primary,
.row-account-user-management .primary-content .btn.btn-primary,
.row-clientareaemails .primary-content .btn.btn-primary,
.row-supportticketsubmit-stepone .primary-content .btn.btn-primary,
.row-supportticketsubmit-steptwo .primary-content .btn.btn-primary {
  background-color: #0C286E;
  border: none;
  color: white;
}
.row-account-contacts-manage .primary-content .md-editor .btn,
.row-clientareadetails .primary-content .md-editor .btn,
.row-account-user-management .primary-content .md-editor .btn,
.row-clientareaemails .primary-content .md-editor .btn,
.row-supportticketsubmit-stepone .primary-content .md-editor .btn,
.row-supportticketsubmit-steptwo .primary-content .md-editor .btn {
  width: inherit;
  border-radius: inherit;
  margin: inherit;
}
.row-account-contacts-manage .table,
.row-clientareadetails .table,
.row-account-user-management .table,
.row-clientareaemails .table,
.row-supportticketsubmit-stepone .table,
.row-supportticketsubmit-steptwo .table {
  color: #0C286E;
}
@media (max-width: 782px) {
  .row-account-contacts-manage .table .btn,
  .row-clientareadetails .table .btn,
  .row-account-user-management .table .btn,
  .row-clientareaemails .table .btn,
  .row-supportticketsubmit-stepone .table .btn,
  .row-supportticketsubmit-steptwo .table .btn {
    width: auto;
  }
}

.row-account-contacts-manage .alert .btn {
  width: 100% !important;
  margin-bottom: inherit;
}

.row-account-contacts-new {
  margin: 0 0 60px 0;
}
.row-account-contacts-new .alert .btn {
  width: 100% !important;
  margin-bottom: inherit;
}
.row-account-contacts-new .form-group .btn {
  margin: 30px 0 0 0;
}

.row-supportticketsubmit-stepone .primary-content .card {
  background-color: #3A6CE9;
  border-radius: 30px;
  color: white;
}
.row-supportticketsubmit-stepone .primary-content .card .text-muted {
  color: #e0e0e0 !important;
}
.row-supportticketsubmit-stepone .primary-content .card a {
  color: white;
}

.row-clientareadetails .primary-content .card .card-body {
  overflow: visible;
}

.sidebar-secondary {
  margin-bottom: 60px;
}

.md-editor .btn-toolbar .btn-group .btn {
  width: auto !important;
  border-radius: 5px !important;
  color: #333333 !important;
  border: none;
  line-height: 38px;
  padding: 3px 15px 0 15px !important;
  text-align: center;
  text-transform: uppercase;
  background-color: #EEF3FF !important;
  margin: 2px 1px !important;
}
.md-editor .btn-toolbar .btn-group .btn-default {
  width: 44px !important;
}

.using-password-strength .btn {
  width: 170px !important;
  margin: 0 0 5px 0;
}
.using-password-strength .generate-password {
  width: 180px !important;
}

.primary-content-knowledgebase .btn-input-padded-responsive {
  width: 100px !important;
}

.primary-content-knowledgebasecat .btn-input-padded-responsive {
  width: 100px !important;
}

.primary-content-downloads .btn-input-padded-responsive {
  width: 100px !important;
}

@media (max-width: 768px) {
  .row-clientareaproductdetails .row {
    display: block;
  }
  .row-clientareaproductdetails .row .product-information-block {
    width: 100%;
    max-width: 100%;
    height: 220px;
    padding-top: 0;
  }
  .row-clientareaproductdetails .row .product-information-block .col-6 {
    float: left;
  }
  .row-clientareaproductdetails .row .product-summary-block {
    width: 100%;
    max-width: 100%;
  }
}
.product-details-tab-container .tab-pane .text-muted {
  color: white !important;
}

.primary-content-viewticket .input-group-append .btn-default {
  height: 38px;
  border-radius: 0 9px 9px 0 !important;
}

.card-sidebar .col-6 .btn {
  width: 100px !important;
}

.sidebar #btnAddCcEmail {
  color: white;
  border: none;
  line-height: 38px;
  padding: 3px 0 0 0;
  text-align: center;
  text-transform: uppercase;
  background-color: #0532A1 !important;
  height: 38px;
  border-radius: 0 9px 9px 0 !important;
  width: 60px !important;
  border: unset !important;
}

.sidebar-secondary #btnAddCcEmail {
  height: 38px;
  border-radius: 0 9px 9px 0 !important;
}

.row-supportticketsubmit-steptwo .primary-content .card .input-group-append {
  margin-left: 0;
}

#btnTicketAttachmentsAdd {
  width: 120px !important;
  height: 38px;
  border-radius: 0 9px 9px 0 !important;
}

#btnMassPayMakePayment {
  margin: 0 auto;
}

.card-sidebar.d-none.d-md-block {
  display: block !important;
}
.card-sidebar.d-none.d-md-block .collapsable-card-body {
  display: block !important;
}

@media (max-width: 480px) {
  .row-clientareaproductdetails .product-information-block .key p {
    height: 25px;
    line-height: 18px;
  }
  .row-clientareaproductdetails .product-information-block .val p {
    height: 25px;
    line-height: 18px;
  }
  .row-viewticket .btn {
    width: 120px !important;
  }
  .sidebar-secondary #btnAddCcEmail {
    width: 60px !important;
  }
}
@media (max-width: 768px) {
  .responsive-tabs-sm-connector {
    display: none;
  }
  .body-clientareaproductdetails .container {
    max-width: 96%;
  }
  .body-clientareaproductdetails .row-clientareaproductdetails .tab-content {
    z-index: 3;
    position: relative;
  }
  .body-clientareaproductdetails .row-clientareaproductdetails .tab-content .nav-tabs {
    border: none;
    min-width: 100%;
  }
  .body-clientareaproductdetails .row-clientareaproductdetails .tab-content .nav-link {
    background-size: 100% !important;
    transform: translateX(-14%);
    padding: 10px 0 10px 18% !important;
  }
  .body-clientareaproductdetails .row-clientareaproductdetails .tab-content .nav-link.nav-link-first {
    padding: 10px 0 4px 20px !important;
    transform: none;
    background-position: 0 0;
    z-index: 2;
  }
  .body-clientareaproductdetails .row-clientareaproductdetails .tab-content .nav-link.nav-link-first.active {
    background-position: 0 0;
    z-index: 2;
    padding: 10px 0 4px 20px !important;
  }
  .body-clientareaproductdetails .row-clientareaproductdetails .responsive-tabs-sm .nav-item {
    margin-left: 0;
    margin-right: 0 !important;
    margin-bottom: 0;
    width: 50%;
    height: 35px;
    border: unset !important;
  }
  .card.d-block.d-md-none.bg-light {
    display: none !important;
  }
}
@media (max-width: 580px) {
  .body-clientareaproductdetails .container {
    max-width: 96%;
  }
  .body-clientareaproductdetails .row-clientareaproductdetails .tab-content {
    z-index: 3;
    position: relative;
  }
  .body-clientareaproductdetails .row-clientareaproductdetails .tab-content .nav-tabs {
    border: none;
    min-width: 100%;
    height: 30px;
  }
  .body-clientareaproductdetails .row-clientareaproductdetails .tab-content .nav-link {
    background-size: 100% !important;
    transform: translateX(-14%);
    padding: 5px 0 10px 18% !important;
    font-size: 16px;
  }
  .body-clientareaproductdetails .row-clientareaproductdetails .tab-content .nav-link.nav-link-first {
    padding: 5px 0 4px 20px !important;
    transform: none;
    background-position: 0 0;
    z-index: 2;
  }
  .body-clientareaproductdetails .row-clientareaproductdetails .tab-content .nav-link.nav-link-first.active {
    background-position: 0 0;
    z-index: 2;
    padding: 5px 0 4px 20px !important;
  }
  .body-clientareaproductdetails .row-clientareaproductdetails .responsive-tabs-sm .nav-item {
    margin-left: 0;
    margin-right: 0 !important;
    margin-bottom: 0;
    width: 50%;
    height: 35px;
  }
}
@media (max-width: 420px) {
  .body-clientareaproductdetails .container {
    max-width: 96%;
  }
  .body-clientareaproductdetails .row-clientareaproductdetails .tab-content {
    z-index: 3;
    position: relative;
  }
  .body-clientareaproductdetails .row-clientareaproductdetails .tab-content .nav-tabs {
    border: none;
    min-width: 100%;
    height: 25px;
  }
  .body-clientareaproductdetails .row-clientareaproductdetails .tab-content .nav-link {
    background-size: 100% !important;
    transform: translateX(-14%);
    padding: 0 0 10px 18% !important;
    font-size: 14px;
  }
  .body-clientareaproductdetails .row-clientareaproductdetails .tab-content .nav-link.nav-link-first {
    padding: 0 0 4px 10px !important;
    transform: none;
    background-position: 0 0;
    z-index: 2;
  }
  .body-clientareaproductdetails .row-clientareaproductdetails .tab-content .nav-link.nav-link-first.active {
    background-position: 0 0;
    z-index: 2;
    padding: 0 0 4px 10px !important;
  }
  .body-clientareaproductdetails .row-clientareaproductdetails .responsive-tabs-sm .nav-item {
    margin-left: 0;
    margin-right: 0 !important;
    margin-bottom: 0;
    width: 50%;
    height: 35px;
  }
}
.body-clientregister #main-body {
  margin-bottom: 60px;
  padding: 0;
}
.body-clientregister #main-body .btn-reveal-pw {
  width: inherit;
  border-radius: 0 9px 9px 0;
  color: inherit;
  border: inherit;
  line-height: inherit;
  padding: 0 10px;
  text-align: inherit;
  text-transform: inherit;
  background-color: inherit;
}
.body-clientregister #main-body .row-clientregister {
  margin: 0;
}
.body-clientregister #main-body .row-clientregister .primary-content-clientregister {
  padding: 0;
}
.body-clientregister #main-body .row-clientregister .primary-content-clientregister .card {
  background-color: transparent;
  border: 0;
}
.body-clientregister #main-body .row-clientregister .primary-content-clientregister .card.puzzle-forms .card-title {
  padding-bottom: 30px;
  padding-top: 55px;
  font-weight: 300;
  font-size: 48px;
  color: #0C286E;
  margin: 0;
}
.body-clientregister #main-body .row-clientregister .primary-content-clientregister .card.puzzle-forms .row {
  margin: auto;
  width: 70%;
}
.body-clientregister #main-body .row-clientregister .primary-content-clientregister .card.puzzle-forms .register-personal .form-group label, .body-clientregister #main-body .row-clientregister .primary-content-clientregister .card.puzzle-forms .register-security .form-group label {
  color: #0C286E;
}
.body-clientregister #main-body .row-clientregister .primary-content-clientregister .card.puzzle-forms .register-marketing,
.body-clientregister #main-body .row-clientregister .primary-content-clientregister .card.puzzle-forms .register-billing,
.body-clientregister #main-body .row-clientregister .primary-content-clientregister .card.puzzle-forms .register-submit {
  background-color: #3A6CE9;
}
.body-clientregister #main-body .row-clientregister .primary-content-clientregister .card.puzzle-forms .register-marketing .card,
.body-clientregister #main-body .row-clientregister .primary-content-clientregister .card.puzzle-forms .register-billing .card,
.body-clientregister #main-body .row-clientregister .primary-content-clientregister .card.puzzle-forms .register-submit .card {
  background-color: transparent;
  margin-bottom: 0 !important;
}
.body-clientregister #main-body .row-clientregister .primary-content-clientregister .card.puzzle-forms .register-marketing .card .card-body,
.body-clientregister #main-body .row-clientregister .primary-content-clientregister .card.puzzle-forms .register-billing .card .card-body,
.body-clientregister #main-body .row-clientregister .primary-content-clientregister .card.puzzle-forms .register-submit .card .card-body {
  color: #FFFFFF;
}
.body-clientregister #main-body .row-clientregister .primary-content-clientregister .card.puzzle-forms .register-marketing .card .card-body .card-title,
.body-clientregister #main-body .row-clientregister .primary-content-clientregister .card.puzzle-forms .register-billing .card .card-body .card-title,
.body-clientregister #main-body .row-clientregister .primary-content-clientregister .card.puzzle-forms .register-submit .card .card-body .card-title {
  color: #FFFFFF;
}
.body-clientregister #main-body .row-clientregister .primary-content-clientregister .card.puzzle-forms .register-marketing .card .card-body .form-group .field,
.body-clientregister #main-body .row-clientregister .primary-content-clientregister .card.puzzle-forms .register-billing .card .card-body .form-group .field,
.body-clientregister #main-body .row-clientregister .primary-content-clientregister .card.puzzle-forms .register-submit .card .card-body .form-group .field {
  border-color: #FFFFFF !important;
  background-color: transparent;
  color: #FFFFFF;
}
.body-clientregister #main-body .row-clientregister .primary-content-clientregister .card.puzzle-forms .register-marketing .card .card-body .form-group .field::placeholder,
.body-clientregister #main-body .row-clientregister .primary-content-clientregister .card.puzzle-forms .register-billing .card .card-body .form-group .field::placeholder,
.body-clientregister #main-body .row-clientregister .primary-content-clientregister .card.puzzle-forms .register-submit .card .card-body .form-group .field::placeholder {
  color: #DEDEDE;
}
.body-clientregister #main-body .row-clientregister .primary-content-clientregister .card.puzzle-forms .register-marketing .card .card-body .form-group label,
.body-clientregister #main-body .row-clientregister .primary-content-clientregister .card.puzzle-forms .register-billing .card .card-body .form-group label,
.body-clientregister #main-body .row-clientregister .primary-content-clientregister .card.puzzle-forms .register-submit .card .card-body .form-group label {
  color: #FFFFFF;
}
.body-clientregister #main-body .row-clientregister .primary-content-clientregister .card.puzzle-forms .register-submit .container .line {
  margin: 0 auto 3rem;
  padding: 0 30px;
  width: 70%;
}
.body-clientregister #main-body .row-clientregister .primary-content-clientregister .card.puzzle-forms .register-submit .container .line input {
  background-color: #FFFFFF;
  border-radius: 9px;
  font-weight: 500;
  color: #0532A1;
}
.body-clientregister #main-body .row-clientregister .primary-content-clientregister .card.puzzle-forms .register-submit .container .line input.btn {
  min-width: 200px;
}
.body-clientregister #main-body .row-clientregister .primary-content-clientregister .card.puzzle-forms .register-billing {
  border-radius: 30px 0;
}
.body-clientregister #main-body .row-clientregister .primary-content-clientregister .card.puzzle-forms .register-marketing {
  border-top-right-radius: 30px;
}
.body-clientregister #main-body .row-clientregister .primary-content-clientregister .card .password-strength-meter .progress {
  height: 2px;
}
.body-clientregister #main-body .row-clientregister .primary-content-clientregister .card .password-strength-meter p {
  color: #0C286E !important;
  font-size: 14px;
}
.body-clientregister #main-body .row-clientregister .primary-content-clientregister .register-personal {
  position: relative;
}
.body-clientregister #main-body .row-clientregister .primary-content-clientregister .register-personal .blue-line {
  background-color: #3A6CE9;
  position: absolute;
  top: -150px;
  bottom: 0;
  width: 2%;
  right: 0;
}
.body-clientregister #main-body .row-clientregister .primary-content-clientregister .register-personal::before {
  -webkit-mask-image: radial-gradient(circle 30px at 0 0, transparent 0, transparent 30px, black 30px);
  background-color: #3A6CE9;
  position: absolute;
  height: 30px;
  content: " ";
  width: 30px;
  right: 2%;
  bottom: 0;
}
.body-clientregister #main-body .row-clientregister .primary-content-clientregister #containerNewUserSecurity {
  position: relative;
}
.body-clientregister #main-body .row-clientregister .primary-content-clientregister #containerNewUserSecurity .blue-line {
  background-color: #3A6CE9;
  position: absolute;
  bottom: 0;
  width: 2%;
  left: 0;
  top: 0;
}
.body-clientregister #main-body .row-clientregister .primary-content-clientregister #containerNewUserSecurity::before {
  -webkit-mask-image: radial-gradient(circle 30px at 0 0, transparent 0, transparent 30px, black 30px);
  background-color: #3A6CE9;
  transform: rotate(180deg);
  position: absolute;
  height: 30px;
  content: " ";
  width: 30px;
  left: 2%;
  top: 0;
}
.body-clientregister #main-body .row-clientregister .primary-content-clientregister #containerNewUserSecurity::after {
  -webkit-mask-image: radial-gradient(circle 30px at 0 0, transparent 0, transparent 30px, black 30px);
  background-color: #3A6CE9;
  transform: rotate(90deg);
  position: absolute;
  height: 30px;
  content: " ";
  width: 30px;
  bottom: 0;
  left: 2%;
}

#modalGeneratePassword .modal-content {
  background-color: #3A6CE9;
  border-radius: 30px;
}
#modalGeneratePassword .modal-content .modal-header {
  background-color: transparent !important;
  padding: 25px 40px;
  border: 0;
}
#modalGeneratePassword .modal-content .modal-header .modal-title {
  font-family: "TT Commons", sans-serif;
  font-weight: 300;
  font-size: 32px;
  color: #FFFFFF;
}
#modalGeneratePassword .modal-content .modal-header button {
  padding: 28px 20px;
}
#modalGeneratePassword .modal-content .modal-body {
  background-color: #4876EA;
  border-radius: 30px;
}
#modalGeneratePassword .modal-content .modal-body .form-group label {
  font-size: 14px;
  color: #FFF;
}
#modalGeneratePassword .modal-content .modal-body .form-group .form-control {
  background-color: transparent;
  border-color: #FFFFFF;
  border-radius: 9px;
  color: #FFFFFF;
}
#modalGeneratePassword .modal-content .modal-body button {
  text-transform: uppercase;
  border-radius: 9px;
}
#modalGeneratePassword .modal-content .modal-body button[type=button] {
  color: #0532A1;
}
#modalGeneratePassword .modal-content .modal-body button[type=submit] {
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
}

#containerPassword .btn-reveal-pw {
  margin: 0;
  width: 80px !important;
  text-align: center !important;
}

.body-contact .master-breadcrumb .breadcrumb .breadcrumb-item {
  display: none;
}
.body-contact #main-body .card {
  background-color: transparent;
  margin: auto;
  width: 70%;
  border: 0;
}
.body-contact #main-body .contacts-form {
  background-color: #3A6CE9;
  position: relative;
}
.body-contact #main-body .contacts-form .form-group label {
  font-size: 16px;
  color: #FFFFFF;
}
.body-contact #main-body .contacts-form .form-group textarea,
.body-contact #main-body .contacts-form .form-group input {
  border-color: #FFFFFF !important;
  background-color: transparent;
  color: #FFFFFF;
}
.body-contact #main-body .contacts-form .alert.alert-success {
  background-color: #FFFFFF;
  border-radius: 9px;
  color: #0C286E;
}
.body-contact #main-body .contacts-submit {
  margin: 42px 0;
}
.body-contact #main-body .contacts-submit button {
  text-transform: uppercase;
  background-color: #FFFFFF;
  border-radius: 9px;
  font-size: 16px;
  color: #0532A1;
}
.body-contact #main-body .contacts-title {
  position: relative;
}
.body-contact #main-body .contacts-title::before {
  background-color: #3A6CE9;
  position: absolute;
  bottom: -60px;
  content: " ";
  top: -155px;
  width: 2%;
  left: 0;
}
.body-contact #main-body .contacts-title::after {
  -webkit-mask-image: radial-gradient(circle 30px at 0 0, transparent 0, transparent 30px, black 30px);
  background-color: #3A6CE9;
  transform: rotate(90deg);
  position: absolute;
  bottom: -60px;
  height: 30px;
  content: " ";
  width: 30px;
  left: 2%;
}

.body-login #main-body {
  position: relative;
}
.body-login #main-body .login-form {
  margin-bottom: 118px;
}
.body-login #main-body .login-form .btn-reveal-pw {
  width: inherit;
  border-radius: 0 9px 9px 0;
  color: inherit;
  border: inherit;
  line-height: inherit;
  padding: 0 10px;
  text-align: inherit;
  text-transform: inherit;
  background-color: inherit;
}
.body-login #main-body .login-form .card {
  border: 0;
}
.body-login #main-body .login-form .card .card-body .text-muted {
  color: #0532A1 !important;
  text-align: center;
  font-size: 20px;
}
.body-login #main-body .login-form .card .card-body .form-group a.small {
  font-size: 14px;
  color: #3A6CE9;
}
.body-login #main-body .login-form .card .card-body .float-left {
  padding-left: 1.25rem;
}
.body-login #main-body .login-form .card .card-body .float-left label {
  margin: 0 !important;
  color: #7F8C8D;
  padding: 7px 0;
}
.body-login #main-body .login-form .card .card-body .text-right button {
  text-transform: uppercase;
  background-color: #3A6CE9;
  border-radius: 9px;
  width: 50%;
}
.body-login #main-body .login-form .card .card-footer {
  background-color: transparent;
  text-align: center;
  padding-top: 3rem;
  border: 0;
}
.body-login #main-body .login-form .card .card-footer small {
  padding-bottom: 1.5rem;
  font-size: 20px;
  display: block;
  color: #3F4F76;
}
.body-login #main-body .login-form .card .card-footer a {
  font-size: 16px;
  color: #3A6CE9;
}
.body-login #main-body::before {
  background-color: #3A6CE9;
  border-radius: 30px 30px 0 0;
  position: absolute;
  z-index: -9999;
  bottom: -12px;
  content: " ";
  height: 80%;
  width: 12%;
  right: 0;
}
@media (max-width: 673px) {
  .body-login #main-body::before {
    display: none;
  }
}
.body-login footer.footer::before {
  -webkit-mask-image: radial-gradient(circle 30px at 0 0, transparent 0, transparent 30px, black 30px);
  background: #3A6CE9;
  position: absolute;
  z-index: -9998;
  height: 30px;
  content: " ";
  width: 30px;
  right: 12%;
  top: -88px;
}
@media (max-width: 673px) {
  .body-login footer.footer::before {
    display: none;
  }
}
.body-login footer.footer::after {
  background-color: #3A6CE9;
  position: absolute;
  z-index: -9999;
  content: " ";
  height: 58px;
  top: -58px;
  right: 0;
  left: 0;
}

.body-password-reset-container #main-body .puzzle-forms {
  margin: 0 auto;
  width: 70%;
}
.body-password-reset-container #main-body .puzzle-forms button {
  text-transform: uppercase;
  width: 100px;
  background-color: #3A6CE9;
  border: none !important;
}
.body-password-reset-container #main-body .container::before {
  background-color: #3A6CE9;
  border-radius: 0 30px 0 0;
  position: absolute;
  z-index: -9999;
  content: " ";
  height: 82%;
  bottom: 0;
  width: 5%;
  left: 0;
}
@media (max-width: 575px) {
  .body-password-reset-container #main-body .container::before {
    width: 3%;
  }
}
.body-password-reset-container footer.footer::before {
  -webkit-mask-image: radial-gradient(circle 30px at 0 0, transparent 0, transparent 30px, black 30px);
  transform: scale(-1, 1);
  background: #3A6CE9;
  position: absolute;
  z-index: -9998;
  height: 30px;
  content: " ";
  width: 30px;
  top: -88px;
  left: 5%;
}
@media (max-width: 575px) {
  .body-password-reset-container footer.footer::before {
    left: 3%;
  }
}
.body-password-reset-container footer.footer::after {
  background-color: #3A6CE9;
  position: absolute;
  z-index: -9999;
  content: " ";
  height: 58px;
  top: -58px;
  right: 0;
  left: 0;
}
.body-password-reset-container .page-title {
  margin-left: 0;
}

@media (max-width: 640px) {
  .body-password-reset-container .page-title {
    width: 90%;
    margin: 0 auto;
  }
  .body-password-reset-container .page-title h6 {
    font-size: 32px;
  }
}
.body-homepage .unified-title {
  font-family: "TT Commons", sans-serif;
  font-size: 48px !important;
  font-weight: 500 !important;
}
@media (max-width: 380px) {
  .body-homepage .unified-title span {
    display: block;
  }
}
.body-homepage .body-content {
  overflow-x: hidden;
}
.body-homepage .primary-content-homepage {
  padding: 0;
}
.body-homepage .row-homepage {
  margin-left: 0;
  margin-right: 0;
}
.body-homepage .our-services {
  display: none;
}
.body-homepage .our_services_1 {
  display: block;
}
.body-homepage .our-services-tab-wrap {
  position: relative;
  overflow: hidden;
  margin: 0 0 40px 0;
}
.body-homepage .our-services-tab-wrap .our-services-right-gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 35%;
  right: 0;
  z-index: 12;
  background-image: linear-gradient(to left, #ffffff 0%, #ffffff 20%, transparent 100%);
}
.body-homepage .our-services-tab-wrap .our-services-left-gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 35%;
  left: 0;
  z-index: 12;
  background-image: linear-gradient(to right, #ffffff 0%, #ffffff 20%, transparent 100%);
}
.body-homepage .our-services-tab-wrap .our-services-tab {
  width: 400px;
  height: 50px;
  position: unset;
}
.body-homepage .our-services-tab-wrap .our-services-tab .owl-stage-outer {
  margin: 0;
  z-index: 10;
  overflow: visible;
  transform: translate3d(410px, 0px, 0px) !important;
}
.body-homepage .our-services-tab-wrap .our-services-tab .owl-stage-outer .owl-item {
  height: 50px;
}
.body-homepage .our-services-tab-wrap .our-services-tab .owl-stage-outer .owl-item .our-services-item-title {
  font-size: 24px;
  text-align: center;
  color: #0C286E;
  line-height: 26px;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin: 0;
}
.body-homepage .our-services-tab-wrap .our-services-tab .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.body-homepage .our-services-tab-wrap .our-services-tab .owl-nav .owl-prev {
  width: 48px;
  height: 48px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  padding: 15px 0;
  color: #3A6CE9;
  border: 1px solid #3A6CE9;
  z-index: 13;
  background-color: #ffffff;
}
.body-homepage .our-services-tab-wrap .our-services-tab .owl-nav .owl-prev.disabled {
  color: #73809F;
  border: 1px solid #73809F;
}
.body-homepage .our-services-tab-wrap .our-services-tab .owl-nav .owl-next {
  width: 48px;
  height: 48px;
  border: 1px solid #73809F;
  border-radius: 3px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  padding: 15px 0;
  color: #3A6CE9;
  border: 1px solid #3A6CE9;
  z-index: 13;
  background-color: #ffffff;
}
.body-homepage .our-services-tab-wrap .our-services-tab .owl-nav .owl-next.disabled {
  color: #73809F;
  border: 1px solid #73809F;
}
@media (max-width: 1200px) {
  .body-homepage .our-services-tab-wrap .our-services-tab {
    width: 400px;
  }
  .body-homepage .our-services-tab-wrap .our-services-tab .owl-stage-outer {
    transform: translate3d(300px, 0px, 0px) !important;
  }
}
@media (max-width: 992px) {
  .body-homepage .our-services-tab-wrap .our-services-tab {
    width: 400px;
  }
  .body-homepage .our-services-tab-wrap .our-services-tab .owl-stage-outer {
    transform: translate3d(200px, 0px, 0px) !important;
  }
}
@media (max-width: 768px) {
  .body-homepage .our-services-tab-wrap .our-services-left-gradient {
    display: none;
  }
  .body-homepage .our-services-tab-wrap .our-services-right-gradient {
    display: none;
  }
  .body-homepage .our-services-tab-wrap .our-services-tab {
    width: 100%;
  }
  .body-homepage .our-services-tab-wrap .our-services-tab .owl-stage-outer {
    transform: translate3d(110px, 0px, 0px) !important;
    margin: 0 auto;
    width: 100%;
  }
  .body-homepage .our-services-tab-wrap .our-services-tab .owl-stage-outer .our-services-item-title {
    margin: 0 auto;
    width: 80%;
  }
  .body-homepage .our-services-container {
    width: 96%;
  }
}
@media (max-width: 580px) {
  .body-homepage .our-services-tab-wrap .our-services-tab {
    width: 100%;
  }
  .body-homepage .our-services-tab-wrap .our-services-tab .owl-stage-outer {
    transform: translate3d(100px, 0px, 0px) !important;
  }
}
@media (max-width: 520px) {
  .body-homepage .our-services-tab-wrap .our-services-tab .owl-stage-outer {
    width: 240px;
    transform: translate3d(0px, 0px, 0px) !important;
  }
  .body-homepage .our-services-tab-wrap .our-services-tab .owl-stage-outer .owl-item .our-services-item-title {
    width: 240px;
  }
}
@media (max-width: 480px) {
  .body-homepage .our-services-tab-wrap .our-services-tab .owl-stage-outer .our-services-item-title {
    font-size: 18px !important;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 340px) {
  .body-homepage .our-services-tab-wrap .our-services-tab .owl-stage-outer {
    width: 220px;
    transform: translate3d(0px, 0px, 0px) !important;
  }
  .body-homepage .our-services-tab-wrap .our-services-tab .owl-stage-outer .owl-item .our-services-item-title {
    width: 220px;
    font-size: 16px !important;
  }
}
.body-homepage .our_services_1 {
  overflow: hidden;
}
.body-homepage .our_services_1 .our_services_1_img {
  height: 250px;
  width: 200px;
  background-image: url("../img/our_services/number-1.svg");
  background-size: contain;
  left: -19px;
  top: 150px;
  position: absolute;
  background-repeat: no-repeat;
}
.body-homepage .our_services_1 .container {
  padding: 50px 0 0 0;
}
.body-homepage .our_services_1 h1 {
  font-size: 48px;
  display: block;
  margin: 0 0 30px 0;
  color: #000000;
}
.body-homepage .our_services_1 .page-desc {
  font-size: 36px;
  width: 650px;
  position: relative;
  color: #000000;
}
.body-homepage .our_services_1 .benefits-wrap {
  overflow: visible;
  width: 650px;
  position: relative;
  padding: 50px 0 0 0;
}
.body-homepage .our_services_1 .benefits-wrap .owl-stage-outer {
  overflow: visible;
}
.body-homepage .our_services_1 .benefits-wrap .owl-nav {
  position: absolute;
  right: -50%;
  top: -50px;
  width: 120px;
}
.body-homepage .our_services_1 .benefits-wrap .owl-nav .owl-prev {
  width: 48px;
  height: 48px;
  border-radius: 3px;
  float: left;
  text-align: center;
  padding: 15px 0;
  color: #3A6CE9;
  border: 1px solid #3A6CE9;
}
.body-homepage .our_services_1 .benefits-wrap .owl-nav .owl-prev.disabled {
  color: #73809F;
  border: 1px solid #73809F;
}
.body-homepage .our_services_1 .benefits-wrap .owl-nav .owl-next {
  width: 48px;
  height: 48px;
  border-radius: 3px;
  float: right;
  text-align: center;
  padding: 15px 0;
  color: #3A6CE9;
  border: 1px solid #3A6CE9;
}
.body-homepage .our_services_1 .benefits-wrap .owl-nav .owl-next.disabled {
  color: #73809F;
  border: 1px solid #73809F;
}
.body-homepage .our_services_1 .benefits-wrap .benefits-item {
  position: relative;
  width: 650px;
  height: 550px;
  display: block;
  color: #0C286E;
}
.body-homepage .our_services_1 .benefits-wrap .benefits-item .benefits-item-block {
  background-color: #F7F9FE;
  border-radius: 20px;
  width: 650px;
  height: 250px;
  position: absolute;
  bottom: 10px;
  padding: 30px;
}
.body-homepage .our_services_1 .benefits-wrap .benefits-item .benefits-item-block .benefits-item-title {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 20px 0;
}
.body-homepage .our_services_1 .benefits-wrap .benefits-item .benefits-item-block .benefits-item-text {
  font-size: 24px;
  line-height: 28px;
}
.body-homepage .our_services_1 .benefits-wrap .benefits-item .benefits-item-img {
  width: 650px;
  height: 322px;
  background-size: contain;
}
.body-homepage .our_services_1 .benefits-wrap .benefits-item .benefits-item-img.benefits-item-img-1 {
  background-image: url("../img/our_services/benefits-item-1.png");
}
.body-homepage .our_services_1 .benefits-wrap .benefits-item .benefits-item-img.benefits-item-img-2 {
  background-image: url("../img/our_services/benefits-item-2.png");
}
.body-homepage .our_services_1 .benefits-wrap .benefits-item .benefits-item-img.benefits-item-img-3 {
  background-image: url("../img/our_services/benefits-item-3.png");
}
.body-homepage .our_services_1 .benefits-wrap .benefits-item .benefits-item-img.benefits-item-img-4 {
  background-image: url("../img/our_services/benefits-item-4.png");
}
.body-homepage .our_services_1 .benefits-wrap .benefits-item .benefits-item-img.benefits-item-img-5 {
  background-image: url("../img/our_services/benefits-item-5.png");
}
.body-homepage .our_services_1 .benefits-wrap .benefits-item .benefits-item-img.benefits-item-img-6 {
  background-image: url("../img/our_services/benefits-item-6.png");
}
.body-homepage .our_services_1 .reasons-wrap {
  background-color: #3A6CE9;
  border-radius: 30px 30px 0 0;
  padding: 30px 0 80px 0;
  margin: 30px 0 0 0;
}
.body-homepage .our_services_1 .reasons-wrap .reasons-title {
  color: #ffffff;
  font-size: 36px;
  text-align: center;
}
.body-homepage .our_services_1 .reasons-wrap .reasons-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.body-homepage .our_services_1 .reasons-wrap .reasons-item {
  border-radius: 30px;
  height: 40px;
  width: 320px;
  color: #ffffff;
  border: 1px solid #ffffff;
  text-align: center;
  margin: 20px 0;
  line-height: 40px;
}
@media (max-width: 1400px) {
  .body-homepage .our_services_1 .our_services_1_img {
    display: none;
  }
}
@media (max-width: 990px) {
  .body-homepage .our_services_1 .page-desc {
    margin: 0 0 70px 0;
  }
  .body-homepage .our_services_1 .benefits-wrap {
    padding: 20px 0 0 0;
  }
  .body-homepage .our_services_1 .benefits-wrap .owl-nav {
    left: 0;
    top: -50px;
    width: 120px;
  }
}
@media (max-width: 640px) {
  .body-homepage .our_services_1 h1 {
    font-size: 32px;
    width: 95%;
    margin: 0 auto 30px auto;
  }
  .body-homepage .our_services_1 .page-desc {
    font-size: 28px;
    width: 95%;
    margin: 0 auto 50px auto;
  }
  .body-homepage .our_services_1 .benefits-wrap {
    width: 480px;
  }
  .body-homepage .our_services_1 .benefits-wrap .benefits-item {
    width: 480px;
    height: 480px;
  }
  .body-homepage .our_services_1 .benefits-wrap .benefits-item .benefits-item-img {
    width: 480px;
    height: 238px;
  }
  .body-homepage .our_services_1 .benefits-wrap .benefits-item .benefits-item-block {
    width: 480px;
    height: 250px;
    position: absolute;
    bottom: 10px;
    padding: 20px;
  }
  .body-homepage .our_services_1 .reasons-wrap .reasons-title {
    width: 90%;
    margin: 0 auto;
    line-height: 42px;
  }
}
@media (max-width: 480px) {
  .body-homepage .our_services_1 .benefits-wrap {
    width: 320px;
  }
  .body-homepage .our_services_1 .benefits-wrap .benefits-item {
    width: 320px;
    height: 400px;
  }
  .body-homepage .our_services_1 .benefits-wrap .benefits-item .benefits-item-img {
    width: 320px;
    height: 238px;
  }
  .body-homepage .our_services_1 .benefits-wrap .benefits-item .benefits-item-block {
    width: 320px;
    height: 250px;
    position: absolute;
    bottom: 10px;
    padding: 20px;
  }
  .body-homepage .our_services_1 .benefits-wrap .benefits-item .benefits-item-block .benefits-item-title {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px 0;
  }
  .body-homepage .our_services_1 .benefits-wrap .benefits-item .benefits-item-block .benefits-item-text {
    font-size: 20px;
    line-height: 24px;
  }
}
.body-homepage .our_services_2 {
  position: relative;
  background-color: #3A6CE9;
  border-radius: 30px 0 0 0;
}
.body-homepage .our_services_2 .our_services_2_img {
  height: 250px;
  width: 200px;
  background-image: url("../img/our_services/number-2.svg");
  background-size: contain;
  left: -19px;
  top: 60px;
  position: absolute;
  background-repeat: no-repeat;
}
.body-homepage .our_services_2 .container {
  padding: 50px 0 0 0;
}
.body-homepage .our_services_2 .right-block {
  position: absolute;
  top: -100%;
  right: 0;
  width: 4%;
  height: 100%;
  background-color: #3A6CE9;
}
@media (max-width: 1280px) {
  .body-homepage .our_services_2 .right-block {
    width: 2%;
  }
}
.body-homepage .our_services_2 .right-block:before {
  background: #ffffff;
  position: absolute;
  z-index: 2;
  height: 30px;
  content: " ";
  width: 30px;
  left: -30px;
  bottom: 0;
  border-radius: 0 0 30px 0;
}
.body-homepage .our_services_2 .right-block:after {
  background: #3A6CE9;
  position: absolute;
  z-index: 1;
  height: 30px;
  content: " ";
  width: 30px;
  left: -30px;
  bottom: 0;
}
.body-homepage .our_services_2 h1 {
  font-size: 48px;
  display: block;
  color: #ffffff;
  margin: 0 0 30px 0;
}
.body-homepage .our_services_2 .page-desc {
  position: relative;
  font-size: 36px;
  width: 48%;
  color: #ffffff;
  float: left;
  margin: 0 0 70px 0;
}
.body-homepage .our_services_2 .benefits-wrap {
  width: 48%;
  float: right;
  color: #ffffff;
  padding: 50px 0 50px 70px;
  position: relative;
}
.body-homepage .our_services_2 .benefits-wrap .benefits-wrap-border {
  position: absolute;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-radius: 30px 0 0 30px;
  width: 200%;
  left: 0;
  top: 0;
  bottom: 0;
  height: auto;
}
.body-homepage .our_services_2 .benefits-wrap .benefits-item-title {
  font-size: 16px;
  font-weight: 700;
}
.body-homepage .our_services_2 .benefits-wrap .benefits-item-text {
  margin: 0 0 20px 0;
  font-size: 16px;
}
.body-homepage .our_services_2 .reasons-wrap {
  color: #ffffff;
  padding: 50px 0 70px 0;
  width: 45%;
  position: relative;
  float: left;
}
.body-homepage .our_services_2 .reasons-wrap .reasons-wrap-border {
  position: absolute;
  border: 1px solid #ffffff;
  border-radius: 30px;
  width: 200%;
  height: auto;
  right: 0;
  top: 0;
  bottom: 10px;
}
.body-homepage .our_services_2 .reasons-wrap .reasons-item {
  padding: 10px 0;
  font-size: 20px;
}
@media (max-width: 1400px) {
  .body-homepage .our_services_2 .our_services_2_img {
    display: none;
  }
}
@media (max-width: 1200px) {
  .body-homepage .our_services_2 .benefits-wrap-border {
    height: 720px;
  }
}
@media (max-width: 990px) {
  .body-homepage .our_services_2 .page-desc {
    width: 100%;
    float: unset;
    margin: 0 0 50px 0;
  }
  .body-homepage .our_services_2 .page-desc .our_services_2_img {
    display: none;
  }
  .body-homepage .our_services_2 .benefits-wrap {
    width: 90%;
    float: unset;
  }
  .body-homepage .our_services_2 .reasons-wrap {
    margin: 40px 0 0 50px;
    width: 80%;
  }
}
@media (max-width: 640px) {
  .body-homepage .our_services_2 h1 {
    font-size: 32px;
    width: 95%;
    margin: 0 auto 30px auto;
  }
  .body-homepage .our_services_2 .page-desc {
    font-size: 28px;
    width: 95%;
    margin: 0 auto 50px auto;
  }
  .body-homepage .our_services_2 .benefits-wrap {
    padding: 40px 0 30px 40px;
  }
  .body-homepage .our_services_2 .reasons-wrap {
    margin: 40px 0 0 40px;
    padding: 30px 0 70px 0;
  }
}
.body-homepage .our_services_3 {
  overflow: hidden;
  position: relative;
  color: #0C286E;
}
.body-homepage .our_services_3 .our_services_3_img {
  height: 250px;
  width: 200px;
  background-image: url("../img/our_services/number-3.svg");
  background-size: contain;
  left: -19px;
  top: 60px;
  position: absolute;
  background-repeat: no-repeat;
}
.body-homepage .our_services_3 .container {
  padding: 50px 0 0 0;
}
.body-homepage .our_services_3 h1 {
  font-size: 48px;
  display: block;
  margin: 0 0 30px 0;
}
.body-homepage .our_services_3 h1 span {
  font-size: 16px;
}
.body-homepage .our_services_3 .page-desc {
  font-size: 36px;
  width: 650px;
  margin: 0 0 50px 0;
  position: relative;
}
.body-homepage .our_services_3 .benefits-wrap .benefits-item {
  padding: 15px 0;
}
.body-homepage .our_services_3 .benefits-wrap .benefits-item .benefits-item-title {
  font-size: 24px;
  font-weight: 600;
  float: left;
  width: 40%;
}
.body-homepage .our_services_3 .benefits-wrap .benefits-item .benefits-item-text {
  font-size: 24px;
  float: right;
  width: 55%;
  line-height: 26px;
}
.body-homepage .our_services_3 .reasons-wrap {
  padding: 40px 0 130px 0;
  position: relative;
}
.body-homepage .our_services_3 .reasons-wrap .reasons-body-border {
  border: 1px solid #3A6CE9;
  border-radius: 30px;
  position: absolute;
  width: 110%;
  height: 100%;
  top: 0;
  left: 40%;
}
.body-homepage .our_services_3 .reasons-wrap .reasons-title {
  font-size: 24px;
  width: 40%;
  float: left;
  font-weight: 600;
}
.body-homepage .our_services_3 .reasons-wrap .reasons-body {
  float: right;
  width: 55%;
  line-height: 27.6px;
}
.body-homepage .our_services_3 .reasons-wrap .reasons-body .reasons-item {
  font-size: 24px;
}
.body-homepage .our_services_3 .right-block {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15%;
  height: 70%;
  background-color: #3A6CE9;
  border-radius: 30px;
}
.body-homepage .our_services_3 .right-block:before {
  background: #ffffff;
  position: absolute;
  z-index: 2;
  height: 30px;
  content: " ";
  width: 32px;
  left: -32px;
  bottom: 100px;
  border-radius: 0 0 30px 0;
}
.body-homepage .our_services_3 .right-block:after {
  background: #3A6CE9;
  position: absolute;
  z-index: 1;
  height: 30px;
  content: " ";
  width: 30px;
  left: -30px;
  bottom: 100px;
}
.body-homepage .our_services_3 .bottom-block {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  border-radius: 30px 0 0 0;
  background-color: #3A6CE9;
}
@media (max-width: 1600px) {
  .body-homepage .our_services_3 .right-block {
    width: 10%;
  }
}
@media (max-width: 1400px) {
  .body-homepage .our_services_3 .right-block {
    width: 8%;
  }
  .body-homepage .our_services_3 .our_services_3_img {
    display: none;
  }
}
@media (max-width: 1350px) {
  .body-homepage .our_services_3 .right-block {
    width: 7%;
  }
}
@media (max-width: 1300px) {
  .body-homepage .our_services_3 .right-block {
    width: 6%;
  }
  .body-homepage .our_services_3 .benefits-wrap {
    padding: 0 30px 0 0;
  }
}
@media (max-width: 1200px) {
  .body-homepage .our_services_3 .right-block {
    width: 5%;
  }
}
@media (max-width: 990px) {
  .body-homepage .our_services_3 .page-desc {
    width: 90%;
    margin: 0 auto 70px auto;
  }
  .body-homepage .our_services_3 .page-desc .our_services_3_img {
    display: none;
  }
  .body-homepage .our_services_3 .benefits-wrap {
    padding: 20px 30px 0 0;
  }
  .body-homepage .our_services_3 .benefits-wrap .owl-nav {
    left: 0;
    top: -50px;
    width: 120px;
  }
}
@media (max-width: 640px) {
  .body-homepage .our_services_3 h1 {
    font-size: 32px;
    width: 95%;
    margin: 0 auto 30px auto;
  }
  .body-homepage .our_services_3 .page-desc {
    font-size: 28px;
    width: 95%;
    margin: 0 auto 50px auto;
  }
  .body-homepage .our_services_3 .benefits-wrap {
    width: 95%;
    margin: 0 auto 30px auto;
  }
  .body-homepage .our_services_3 .benefits-wrap .benefits-item-text {
    margin: 0 3% 0 0;
  }
  .body-homepage .our_services_3 .reasons-wrap {
    width: 95%;
    margin: 0 auto 0 auto;
  }
  .body-homepage .our_services_3 .reasons-wrap .reasons-title {
    padding-right: 25px;
  }
  .body-homepage .our_services_3 .reasons-wrap .reasons-body-border {
    left: 35%;
  }
  .body-homepage .our_services_3 .reasons-wrap .reasons-body {
    margin: 0 3% 0 0;
  }
}
@media (max-width: 480px) {
  .body-homepage .our_services_3 .benefits-wrap .benefits-item {
    padding: 15px 0;
    width: 90%;
    margin: 0 auto;
  }
  .body-homepage .our_services_3 .benefits-wrap .benefits-item .benefits-item-title {
    font-size: 24px;
    font-weight: 600;
    float: unset;
    width: 100%;
  }
  .body-homepage .our_services_3 .benefits-wrap .benefits-item .benefits-item-text {
    font-size: 24px;
    float: unset;
    width: 100%;
    line-height: 26px;
  }
  .body-homepage .our_services_3 .reasons-wrap {
    padding: 40px 0 130px 0;
    position: relative;
  }
  .body-homepage .our_services_3 .reasons-wrap .reasons-body-border {
    width: 110%;
    height: 100%;
    top: 90px;
    left: 1%;
  }
  .body-homepage .our_services_3 .reasons-wrap .reasons-title {
    font-size: 24px;
    width: 100%;
    float: unset;
    font-weight: 600;
    margin: 0 0 50px 0;
    padding-right: 0;
  }
  .body-homepage .our_services_3 .reasons-wrap .reasons-body {
    float: unset;
    width: 90%;
    padding: 0 0 0 10%;
  }
}
@media (max-width: 406px) {
  .body-homepage .our_services_3 .reasons-body-border {
    top: 127px !important;
  }
}
.body-homepage .our_services_4 {
  position: relative;
}
.body-homepage .our_services_4 .our_services_4_img {
  height: 250px;
  width: 200px;
  background-image: url("../img/our_services/number-4.svg");
  background-size: contain;
  left: -19px;
  top: 60px;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 1;
}
.body-homepage .our_services_4 .left-block {
  width: 49%;
  border-radius: 30px;
  top: 0;
  bottom: 0;
  background: #3A6CE9;
  position: absolute;
  z-index: -2;
}
.body-homepage .our_services_4 .container {
  position: relative;
  z-index: 1;
  padding: 50px 0 0 0;
}
.body-homepage .our_services_4 .container h1 {
  font-size: 48px;
  display: block;
  margin: 0 0 30px 0;
  color: #ffffff;
}
.body-homepage .our_services_4 .container h1 span {
  font-size: 16px;
}
.body-homepage .our_services_4 .container .page-desc {
  font-size: 36px;
  width: 48%;
  margin: 0 0 0 0;
  color: #ffffff;
  float: left;
  position: relative;
}
.body-homepage .our_services_4 .container .benefits-wrap {
  width: 48%;
  float: right;
}
.body-homepage .our_services_4 .container .benefits-wrap .benefits-item {
  background-repeat: no-repeat;
  background-size: 36px 36px;
  background-position: left top;
  padding: 0 0 20px 60px;
  z-index: 2;
  position: relative;
}
.body-homepage .our_services_4 .container .benefits-wrap .benefits-item .benefits-item-title {
  color: #0C286E;
  font-size: 16px;
  font-weight: 600;
}
.body-homepage .our_services_4 .container .benefits-wrap .benefits-item .benefits-item-text {
  color: #0C286E;
  font-size: 16px;
}
.body-homepage .our_services_4 .container .benefits-wrap .benefits-item.benefits-item-img-1 {
  background-image: url("../img/our_services/smm-benefit-1.svg");
}
.body-homepage .our_services_4 .container .benefits-wrap .benefits-item.benefits-item-img-2 {
  background-image: url("../img/our_services/smm-benefit-2.svg");
}
.body-homepage .our_services_4 .container .benefits-wrap .benefits-item.benefits-item-img-3 {
  background-image: url("../img/our_services/smm-benefit-3.svg");
}
.body-homepage .our_services_4 .container .benefits-wrap .benefits-item.benefits-item-img-4 {
  background-image: url("../img/our_services/smm-benefit-4.svg");
}
.body-homepage .our_services_4 .container .benefits-wrap .benefits-item.benefits-item-img-5 {
  background-image: url("../img/our_services/smm-benefit-5.svg");
}
.body-homepage .our_services_4 .container .benefits-wrap .benefits-item.benefits-item-img-6 {
  background-image: url("../img/our_services/smm-benefit-6.svg");
}
.body-homepage .our_services_4 .container .reasons-big-wrap {
  width: 50%;
}
.body-homepage .our_services_4 .container .reasons-big-wrap .reasons-wrap {
  margin: 0 auto 0 auto;
  padding: 0 0 100px 0;
  width: 60%;
  position: relative;
}
.body-homepage .our_services_4 .container .reasons-big-wrap .reasons-wrap .reasons-body-border {
  position: absolute;
  border: 1px solid #ffffff;
  border-radius: 30px;
  height: 320px;
  left: -50px;
  bottom: 0;
  right: 0;
}
.body-homepage .our_services_4 .container .reasons-big-wrap .reasons-wrap .reasons-title {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
}
.body-homepage .our_services_4 .container .reasons-big-wrap .reasons-wrap .reasons-body .reasons-item {
  font-size: 16px;
  color: #ffffff;
}
@media (max-width: 1400px) {
  .body-homepage .our_services_4 .our_services_4_img {
    display: none;
  }
}
@media (max-width: 990px) {
  .body-homepage .our_services_4 .container .page-desc .our_services_4_img {
    display: none;
  }
  .body-homepage .our_services_4 .container .reasons-big-wrap .reasons-wrap {
    margin: 0 auto 0 auto;
    padding: 0 0 70px 0;
    width: 80%;
  }
  .body-homepage .our_services_4 .container .reasons-big-wrap .reasons-wrap .reasons-body-border {
    height: 280px;
  }
}
@media (max-width: 768px) {
  .body-homepage .our_services_4 .left-block {
    width: 100%;
  }
  .body-homepage .our_services_4 .container {
    width: 90%;
    max-width: 100%;
    margin: 0 auto 0 auto;
  }
  .body-homepage .our_services_4 .container .page-desc {
    float: unset;
    width: 100%;
  }
  .body-homepage .our_services_4 .container .benefits-wrap {
    width: 100%;
    float: unset;
    background-color: #ffffff;
    padding: 50px 0;
    margin: 0 0 60px 0;
    position: relative;
  }
  .body-homepage .our_services_4 .container .benefits-wrap .benefits-wrap-bg {
    position: absolute;
    background-color: #ffffff;
    top: 0;
    bottom: 0;
    left: -100%;
    right: -100%;
    z-index: 1;
  }
  .body-homepage .our_services_4 .container .reasons-big-wrap {
    width: 100%;
  }
  .body-homepage .our_services_4 .container .reasons-big-wrap .reasons-wrap {
    width: 250px;
    margin: 0 auto;
  }
  .body-homepage .our_services_4 .container .reasons-big-wrap .reasons-wrap .reasons-body-border {
    left: -50px;
    right: -50px;
  }
}
@media (max-width: 640px) {
  .body-homepage .our_services_4 .container h1 {
    font-size: 32px;
    width: 95%;
    margin: 0 auto 30px auto;
  }
  .body-homepage .our_services_4 .container .page-desc {
    font-size: 28px;
    width: 95%;
    margin: 0 auto 50px auto;
  }
}
@media (max-width: 480px) {
  .body-homepage .our_services_4 .reasons-body-border {
    left: -30px;
    right: -30px;
  }
}
.body-homepage section#main-body .row-homepage .our_services_5 {
  position: relative;
  min-height: 100%;
}
.body-homepage section#main-body .row-homepage .our_services_5 .our_services_5_img {
  height: 250px;
  width: 200px;
  background-image: url("../img/our_services/number-5.svg");
  background-size: contain;
  left: -9px;
  top: 60px;
  position: absolute;
  background-repeat: no-repeat;
}
.body-homepage section#main-body .row-homepage .our_services_5 h1 {
  font-family: "TT Commons", sans-serif;
  font-size: 48px;
  line-height: 55px;
  font-weight: 400;
  color: #0C286E;
  display: block;
}
.body-homepage section#main-body .row-homepage .our_services_5 .cloud-benefits-decor {
  position: absolute;
  width: 100%;
  height: 300px;
  content: " ";
}
.body-homepage section#main-body .row-homepage .our_services_5 .cloud-benefits-decor::before {
  border-radius: 30px;
  background-color: #3A6CE9;
  position: absolute;
  z-index: -9998;
  content: " ";
  height: 100px;
  width: 100px;
  right: 190px;
  top: 245px;
  content: " ";
}
.body-homepage section#main-body .row-homepage .our_services_5 .cloud-benefits-decor::after {
  border-top-left-radius: 30px;
  background-color: #3A6CE9;
  position: absolute;
  z-index: -9998;
  content: " ";
  height: 100%;
  width: 245px;
  right: 0;
  top: 0;
  content: " ";
}
.body-homepage section#main-body .row-homepage .our_services_5 .cloud-benefits {
  margin-bottom: 40px;
}
.body-homepage section#main-body .row-homepage .our_services_5 .description {
  display: block;
  font-family: "TT Commons", sans-serif;
  font-size: 36px;
  line-height: 41px;
  font-weight: 400;
  color: #0C286E;
  max-width: 60%;
  margin-bottom: 30px;
  z-index: -9999;
}
.body-homepage section#main-body .row-homepage .our_services_5 .line-left {
  padding-left: 40px;
}
.body-homepage section#main-body .row-homepage .our_services_5 .line-left:before {
  content: " ";
  background: #3A6CE9;
  width: 1px;
  height: 81px;
  left: 10px;
  position: absolute;
}
.body-homepage section#main-body .row-homepage .our_services_5 .cloud-benefits {
  padding: 30px 0 0 60px;
}
.body-homepage section#main-body .row-homepage .our_services_5 .cloud-benefits h2 {
  font-family: "TT Commons", sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: #0C286E;
}
.body-homepage section#main-body .row-homepage .our_services_5 .cloud-benefits p {
  font-family: "TT Commons", sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #0C286E;
}
.body-homepage section#main-body .row-homepage .our_services_5 .cloud-benefits-footer {
  position: relative;
  min-height: 100%;
  margin-top: 40px;
}
.body-homepage section#main-body .row-homepage .our_services_5 .cloud-benefits-footer .cloud-benefits-content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 420px;
  height: auto;
  background: #3A6CE9;
  border-radius: 30px;
  padding: 30px;
  padding-bottom: 50px;
  margin-bottom: 5px;
}
.body-homepage section#main-body .row-homepage .our_services_5 .cloud-benefits-footer h2 {
  text-align: center;
  font-family: "TT Commons", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #ffffff;
}
.body-homepage section#main-body .row-homepage .our_services_5 .cloud-benefits-description {
  position: relative;
}
@media (max-width: 1400px) {
  .body-homepage section#main-body .row-homepage .our_services_5 .our_services_5_img {
    display: none;
  }
}
@media (max-width: 768px) {
  .body-homepage section#main-body .row-homepage .our_services_5 .cloud-benefits-decor {
    right: -100px;
  }
  .body-homepage section#main-body .row-homepage .our_services_5 .cloud-benefits {
    padding: 0 20px;
    margin-bottom: 0;
  }
  .body-homepage section#main-body .row-homepage .our_services_5 .cloud-benefits .line-left {
    margin-bottom: 20px;
    height: auto;
  }
  .body-homepage section#main-body .row-homepage .our_services_5 .cloud-benefits .line-left p {
    margin: 0;
  }
  .body-homepage section#main-body .row-homepage .our_services_5 .cloud-benefits .line-left:before {
    height: 100%;
  }
}
@media (max-width: 640px) {
  .body-homepage section#main-body .row-homepage .our_services_5 .cloud-benefits-decor {
    right: -180px;
  }
  .body-homepage section#main-body .row-homepage .our_services_5 .description {
    max-width: 80%;
  }
}
.body-homepage section#main-body .row-homepage .our_services_6 {
  margin-bottom: 40px;
  position: relative;
  background-color: #3A6CE9;
  border-radius: 30px 0 0 0;
  padding: 50px 0 0 0;
}
.body-homepage section#main-body .row-homepage .our_services_6 .our_services_6_img {
  height: 250px;
  width: 200px;
  background-image: url("../img/our_services/number-6.svg");
  background-size: contain;
  left: -19px;
  top: 60px;
  position: absolute;
  background-repeat: no-repeat;
}
.body-homepage section#main-body .row-homepage .our_services_6 .right-block {
  position: absolute;
  top: -100%;
  right: 0;
  width: 4%;
  height: 100%;
  background-color: #3A6CE9;
  z-index: 0;
}
.body-homepage section#main-body .row-homepage .our_services_6 .right-block:before {
  background: #ffffff;
  position: absolute;
  z-index: 2;
  height: 30px;
  content: " ";
  width: 30px;
  left: -30px;
  bottom: 0;
  border-radius: 0 0 30px 0;
}
.body-homepage section#main-body .row-homepage .our_services_6 .right-block:after {
  background: #3A6CE9;
  position: absolute;
  z-index: 1;
  height: 30px;
  content: " ";
  width: 30px;
  left: -30px;
  bottom: 0;
}
.body-homepage section#main-body .row-homepage .our_services_6 .line-top {
  padding-top: 40px;
}
.body-homepage section#main-body .row-homepage .our_services_6 .line-top:before {
  content: " ";
  background: #ffffff;
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
}
.body-homepage section#main-body .row-homepage .our_services_6 .managed-server-benefits {
  padding-bottom: 50px;
}
.body-homepage section#main-body .row-homepage .our_services_6 .managed-server-benefits h2 {
  font-family: "TT Commons", sans-serif;
  font-size: 24px;
  line-height: 27px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
}
.body-homepage section#main-body .row-homepage .our_services_6 .managed-server-benefits p {
  font-family: "TT Commons", sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #ffffff;
}
.body-homepage section#main-body .row-homepage .our_services_6 .managed-server-reasons {
  height: auto;
  padding-bottom: 20px;
}
.body-homepage section#main-body .row-homepage .our_services_6 .managed-server-reasons p {
  font-family: "TT Commons", sans-serif;
  font-size: 24px;
  line-height: 27px;
  font-weight: 600;
  color: #ffffff;
}
.body-homepage section#main-body .row-homepage .our_services_6 .reasons-row {
  padding: 20px 0 20px 0;
}
.body-homepage section#main-body .row-homepage .our_services_6 .reasons-row h2 {
  font-family: "TT Commons", sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #ffffff;
}
.body-homepage section#main-body .row-homepage .our_services_6 .managed-servers-container {
  padding-bottom: 40px;
}
@media (max-width: 1260px) {
  .body-homepage section#main-body .row-homepage .our_services_6 .right-block {
    width: 2%;
  }
}
@media (max-width: 1400px) {
  .body-homepage section#main-body .row-homepage .our_services_6 .our_services_6_img {
    display: none;
  }
}
@media (max-width: 768px) {
  .body-homepage section#main-body .row-homepage .our_services_6 .managed-servers-block {
    width: 100%;
    margin: 0 auto;
  }
  .body-homepage section#main-body .row-homepage .our_services_6 .managed-servers-block .col-6 {
    width: 100%;
    max-width: 100%;
    flex: unset;
  }
  .body-homepage section#main-body .row-homepage .our_services_6 .managed-servers-block h1 {
    margin: 0 0 20px 0;
  }
}
.body-homepage section#main-body .row-homepage .managed-servers-container {
  position: relative;
}
.body-homepage section#main-body .row-homepage .managed-servers-block {
  padding-bottom: 50px;
}
.body-homepage section#main-body .row-homepage .managed-servers-block h1 {
  font-family: "TT Commons", sans-serif;
  font-size: 48px;
  line-height: 55px;
  font-weight: 400;
  color: #ffffff;
}
.body-homepage section#main-body .row-homepage .managed-servers-block .description {
  display: block;
  font-family: "TT Commons", sans-serif;
  font-size: 36px;
  line-height: 41px;
  font-weight: 400;
  color: #ffffff;
}
.body-homepage section#main-body .row-homepage .our_services_7 {
  position: relative;
  margin-bottom: 40px;
}
.body-homepage section#main-body .row-homepage .our_services_7 .our_services_7_img {
  height: 250px;
  width: 200px;
  background-image: url("../img/our_services/number-7.svg");
  background-size: contain;
  left: -8px;
  top: 60px;
  position: absolute;
  background-repeat: no-repeat;
}
.body-homepage section#main-body .row-homepage .our_services_7 .it-consulting-block {
  padding-bottom: 100px;
}
.body-homepage section#main-body .row-homepage .our_services_7 .it-consulting-block h1 {
  font-family: "TT Commons", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 55px;
  color: #0C286E;
  display: block;
}
.body-homepage section#main-body .row-homepage .our_services_7 .it-consulting-block .descript {
  font-family: "TT Commons", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 41px;
  color: #0C286E;
  display: block;
}
.body-homepage section#main-body .row-homepage .our_services_7 .it-consulting-block h2 {
  font-family: "TT Commons", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  color: #0C286E;
  display: block;
}
.body-homepage section#main-body .row-homepage .our_services_7 .it-consulting-block p {
  font-family: "TT Commons", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #0C286E;
  display: block;
}
.body-homepage section#main-body .row-homepage .our_services_7 .decor-block img {
  margin-top: 30px;
  margin-right: -30%;
}
.body-homepage section#main-body .row-homepage .our_services_7 .bottom-block .cloud-benefits-content {
  position: relative;
  margin-left: 110px;
  width: 200px;
  margin-top: 35px;
}
.body-homepage section#main-body .row-homepage .our_services_7 .bottom-block h2 {
  font-family: "TT Commons", sans-serif;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  line-height: 26px;
}
.body-homepage section#main-body .row-homepage .our_services_7 .it-consulting-container {
  position: relative;
}
.body-homepage section#main-body .row-homepage .our_services_7 .right-block {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 56px;
  height: 650px;
  background-color: #3A6CE9;
  border-radius: 30px 0 0 0;
}
.body-homepage section#main-body .row-homepage .our_services_7 .right-block:before {
  background: #ffffff;
  position: absolute;
  z-index: 2;
  height: 30px;
  content: " ";
  width: 30px;
  left: -30px;
  bottom: 290px;
  border-radius: 0 0 30px 0;
}
.body-homepage section#main-body .row-homepage .our_services_7 .right-block:after {
  background: #3A6CE9;
  position: absolute;
  z-index: 1;
  height: 30px;
  content: " ";
  width: 30px;
  left: -30px;
  bottom: 290px;
}
.body-homepage section#main-body .row-homepage .our_services_7 .bottom-block {
  position: absolute;
  bottom: 0;
  left: 55%;
  width: 45%;
  height: 290px;
  border-radius: 30px 0 0 0;
  background-color: #3A6CE9;
}
@media (max-width: 1400px) {
  .body-homepage section#main-body .row-homepage .our_services_7 .our_services_7_img {
    display: none;
  }
}
@media (max-width: 768px) {
  .body-homepage section#main-body .row-homepage .our_services_7 .bottom-block .cloud-benefits-content {
    margin-left: 80px;
  }
}
@media (max-width: 640px) {
  .body-homepage section#main-body .row-homepage .our_services_7 .it-consulting-block {
    width: 90%;
    margin: 0 auto;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 40px 0 15px;
  }
  .body-homepage section#main-body .row-homepage .our_services_7 .it-consulting-block .descript {
    width: 80%;
  }
  .body-homepage section#main-body .row-homepage .our_services_7 .decor-block {
    position: absolute;
    top: 0;
    right: 0;
  }
  .body-homepage section#main-body .row-homepage .our_services_7 .bottom-block {
    position: relative;
    bottom: unset;
    left: unset;
    width: 100%;
    height: 290px;
    border-radius: 30px 0 0 0;
    background-color: #3A6CE9;
  }
  .body-homepage section#main-body .row-homepage .our_services_7 .bottom-block .cloud-benefits-content {
    padding: 50px 0 0 0;
  }
  .body-homepage section#main-body .row-homepage .our_services_7 .right-block {
    width: 40px;
  }
}
@media (max-width: 480px) {
  .body-homepage section#main-body .row-homepage .our_services_7 .it-consulting-block .descript {
    width: 100%;
  }
}

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