/*
  colors
 */
/*
  break points
 */
/*
  mixins
 */
@keyframes circles-anim {
  0% {
    transform: scale(0.5);
    opacity: 0.3;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes circles-anim2 {
  0% {
    transform: scale(0.25);
    opacity: 0.2;
  }
  100% {
    transform: scale(1.25);
    width: 600px;
    height: 600px;
    opacity: 0;
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transform-origin: center;
  }
}
/*
  colors
 */
/*
  break points
 */
/*
  mixins
 */
@keyframes circles-anim {
  0% {
    transform: scale(0.5);
    opacity: 0.3;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes circles-anim2 {
  0% {
    transform: scale(0.25);
    opacity: 0.2;
  }
  100% {
    transform: scale(1.25);
    width: 600px;
    height: 600px;
    opacity: 0;
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transform-origin: center;
  }
}
/*
 *************************************** fonts ***************************************
 */
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: normal;
  src: url("../font/IranSans/eot/IRANSansWeb(FaNum).eot");
  src: url("../font/IranSans/eot/IRANSansWeb(FaNum).eot?#iefix") format("embedded-opentype"), url("../font/IranSans/woff2/IRANSansWeb(FaNum).woff2") format("woff2"), url("../font/IranSans/woff/IRANSansWeb(FaNum).woff") format("woff"), url("../font/IranSans/ttf/IRANSansWeb(FaNum).ttf") format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: bold;
  src: url("../font/IranSans/eot/IRANSansWeb(FaNum)_Bold.eot");
  src: url("../font/IranSans/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix") format("embedded-opentype"), url("../font/IranSans/woff2/IRANSansWeb(FaNum)_Bold.woff2") format("woff2"), url("../font/IranSans/woff/IRANSansWeb(FaNum)_Bold.woff") format("woff"), url("../font/IranSans/ttf/IRANSansWeb(FaNum)_Bold.ttf") format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 500;
  src: url("../font/IranSans/eot/IRANSansWeb(FaNum)_Medium.eot");
  src: url("../font/IranSans/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix") format("embedded-opentype"), url("../font/IranSans/woff2/IRANSansWeb(FaNum)_Medium.woff2") format("woff2"), url("../font/IranSans/woff/IRANSansWeb(FaNum)_Medium.woff") format("woff"), url("../font/IranSans/ttf/IRANSansWeb(FaNum)_Medium.ttf") format("truetype");
}
@font-face {
  font-family: YekanBakhHeavy;
  font-style: normal;
  font-weight: 300;
  src: url("../font/YekanBakhHeavy/YekanBakhHeavy.eot");
  src: url("../font/YekanBakhHeavy/YekanBakhHeavy.eot") format("embedded-opentype"), url("../font/YekanBakhHeavy/YekanBakhHeavy.woff") format("woff"), url("../font/YekanBakhHeavy/YekanBakhHeavy.ttf") format("truetype");
}
/*
 *************************************** generic ***************************************
 */
body {
  font-family: IRANSans;
  font-size: 15px;
  background: #F4F8FF;
  color: #788091;
}
@media screen and (min-width: 992px) {
  body {
    font-size: 16px;
  }
}

a, a:focus, a:visited {
  outline: none;
  text-decoration: none;
}

a {
  transition: all 0.5s ease;
  color: #033751;
}

a:hover {
  text-decoration: none;
  color: #DB222A;
}

input,
textarea,
button {
  outline: none !important;
}

input[type=submit],
button {
  transition: all 0.5s ease;
}

input,
textarea {
  border: none;
  padding: 5px;
  color: #333;
}

.text-ltr {
  display: inline-block;
  direction: ltr;
}

.en {
  font-family: tahoma;
}

.ltr {
  direction: ltr;
  text-align: left;
}
.ltr::placeholder {
  text-align: right;
}
.ltr::placeholder {
  text-align: right;
}
.ltr::placeholder {
  text-align: right;
}
.ltr::-ms-input-placeholder {
  text-align: right;
}
.ltr::-ms-input-placeholder {
  text-align: right;
}

.tahoma {
  font-family: Tahoma !important;
}

.text-primary {
  color: #033751 !important;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  font-family: IRANSans;
  font-weight: bold;
}

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

*:focus {
  outline: none !important;
}

.text-secondary {
  color: #DB222A !important;
}

/*
 *************************************** bootstrap ***************************************
 */
.container-fluid {
  max-width: 1350px;
}
@media screen and (min-width: 1600px) {
  .container-fluid {
    max-width: 1400px;
  }
}

/* .navbar-toggler */
.navbar-toggler {
  border-radius: 10px;
  border-color: #788091;
  background: #fafafa;
  border-width: 2px;
}
.navbar-toggler .navbar-toggler-icon {
  opacity: 1;
}
.navbar-toggler.collapsed {
  background: #fff;
  border-color: #B0B5BF;
  opacity: 0.75;
}
.navbar-toggler:focus {
  box-shadow: none;
}

/* alert */
.alert {
  border-radius: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.alert .icon {
  font-size: 1.5rem;
  margin-left: 0.5rem;
}
.alert.alert-info {
  border-color: #128DC7;
  background: rgba(18, 141, 199, 0.1);
  color: #128DC7;
}
.alert.alert-success {
  border-color: #007f5f;
  background: rgba(18, 199, 84, 0.1);
  color: #007f5f;
}
.alert.alert-danger {
  border-color: #DB222A;
  background: rgba(199, 18, 18, 0.1);
  color: #DB222A;
}

/*
 *************************************** section ***************************************
 */
.section {
  min-height: 400px;
  padding: 3rem 0;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .section {
    overflow: visible;
    padding: 6rem 0;
  }
}
.section.last-section {
  background: white;
  background: -moz-linear-gradient(0deg, white 0%, #f4f8ff 65%);
  background: -webkit-linear-gradient(0deg, white 0%, #f4f8ff 65%);
  background: linear-gradient(0deg, white 0%, #f4f8ff 65%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f4f8ff",GradientType=1);
}

.section-content {
  position: relative;
  z-index: 3;
}

/* section-title */
.section-title {
  position: relative;
  z-index: 3;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .section-title {
    margin-bottom: 4rem;
  }
}
.section-title .section-title-text .title {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #033751;
  font-size: 1.25rem;
}
@media screen and (min-width: 992px) {
  .section-title .section-title-text .title .title-text {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .section-title .section-title-text .title .title-text {
    font-size: 1.75rem;
  }
}
.section-title .section-title-text .title .title-icon {
  margin-left: 0.5rem;
  transform: scale(0.75);
}
@media screen and (min-width: 992px) {
  .section-title .section-title-text .title .title-icon {
    transform: scale(1);
    margin-left: 1rem;
  }
}
.section-title .section-title-text .description {
  margin: 1rem auto 0;
  max-width: 550px;
  line-height: 200%;
}
@media screen and (min-width: 992px) {
  .section-title .section-title-text .description {
    margin: 2rem auto 0;
  }
}
.section-title .section-title-nav {
  text-align: left;
}
.section-title.white {
  color: #fff;
}
.section-title.white .section-title-text .title {
  color: #fff;
}
.section-title.right {
  text-align: right;
  justify-content: space-between;
}
.section-title.right .title {
  justify-content: right;
}

/* section-text */
.section-text {
  line-height: 200%;
}

/* section-text-image */
.section-text-image {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .section-text-image {
    flex-direction: row;
    align-items: center;
  }
}
.section-text-image .section-text {
  flex: 1;
}
.section-text-image .section-image {
  flex: 1;
}
.section-text-image .section-image img {
  max-width: 100%;
}

/* section-more */
.section-more {
  text-align: center;
  margin: 3rem 0 0;
}
@media screen and (min-width: 992px) {
  .section-more {
    margin: 4rem 0 0;
  }
}

/*
 *************************************** box ***************************************
 */
.box {
  transition: all 0.5s ease;
  box-shadow: 0 5px 30px rgba(14, 27, 51, 0.06);
  background: #fff;
  border-radius: 20px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .box {
    margin-bottom: 0;
    margin-bottom: 1.5rem;
  }
}

/*
  box-page
 */
.box-page {
  padding: 1rem;
}
@media screen and (min-width: 992px) {
  .box-page {
    padding: 1.5rem;
  }
}
.box-page .box-top {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #DCDFE5;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.box-page .box-top .box-title {
  display: flex;
  align-items: center;
}
.box-page .box-top .box-title .icon {
  margin-left: 0.5rem;
}
.box-page .box-top .box-title .title {
  font-weight: bold;
  font-size: 1.1rem;
  color: #033751;
}

.box-page-single .box-image {
  max-width: 100%;
  border-radius: 25px;
  margin: 0 auto 2rem;
  display: block;
}
.box-page-single .box-text {
  line-height: 200%;
  color: #545D6E;
}

.box-page-404 {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .box-page-404 {
    min-height: 400px;
  }
}
.box-page-404 .text-danger {
  margin: 2rem 0;
}

/* box-card */
.box-card {
  margin-bottom: 30px;
}
.box-card .box-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}
.box-card .box-content {
  padding: 1.5rem 1.5rem 1rem;
}
.box-card .box-title,
.box-card a.box-title {
  display: inline-block;
  font-size: 1.1rem;
  color: #545D6E;
  font-weight: bold;
  line-height: 180%;
}
@media screen and (min-width: 1200px) {
  .box-card .box-title,
.box-card a.box-title {
    height: 60px;
    overflow: hidden;
  }
}
.box-card a.box-title:visited {
  color: #545D6E;
}
.box-card a.box-title:hover {
  color: #033751;
}
.box-card .box-text {
  line-height: 200%;
  margin-top: 0.5rem;
}
@media screen and (min-width: 992px) {
  .box-card .box-text {
    height: 125px;
    overflow: hidden;
    margin-top: 0;
  }
}

/*
 *************************************** ibtn ***************************************
 */
.ibtn {
  height: 50px;
  transition: all 0.5s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: none;
  border-radius: 20px;
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 1200px) {
  .ibtn {
    height: 55px;
    padding: 0.5rem 1.5rem;
  }
}
.ibtn .icon {
  font-size: 1.5rem;
  margin-left: 0.4rem;
}
.ibtn.ibtn-icon-left .icon {
  margin-left: 0;
  margin-right: 1rem;
}

/* ibtn-primary */
.ibtn-primary {
  color: #fff;
  background: #033751;
  box-shadow: 3px 6px 35px rgba(3, 55, 81, 0.3);
}
.ibtn-primary:visited {
  color: #fff;
}
.ibtn-primary:hover {
  color: #fff;
  background: #085175;
  box-shadow: 3px 6px 35px rgba(3, 55, 81, 0.35);
}

/* ibtn-secondary */
.ibtn-secondary {
  color: #fff;
  background: #DB222A;
  box-shadow: 3px 6px 35px rgba(219, 34, 42, 0.3);
}
.ibtn-secondary:visited {
  color: #fff;
}
.ibtn-secondary:hover {
  color: #fff;
  background: #ee2a32;
  box-shadow: 3px 6px 35px rgba(219, 34, 42, 0.4);
}

/* ibtn-border-blue */
.ibtn-border-blue {
  border: 2px solid #128DC7;
  color: #128DC7;
}
.ibtn-border-blue:visited {
  color: #128DC7;
}
.ibtn-border-blue:hover {
  color: #DB222A;
  border-color: #DB222A;
}

/* ibtn-border-gray */
.ibtn-border-gray {
  border: 2px solid #B0B5BF;
  color: #B0B5BF;
}
.ibtn-border-gray:visited {
  color: #B0B5BF;
}
.ibtn-border-gray:hover {
  color: #788091;
  border-color: #788091;
}
/* link-more */
.link-more {
  display: inline-flex;
  align-items: center;
  color: #B0B5BF;
}
.link-more:visited {
  color: #B0B5BF;
}
.link-more:hover {
  color: #788091;
}
.link-more .icon {
  margin-right: 0.5rem;
}

/*
 *************************************** forms ***************************************
 */
.form-control,
.form-select {
  padding: 0.6rem 1rem;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid #D9DDE1;
  box-shadow: none;
}
.form-control:focus,
.form-select:focus {
  box-shadow: none;
  border-color: #033751;
}

label {
  color: #788091;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.form-input-group {
  margin-bottom: 1.25rem;
}

.input-icon {
  position: relative;
}
.input-icon .icon {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1rem;
  font-size: 1.5rem;
}
.input-icon .form-control {
  padding-right: 3rem;
}

.input-captcha {
  position: relative;
}
.input-captcha .img-captcha {
  position: absolute;
  width: 100px;
  height: 25px;
  left: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.input-captcha .form-control {
  padding-left: 130px;
}

/*
 *************************************** pagination ***************************************
 */
.pagination-wrapper {
  padding: 50px 0 25px;
}

.pagination {
  justify-content: center;
}
.pagination .page-link {
  display: inline-flex;
  min-width: 50px;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  margin: 10px;
  padding: 10px 15px;
  border-radius: 8px !important;
  box-shadow: 0 5px 30px rgba(14, 27, 51, 0.15);
  border: none;
  background: #fff;
  color: #788091;
}
.pagination .page-link:hover {
  box-shadow: 0 5px 30px rgba(14, 27, 51, 0.2);
  color: #B0B5BF;
}
.pagination .active .page-link {
  color: #fff !important;
  background: #788091;
}

/* wp-pagenavi */
.wp-pagenavi span, .wp-pagenavi a, .wp-pagenavi a:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0.5rem;
  padding: 0.75rem 1.25rem;
  border-radius: 8px !important;
  box-shadow: 0 5px 30px rgba(14, 27, 51, 0.1);
  border: none;
  background: #fff;
  color: #788091;
}
.wp-pagenavi span.current, .wp-pagenavi a.current, .wp-pagenavi a:visited.current {
  color: #fff !important;
  background: #788091;
}
.wp-pagenavi a:hover {
  box-shadow: 0 5px 30px rgba(14, 27, 51, 0.15);
  color: #033751;
  background: #fff;
}

/*
 *************************************** tables ***************************************
 */
.table-title,
.form-title {
  font-weight: bold;
  font-size: 18px;
  color: #033751;
  margin-bottom: 20px;
}

.table-responsive {
  overflow-x: auto;
  max-width: 100%;
  width: 100%;
  min-width: 100%;
}

.table {
  text-align: center;
  border-collapse: separate;
  border-spacing: 5px;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .table {
    margin: 20px auto 40px;
  }
}
.table tr th:first-child,
.table tr td:first-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.table tr th:last-child,
.table tr td:last-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.table th {
  background: #788091;
  color: #fff;
  font-size: 16px;
  border: none !important;
  font-weight: normal;
  vertical-align: middle;
}
.table tr:nth-child(even) td {
  background: #fff;
}
.table td {
  border: none;
  background: #F1F3F6;
  color: #788091;
  vertical-align: middle;
}
.table td img {
  max-width: 100%;
}

.table-caption {
  text-align: center;
  font-size: 12px;
  margin: 10px 0;
}
@media screen and (min-width: 768px) {
  .table-caption {
    display: none;
  }
}

/*
 *************************************** accordion ***************************************
 */
.accordion-custom {
  border: none;
  max-width: 850px;
  margin: 0 auto;
}
.accordion-custom .accordion-item {
  border: none;
  margin-top: 1rem;
  background: #fff;
  border: 1px solid #DCDFE5;
  border-radius: 25px;
  box-shadow: 0 5px 30px rgba(14, 27, 51, 0.06);
}
.accordion-custom .accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  outline: none;
  box-shadow: none;
  padding: 1rem;
  background: transparent;
}
@media screen and (min-width: 992px) {
  .accordion-custom .accordion-button {
    padding: 1.5rem;
  }
}
.accordion-custom .accordion-button .right,
.accordion-custom .accordion-button .left {
  display: flex;
  align-items: center;
}
.accordion-custom .accordion-button .icon {
  color: #DB222A;
  font-size: 1.5rem;
  margin-left: 0.5rem;
}
.accordion-custom .accordion-button .title {
  padding-left: 30px;
}
.accordion-custom .accordion-button .img-sprite {
  opacity: 0.4;
  transition: all 0.5s ease;
}
.accordion-custom .accordion-button:after {
  content: "";
  display: none;
}
.accordion-custom .accordion-button:not(.collapsed) {
  color: #545D6E;
  border-color: #545D6E;
  font-weight: bold;
}
.accordion-custom .accordion-button:not(.collapsed) .img-sprite {
  opacity: 1;
  transform: rotate(180deg);
}
.accordion-custom .accordion-body {
  line-height: 200%;
  padding-top: 0;
}

/*
 *************************************** showMessage Plugin ***************************************
 */
#showMessage.error {
  color: #fff;
  background-color: #DB222A;
}
#showMessage.success {
  background-color: #007f5f;
  color: #fff;
}

/*
  colors
 */
/*
  break points
 */
/*
  mixins
 */
@keyframes circles-anim {
  0% {
    transform: scale(0.5);
    opacity: 0.3;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes circles-anim2 {
  0% {
    transform: scale(0.25);
    opacity: 0.2;
  }
  100% {
    transform: scale(1.25);
    width: 600px;
    height: 600px;
    opacity: 0;
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transform-origin: center;
  }
}
/*
 *************************************** header ***************************************
 */
#header {
  background: #f4f8ff;
  background: -moz-linear-gradient(0deg, #f4f8ff 0%, white 100%);
  background: -webkit-linear-gradient(0deg, #f4f8ff 0%, white 100%);
  background: linear-gradient(0deg, #f4f8ff 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f8ff",endColorstr="#ffffff",GradientType=1);
}

/*
  header-navbar
*/
#header-navbar {
  /* navbar brand*/
  /* navbar-collapse */
  /* navbar-main */
  /* navbar-meta */
}
#header-navbar .navbar {
  background: transparent !important;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
#header-navbar .navbar-brand img {
  width: 100%;
  max-width: 170px;
}
@media screen and (max-width: 992px) {
  #header-navbar .navbar-collapse.show, #header-navbar .navbar-collapse.collapsing {
    background: #f1f1f1;
    padding: 0.5rem 1.25rem;
    border-radius: 25px;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  #header-navbar .navbar-collapse.show .navbar-main, #header-navbar .navbar-collapse.collapsing .navbar-main {
    margin-bottom: 1rem !important;
  }
  #header-navbar .navbar-collapse.show .nav-item, #header-navbar .navbar-collapse.collapsing .nav-item {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 992px) {
  #header-navbar .navbar-main {
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  #header-navbar .navbar-main .nav-item {
    margin-left: 1rem;
  }
}
#header-navbar .navbar-main .nav-link {
  display: flex;
  align-items: center;
  color: #788091;
}
#header-navbar .navbar-main .nav-link:visited {
  color: #788091;
}
#header-navbar .navbar-main .nav-link:hover {
  color: #128DC7;
}
#header-navbar .navbar-main .nav-link .icon {
  margin-left: 0.25rem;
}
@media screen and (min-width: 1200px) {
  #header-navbar .navbar-main .nav-link .icon {
    margin-left: 0.5rem;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  #header-navbar .navbar-main .nav-link .title {
    font-size: 0.9rem;
  }
}
#header-navbar .navbar-main .nav-link.active {
  color: #033751;
}
#header-navbar .navbar-main .nav-link.active .icon {
  color: #128DC7;
}
/*
  header-main
*/
#header-main {
  padding: 0 0 1rem;
}
@media screen and (min-width: 992px) {
  #header-main {
    padding: 1rem 0;
  }
}

#header-main-content {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 992px) {
  #header-main-content {
    flex-direction: row;
    align-items: center;
  }
}
#header-main-content > div {
  flex: 1;
}

/* header-main-text */
#header-main .header-main-text > .title {
  font-size: 1.5rem;
  color: #033751;
  line-height: 200%;
  position: relative;
  padding-right: 1.5rem;
}
@media screen and (min-width: 992px) {
  #header-main .header-main-text > .title {
    font-size: 2rem;
    max-width: 500px;
  }
}
@media screen and (min-width: 1400px) {
  #header-main .header-main-text > .title {
    font-size: 2.5rem;
  }
}
#header-main .header-main-text > .title .text-bold {
  color: #DB222A;
  font-size: 2rem;
  font-family: YekanBakhHeavy;
}
@media screen and (min-width: 992px) {
  #header-main .header-main-text > .title .text-bold {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1400px) {
  #header-main .header-main-text > .title .text-bold {
    font-size: 3.5rem;
  }
}
#header-main .header-main-text > .title:after {
  content: "";
  width: 10px;
  height: 95%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #DCDFE5;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
#header-main .header-main-text .list-descriptions {
  margin: 2rem 0;
}
@media screen and (min-width: 992px) {
  #header-main .header-main-text .list-descriptions {
    margin: 2rem 0 3rem;
  }
}
#header-main .header-main-text .list-descriptions li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1400px) {
  #header-main .header-main-text .list-descriptions li {
    font-size: 1.25rem;
  }
}
#header-main .header-main-text .list-descriptions li:last-child {
  margin-bottom: 0;
}
#header-main .header-main-text .list-descriptions li .icon {
  margin-left: 0.5rem;
  color: #128DC7;
}
#header-main .header-main-text .buttons .ibtn {
  min-width: 200px;
}
#header-main .header-main-text .platforms {
  margin: 2rem 0;
  padding-top: 1.5rem;
  border-top: 1px dashed #DCDFE5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  #header-main .header-main-text .platforms {
    max-width: 500px;
    margin: 3rem 0 2rem;
    flex-direction: row;
  }
}
#header-main .header-main-text .platforms .title {
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  #header-main .header-main-text .platforms .title {
    margin-bottom: 0;
    margin-left: 3rem;
  }
}
#header-main .header-main-text .platforms .list-items {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
#header-main .header-main-text .platforms .list-items .icon {
  font-size: 1.5rem;
  color: #B0B5BF;
}

/* header-main-image */
#header-main .header-main-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 2rem 0 3rem;
}
@media screen and (min-width: 992px) {
  #header-main .header-main-image {
    padding: 2rem;
    justify-content: left;
  }
}
@media screen and (min-width: 1200px) {
  #header-main .header-main-image {
    padding: 4rem;
  }
}
@media screen and (min-width: 1400px) {
  #header-main .header-main-image {
    padding: 5rem;
  }
}

#header-image {
  position: relative;
  width: 250px;
  height: 250px;
}
@media screen and (min-width: 992px) {
  #header-image {
    width: 400px;
    height: 400px;
  }
}
@media screen and (min-width: 1400px) {
  #header-image {
    width: 500px;
    height: 500px;
  }
}
#header-image img {
  position: absolute;
  width: 100%;
  height: 100%;
}
#header-image .circles {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 2px solid #128DC7;
  opacity: 0.2;
  animation: circles-anim2 2s ease-out infinite;
  max-width: 250px;
  max-height: 250px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 992px) {
  #header-image .circles {
    animation-name: circles-anim;
  }
}
#header-image .circles:nth-child(1) {
  animation-duration: 3s;
  width: 300px;
  height: 300px;
}
@media screen and (min-width: 992px) {
  #header-image .circles:nth-child(1) {
    max-width: 600px;
    max-height: 600px;
  }
}
#header-image .circles:nth-child(2) {
  animation-duration: 5s;
  width: 350px;
  height: 350px;
}
@media screen and (min-width: 992px) {
  #header-image .circles:nth-child(2) {
    max-width: 650px;
    max-height: 650px;
  }
}
#header-image .circles:nth-child(3) {
  width: 450px;
  height: 450px;
  animation-duration: 7s;
}
@media screen and (min-width: 992px) {
  #header-image .circles:nth-child(3) {
    max-width: 700px;
    max-height: 700px;
  }
}
#header-image .earth {
  z-index: 1;
}
#header-image .earth-lines {
  z-index: 1;
  animation: spin 150s linear infinite;
}
#header-image .earth-around {
  animation: spin 100s linear infinite;
  z-index: 2;
}

/*
 *************************************** section-features ***************************************
 */
#section-features {
  position: relative;
  background: #033751;
  padding: 0;
}
#section-features .wave-top {
  height: 60px;
  background: url("../img/wave-top.svg") no-repeat 0 -1px;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  #section-features .wave-top {
    height: 170px;
  }
}
@media screen and (min-width: 992px) {
  #section-features .section-title {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  #section-features .section-content {
    top: 50px;
  }
}
#section-features:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  height: 100px;
  background: url("../img/wave-bottom.svg") no-repeat right 1px;
  background-size: cover;
  top: auto;
  bottom: 0;
  right: 0;
  left: auto;
}
@media screen and (min-width: 992px) {
  #section-features:after {
    height: 185px;
  }
}
#section-features .section-text {
  color: #DCDFE5;
}
#section-features .col-text {
  margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
  #section-features .col-text {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1400px) {
  #section-features .col-text {
    padding-top: 2rem;
  }
}
#section-features .col-box {
  position: relative;
}
#section-features .col-box .img-dots {
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  top: -30px;
}
@media screen and (min-width: 1400px) {
  #section-features .col-box .img-dots {
    left: -10px;
    top: -50px;
  }
}
@media screen and (min-width: 1500px) {
  #section-features .col-box .img-dots {
    left: -40px;
    top: -55px;
  }
}
#section-features .col-box .row {
  position: relative;
  z-index: 1;
}

/* box-feature */
.box-feature {
  display: flex;
  flex-direction: row;
  text-align: center;
  align-items: center;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .box-feature {
    flex-direction: column;
    align-items: center;
    padding: 2rem 1rem;
    min-height: 230px;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .box-feature {
    padding: 2.5rem 2rem;
  }
}
.box-feature .box-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
}
@media screen and (min-width: 992px) {
  .box-feature .box-icon {
    margin-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .box-feature .box-icon .img-sprite {
    transform: scale(0.7);
  }
}
.box-feature .box-title {
  color: #033751;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .box-feature .box-title {
    margin: 1.5rem 0 0;
    font-size: 1.1rem;
  }
}

/*
 *************************************** section-plans ***************************************
 */
@media screen and (min-width: 992px) {
  #section-plans {
    padding-top: 7rem;
  }
}
#section-plans .section-content {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media screen and (min-width: 1200px) {
  #section-plans .section-content {
    justify-content: space-between;
  }
}
#section-plans .section-content .dots {
  position: absolute;
  max-width: 100%;
  top: -25px;
  right: 0;
}
@media screen and (min-width: 1400px) {
  #section-plans .section-content .dots {
    top: -50px;
    right: -20px;
  }
}
@media screen and (min-width: 1500px) {
  #section-plans .section-content .dots {
    right: -40px;
  }
}
#section-plans .section-content .circle-lines {
  position: absolute;
  max-width: 100%;
  bottom: -80px;
  left: 0;
  display: none;
}
@media screen and (min-width: 1400px) {
  #section-plans .section-content .circle-lines {
    left: -10px;
    display: block;
  }
}
@media screen and (min-width: 1500px) {
  #section-plans .section-content .circle-lines {
    left: -70px;
  }
}

/* box-plan */
.box-plan {
  padding: 1.5rem 0.75rem;
  text-align: center;
  position: relative;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  transition: all 0.5s ease;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1400px) {
  .box-plan {
    flex-basis: 230px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1500px) {
  .box-plan {
    flex-basis: 260px;
    padding: 2rem 1rem;
    flex-direction: column;
  }
}
.box-plan:hover {
  box-shadow: 0 5px 30px rgba(14, 27, 51, 0.1);
}
@media screen and (min-width: 1400px) {
  .box-plan:hover {
    top: -15px;
  }
}
.box-plan .box-details {
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 1200px) {
  .box-plan .box-details {
    flex-direction: column;
  }
}
.box-plan .box-details > div {
  flex: 1;
}
.box-plan .box-top {
  margin-left: 1.25rem;
}
@media screen and (min-width: 992px) {
  .box-plan .box-top {
    margin-left: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .box-plan .box-top {
    margin-left: 0;
  }
}
.box-plan .box-icon {
  margin-bottom: 1rem;
}
.box-plan .box-title {
  color: #033751;
  font-weight: bold;
  font-size: 1.1rem;
}
@media screen and (min-width: 992px) {
  .box-plan .box-title {
    font-size: 1.25rem;
  }
}
.box-plan .price {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.5rem 0;
}
@media screen and (min-width: 992px) {
  .box-plan .price {
    margin: 1.5rem 0 0.5rem;
  }
}
.box-plan .price .amount {
  font-size: 1.75rem;
  color: #128DC7;
  font-weight: bold;
  margin-left: 0.25rem;
}
@media screen and (min-width: 992px) {
  .box-plan .price .amount {
    font-size: 2.25rem;
    margin-left: 0.5rem;
  }
}
.box-plan .price .unit {
  font-size: 0.8rem;
}
@media screen and (min-width: 1200px) {
  .box-plan .price .unit {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1200px) {
  .box-plan .list-descriptions {
    border-right: none;
    border-top: 1px dashed #DCDFE5;
    border-bottom: 1px dashed #DCDFE5;
    margin: 1rem 0 2rem;
    padding: 1rem 0;
  }
}
.box-plan .list-descriptions li {
  display: flex;
  align-items: center;
  justify-content: right;
  margin-bottom: 0.6rem;
}
.box-plan .list-descriptions li:last-child {
  margin-bottom: 0;
}
.box-plan .list-descriptions li .img-sprite {
  margin-left: 0.5rem;
}
.box-plan .list-descriptions li .text {
  font-size: 0.8rem;
  color: #9299A8;
}
@media screen and (min-width: 1400px) {
  .box-plan .list-descriptions li .text {
    font-size: 0.9rem;
  }
}
.box-plan .box-buttons {
  width: 100%;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px dashed #DCDFE5;
}
@media screen and (min-width: 992px) {
  .box-plan .box-buttons {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}
.box-plan .box-buttons .ibtn {
  width: 100%;
  height: 50px;
}
.box-plan .box-buttons .ibtn .title {
  font-size: 0.9rem;
}
@media screen and (min-width: 1400px) {
  .box-plan .box-buttons .ibtn .title {
    font-size: 1rem;
  }
}

/*
 *************************************** section-offs ***************************************
 */
#section-offs {
  background: #fff;
}

/* box-off */
.box-off {
  border: 1px solid #f1f1f1;
  padding: 1rem;
  display: flex;
  align-items: center;
}
.box-off:hover {
  box-shadow: 0 5px 30px rgba(14, 27, 51, 0.1);
}
.box-off:hover .box-title {
  color: #033751;
}
.box-off .box-image {
  margin-left: 1rem;
}
.box-off .box-image img {
  width: 100px;
  height: 100px;
  border-radius: 15px;
}
.box-off .box-title {
  margin-bottom: 1rem;
  display: inline-block;
  color: #788091;
  transition: all 0.5s ease;
}
@media screen and (min-width: 992px) {
  .box-off .box-title {
    font-size: 1.1rem;
  }
}
.box-off .box-description {
  color: #B0B5BF;
  display: flex;
  align-items: center;
}
.box-off .box-description .icon {
  font-size: 1.75rem;
  margin-left: 0.25rem;
}

/*
 *************************************** section-apps ***************************************
 */
#section-apps {
  background: url("../img/pattern-platforms.png");
}
@media screen and (min-width: 1200px) {
  #section-apps .section-image {
    margin-left: 2rem;
  }
}
#section-apps .box {
  padding: 1.5rem;
}
@media screen and (min-width: 992px) {
  #section-apps .box {
    padding: 3rem 1.5rem 4rem;
  }
}
#section-apps .box .box-title {
  display: flex;
  align-items: center;
}
#section-apps .box .box-title .img-sprite {
  margin-left: 1rem;
}
#section-apps .box .box-title .text {
  position: relative;
  color: #033751;
  font-size: 1rem;
}
@media screen and (min-width: 992px) {
  #section-apps .box .box-title .text {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1400px) {
  #section-apps .box .box-title .text {
    font-size: 1.75rem;
  }
}
#section-apps .box .box-title .text span {
  position: relative;
  z-index: 1;
}
#section-apps .box .box-title .text:after {
  content: "";
  width: 100%;
  height: 10px;
  background: #DCDFE5;
  position: absolute;
  right: 0;
  bottom: 5px;
  z-index: 0;
}
#section-apps .box .box-text {
  margin: 2rem 0;
}
@media screen and (min-width: 992px) {
  #section-apps .box .box-text {
    margin: 3rem 0;
  }
}

/*
 *************************************** section-help ***************************************
 */
#section-help {
  background: #fff;
}

/* box-help */
.box-help {
  padding: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid #DCDFE5;
  padding: 0.5rem 1.5rem;
  color: #B0B5BF;
}
@media screen and (min-width: 992px) {
  .box-help {
    flex-direction: column;
    padding: 2rem 1rem;
    justify-content: center;
  }
}
.box-help:hover {
  box-shadow: 0 5px 30px rgba(14, 27, 51, 0.1);
  color: #033751;
}
.box-help .box-icon {
  font-size: 2rem;
  margin-left: 1rem;
}
@media screen and (min-width: 992px) {
  .box-help .box-icon {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    margin-left: 0;
  }
}
.box-help .box-icon .icon {
  line-height: unset;
}
.box-help .box-icon .icon-app-android {
  color: #5EC639;
}
.box-help .box-icon .icon-app-ios {
  color: #788091;
}
.box-help .box-icon .icon-app-mac {
  color: #788091;
}
.box-help .box-icon .icon-app-windows {
  color: #128DC7;
}
.box-help .box-icon .icon-linux {
  color: #5F6267;
}
.box-help .box-icon .icon-blackberry {
  color: #000000;
}
.box-help .box-title {
  font-size: 1.1rem;
}

/*
 *************************************** section-articles ***************************************
 */
/* box-article */
.box-article {
  border-radius: 20px;
}
.box-article .box-image img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}
@media screen and (min-width: 992px) {
  .box-article .box-image img {
    height: 200px;
  }
}
.box-article .box-content {
  padding: 1.25rem 1rem;
}
@media screen and (min-width: 992px) {
  .box-article .box-content {
    padding: 1.5rem 1.25rem;
  }
}
.box-article .box-content .box-date {
  display: flex;
  align-items: center;
  color: #788091;
  margin: 1rem 0;
}
@media screen and (min-width: 992px) {
  .box-article .box-content .box-date {
    margin: 1rem 0 1.5rem;
  }
}
.box-article .box-content .box-date .img-sprite {
  margin-left: 0.5rem;
}
.box-article .box-content .box-date .text {
  font-size: 0.9rem;
}
.box-article .box-content .box-title {
  color: #033751;
}
.box-article .box-content .box-title .title {
  font-size: 1.1rem;
  line-height: 200%;
}
@media screen and (min-width: 992px) {
  .box-article .box-content .box-title .title {
    font-size: 1.3rem;
    height: 40px;
    overflow: hidden;
  }
}
.box-article .box-content .box-description {
  padding: 1.25rem 0 1.5rem;
  line-height: 200%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .box-article .box-content .box-description {
    height: 140px;
    overflow: hidden;
  }
}
.box-article .box-content .box-links {
  text-align: left;
}

/*
 *************************************** section-contact ***************************************
 */
#section-contact {
  background: #fff !important;
  padding-bottom: 0;
}
@media screen and (min-width: 992px) {
  #section-contact {
    padding-top: 3rem;
  }
}
#section-contact .section-title .section-title-text .description {
  max-width: 400px;
}
#section-contact .section-image {
  text-align: center;
}
@media screen and (min-width: 992px) {
  #section-contact .section-image {
    text-align: left;
  }
}
#section-contact .list-links {
  text-align: center;
}
@media screen and (min-width: 992px) {
  #section-contact .list-links {
    text-align: right;
  }
}
#section-contact .list-links li {
  margin: 0 0 1rem 0;
}
#section-contact .list-links li .ibtn {
  min-width: 200px;
}
@media screen and (min-width: 992px) {
  #section-contact .list-links li .ibtn {
    min-width: auto;
  }
}
@media screen and (min-width: 992px) {
  #section-contact .list-links li {
    display: inline-block;
    margin: 0 0 0 1rem;
  }
}

/*
 *************************************** footer ***************************************
 */
#footer {
  background: #033751;
  color: #fff;
}
#footer .footer-wave {
  width: 100%;
  height: 100px;
  background: url("../img/footer-wave.svg") no-repeat top;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  #footer .footer-wave {
    height: 220px;
    background-position: right top;
  }
}

/* box-footer */
.box-footer {
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .box-footer {
    margin-bottom: 0;
  }
}
.box-footer .box-title {
  font-weight: bold;
  font-size: 1.2rem;
}
@media screen and (min-width: 992px) {
  .box-footer .box-title {
    margin: 2rem 0;
  }
}
.box-footer .box-content {
  margin-top: 1rem;
}
@media screen and (min-width: 992px) {
  .box-footer .box-content {
    margin: 2rem 0;
  }
}
.box-footer .box-content .box-text {
  line-height: 200%;
  color: #FAFAFA;
  font-size: 0.9rem;
}
.box-footer .box-content .list-links li {
  margin-bottom: 0.75rem;
}
.box-footer .box-content .list-links a, .box-footer .box-content .list-links a:visited {
  display: inline-flex;
  align-items: center;
  color: #fff;
  opacity: 0.75;
}
.box-footer .box-content .list-links a:hover {
  opacity: 1;
}
.box-footer .box-content .list-links .img-sprite {
  margin-left: 0.5rem;
}

/* footer-bottom */
#footer-bottom-wrapper {
  background: #052F49;
  color: #B1D9E4;
}
@media screen and (min-width: 992px) {
  #footer-bottom-wrapper {
    margin-top: 2rem;
  }
}

#footer-bottom {
  display: flex;
  flex-direction: column-reverse;
  padding: 2rem 0;
}
@media screen and (min-width: 992px) {
  #footer-bottom {
    flex-direction: row;
    align-content: center;
  }
}
#footer-bottom .copyright {
  flex: 1;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  opacity: 0.5;
}
#footer-bottom .copyright .img-sprite {
  margin-left: 0.5rem;
}
#footer-bottom .social-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  #footer-bottom .social-links {
    flex-direction: row;
    justify-content: left;
    margin-bottom: 0;
  }
}
#footer-bottom .social-links .title {
  font-size: 0.9rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  #footer-bottom .social-links .title {
    margin-left: 1rem;
    margin-bottom: 0;
  }
}
#footer-bottom .social-links .list-social-links li {
  display: inline-block;
  margin: 0.5rem;
}
#footer-bottom .social-links .list-social-links li:last-child {
  margin-left: 0;
}
@media screen and (min-width: 992px) {
  #footer-bottom .social-links .list-social-links li {
    margin-left: 0.5rem;
  }
}
#footer-bottom .social-links .list-social-links a, #footer-bottom .social-links .list-social-links a:visited {
  width: 50px;
  height: 50px;
  background: #2D7285;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.4;
  font-size: 1.5rem;
  color: #B1D9E4;
}
#footer-bottom .social-links .list-social-links a:hover {
  opacity: 0.7;
  color: #fff;
}

/*
  colors
 */
/*
  break points
 */
/*
  mixins
 */
@keyframes circles-anim {
  0% {
    transform: scale(0.5);
    opacity: 0.3;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes circles-anim2 {
  0% {
    transform: scale(0.25);
    opacity: 0.2;
  }
  100% {
    transform: scale(1.25);
    width: 600px;
    height: 600px;
    opacity: 0;
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transform-origin: center;
  }
}
#section-page {
  position: relative;
}
#section-page .section-title {
  margin-top: 3rem;
}
#section-page:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  height: 250px;
  background: url("../img/wave-header.svg") no-repeat right 1px;
  background-size: cover;
  top: 0;
  right: 0;
  z-index: 0;
}
@media screen and (min-width: 992px) {
  #section-page:after {
    height: 400px;
  }
}

/*
 *************************************** page-panel ***************************************
 */
/*
  navbar-panel
 */
#navbar-panel {
  background: #fff;
  box-shadow: 0 5px 30px rgba(14, 27, 51, 0.06);
  border-radius: 25px;
  padding: 0 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  #navbar-panel {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 992px) {
  #navbar-panel .navbar-toggler {
    margin: 1rem 0;
    display: flex;
    align-items: center;
    width: 100%;
  }
  #navbar-panel .navbar-toggler .title {
    display: inline-block;
    font-size: 1rem;
    margin-right: 0.5rem;
  }
}
#navbar-panel .list-links {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  #navbar-panel .list-links {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
#navbar-panel .list-links li {
  flex: 1;
  border-bottom: 1px dashed #B0B5BF;
}
@media screen and (min-width: 992px) {
  #navbar-panel .list-links li {
    margin: 1rem 0;
    border-left: 1px dashed #B0B5BF;
    border-bottom: none;
  }
  #navbar-panel .list-links li:last-child {
    border-left: none;
  }
}
#navbar-panel .list-links a, #navbar-panel .list-links a:visited {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1rem 0;
}
@media screen and (min-width: 992px) {
  #navbar-panel .list-links a, #navbar-panel .list-links a:visited {
    flex-direction: column;
    flex: 1;
    justify-content: space-around;
    align-items: center;
    padding: 1rem;
    margin: 1rem;
    text-align: center;
  }
}
#navbar-panel .list-links a .icon, #navbar-panel .list-links a:visited .icon {
  opacity: 0.5;
  transition: all 0.5s ease;
  margin-left: 1rem;
}
@media screen and (min-width: 992px) {
  #navbar-panel .list-links a .icon, #navbar-panel .list-links a:visited .icon {
    margin-left: 0;
  }
}
#navbar-panel .list-links a .title, #navbar-panel .list-links a:visited .title {
  color: #788091;
  transition: all 0.5s ease;
}
@media screen and (min-width: 992px) {
  #navbar-panel .list-links a .title, #navbar-panel .list-links a:visited .title {
    font-size: 1.1rem;
    margin: 1.5rem 0 0;
  }
}
#navbar-panel .list-links a:hover .icon {
  opacity: 1;
}
#navbar-panel .list-links a:hover .title {
  color: #033751;
}
@media screen and (max-width: 992px) {
  #navbar-panel .list-links li.active {
    border-bottom: none;
  }
}
#navbar-panel .list-links li.active a, #navbar-panel .list-links li.active a:visited {
  position: relative;
}
#navbar-panel .list-links li.active a:after, #navbar-panel .list-links li.active a:visited:after {
  content: "";
  width: 100%;
  height: 5px;
  background: #DB222A;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  bottom: 0px;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  #navbar-panel .list-links li.active a:after, #navbar-panel .list-links li.active a:visited:after {
    bottom: -2.4rem;
    height: 6px;
  }
}
#navbar-panel .list-links li.active a .icon, #navbar-panel .list-links li.active a:visited .icon {
  opacity: 1;
}
#navbar-panel .list-links li.active a .title, #navbar-panel .list-links li.active a:visited .title {
  color: #033751;
  font-weight: bold;
}

/*
  box-panel
 */
.box-panel {
  padding: 1.25rem;
}
@media screen and (min-width: 992px) {
  .box-panel {
    padding: 2rem;
  }
}

/*
  box-panel-hr
 */
.box-panel-hr,
.box-panel-server {
  border-radius: 20px;
  border: 1px solid #DCDFE5;
  padding: 1.25rem 0.5rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .box-panel-hr,
.box-panel-server {
    padding: 1.25rem 2rem;
  }
}
.box-panel-hr .box-icon,
.box-panel-server .box-icon {
  width: 55px;
  height: 55px;
  background: rgba(3, 55, 81, 0.1);
  border-radius: 100%;
  color: #128DC7;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
}
@media screen and (min-width: 992px) {
  .box-panel-hr .box-icon,
.box-panel-server .box-icon {
    width: 85px;
    height: 85px;
    font-size: 2rem;
  }
}
.box-panel-hr .box-text .box-title,
.box-panel-server .box-text .box-title {
  margin-bottom: 1rem;
  color: #B0B5BF;
}
.box-panel-hr .box-text .box-value,
.box-panel-server .box-text .box-value {
  color: #788091;
  font-weight: 500;
  font-size: 1.1rem;
}

.box-panel-server {
  flex-direction: row;
  align-items: flex-start;
}
@media screen and (min-width: 992px) {
  .box-panel-server {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .box-panel-server .box-icon {
    margin-bottom: 1rem;
    margin-left: 0;
  }
}
.box-panel-server .box-text .box-title {
  font-weight: bold;
  color: #033751;
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .box-panel-server .box-text .box-title {
    margin-bottom: 2rem;
  }
}
.box-panel-server .box-text .list-items li {
  margin-bottom: 1rem;
}
.box-panel-server .box-text .list-items li:last-child {
  margin-bottom: 0;
}

/* form-panel */
.form-panel {
  max-width: 600px;
  margin: 1rem auto;
}

/*
 *************************************** page-login ***************************************
 */
#section-login {
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  #section-login {
    flex-direction: row;
  }
}
#section-login .section-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .form-login {
    max-width: 500px;
  }
}
.form-login .button-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-login a, .form-login a:visited {
  color: #788091;
}
.form-login a:hover {
  color: #DB222A;
}

/*
 *************************************** page-connections ***************************************
 */
#nav-connections-tab {
  border-bottom: none;
  display: grid;
  grid-template-columns: 50% 50%;
}
@media screen and (min-width: 992px) {
  #nav-connections-tab {
    display: flex;
  }
}
#nav-connections-tab .nav-link {
  padding: 1rem 1.5rem;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  border-radius: 25px;
  border: none !important;
  margin-bottom: 1rem;
  color: #B0B5BF;
}
@media screen and (min-width: 992px) {
  #nav-connections-tab .nav-link {
    flex-direction: column;
    padding: 2rem 3.5rem 1rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
  }
}
#nav-connections-tab .nav-link .icon {
  font-size: 1.5rem;
}
@media screen and (min-width: 992px) {
  #nav-connections-tab .nav-link .icon {
    font-size: 2.5rem;
  }
}
#nav-connections-tab .nav-link .title {
  margin: 0 0.5rem 0 0;
  color: #B0B5BF;
  font-weight: 500;
  transition: all 0.5s ease;
}
@media screen and (min-width: 992px) {
  #nav-connections-tab .nav-link .title {
    margin: 1.5rem 0 1rem;
  }
}
#nav-connections-tab .nav-link.active {
  background: rgba(220, 223, 229, 0.25);
}
#nav-connections-tab .nav-link.active .title {
  color: #788091;
}
#nav-connections-tab .nav-link .icon-app-android {
  color: #5EC639;
}
#nav-connections-tab .nav-link .icon-app-ios {
  color: #788091;
}
#nav-connections-tab .nav-link .icon-app-mac {
  color: #788091;
}
#nav-connections-tab .nav-link .icon-app-windows {
  color: #128DC7;
}
#nav-connections-tab .nav-link .icon-linux {
  color: #5F6267;
}
#nav-connections-tab .nav-link .icon-blackberry {
  color: #000000;
}

#nav-connections-tab-content {
  background: rgba(220, 223, 229, 0.25);
  border: none;
  border-radius: 25px;
  border-top-right-radius: 0;
  min-height: 200px;
  padding: 1rem 1.5rem;
}
@media screen and (min-width: 992px) {
  #nav-connections-tab-content {
    padding: 4rem 2rem 2rem;
  }
}
#nav-connections-tab-content .tab-content-title {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px dashed #DCDFE5;
}
@media screen and (min-width: 992px) {
  #nav-connections-tab-content .tab-content-title {
    display: none;
  }
}

/*
  box-connection
*/
.box-connection {
  padding: 0.5rem;
  display: flex;
  align-items: center;
  border-radius: 15px;
}
@media screen and (min-width: 992px) {
  .box-connection {
    padding: 1rem 1.25rem;
  }
}
.box-connection .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(220, 223, 229, 0.4);
  width: 55px;
  height: 55px;
  border-radius: 10px;
  color: #788091;
  font-size: 1.75rem;
  margin-left: 1rem;
  transition: all 0.5s ease;
}
@media screen and (min-width: 992px) {
  .box-connection .icon {
    width: 75px;
    height: 75px;
    margin-left: 2rem;
    font-size: 2.5rem;
  }
}
.box-connection .title {
  font-family: Tahoma;
  color: #545D6E;
  transition: all 0.5s ease;
}
@media screen and (min-width: 992px) {
  .box-connection .title {
    font-size: 1.25rem;
  }
}
.box-connection:hover {
  box-shadow: 0 5px 30px rgba(14, 27, 51, 0.1);
}
.box-connection:hover .icon {
  color: #033751;
}
.box-connection:hover .title {
  color: #033751;
}

/*
 *************************************** page-contact ***************************************
 */
/* box-contact-info */
.box-contact-info {
  padding: 1rem;
}
@media screen and (min-width: 992px) {
  .box-contact-info {
    padding: 2.5rem 2rem;
    min-height: 170px;
  }
}
.box-contact-info .box-title {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .box-contact-info .box-title {
    margin-bottom: 2rem;
  }
}
.box-contact-info .box-title .icon {
  font-size: 2.1rem;
  margin-left: 0.75rem;
}
.box-contact-info .box-title .title {
  color: #788091;
}
.box-contact-info .box-text {
  text-align: left;
  font-weight: bold;
  color: #033751;
}
.box-contact-info .box-text a, .box-contact-info .box-text a:visited {
  color: #033751;
}
.box-contact-info .box-text a:hover {
  color: #DB222A;
}
.box-contact-info .box-text .ltr {
  display: inline-block;
}
.box-contact-info.box-contact-email .icon {
  color: #DB222A;
}
.box-contact-info.box-contact-whatsapp .icon {
  color: #21B111;
}
.box-contact-info.box-contact-telegram .icon {
  color: #128DC7;
}

/* box-contact-form */
#box-contact-form .form-contact {
  margin-bottom: 2rem;
}

/* box-contact-form-text */
#box-contact-form-text {
  background: white;
  background: -moz-linear-gradient(0deg, white 0%, #f1f2f4 80%);
  background: -webkit-linear-gradient(0deg, white 0%, #f1f2f4 80%);
  background: linear-gradient(0deg, white 0%, #f1f2f4 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f1f2f4",GradientType=1);
  padding: 1rem;
  border-radius: 25px;
  color: #545D6E;
  line-height: 200%;
}
@media screen and (min-width: 992px) {
  #box-contact-form-text {
    padding: 2rem;
  }
}
#box-contact-form-text ul {
  margin-top: 2rem;
}
#box-contact-form-text ul li {
  margin-bottom: 1rem;
}
#box-contact-form-text ul li .item-title {
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
}
#box-contact-form-text ul li .item-title .icon {
  font-size: 1.5rem;
  margin-left: 0.5rem;
}
#box-contact-form-text ul li .item-value {
  padding-right: 2rem;
  font-weight: bold;
  direction: ltr;
}

/*
 *************************************** page-single ***************************************
 */
#col-page-main .box-text {
  color: #545D6E;
  line-height: 200%;
}
#col-page-main .box-text .box-text-title {
  font-weight: bold;
  font-size: 1.25rem;
  margin: 0.5rem 0 1rem;
}
#col-page-main .box-text .step {
  display: flex;
  align-items: center;
  background: #f1f1f1;
  border-radius: 25px;
  padding: 1rem;
  margin: 2rem 0 1rem;
}
#col-page-main .box-text .step .number {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  background: #128DC7;
  color: #fff;
  border-radius: 100%;
}
#col-page-main .box-text .step .title {
  color: #788091;
  font-weight: 500;
  font-size: 1.1rem;
}
#col-page-main .box-text img {
  max-width: 100%;
  display: block;
  margin: 1rem auto;
  border-radius: 25px;
}

/*
  col-page-sidebar
 */
#col-page-sidebar {
  /* list-links */
}
#col-page-sidebar .list-links a, #col-page-sidebar .list-links a:visited {
  display: inline-block;
  position: relative;
  color: #545D70;
  margin-bottom: 0.5rem;
  padding-right: 20px;
}
#col-page-sidebar .list-links a:before, #col-page-sidebar .list-links a:visited:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid #128DC7;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
#col-page-sidebar .list-links a:hover {
  color: #128DC7;
}
#col-page-sidebar .list-connection-links {
  font-family: Tahoma;
}

/*
  accordion-connections
 */
.accordion-connections .accordion-item {
  border: none;
  box-shadow: none;
}
.accordion-connections .accordion-item:first-child {
  margin-top: 0;
}
.accordion-connections .accordion-button {
  padding: 1rem !important;
  background: rgba(220, 223, 229, 0.25);
  color: #788091;
  border-radius: 15px !important;
}
@media screen and (min-width: 992px) {
  .accordion-connections .accordion-button {
    padding: 1.5rem;
  }
}
.accordion-connections .accordion-button .icon {
  color: #B0B5BF;
}
.accordion-connections .accordion-button:not(.collapsed) .icon-app-android {
  color: #5EC639;
}
.accordion-connections .accordion-button:not(.collapsed) .icon-app-ios {
  color: #788091;
}
.accordion-connections .accordion-button:not(.collapsed) .icon-app-mac {
  color: #788091;
}
.accordion-connections .accordion-button:not(.collapsed) .icon-app-windows {
  color: #128DC7;
}
.accordion-connections .accordion-button:not(.collapsed) .icon-linux {
  color: #5F6267;
}
.accordion-connections .accordion-button:not(.collapsed) .icon-blackberry {
  color: #000000;
}
.accordion-connections .accordion-body {
  padding: 1rem 1rem 0;
}

.img-sprite {
  display: inline-block;
  background: url("../img/image-sprite.svg?v2") no-repeat;
}

.sprite-security {
  background-position: -527px -59px;
  width: 49px;
  height: 52px;
}

.sprite-cloud-add {
  background-position: -107px -143px;
  width: 63px;
  height: 61px;
}

.sprite-2user {
  background-position: -411px -142px;
  width: 63px;
  height: 63px;
}

.sprite-driver {
  background-position: -6px -141px;
  width: 63px;
  height: 64px;
}

.sprite-headphone {
  background-position: -208px -142px;
  width: 64px;
  height: 63px;
}

.sprite-monitor-mobile {
  background-position: -512px -142px;
  width: 63px;
  height: 63px;
}

.sprite-like {
  background-position: -310px -141px;
  width: 64px;
  height: 64px;
}

.sprite-security2 {
  background-position: -293px -68px;
  width: 31px;
  height: 34px;
}

.sprite-checked {
  background-position: -256px -242px;
  width: 21px;
  height: 20px;
}

.sprite-offs {
  background-position: -398px -64px;
  width: 42px;
  height: 42px;
}

.sprite-medal {
  background-position: -350px -69px;
  width: 22px;
  height: 32px;
}

.sprite-note {
  background-position: -464px -64px;
  width: 38px;
  height: 43px;
}

.sprite-calendar {
  background-position: -398px -241px;
  width: 19px;
  height: 21px;
}

.sprite-support24 {
  background-position: -40px -64px;
  width: 38px;
  height: 43px;
}

.sprite-circle-arrow-left-gray {
  background-position: -303px -242px;
  width: 21px;
  height: 20px;
}

.sprite-copyright {
  background-position: -350px -242px;
  width: 21px;
  height: 20px;
}

.sprite-circle-down {
  background-position: -499px -238px;
  width: 26px;
  height: 26px;
}

.sprite-email {
  background-position: -165px -67px;
  width: 42px;
  height: 36px;
}

.sprite-user {
  background-position: -101px -64px;
  width: 42px;
  height: 42px;
}

.sprite-security3 {
  background-position: -231px -63px;
  width: 36px;
  height: 44px;
}

.sprite-instagram {
  background-position: -194px -234px;
  width: 34px;
  height: 34px;
}

.sprite-square-arrow-left {
  background-position: -553px -238px;
  width: 26px;
  height: 26px;
}

.sprite-home {
  background-position: -547px -3px;
  width: 33px;
  height: 31px;
}

.sprite-servers {
  background-position: -490px -2px;
  width: 31px;
  height: 31px;
}

.sprite-security-safe {
  background-position: -435px -2px;
  width: 25px;
  height: 31px;
}

.sprite-refresh {
  background-position: -374px -3px;
  width: 32px;
  height: 31px;
}

.sprite-lock {
  background-position: -316px -1px;
  width: 30px;
  height: 32px;
}

.sprite-logout {
  background-position: -261px -3px;
  width: 26px;
  height: 30px;
}

.sprite-square-arrow-left2 {
  background-position: -42px -10px;
  width: 34px;
  height: 34px;
}

.sprite-user2 {
  background-position: -202px -3px;
  width: 28px;
  height: 30px;
}