/*
* 18. MGT Shortcodes
*/
/* 18.1 Promo Block */

@font-face {
  font-family: "Nunito";
  src: url("../../dash-assets/fonts/Nunito-Regular.eot");
  src: local("Nunito Regular"), local("Nunito-Regular"),
    url("../../404.html#iefix") format("embedded-opentype"),
    url("../../404.html") format("woff2"), url("../../404.html") format("woff"),
    url("../../404.html") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Nunito";
  src: url("../../dash-assets/fonts/Nunito-Bold.eot");
  src: local("Nunito Bold"), local("Nunito-Bold"),
    url("../../404.html#iefix") format("embedded-opentype"),
    url("../../404.html") format("woff2"), url("../../404.html") format("woff"),
    url("../../404.html") format("truetype");
  font-weight: bold;
  font-style: normal;
}

/*======  Start terms page =====*/
.term-container {
  padding: 60px 0;
}
.terms {
  padding: 30px;
  background: transparent;
}
.terms p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
}
.tc-part p:last-child {
  margin-bottom: 0;
}
.rule-info {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 6px;
  background-color: #f5f5f5;
}
.rule-info h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #333;
}
.rule-info ul {
  position: relative;
}
.rule-info ul li {
  font-size: 16px;
  position: relative;
  padding-left: 14px;
  line-height: 30px;
}
.rule-info ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 20px;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #0862f9;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #243559;
}

.mgt-promo-block {
  width: 100%;
  display: table;
  background-position: top center;
}
.mgt-promo-block-container.wpb_content_element {
  margin-bottom: 0;
  overflow: visible;
}
.mgt-promo-block-wrapper {
  overflow: hidden;
}
.mgt-promo-block-wrapper.mgt-promo-block-shadow {
  box-shadow: 0px 0px 19px -1px rgba(0, 0, 0, 0.06);
}
.mgt-promo-block-wrapper.mgt-promo-block-shadow.mgt-promo-block-hover:hover {
  box-shadow: 0px 9px 25px 0px rgba(0, 0, 0, 0.15);
}
.mgt-promo-block-wrapper.mgt-promo-block-hover:hover {
  transform: translate3d(0px, -6px, 0px);
  -moz-transform: translate3d(0px, -6px, 0px);
  -webkit-transform: translate3d(0px, -6px, 0px);
}
.mgt-promo-block a.mgt-promo-block-link {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: table;
}
.mgt-promo-block-wrapper .mgt-promo-block-top-image {
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.mgt-promo-block-wrapper .mgt-promo-block-top-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.mgt-promo-block .mgt-promo-block-content {
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  text-align: left;
  width: 100%;
  position: relative;
  z-index: 5;
}
.mgt-promo-block .mgt-promo-block-content .mgt-promo-block-content-inside {
  padding: 50px;
}
.mgt-promo-block
  .mgt-promo-block-content
  .mgt-promo-block-content-inside.mgt-promo-block-content-inside-show-on-hover {
  transform: translate3d(0px, -40px, 0px);
  -moz-transform: translate3d(0px, -40px, 0px);
  -webkit-transform: translate3d(0px, -40px, 0px);
  opacity: 0;
}
.mgt-promo-block:hover
  .mgt-promo-block-content
  .mgt-promo-block-content-inside.mgt-promo-block-content-inside-show-on-hover {
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.mgt-promo-block .mgt-promo-block-content.va-middle {
  vertical-align: middle;
}
.mgt-promo-block .mgt-promo-block-content.va-top {
  vertical-align: top;
}
.mgt-promo-block .mgt-promo-block-content.va-bottom {
  vertical-align: bottom;
}
.mgt-promo-block .mgt-promo-block-content h1,
.mgt-promo-block .mgt-promo-block-content h2,
.mgt-promo-block .mgt-promo-block-content h3,
.mgt-promo-block .mgt-promo-block-content h4,
.mgt-promo-block .mgt-promo-block-content h5,
.mgt-promo-block .mgt-promo-block-content h6 {
  color: #ffffff;
}
.mgt-promo-block .mgt-promo-block-content p {
  color: #b8b8b8;
}
.mgt-promo-block.white-text .mgt-promo-block-content p {
  color: #ffffff;
}
.mgt-promo-block.darken .mgt-promo-block-content {
  background: rgba(0, 0, 0, 0.3);
}
.mgt-promo-block.cover-image {
  background-position: center center;
  background-size: cover;
}
.mgt-promo-block.without-image .mgt-promo-block-content,
.mgt-promo-block.without-image .mgt-promo-block-content * {
  color: #2a2f35;
}
.mgt-promo-block .mgt-promo-block-content *.not(a) {
  color: #ffffff;
}
.mgt-promo-block .mgt-promo-block-content span {
  display: inline-block;
}
.mgt-promo-block .mgt-promo-block-content a:not(.btn) {
  color: #ffffff;
  text-decoration: none;
}
.mgt-promo-block.animated:hover .mgt-promo-block-content {
  background-color: rgba(0, 0, 0, 0.5);
}
.mgt-promo-block .mgt-promo-block-content .btn {
  margin-top: 0;
}
.mgt-promo-block .mgt-promo-block-content i.fa {
  color: #2c99ed;
  margin-bottom: 20px;
}
.mgt-promo-block .mgt-promo-block-content .mgt-button i.fa {
  color: inherit;
  margin-bottom: 0;
}
.mgt-promo-block .mgt-promo-block-content.mgt-hide-button {
  overflow: hidden;
}
.mgt-promo-block .mgt-promo-block-content.mgt-hide-button .mgt-button {
  opacity: 0;
  position: relative;
  bottom: -5em;
}
.mgt-promo-block:hover .mgt-promo-block-content.mgt-hide-button .mgt-button {
  bottom: 0;
  opacity: 1;
}
.mgt-promo-block .mgt-button.mgt-align-left {
  float: none;
}
.mgt-promo-block
  .mgt-promo-block-content
  .mgt-promo-block-content-inside
  > .mgt-button-wrapper:first-child
  > .mgt-button {
  margin-top: 10px;
}
.mgt-promo-block.black-text .mgt-promo-block-content,
.mgt-promo-block.black-text .mgt-promo-block-content h1,
.mgt-promo-block.black-text .mgt-promo-block-content h2,
.mgt-promo-block.black-text .mgt-promo-block-content h3,
.mgt-promo-block.black-text .mgt-promo-block-content h4,
.mgt-promo-block.black-text .mgt-promo-block-content h5,
.mgt-promo-block.black-text .mgt-promo-block-content h6,
.mgt-promo-block.black-text .mgt-promo-block-content a:not(.btn) {
  color: #2a2f35;
}
.mgt-promo-block.black-text
  .mgt-promo-block-content
  .mgt-promo-block-content-inside
  > i.fa {
  color: #2a2f35;
}
.mgt-promo-block.black-text .mgt-promo-block-content p {
  color: #828282;
}
.mgt-promo-block
  .mgt-promo-block-content
  i.fa
  + .mgt-button-wrapper
  .mgt-button {
  margin-top: 0;
}
.mgt-promo-block.text-color-hover-white:hover *:not(.mgt-button):not(.fa) {
  color: #ffffff !important;
}
/* 18.2 Header block */
.mgt-header-block.wpb_content_element {
  margin-top: 45px;
}
.mgt-header-block .mgt-header-block-title {
  margin-bottom: 0;
  padding-bottom: 0;
}
.mgt-header-block p {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #828282;
}
.mgt-header-block .mgt-header-line {
  height: 3px;
  width: 70px;
  background: #2c99ed;
  display: table;
}
.mgt-header-block .mgt-header-line.mgt-header-line-margin-large {
  margin-top: 30px !important;
}
.mgt-header-block .mgt-header-line.mgt-header-line-margin-small {
  margin-top: 10px !important;
}
.mgt-header-block .mgt-header-line.mgt-header-line-margin-regular {
  margin-top: 20px !important;
}
.mgt-header-block.mgt-header-block-fontsize-large .mgt-header-block-title {
  font-size: 72px;
}
.mgt-header-block.mgt-header-block-fontsize-medium .mgt-header-block-title {
  font-size: 36px;
}
.mgt-header-block.text-center .mgt-header-line {
  margin: 10px auto 0;
}
.mgt-header-block.text-right .mgt-header-line {
  float: right;
}
.mgt-header-block.text-white .mgt-header-block-title {
  color: #ffffff;
}
.mgt-header-block.text-white p {
  color: #b8b8b8;
}
.mgt-header-block.mgt-header-block-style-2 .mgt-header-block-title {
  text-transform: none;
}
.mgt-header-block.mgt-header-block-style-2 p {
  margin-bottom: 0;
}
.mgt-header-block.mgt-header-texttransform-both p,
.mgt-header-block.mgt-header-texttransform-both .mgt-header-block-title {
  text-transform: uppercase;
}
.mgt-header-block.mgt-header-texttransform-header .mgt-header-block-title {
  text-transform: uppercase;
}
.mgt-header-block.mgt-header-texttransform-subheader p {
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* 18.3 Posts list block */
.mgt-post-list-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.mgt-post-list {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 45px;
}
.mgt-post-list.owl-carousel {
  margin-left: 0;
  margin-right: 0;
}
.mgt-post-list .mgt-post {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  float: left;
  position: relative;
  overflow: hidden;
}
.mgt-post-list.owl-carousel .mgt-post {
  margin-bottom: 0;
}
.mgt-post-list.mgt-single-post {
  margin-left: 0;
  margin-right: 0;
}
.mgt-post-list.mgt-single-post .mgt-post {
  padding-left: 0;
  padding-right: 0;
  width: 100% !important;
  float: none;
}
.mgt-post-list .mgt-post.small-blocks {
  width: 25%;
}
.mgt-post-list:not(.owl-carousel) .mgt-post.small-blocks:nth-child(4n + 1) {
  clear: both;
}
.mgt-post-list.owl-carousel .mgt-post.small-blocks,
.mgt-post-list.owl-carousel .mgt-post.normal-blocks,
.mgt-post-list.owl-carousel .mgt-post.medium-blocks,
.mgt-post-list.owl-carousel .mgt-post.large-blocks {
  width: 100%;
}
.mgt-post-list .mgt-post.normal-blocks {
  width: 33.3333%;
}
.mgt-post-list:not(.owl-carousel) .mgt-post.normal-blocks:nth-child(3n + 1) {
  clear: both;
}
.mgt-post-list .mgt-post.medium-blocks {
  width: 50%;
}
.mgt-post-list:not(.owl-carousel) .mgt-post.medium-blocks:nth-child(2n + 1) {
  clear: both;
}
.mgt-post-list .mgt-post.large-blocks {
  width: 100%;
}
.mgt-post-list .mgt-post .mgt-post-image {
  background: #d7d7d7;
  height: 230px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 25px;
}
.mgt-post-list .mgt-post-image-wrapper {
  height: 100%;
  position: relative;
}
.mgt-post-list .mgt-post-details .mgt-post-title h5 {
  font-size: 24px;
  text-transform: none;
  margin-bottom: 0;
}
.mgt-post-list .mgt-post-details .mgt-post-title h5:hover {
  color: #2c99ed;
}
.mgt-post-list:not(.owl-carousel) .mgt-post-details .mgt-post-title h5 {
}
.mgt-post-list .mgt-post-details .mgt-post-title a {
  text-decoration: none;
}
.mgt-post-list .mgt-post-details .mgt-post-date {
  font-size: 13px;
  color: #828282;
  margin-top: 0;
  margin-bottom: 10px;
}
.mgt-post-list .mgt-post-details .mgt-post-text {
  color: #828282;
  margin-top: 15px;
}
.mgt-post-list .mgt-post-details .btn {
  margin-top: 20px;
}
.mgt-post-list .mgt-post-details .mgt-post-date i.fa {
  margin-right: 5px;
}
.mgt-post-list .mgt-post-details .mgt-post-date span.post-comments-count {
  margin-left: 10px;
}
.mgt-post-list.animated .mgt-post .mgt-post-image-wrapper:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.mgt-post-list.animated
  .mgt-post
  .mgt-post-image-wrapper:hover
  .mgt-post-wrapper-icon {
  opacity: 1;
}
.mgt-post-list .mgt-post-icon {
  background-color: #2c99ed;
  color: #ffffff;
  width: 40px;
  height: 40px;
  float: right;
  margin-left: 10px;
  display: none;
}
.mgt-post-list .mgt-post-wrapper-icon {
  color: #ffffff;
  display: table;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 18px;
  margin: 0 auto;
  border-radius: 25px;
  background: rgba(0, 0, 0, 0.6);
  position: relative;
  top: 90px;
  opacity: 0;
}
.mgt-post-list .mgt-post-wrapper-icon i {
  line-height: 50px;
}
.mgt-post-list .mgt-post-categories {
  text-decoration: none;
  background: #2c99ed;
  display: inline-block;
  padding: 5px 20px;
  color: #ffffff;
  font-size: 12px;
  max-width: 100%;
  margin-bottom: 15px;
}
.mgt-post-list .mgt-post-image-wrapper .mgt-post-categories {
  position: absolute;
  left: 15px;
  margin-right: 15px;
  top: 15px;
  margin-bottom: 0;
}
.mgt-post-list.mgt-post-list-style-rounded .mgt-post-categories,
.mgt-post-list.mgt-post-list-style-rounded .mgt-button,
.mgt-post-list.mgt-post-list-style-rounded .mgt-post.post-no-image {
  border-radius: 5px;
}
.mgt-post-list .mgt-post-wrapper-icon:hover {
  background-color: #2c99ed;
}
.mgt-post-list .mgt-post-icon:before {
  margin-top: 6px;
  text-align: center;
  color: #fff;
  display: block;
  font-family: "FontAwesome";
  font-size: 19px;
}
.mgt-post-list .mgt-post-icon:before {
  content: "ï€–";
}
.mgt-post-list .mgt-post-icon.format-standard:before {
  content: "ï…œ";
}
.mgt-post-list .mgt-post-icon.format-aside:before {
  content: "ï€¹";
}
.mgt-post-list .mgt-post-icon.format-image:before {
  content: "ï€¾";
}
.mgt-post-list .mgt-post-icon.format-gallery:before {
  content: "ï€½";
}
.mgt-post-list .mgt-post-icon.format-quote:before {
  content: "ï„";
}
.mgt-post-list .mgt-post-icon.format-video:before {
  content: "ï€ˆ";
}
.mgt-post-list .mgt-post-icon.format-audio:before {
  content: "ï€¨";
}
.mgt-post-list .mgt-post-icon.format-link:before {
  content: "ïƒ";
}
.mgt-post-list .mgt-post-icon.format-status:before {
  content: "ï„ ";
}
.mgt-post-list .mgt-post-icon.format-chat:before {
  content: "ïƒ¦";
}
.mgt-header-block.text-left
  + .mgt-post-list-wrapper
  .mgt-post-list.owl-theme
  .owl-controls
  .owl-buttons
  div.owl-prev {
  left: auto;
  right: 60px;
  margin-right: 0;
  margin-left: 0;
}
.mgt-header-block.text-left
  + .mgt-post-list-wrapper
  .mgt-post-list.owl-theme
  .owl-controls
  .owl-buttons
  div.owl-next {
  right: 15px;
}
.mgt-header-block.text-left
  + .mgt-post-list-wrapper
  .mgt-post-list.owl-theme
  .owl-controls
  .owl-buttons {
  opacity: 1;
}
.mgt-header-block.text-left
  + .mgt-post-list-wrapper
  .mgt-post-list.owl-theme
  .owl-controls
  .owl-buttons
  div.owl-prev,
.mgt-header-block.text-left
  + .mgt-post-list-wrapper
  .mgt-post-list.owl-theme
  .owl-controls
  .owl-buttons
  div.owl-next {
  top: -44px;
}
/* 
* 18.4 Icon Box 
*/
.mgt-icon-box {
  margin-top: 30px;
  margin-bottom: 30px !important;
}
.mgt-icon-box h6 {
  color: #828282 !important;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 5px;
}
.mgt-icon-box h5 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}
.mgt-icon-box h5 a:hover {
  color: #2a2f35 !important;
}
.mgt-icon-box .mgt-icon-box-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  float: left;
  margin-right: 25px;
}
.mgt-icon-box.mgt-icon-box-disable-content .mgt-icon-box-icon {
  margin-right: 0;
  margin-top: 0;
  float: none;
}
.mgt-icon-box.mgt-icon-box-disable-content.mgt-icon-align-left {
  text-align: left;
}
.mgt-icon-box.mgt-icon-box-disable-content.mgt-icon-align-center {
  text-align: center;
}
.mgt-icon-box.mgt-icon-box-disable-content.mgt-icon-align-right {
  text-align: right;
}
.mgt-icon-box.mgt-icon-image .mgt-icon-box-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
}
.mgt-icon-box.mgt-icon-background .mgt-icon-box-icon {
  background: #2c99ed;
  color: #ffffff;
  border-color: transparent;
  border-style: solid;
  border-width: 2px;
  cursor: default;
}
.mgt-icon-box.mgt-icon-background-style-rounded .mgt-icon-box-icon {
  border-radius: 50%;
  border-color: transparent !important;
}
.mgt-icon-box.mgt-icon-background-style-boxed .mgt-icon-box-icon {
  border-radius: 0;
  border-color: transparent !important;
}
.mgt-icon-box.mgt-icon-background-style-rounded-less .mgt-icon-box-icon {
  border-radius: 5px;
  border-color: transparent !important;
}
.mgt-icon-box.mgt-icon-background-style-rounded-outline .mgt-icon-box-icon {
  border-color: #2c99ed;
  background: transparent !important;
  border-radius: 50%;
  color: #2c99ed;
}
.mgt-icon-box.mgt-icon-background-style-boxed-outline .mgt-icon-box-icon {
  border-color: #2c99ed;
  background: transparent !important;
  color: #2c99ed;
}
.mgt-icon-box.mgt-icon-background-style-rounded-less-outline
  .mgt-icon-box-icon {
  border-color: #2c99ed;
  background: transparent !important;
  border-radius: 20px;
  color: #2c99ed;
}
.mgt-icon-box:not(.mgt-icon-background) .mgt-icon-box-icon {
  width: auto !important;
  height: auto !important;
  line-height: 1em !important;
}
.mgt-icon-box:not(.mgt-icon-background) .mgt-icon-box-icon .mgt-font-icon {
  line-height: 1em !important;
}
.mgt-icon-box .mgt-font-icon {
  line-height: inherit;
  vertical-align: top;
}
.mgt-icon-box.mgt-icon-box-icon-size-mini .mgt-font-icon {
  font-size: 17px;
  line-height: 40px;
}
.mgt-icon-box.mgt-icon-box-icon-size-small .mgt-font-icon {
  font-size: 22px;
  line-height: 46px;
}
.mgt-icon-box.mgt-icon-box-icon-size-normal .mgt-font-icon {
  font-size: 32px;
  line-height: 56px;
}
.mgt-icon-box.mgt-icon-box-icon-size-large .mgt-font-icon {
  font-size: 40px;
  line-height: 70px;
}
.mgt-icon-box.mgt-icon-box-icon-size-extralarge .mgt-font-icon {
  font-size: 66px;
  line-height: 114px;
}
.mgt-icon-box.mgt-icon-box-icon-size-mini .mgt-icon-box-icon {
  width: 44px;
  height: 44px;
  line-height: 44px;
}
.mgt-icon-box.mgt-icon-box-icon-size-small .mgt-icon-box-icon {
  width: 50px;
  height: 50px;
  /*line-height: 50px;*/
}
.mgt-icon-box.mgt-icon-box-icon-size-normal .mgt-icon-box-icon {
  width: 60px;
  height: 60px;
  /*  line-height: 60px;*/
}
.mgt-icon-box.mgt-icon-box-icon-size-large .mgt-icon-box-icon {
  width: 74px;
  height: 74px;
  /*line-height: 74px;*/
}
.mgt-icon-box.mgt-icon-box-icon-size-extralarge .mgt-icon-box-icon {
  width: 120px;
  height: 120px;
  /*line-height: 100px;*/
}
.mgt-icon-box.mgt-icon-image.mgt-icon-box-icon-size-small .mgt-icon-box-icon {
  line-height: 50px;
}
.mgt-icon-box.mgt-icon-image.mgt-icon-box-icon-size-normal .mgt-icon-box-icon {
  line-height: 60px;
}
.mgt-icon-box.mgt-icon-image.mgt-icon-box-icon-size-large .mgt-icon-box-icon {
  line-height: 74px;
}
.mgt-icon-box.mgt-icon-image.mgt-icon-box-icon-size-extralarge
  .mgt-icon-box-icon {
  line-height: 120px;
}
.mgt-icon-box .mgt-icon-box-icon img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.mgt-icon-box.mgt-icon-background .mgt-icon-box-icon img {
  margin-top: -5px;
}
.mgt-icon-box.mgt-icon-box-icon-size-mini .mgt-icon-box-icon img {
  max-width: 16px;
}
.mgt-icon-box.mgt-icon-box-icon-size-small .mgt-icon-box-icon img {
  max-width: 20px;
}
.mgt-icon-box.mgt-icon-box-icon-size-normal .mgt-icon-box-icon img {
  max-width: 26px;
}
.mgt-icon-box.mgt-icon-box-icon-size-large .mgt-icon-box-icon img {
  max-width: 34px;
}
.mgt-icon-box.mgt-icon-box-icon-size-extralarge .mgt-icon-box-icon img {
  max-width: 70px;
}
.mgt-icon-box .mgt-icon-box-content {
  display: table;
  color: #68686d;
}
.mgt-icon-box.mgt-icon-box-centered {
  text-align: center;
}
.mgt-icon-box.mgt-icon-box-centered .mgt-icon-box-icon {
  float: none;
  margin: 0 auto;
  display: block; /* was table */
  margin-bottom: 25px;
}
.mgt-icon-box.mgt-icon-box-centered .mgt-icon-box-content {
  display: block;
}
.mgt-icon-box.mgt-icon-box-left {
  text-align: left;
}
.mgt-icon-box.mgt-icon-box-left .mgt-icon-box-icon {
  float: none;
  margin-bottom: 25px;
  margin-right: 0;
  text-align: left;
}
.mgt-icon-box.mgt-icon-background.mgt-icon-box-left .mgt-icon-box-icon {
  text-align: center;
}
.mgt-icon-box.mgt-icon-box-left .mgt-icon-box-content {
  display: block;
}
.mgt-icon-box.mgt-icon-box-textright {
  text-align: right;
}
.mgt-icon-box.mgt-icon-box-textright .mgt-icon-box-icon {
  float: none;
  margin-bottom: 25px;
  margin-right: 0;
  text-align: right;
}
.mgt-icon-box.mgt-icon-box-textright .mgt-icon-box-content {
  display: block;
}
.mgt-icon-box.mgt-icon-background.mgt-icon-box-textright .mgt-icon-box-icon {
  text-align: center;
}
.mgt-icon-box.text-white .mgt-icon-box-content {
  color: #b8b8b8;
}
.mgt-icon-box.text-white h5 {
  color: #ffffff;
}
.mgt-icon-box.text-white h6 {
  color: #e1e1e1 !important;
}
.mgt-icon-box.mgt-icon-background
  .mgt-icon-box-icon.mgt-iconbox-animation-backgroundfadedark:hover {
  background: #2a2f35 !important;
  border-color: #2a2f35 !important;
  color: #ffffff !important;
}
.mgt-icon-box.mgt-icon-background
  .mgt-icon-box-icon.mgt-iconbox-animation-backgroundfadelight:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #2a2f35 !important;
}
.mgt-icon-box.mgt-icon-background
  .mgt-icon-box-icon.mgt-iconbox-animation-backgroundfadeborder:hover {
  background: #ffffff !important;
  border-color: #2a2f35 !important;
  color: #2a2f35 !important;
}
/* 18.5 Message Box */
.mgt-message-box {
  padding: 25px;
  padding-left: 70px;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
}
.mgt-message-box:before {
  position: absolute;
  margin-top: -2px !important;
  margin-left: -30px !important;
}
.mgt-message-box-error {
  background: #fff2f2;
  color: #d83a3a;
}
.mgt-message-box-error:before {
  content: "ïž";
  display: inline-block;
  font-family: "fontawesome";
  font-size: 20px;
  margin-left: 0;
  margin-top: 5px;
}
.mgt-message-box-info {
  background: #f2f9ff;
  color: #19527e;
}
.mgt-message-box-info:before {
  content: "ï„©";
  display: inline-block;
  font-family: "fontawesome";
  font-size: 20px;
  margin-left: 0;
  margin-top: 5px;
}
.mgt-message-box-message {
  background: #f2fef3;
  color: #1b7121;
}
.mgt-message-box-message:before {
  content: "ï€Œ";
  display: inline-block;
  font-family: "fontawesome";
  font-size: 20px;
  margin-left: 0;
  margin-top: 5px;
}
.mgt-message-box-warning {
  background: #fffaf2;
  color: #a76800;
}
.mgt-message-box-warning:before {
  content: "ï„ª";
  display: inline-block;
  font-family: "fontawesome";
  font-size: 20px;
  margin-left: 0;
  margin-top: 5px;
}

/* 18.6 Button */
.mgt-button {
  margin-bottom: 10px;
}
.mgt-button:before {
  background: #2c99ed;
}
.mgt-button.mgt-style-text:before,
.mgt-button.mgt-style-textwhite:before {
  background: transparent;
}
.mgt-button.mgt-style-solid:before {
  background: #2a2f35;
}
.mgt-button.hvr-sweep-to-right:hover,
.mgt-button.hvr-sweep-to-left:hover,
.mgt-button.hvr-sweep-to-bottom:hover,
.mgt-button.hvr-sweep-to-top:hover,
.mgt-button.hvr-bounce-to-right:hover,
.mgt-button.hvr-bounce-to-left:hover,
.mgt-button.hvr-bounce-to-bottom:hover,
.mgt-button.hvr-bounce-to-top:hover {
  background: #2c99ed;
}
.mgt-button.mgt-style-solid-invert.hvr-sweep-to-right:hover,
.mgt-button.mgt-style-solid-invert.hvr-sweep-to-left:hover,
.mgt-button.mgt-style-solid-invert.hvr-sweep-to-bottom:hover,
.mgt-button.mgt-style-solid-invert.hvr-sweep-to-top:hover,
.mgt-button.mgt-style-solid-invert.hvr-bounce-to-right:hover,
.mgt-button.mgt-style-solid-invert.hvr-bounce-to-left:hover,
.mgt-button.mgt-style-solid-invert.hvr-bounce-to-bottom:hover,
.mgt-button.mgt-style-solid-invert.hvr-bounce-to-top:hover {
  background: #2a2f35;
}
.mgt-button.mgt-style-borderedblack:before {
  background: #2a2f35;
}
.mgt-button.mgt-style-bordered.hvr-sweep-to-right:hover,
.mgt-button.mgt-style-bordered.hvr-sweep-to-left:hover,
.mgt-button.mgt-style-bordered.hvr-sweep-to-bottom:hover,
.mgt-button.mgt-style-bordered.hvr-sweep-to-top:hover,
.mgt-button.mgt-style-bordered.hvr-bounce-to-right:hover,
.mgt-button.mgt-style-bordered.hvr-bounce-to-left:hover,
.mgt-button.mgt-style-bordered.hvr-bounce-to-bottom:hover,
.mgt-button.mgt-style-bordered.hvr-bounce-to-top:hover,
.mgt-button.mgt-style-borderedblack.hvr-sweep-to-right:hover,
.mgt-button.mgt-style-borderedblack.hvr-sweep-to-left:hover,
.mgt-button.mgt-style-borderedblack.hvr-sweep-to-bottom:hover,
.mgt-button.mgt-style-borderedblack.hvr-sweep-to-top:hover,
.mgt-button.mgt-style-borderedblack.hvr-bounce-to-right:hover,
.mgt-button.mgt-style-borderedblack.hvr-bounce-to-left:hover,
.mgt-button.mgt-style-borderedblack.hvr-bounce-to-bottom:hover,
.mgt-button.mgt-style-borderedblack.hvr-bounce-to-top:hover,
.mgt-button.mgt-style-borderedgrey.hvr-sweep-to-right:hover,
.mgt-button.mgt-style-borderedgrey.hvr-sweep-to-left:hover,
.mgt-button.mgt-style-borderedgrey.hvr-sweep-to-bottom:hover,
.mgt-button.mgt-style-borderedgrey.hvr-sweep-to-top:hover,
.mgt-button.mgt-style-borderedgrey.hvr-bounce-to-right:hover,
.mgt-button.mgt-style-borderedgrey.hvr-bounce-to-left:hover,
.mgt-button.mgt-style-borderedgrey.hvr-bounce-to-bottom:hover,
.mgt-button.mgt-style-borderedgrey.hvr-bounce-to-top:hover,
.mgt-button.mgt-style-borderedwhite.hvr-sweep-to-right:hover,
.mgt-button.mgt-style-borderedwhite.hvr-sweep-to-left:hover,
.mgt-button.mgt-style-borderedwhite.hvr-sweep-to-bottom:hover,
.mgt-button.mgt-style-borderedwhite.hvr-sweep-to-top:hover,
.mgt-button.mgt-style-borderedwhite.hvr-bounce-to-right:hover,
.mgt-button.mgt-style-borderedwhite.hvr-bounce-to-left:hover,
.mgt-button.mgt-style-borderedwhite.hvr-bounce-to-bottom:hover,
.mgt-button.mgt-style-borderedwhite.hvr-bounce-to-top:hover,
.mgt-button.mgt-style-text.hvr-sweep-to-right:hover,
.mgt-button.mgt-style-text.hvr-sweep-to-left:hover,
.mgt-button.mgt-style-text.hvr-sweep-to-bottom:hover,
.mgt-button.mgt-style-text.hvr-sweep-to-top:hover,
.mgt-button.mgt-style-text.hvr-bounce-to-right:hover,
.mgt-button.mgt-style-text.hvr-bounce-to-left:hover,
.mgt-button.mgt-style-text.hvr-bounce-to-bottom:hover,
.mgt-button.mgt-style-text.hvr-bounce-to-top:hover,
.mgt-button.mgt-style-textwhite.hvr-sweep-to-right:hover,
.mgt-button.mgt-style-textwhite.hvr-sweep-to-left:hover,
.mgt-button.mgt-style-textwhite.hvr-sweep-to-bottom:hover,
.mgt-button.mgt-style-textwhite.hvr-sweep-to-top:hover,
.mgt-button.mgt-style-textwhite.hvr-bounce-to-right:hover,
.mgt-button.mgt-style-textwhite.hvr-bounce-to-left:hover,
.mgt-button.mgt-style-textwhite.hvr-bounce-to-bottom:hover,
.mgt-button.mgt-style-textwhite.hvr-bounce-to-top:hover {
  background: transparent;
}
.mgt-button.mgt-style-grey.hvr-sweep-to-right:hover,
.mgt-button.mgt-style-grey.hvr-sweep-to-left:hover,
.mgt-button.mgt-style-grey.hvr-sweep-to-bottom:hover,
.mgt-button.mgt-style-grey.hvr-sweep-to-top:hover,
.mgt-button.mgt-style-grey.hvr-bounce-to-right:hover,
.mgt-button.mgt-style-grey.hvr-bounce-to-left:hover,
.mgt-button.mgt-style-grey.hvr-bounce-to-bottom:hover,
.mgt-button.mgt-style-grey.hvr-bounce-to-top:hover {
  background: #b8b8b8;
}
.mgt-button.mgt-style-red.hvr-sweep-to-right:hover,
.mgt-button.mgt-style-red.hvr-sweep-to-left:hover,
.mgt-button.mgt-style-red.hvr-sweep-to-bottom:hover,
.mgt-button.mgt-style-red.hvr-sweep-to-top:hover,
.mgt-button.mgt-style-red.hvr-bounce-to-right:hover,
.mgt-button.mgt-style-red.hvr-bounce-to-left:hover,
.mgt-button.mgt-style-red.hvr-bounce-to-bottom:hover,
.mgt-button.mgt-style-red.hvr-bounce-to-top:hover {
  background: #f43e3e;
}
.mgt-button.mgt-style-green.hvr-sweep-to-right:hover,
.mgt-button.mgt-style-green.hvr-sweep-to-left:hover,
.mgt-button.mgt-style-green.hvr-sweep-to-bottom:hover,
.mgt-button.mgt-style-green.hvr-sweep-to-top:hover,
.mgt-button.mgt-style-green.hvr-bounce-to-right:hover,
.mgt-button.mgt-style-green.hvr-bounce-to-left:hover,
.mgt-button.mgt-style-green.hvr-bounce-to-bottom:hover,
.mgt-button.mgt-style-green.hvr-bounce-to-top:hover {
  background: #79c852;
}

a.btn,
.btn,
.btn:focus,
input[type="submit"] {
  line-height: 1;
  color: #ffffff;
  text-align: left;
  text-shadow: none;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  background: -moz-linear-gradient(-19deg, #024c83 10%, #a57b7b) !important;
  background: -webkit-linear-gradient(-19deg, #024c83 10%, #a57b7b) !important;
  background: linear-gradient(-19deg, #024c83 10%, ##000000) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#024c83', endColorstr='#0862F9',GradientType=1 ) !important;
  background-color: #0862f9 !important;
  border: none;
  border-radius: 50px;
  filter: none;
  box-shadow: none;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  height: 46px;
}

.btn:hover,
input[type="submit"]:hover,
.button:hover {
  background: #2a2f35;
  color: #ffffff;
}
.btn:active,
.btn-primary,
.btn-primary:focus {
  color: #ffffff;
  background: #2a2f35;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:active {
  background: #2c99ed;
}

.btn--white {
  background-color: #fff;
  color: #78b0ef;
}
.btn--white:hover {
  color: #78b0ef;
}
.btn--border {
  border: 2px solid #78b0ef;
  background-color: #fff;
  color: #78b0ef;
  line-height: 53px;
}
.btn--border:hover {
  background-color: #78b0ef;
  color: #fff;
}
.btn--transparent {
  background-color: rgba(255, 255, 255, 0.4);
}
.btn--header {
  height: 44px;
  width: 110px;
  margin-right: 45px;
}
.btn--shadow {
  box-shadow: 0 6px 9px 0 rgba(120, 176, 239, 0.6);
}
.btn--shadow:hover {
  box-shadow: 0 6px 9px 0 rgba(68, 68, 68, 0.5);
}
.btn--center {
  margin: 0 auto;
}
.btn--section {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .btn--header {
    height: 48px;
    width: 130px;
    margin-right: 55px;
  }
}
@media (min-width: 1200px) {
  .btn--header {
    margin-right: 0;
    background-color: #fff;
    color: #78b0ef;
  }
  .btn--section {
    margin-top: 50px;
  }
}
/* container */
@media (min-width: 1440px) {
  .container {
    max-width: 1260px;
  }
}
.row--grid {
  margin-top: -30px;
}

/*==============================
	Header
==============================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  padding: 0 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #0862f9 !important;
  background-color: transparent;
  z-index: 9;
  transition: 0.4s ease;
  transition-property: background-color, box-shadow;
}
.header__menu {
  height: 40px;
  width: 40px;
  position: absolute;
  right: 15px;
  display: block;
  cursor: pointer;
  z-index: 9;
}
.header__menu i {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  font-size: 24px;
  line-height: 40px;
  transition: 0.3s;
  color: #444;
}
.header__menu i.ti-close {
  opacity: 1;
  font-size: 0;
}
.header__menu--active i.ti-close {
  opacity: 1;
  font-size: 20px;
  color: #fff;
}
.header__menu--active i.ti-align-right {
  font-size: 0;
  opacity: 0;
}
.header.header__nav a {
  color: #0862f9 !important;
}
.header__nav {
  position: fixed;
  width: 280px;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #0862f9;
  padding: 70px 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transform: translate3d(280px, 0, 0);
  transition: 0.3s ease-in-out;
  z-index: 8;
}
.header__nav li {
  margin-bottom: 15px;
  color: #0862f9 !important;
}
.header__nav li:last-child {
  margin-bottom: 0;
  color: #0862f9 !important;
}
.header__nav a {
  color: #0862f9 !important;
  font-size: 16px;
  letter-spacing: 0.6px;
}
.header__nav a i {
  color: #0862f9 !important;
  transition: 0.3s ease;
}
.header__nav--active {
  transform: translate3d(0, 0, 0);
}
.header__dropdown {
  position: relative;
  display: block;
  width: 100%;
}
.header__dropdown .dropdown-toggle {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.header-fixed.header__dropdown .dropdown-toggle i {
  font-size: 8px;
  margin-top: 3px;
  color: #0862f9 !important;
  margin-left: 4px;
}
.header__dropdown .dropdown-toggle i {
  font-size: 8px;
  margin-top: 3px;
  color: #fff !important;
  margin-left: 4px;
}
.header__dropdown .dropdown-toggle[aria-expanded="true"] i {
  transform: rotate(-180deg);
}
.header__dropdown-menu {
  position: absolute;
  background-color: #003366;
  padding: 20px 25px;
  display: block;
  width: 100%;
  text-align: left;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  border-radius: 12px;
  box-shadow: 0 16px 56px 0 rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  margin-top: 0;
  top: 100%;
}
.header__dropdown-menu li {
  padding: 0;
  margin-bottom: 10px;
}
.header__dropdown-menu li:last-child {
  margin-bottom: 0;
}
.header__dropdown-menu a {
  font-size: 16px;
  color: #0862f9;
}
.header__dropdown-menu.show {
  z-index: 1000;
  pointer-events: auto;
  opacity: 1;
  margin-top: 15px;
}
.header--white {
  background-color: #fff;
}
.header--active {
  background-color: #fff;
  box-shadow: 0 6px 26px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 576px) {
  .header__nav {
    padding: 90px 30px 0;
  }
}
@media (min-width: 768px) {
  .header {
    padding: 0 25px;
    height: 80px;
  }
  .header__nav {
    padding: 110px 30px 0;
  }
  .header__menu {
    right: 25px;
  }
}
@media (min-width: 1200px) {
  .header {
    padding: 0 35px;
    height: 90px;
  }
  .header__menu {
    display: none;
  }
  .header__nav {
    transform: translate3d(0, 0, 0);
    width: auto;
    right: auto;
    bottom: auto;
    top: auto;
    height: auto;
    flex-direction: row;
    background-color: transparent;
    padding: 0;
    position: relative;
    text-align: center;
    white-space: nowrap;
    border: none;
    justify-content: center;
    align-items: center;
  }
  .header__nav li {
    margin: 0 20px;
    padding: 0;
  }
  .header__nav a {
    color: #0862f9;
  }
  .header__nav a i {
    color: #0862f9;
  }
  .header__nav a:hover {
    color: #0862f9;
  }
  .header__nav a:hover i {
    color: #0862f9;
  }
  .header__dropdown {
    display: inline-block;
    width: auto;
  }
  .header__dropdown .dropdown-toggle[aria-expanded="true"] {
    color: #0862f9;
  }
  .header__dropdown-menu {
    min-width: 160px;
    width: auto;
  }
  .header__dropdown-menu li {
    margin: 0 0 10px;
  }
  .header__dropdown-menu li:last-child {
    margin-bottom: 0;
  }
  .header--active,
  .header--white {
    background-color: #fff;
  }
  .header--active .btn,
  .header--white .btn {
    background-color: #fff;
    color: #fff;
  }
  .header--active .btn:hover,
  .header--white .btn:hover {
    color: #fff;
  }
}
@media (min-width: 1440px) {
  .header {
    padding: 0 50px;
  }
}
/*==============================
	Home
==============================*/
.home {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.home__content {
  display: flex;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
.home__content--desk {
  display: none;
}
.home__title {
  font-family: "Montserrat", sans-serif;
  color: #444;
  line-height: 130%;
  font-weight: 500;
  font-size: 34px;
  margin-bottom: 10px;
}
.home__text {
  font-size: 16px;
  line-height: 26px;
  color: #707070;
  margin-bottom: 30px;
}
.home__btn {
  position: absolute;
  display: block;
  bottom: 20px;
  height: 30px;
  width: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #444;
  font-size: 18px;
}
.home__btn i {
  position: absolute;
  display: block;
  left: 0;
  -webkit-animation: arrow 1.6s infinite ease;
  animation: arrow 1.6s infinite ease;
}
.home__btn:hover {
  color: #707070;
}
.home__particles {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
}
.home__feature-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.home__feature {
  display: block;
  padding: 30px;
  background-color: #fff;
  margin: 15px 0;
  position: relative;
  border-radius: 12px;
  box-shadow: 0 16px 56px 0 rgba(0, 0, 0, 0.1);
  width: calc(50% - 15px);
}
.home__feature i {
  font-size: 42px;
  color: #444;
  position: relative;
}
.home__feature i:before {
  z-index: 2;
  position: relative;
}
.home__feature i:after {
  content: "";
  position: absolute;
  display: block;
  width: 44px;
  height: 44px;
  background-color: #78b0ef;
  opacity: 0.9;
  left: -8px;
  bottom: -8px;
  border-radius: 50%;
  z-index: 1;
}
.home__feature h3 {
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #444;
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 100%;
}
@media (min-width: 576px) {
  .home__title {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  .home__title {
    font-size: 42px;
  }
  .home__text {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .home:before,
  .home:after {
    content: "";
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
  .home:before {
    background: url("../../404.html") no-repeat right center/cover;
    z-index: -2;
  }
  .home:after {
    background-color: #78b0ef;
    z-index: -1;
    opacity: 0.65;
  }
  .home--circle:before,
  .home--circle:after {
    width: 130vh;
    height: 130vh;
    right: -65vh;
    top: -30vh;
    left: auto;
    border-radius: 50%;
    display: block;
  }
  .home--ellipse:before,
  .home--ellipse:after {
    width: 115vh;
    height: 90vh;
    right: -23vh;
    top: 0;
    left: auto;
    border-radius: 45vh 0 0 45vh;
    transform: rotate(-45deg);
    display: block;
  }
  .home--ellipse:before {
    background: url("../../404.html") no-repeat center center/cover;
  }
  .home--rectangle:before,
  .home--rectangle:after {
    width: 105vh;
    height: 90vh;
    top: -7vh;
    right: -27vh;
    left: auto;
    transform: rotate(-45deg);
    display: block;
    border-radius: 20%;
  }
  .home--rectangle:before {
    background: url("../../404.html") no-repeat center center/cover;
  }
  .home__content {
    padding-top: 45px;
  }
  .home__title {
    font-size: 52px;
    margin-bottom: 15px;
  }
  .home__content--desk {
    display: flex;
  }
  .home__particles {
    right: calc((100% - 1110px) / 2);
  }
}
@media (min-width: 1440px) {
  .home__particles {
    right: calc((100% - 1230px) / 2);
  }
}
@media (min-width: 1600px) {
  .home--ellipse:before,
  .home--ellipse:after {
    right: -30vh;
  }
  .home__content {
    padding-top: 60px;
  }
}
@media (min-width: 1900px) {
  .home--circle:before,
  .home--circle:after {
    width: 140vh;
    height: 140vh;
    right: -70vh;
    top: -40vh;
  }
  .home--ellipse:before,
  .home--ellipse:after {
    right: -25vh;
  }
}
button {
  padding: 0;
  border: none;
  background-color: transparent;
  transition: 0.4s ease;
  transition-property: color, background-color, border-color, box-shadow;
  cursor: pointer;
}
button:focus {
  outline: none;
}
/* ==========================================================================
   9.0 Pricing Section
   ========================================================================== */
.pricing_section {
}
.pricing_lists {
  text-align: center;
}
.pricing_box {
  padding: 40px;
  border: 1px solid #eee;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
  background: #fff;
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.05);
}
.pricing_box:hover {
  box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease-in-out;
}
.pricing_top {
  margin-bottom: -35px;
}
.pricing_top i {
  background-color: #041e37;
  height: 80px;
  width: 80px;
  line-height: 64px;
  font-size: 50px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  border: 8px solid #0862f9;
}
.pricing_head h3 {
  text-transform: uppercase;
  font-size: 14px;
  color: #555;
}
.pricing_head h2 {
  background-color: #041e37;
  color: #fff;
  border-radius: 8px;
  display: inline-block;
  padding: 10px;
  font-size: 28px;
  font-weight: 800;
}
.pricing_head h2 span {
  font-size: 14px;
}
.pricing_box ul li {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.layout_padding_2 {
  padding: 90px 0;
}
.heading_main h2::after {
  content: "";
  width: 20px;
  height: 20px;
  margin: 6px auto 0;
  display: block;
  border: solid #fff 4px;
  transform: rotate(0);
  box-shadow: 0 0 0 5px #27415a;
  background: #27415a;
  border-radius: 100%;
}
.dark_bg .heading_main h2::after {
  background: #041e37;
  box-shadow: 0 0 0 5px #041e37;
  border-color: #0862f9;
}
.heading_main span {
  color: #27415a;
}
.heading_main span::after {
  border-bottom: solid #27415a 4px;
  color: #fff;
  padding-bottom: 15px;
  content: "";
  display: block;
  width: 120px;
  margin: 0 auto -18px;
}

/*===================================*
12. FAQ SECTION
*===================================*/
.faq-section {
  background: #fff;
}
.accordion .card {
  border-radius: 0px;
  background: #ffffff;
  margin-bottom: 5px;
  box-shadow: 0px 0px 18px 0px rgba(123, 123, 123, 0.2);
  -webkit-box-shadow: 0px 0px 18px 0px rgba(123, 123, 123, 0.2);
  -moz-box-shadow: 0px 0px 18px 0px rgba(123, 123, 123, 0.2);
}

.card-header a {
  color: #1d1d1d;
}
.card-header a:focus,
.card-header a:focus h5 {
  border: none;
  outline: 0;
}
.card-header a h5 {
  font-weight: 700;
}
.card-header .rotate-icon {
  float: right;
}
.card .card-header a:not(.collapsed) .rotate-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #0862f9;
}
.card-header {
  border-bottom: none;
}
.card-body {
  padding-top: 0px;
}
.card .card-header a:not(.collapsed):before {
  background: #0862f9;
  height: 3px;
  width: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.style-2.accordion .card {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  margin-bottom: 15px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none;
}
.style-2.accordion .card-header {
  padding: 0px 0px;
}
.style-2.accordion .card-header a {
  padding: 15px 65px 15px 30px;
  display: block;
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
  -webkit-border-radius: 8px !important;
  border-radius: 8px !important;
  position: relative;
}
.style-2.accordion .card-header a h5 {
  font-family: "Nunito", sans-serif;
  color: #000000;
  font-size: 20px;
  line-height: 32px;
}
.style-2.accordion .card-body {
  padding: 15px 30px;
  background-color: #555;
  border-radius: 0 0 10px 10px;
  color: #fff;
}
.style-2 .card .card-header a:not(.collapsed)::before {
  display: none;
}
.style-2 .card .card-header a:not(.collapsed) {
  border: 1px solid #70a5fc;
  background: #e2edfe;
}
.style-2 .card-header .rotate-icon {
  height: 54px;
  width: 54px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  position: absolute;
  right: 4px;
  top: 4px;
  color: #fff;
  background: #0862f9;
  text-align: center;
  line-height: 54px;
  font-size: 24px;
}
.style-2 .card .card-header a:not(.collapsed) .rotate-icon {
  color: #fff;
}
.style-2 .card .fa-caret-down::before {
  content: "\f078";
}
.call-to-action-section {
  background: url("../../404.html") no-repeat scroll center;
  background-size: cover;
  color: #000000;
}
.call-to-action-section h2 {
  color: #000000;
}
.how-it-works {
  background: #f2f2f2;
}
.how-it-works-box {
  background: #ffffff;
  border: 1px solid #dddddd;
  padding: 30px;
}
.how-it-works-box .ico {
  margin-bottom: 30px;
}
.how-it-works-box h4 {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
}
.faq-section .tab-section .nav-tabs {
  margin-bottom: 30px;
}
.faq-section .tab-section .nav-tabs .nav-item {
  flex-grow: 1;
  text-align: center;
  flex-basis: 0;
}
.faq-section .tab-section .nav-tabs .nav-link {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 20px;
}
.style-3.accordion .card {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #ffffff;
  margin-bottom: 15px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none;
  padding: 20px;
}
.style-3 .card-header .rotate-icon {
  height: 54px;
  width: 54px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  position: absolute;
  right: 0px;
  top: 9px;
  text-align: center;
  line-height: 54px;
  font-size: 24px;
}
.style-3 .card .fa-caret-down::before {
  content: "\f078";
  color: #6d6b6b;
}
.style-3 .card .card-header a:not(.collapsed) .rotate-icon {
  color: #6d6b6b;
}
.style-3.accordion .card-header {
  padding: 0px 0px;
  background: transparent;
}
.style-3.accordion .card-body {
  padding: 15px 45px 15px 45px;
}
.style-3.accordion .card-header a h5 {
  font-family: "Poppins", sans-serif;
  color: #000000;
  font-size: 20px;
  line-height: 32px;
  padding: 0px 45px;
}
.style-3 .card .card-header a:not(.collapsed)::before {
  display: none;
}
.style-3.accordion .card-header h5:before {
  content: "+";
  background: #0862f9;
  border-radius: 50px;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 28px;
  width: 26px;
  display: inline-block;
  height: 26px;
  text-align: center;
  font-size: 24px;
  position: absolute;
  top: 22px;
  left: 20px;
}
