@charset "UTF-8";
/*------------------------------------------------------------------

-------------------------------------------------------------------*/
/*************** IMPORT FONTS ***************/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&amp;display=swap");
/*************** COLOR VARIABLE ***************/
/*************** DEFAULT CSS ***************/
body {
  font-family: "Roboto", sans-serif;
  background-color: #fff;
  font-size: 16px;
  color: #767676;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: inherit;
  }
}

/*************** HELPER CSS ***************/
.mt-10 {
  margin-top: 10px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-min-100 {
  padding-top: calc(100px - 8px);
}

.pt-100 {
  padding-top: calc(100px - 8px);
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-200 {
  padding-bottom: 200px;
}

.p-tb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.p-tb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sec-pt-70 {
  padding-top: 70px;
}

.sec-pb-40 {
  padding-bottom: 40px;
}

.sec-pb-70 {
  padding-bottom: 70px;
}

.no-animation {
  -webkit-animation: none !important;
          animation: none !important;
}

.navbar-brand img{width:200px;}









.around-border {
  border: 1px solid #e1e1e1;
}

p {
  color: #000;
  line-height: 1.6;
}

a {
  color: #0563c2;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

a:hover, a:active {
  text-decoration: none;
  color: #0563c2;
}

a:hover.redirect-link i, a:active.redirect-link i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

a:focus {
  outline: 0;
}

a.redirect-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

a.redirect-link i {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s;
  transition: transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s;
  transition: transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s, -webkit-transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s;
  margin-left: 5px;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.fluid-height {
  height: calc(100% - 30px);
  margin-bottom: 30px;
}

.full-height {
  height: 100% !important;
}

.full-width {
  width: 100%;
}

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

.width-225 {
  width: 225px;
}

.border-radius-0 {
  border-radius: 0 !important;
}

img {
  max-width: 100%;
  height: auto;
}

.max-530 {
  max-width: 530px;
}

.max-670 {
  max-width: 670px;
}

.border-radius-3 {
  border-radius: 3px;
}

.border-top {
  border-top: 1px solid #f4f8ff !important;
}

.border-bottom {
  border-bottom: 1px solid rgba(133, 133, 133, 0.5) !important;
}

.border-bottom-1 {
  border-bottom: 1px solid #eee;
}

.default-box-shadow {
  -webkit-box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
          box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
}

button {
  outline: 0;
  border: 0;
}

button:focus, button:active {
  outline: 0;
  border: 0;
}
.form-detail{
  margin-top: -30px;
}
.back-popup{
  background: #FCEFE9;
}
.back-ground{
  background: #FCEFE9;
}
.main-btn {
  padding: 15px 50px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  border: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 35px;
  z-index: 0 !important;
  background-color: #0563c2;
  -webkit-box-shadow: 0px 7px 51px 0px rgba(31, 18, 253, 0.12);
          box-shadow: 0px 7px 51px 0px rgba(31, 18, 253, 0.12);
}

.main-btn i {
  font-size: 15px;
}

.main-btn:focus, .main-btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}

.main-btn:hover {
  color: #fff;
  background-color: #0563c2;
}

.main-btn.main-btn-small {
  padding: 10px 15px;
  font-size: 13px;
}

.main-btn.main-btn-rounded-icon span {
  background-color: #fff;
  color: #0563c2;
  padding: 1px 5px;
  border-radius: 20px;
  margin-left: 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.main-btn.main-btn-white {
  background-color: #fff;
  color: #0563c2;
}

.main-btn.main-btn-white:hover {
  background-color: #0563c2;
  color: #fff;
}

.main-btn.main-btn-white:hover.main-btn-rounded-icon span {
  background-color: #fff;
  color: #0563c2;
}

.main-btn.main-btn-white.main-btn-rounded-icon span {
  background-color: #0563c2;
  color: #fff;
}

.main-btn.main-btn-black {
  background-color: #000;
  color: #fff;
}

.main-btn.main-btn-black:hover {
  background-color: #0563c2;
  color: #000;
}

.main-btn:disabled, .main-btn.disabled {
  opacity: 1;
}

.main-btn.btn-fb {
  background-color: #3B5998;
  color: #fff;
}

.main-btn.btn-tw {
  background-color: #00ACEE;
  color: #fff;
}

.main-btn.btn-ins {
  background-color: #DD2A7B;
  color: #fff;
}

.main-btn.btn-yt {
  background-color: #C4302B;
  color: #fff;
}

.main-btn.btn-vim {
  background-color: #86C9EF;
  color: #fff;
}

.no-radius {
  border-radius: 0;
}

.no-radius.btn, .no-radius .btn {
  border-radius: 0;
}

.no-radius.btn:before, .no-radius .btn:before {
  border-radius: 0;
}

.no-radius.btn:after, .no-radius .btn:after {
  border-radius: 0;
}

.bg-white {
  background: #fff;
}

.bg-main {
  background: #0563c2;
}

.bg-off-white {
  background-color: #f4f8ff;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #161616;
}

.bg-blue-dark {
  background-color: #0f0886 !important;
}

.color-maincolor {
  color: #0563c2 !important;
}

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

.z-index-1 {
  z-index: 1;
}

.section-title {
  max-width: 575px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.section-title small {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 500;
  color: #0563c2;
}

.section-title h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
  position: relative;
  line-height: 1.4;
}

.section-title h2 span {
  color: #0563c2;
}

.section-title h2:last-child {
  margin-bottom: 0;
}

.section-title p {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 30px;
  position: relative;
}

.section-title p:last-child {
  margin-bottom: 0;
}

.section-title p a {
  color: #0563c2;
}

.section-title.section-title-lg {
  max-width: 825px;
}

.section-title.section-title-white small {
  color: #fff;
}

.section-title.section-title-white h2 {
  color: #fff;
}

.section-title.section-title-white p {
  color: #fff;
}

.section-title.section-title-white p a {
  color: #fff;
}

.section-title.section-title-left {
  max-width: 100%;
  text-align: left;
}

.sub-section-title {
  margin-bottom: 30px;
}

.sub-section-title .sub-section-title-heading {
  font-size: 22px;
  margin-bottom: 15px;
}

.sub-section-title p {
  font-size: 16px;
  font-weight: 400;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.breadcrumb .breadcrumb-item {
  font-size: 16px;
  font-weight: 500;
  padding-left: 0;
  padding-right: .5rem;
  color: #fff;
}

.breadcrumb .breadcrumb-item a {
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.breadcrumb .breadcrumb-item a:hover {
  color: #fff;
}

.breadcrumb .breadcrumb-item.active {
  color: #fff;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: #fff;
  font-size: 10px;
  content: "\f130";
  font-family: Flaticon;
  padding-top: 4px;
}

.breadcrumb .breadcrumb-item:last-child {
  padding-right: 0;
}

.page-link {
  position: relative;
  padding: 0 0;
  padding-top: 2px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -1px;
  line-height: 1;
  color: #0563c2;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  background-color: white;
  -webkit-box-shadow: 0px 8px 35px 0px rgba(32, 32, 32, 0.08);
          box-shadow: 0px 8px 35px 0px rgba(32, 32, 32, 0.08);
  border: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-top: 3px;
  overflow: hidden;
}

.page-link:hover {
  background-color: #0563c2;
  color: #fff;
}

.page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-link i {
  font-size: 10px;
  font-weight: 600;
}

.page-pagination .pagination {
  margin-top: -3px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  padding-right: 0;
}

.page-item {
  padding: 0 7px;
  margin-top: 3px;
}

.page-item:first-child {
  padding-left: 0;
}

.page-item:first-child .page-link {
  background-color: #fff;
  color: #0563c2;
}

.page-item:first-child .page-link:hover {
  background-color: #0563c2;
  color: #fff;
}

.page-item:last-child {
  padding-right: 0;
}

.page-item:last-child .page-link {
  background-color: transparent;
  color: #0563c2;
}

.page-item:last-child .page-link:hover {
  background-color: #0563c2;
  color: #fff;
}

.page-item.disabled .page-link {
  background-color: #fff;
  color: #0563c2;
  border: 0;
}

.page-item.active .page-link {
  background-color: #0563c2;
  color: #fff;
}

.form-group label {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #000;
}

.text-muted {
  font-size: 13px;
  color: #767676 !important;
  margin-top: 5px;
}

.input-group {
  border: 0;
  border-radius: 3px;
  padding: 15px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-radius: 3px;
  background-color: #efefef;
}

.input-group.input-group-maincolor .form-control {
  color: #fff;
}

.input-group.input-group-maincolor .form-control::-webkit-input-placeholder {
  color: #fff;
}

.input-group.input-group-maincolor .form-control:-ms-input-placeholder {
  color: #fff;
}

.input-group.input-group-maincolor .form-control::-ms-input-placeholder {
  color: #fff;
}

.input-group.input-group-maincolor .form-control::placeholder {
  color: #fff;
}

.form-control {
  padding: 10px 25px;
  color: #000;
  font-size: 15px;
  background-color: #f4f8ff;
  height: auto;
  border: 1px solid #eee;
  border-radius: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control:focus, .form-control:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #f4f8ff;
}

.form-control::-webkit-input-placeholder {
  color: #585858;
}

.form-control:-ms-input-placeholder {
  color: #585858;
}

.form-control::-ms-input-placeholder {
  color: #585858;
}

.form-control::placeholder {
  color: #585858;
}

.form-control.form-control-white {
  color: #fff;
}

.form-control.form-control-white::-webkit-input-placeholder {
  color: #585858;
}

.form-control.form-control-white:-ms-input-placeholder {
  color: #585858;
}

.form-control.form-control-white::-ms-input-placeholder {
  color: #585858;
}

.form-control.form-control-white::placeholder {
  color: #585858;
}

select.form-control {
  background-image: url(../images/chevron.png);
  background-repeat: no-repeat;
  background-position: right 25px center;
  background-size: 15px;
}

.help-block {
  font-size: 14px;
  margin-top: 5px;
}

.help-block.with-errors {
  color: #ff5421;
}

#msgSubmit {
  color: #ff5421 !important;
  font-weight: 600;
  font-size: 18px;
}

#msgSubmit.submit-post-info {
  margin-top: 5px;
}

.input-checkbox label {
  position: relative;
  padding-left: 35px;
  color: #767676;
  margin-bottom: 0;
  font-size: 15px;
}

.input-checkbox label a {
  color: #0563c2;
}

.input-checkbox label a:hover {
  color: #0563c2;
}

.input-checkbox label:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #e1e1e1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  padding-left: 4px;
  line-height: 1;
  top: 1px;
  border-radius: 5px;
}

.input-checkbox input {
  display: none;
}

.input-checkbox input:checked ~ label:before {
  color: #fff;
  content: "\f110";
  font-family: Flaticon;
  background-color: #0563c2;
  border-color: #0563c2;
}

.input-radio label {
  position: relative;
  padding-left: 35px;
  color: #767676;
  margin-bottom: 0;
  font-size: 15px;
}

.input-radio label a {
  color: #0563c2;
}

.input-radio label:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #B5B5B5;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  padding-left: 4px;
  line-height: 1;
  top: -2px;
}

.input-radio input {
  display: none;
}

.input-radio input:checked ~ label:before {
  color: #E6E6E6;
  content: "\f11c";
  font-family: Flaticon;
  font-size: 10px;
}

.input-radio.input-radio-white label {
  color: #B5B5B5;
}

.social-list {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-list li {
  list-style: none;
  font-size: 18px;
  margin-right: 15px;
}

.social-list li a {
  color: #000;
}

.social-list li a:hover {
  color: #0563c2;
}

.social-list li:last-child {
  margin-right: 0;
}

.social-list.social-list-btn li {
  width: 40px;
  height: 40px;
  font-size: 15px;
 
}

.social-list.social-list-btn li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #585858;
  border-radius: 99px;
      font-size: 20px;
}

.social-list.social-list-btn li a:hover {
  color: #0563c2;
}

.social-list.social-list-sm li {
  font-size: 14px;
}

.page-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-bg-overlay {
  position: relative;
}

.border-start-lg {
    border-left: 1px solid #dee2e6 !important;
}
.ps-lg-4 {
    padding-left: 2.3625rem !important;
}

.in-cirro-9 .fa-ul {
    line-height: 2.5;
    margin-bottom: 0;
}


.page-bg-1 {
  background-image: url(../images/page-bg/page-bg-1.jpg);

}

.page-bg-2 {
   background:#0563c2;
}


.content-boxes-focus{
	padding: 80px;
	position: relative;
}
.content-boxes-focus .content-box.text-left {
    padding-right: 80px;
    padding-left: 0;
}
.content-boxes-focus .content-box.text-right {
    padding-left: 80px;
    padding-right: 0;
}
.focus-arrow-wrap{
	top: 50%;
	left: 0;
	right: 0;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	position: absolute;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.focus-arrow-wrap:after{
	top: 50%;
	height: 50px;
	width: 50px;
	background: inherit;
	content:'';
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.focus-arrow-v, .focus-arrow-h{
	background: #fff;
	position: absolute;
	content: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.focus-arrow-h {
	height: 100%;
	width: 1px;
}
.focus-arrow-v {
	width: 100%;
	height: 1px;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.bg-color {
    background-color: #2874f0 !important;
}
.bg-color-secondary {
    background-color: #000 !important;
}
.slider-below-wrap {
    margin-top: -100px;
    position: relative;
    z-index: 1;
    padding: 70px 70px;
}

.s-pd{padding-top: 70px;
    padding-bottom: 100px;
	text-align:center;}

.text-right {
    text-align: right;
}
.margin-top-50 {
    margin-top: 50px;
}





/*************** MAIN CSS ***************/
.preloader {
  height: 100%;
  width: 100%;
  position: fixed;
  overflow: visible;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: #000;
}

.preloader .preloader-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.preloader-content {
  width: 300px;
  height: 300px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000;
  -webkit-filter: blur(10px) contrast(20);
          filter: blur(10px) contrast(20);
}

.blob-1, .blob-2 {
  width: 70px;
  height: 70px;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.blob-1 {
  left: 20%;
  -webkit-animation: osc-l 2.5s ease infinite;
          animation: osc-l 2.5s ease infinite;
}

.blob-2 {
  left: 80%;
  -webkit-animation: osc-r 2.5s ease infinite;
          animation: osc-r 2.5s ease infinite;
  background: #0563c2;
}

@-webkit-keyframes osc-l {
  0% {
    left: 20%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 20%;
  }
}

@keyframes osc-l {
  0% {
    left: 20%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 20%;
  }
}

@-webkit-keyframes osc-r {
  0% {
    left: 80%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 80%;
  }
}

@keyframes osc-r {
  0% {
    left: 80%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 80%;
  }
}

.pre-loaded .preloader {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}

.fixed-top.non-fixed {
  position: relative;
}

.topbar {
  padding-left: 25px;
  padding-right: 25px;
}

.topbar-inner {
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
}

.topbar-item {
  width: auto;
}

.topbar-item .social-list {
  margin-bottom: 15px;
}

.topbar-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.topbar-list li {
  list-style: none;
  font-size: 15px;
  color: #767676;
  margin-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #e1e1e1;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 25px;
}

.topbar-list li:last-child {
  padding-right: 0;
  border-right: 0;
  margin-right: 0;
}

.topbar-list li i {
  font-size: 18px;
  margin-right: 10px;
  color: #0563c2;
}

.topbar-list li a {
  color: #000;
}

.topbar-list li a:hover {
  color: #0563c2;
}

.search-option {
  cursor: pointer;
}

.side-modal-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #0563c2;
  top: 0;
  left: 0;
  z-index: 1111;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.side-modal-wrapper.side-modal-wrapper-show {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.side-modal {
  width: 300px;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #fff;
  position: absolute;
  padding: 30px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.side-modal.side-modal-show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.side-modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.side-modal-close {
  font-size: 20px;
  color: #000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}

.side-modal-close:hover {
  color: #0563c2;
}

.side-topbar-option {
  display: none;
}

.side-modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.side-modal-close {
  font-size: 20px;
  color: #000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}

.side-modal-close:hover {
  color: #0563c2;
}

.sidebar-info-content {
  margin-bottom: 40px;
}

.sidebar-info-content:last-child {
  margin-bottom: 0;
}

.sidebar-info-content h3 {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  color: #000;
  margin-bottom: 20px;
}

.sidebar-info-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #767676;
  margin-bottom: 15px;
}

.sidebar-info-list-item:last-child {
  margin-bottom: 0;
}

.sidebar-info-list-item i {
  font-size: 18px;
  color: #0563c2;
  margin-right: 10px;
}

.sidebar-info-list-item a {
  color: #767676;
}

.sidebar-info-list-item a:hover {
  color: #0563c2;
}

.sidebar-search {
  padding: 20px;
  background-color: #0563c2;
}

.sidebar-search .form-group {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 13px 18px;
  border-radius: 30px;
}

.sidebar-search .form-group .form-control {
  background-color: transparent;
  padding: 0;
  border: 0;
  padding-right: 10px;
}

.sidebar-search .form-group button {
  padding: 0;
  background-color: transparent;
  font-size: 17px;
  color: #000;
}

@-webkit-keyframes menuItem {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  50% {
    -webkit-transform: rotateX(-20deg);
            transform: rotateX(-20deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

@keyframes menuItem {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  50% {
    -webkit-transform: rotateX(-20deg);
            transform: rotateX(-20deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

@-webkit-keyframes menuItem2 {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  50% {
    -webkit-transform: rotateY(-20deg);
            transform: rotateY(-20deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes menuItem2 {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  50% {
    -webkit-transform: rotateY(-20deg);
            transform: rotateY(-20deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

.main-nav {
  margin: auto;
  position: relative;
  display: none;
  background-color: transparent;
}

.main-nav nav .navbar-nav .nav-item {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding-top: 10px;
  padding-bottom: 10px;
}

.main-nav nav .navbar-nav .nav-item a {
  color: #000;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  text-transform: none;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.main-nav nav .navbar-nav .nav-item a.dropdown-toggle:after {
  content: "\f121";
  border: 0;
  font-family: Flaticon;
  font-size: 10px;
  vertical-align: baseline;
  margin-left: 8px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.main-nav nav .navbar-nav .nav-item a.active {
  color: #0563c2;
}

.main-nav nav .navbar-nav .nav-item a.active:hover {
  color: #0563c2;
}

.main-nav nav .navbar-nav .nav-item:hover a {
  color: #0563c2;
}

.main-nav nav .navbar-nav .nav-item:hover a.active {
  color: #0563c2;
}

.main-nav nav .navbar-nav .nav-item:hover a.dropdown-toggle:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item {
  -webkit-animation-name: menuItem;
          animation-name: menuItem;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(1) {
  -webkit-animation-delay: 60ms;
          animation-delay: 60ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(2) {
  -webkit-animation-delay: 120ms;
          animation-delay: 120ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(3) {
  -webkit-animation-delay: 180ms;
          animation-delay: 180ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(4) {
  -webkit-animation-delay: 240ms;
          animation-delay: 240ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(5) {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(6) {
  -webkit-animation-delay: 360ms;
          animation-delay: 360ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(7) {
  -webkit-animation-delay: 420ms;
          animation-delay: 420ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(8) {
  -webkit-animation-delay: 480ms;
          animation-delay: 480ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(9) {
  -webkit-animation-delay: 540ms;
          animation-delay: 540ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(10) {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(11) {
  -webkit-animation-delay: 660ms;
          animation-delay: 660ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(12) {
  -webkit-animation-delay: 720ms;
          animation-delay: 720ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(13) {
  -webkit-animation-delay: 780ms;
          animation-delay: 780ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(14) {
  -webkit-animation-delay: 840ms;
          animation-delay: 840ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(15) {
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(16) {
  -webkit-animation-delay: 960ms;
          animation-delay: 960ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(17) {
  -webkit-animation-delay: 1020ms;
          animation-delay: 1020ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(18) {
  -webkit-animation-delay: 1080ms;
          animation-delay: 1080ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(19) {
  -webkit-animation-delay: 1140ms;
          animation-delay: 1140ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(20) {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  background-color: #fff;
  border: 0;
  margin: 0;
  -webkit-box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
          box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
  padding: 10px 0;
  width: 230px;
  border-radius: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item {
  opacity: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  padding: 5px 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-transform: none !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a.dropdown-toggle:after {
  content: "\f10f";
  border: 0;
  font-family: Flaticon;
  font-size: 10px;
  vertical-align: baseline;
  margin-left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active {
  color: #0563c2;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active:hover {
  color: #0563c2;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > a {
  color: #0563c2;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > a.active {
  color: #0563c2;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu {
  top: -7px !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item {
  -webkit-animation-name: menuItem2;
          animation-name: menuItem2;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(1) {
  -webkit-animation-delay: 60ms;
          animation-delay: 60ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(2) {
  -webkit-animation-delay: 120ms;
          animation-delay: 120ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(3) {
  -webkit-animation-delay: 180ms;
          animation-delay: 180ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(4) {
  -webkit-animation-delay: 240ms;
          animation-delay: 240ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(5) {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(6) {
  -webkit-animation-delay: 360ms;
          animation-delay: 360ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(7) {
  -webkit-animation-delay: 420ms;
          animation-delay: 420ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(8) {
  -webkit-animation-delay: 480ms;
          animation-delay: 480ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(9) {
  -webkit-animation-delay: 540ms;
          animation-delay: 540ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(10) {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(11) {
  -webkit-animation-delay: 660ms;
          animation-delay: 660ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(12) {
  -webkit-animation-delay: 720ms;
          animation-delay: 720ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(13) {
  -webkit-animation-delay: 780ms;
          animation-delay: 780ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(14) {
  -webkit-animation-delay: 840ms;
          animation-delay: 840ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(15) {
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(16) {
  -webkit-animation-delay: 960ms;
          animation-delay: 960ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(17) {
  -webkit-animation-delay: 1020ms;
          animation-delay: 1020ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(18) {
  -webkit-animation-delay: 1080ms;
          animation-delay: 1080ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(19) {
  -webkit-animation-delay: 1140ms;
          animation-delay: 1140ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(20) {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
  left: 100%;
  top: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item {
  opacity: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  padding: 5px 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a.dropdown-toggle:after {
  content: "\f10f";
  border: 0;
  font-family: Flaticon;
  font-size: 10px;
  vertical-align: baseline;
  margin-left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a.active {
  color: #0563c2;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > a {
  color: #0563c2;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item {
  -webkit-animation-name: menuItem;
          animation-name: menuItem;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(1) {
  -webkit-animation-delay: 60ms;
          animation-delay: 60ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(2) {
  -webkit-animation-delay: 120ms;
          animation-delay: 120ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(3) {
  -webkit-animation-delay: 180ms;
          animation-delay: 180ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(4) {
  -webkit-animation-delay: 240ms;
          animation-delay: 240ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(5) {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(6) {
  -webkit-animation-delay: 360ms;
          animation-delay: 360ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(7) {
  -webkit-animation-delay: 420ms;
          animation-delay: 420ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(8) {
  -webkit-animation-delay: 480ms;
          animation-delay: 480ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(9) {
  -webkit-animation-delay: 540ms;
          animation-delay: 540ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(10) {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(11) {
  -webkit-animation-delay: 660ms;
          animation-delay: 660ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(12) {
  -webkit-animation-delay: 720ms;
          animation-delay: 720ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(13) {
  -webkit-animation-delay: 780ms;
          animation-delay: 780ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(14) {
  -webkit-animation-delay: 840ms;
          animation-delay: 840ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(15) {
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(16) {
  -webkit-animation-delay: 960ms;
          animation-delay: 960ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(17) {
  -webkit-animation-delay: 1020ms;
          animation-delay: 1020ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(18) {
  -webkit-animation-delay: 1080ms;
          animation-delay: 1080ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(19) {
  -webkit-animation-delay: 1140ms;
          animation-delay: 1140ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(20) {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu {
  left: 100%;
  top: 0 !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item {
  opacity: 0;
}

.main-nav .main-btn {
  padding: 14px 40px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}

.navbar-collapse {
  width: auto;
}

.navbar-option-item {
  margin-left: 30px;
}

.navbar-option-item a i {
  font-size: 25px;
}

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

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 15px;
  position: relative;
}

.mobile-nav {
  padding: 20px 0;
  display: block;
}

.mobile-nav .navbar-option {
  margin-left: auto;
  margin-right: 60px;
  z-index: 1000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.mobile-nav .navbar-option-item {
  margin-left: 25px;
}

.mobile-nav .navbar-option-item button {
  color: #000;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.mobile-nav .navbar-option-item button i {
  font-size: 20px;
  vertical-align: middle;
}

.mobile-nav .navbar-option-item button:hover {
  color: #0563c2;
}

.mobile-brand {
  position: relative;
  z-index: 1000;
}

.mean-container {
  position: relative;
}

.mean-container .mean-bar {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  border-bottom: 0;
}

.mean-container a.meanmenu-reveal {
  padding-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: auto;
  padding-right: 0;
  color: #0563c2;
}

.mean-container a.meanmenu-reveal span {
  background-color: #0563c2;
}

.mean-container .mean-nav {
  margin-top: 53px;
}

.mean-container .mean-nav .navbar-nav {
  max-height: 350px;
  overflow: auto;
  -webkit-box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
          box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
}

.mean-container .mean-nav .navbar-nav .nav-item a {
  color: #000;
}

.mean-container .mean-nav .navbar-nav .nav-item a.active {
  color: #0563c2;
}

.navbar-area {
  padding-left: 25px;
  padding-right: 25px;
}

.navbar-area.is-sticky {
  -webkit-animation: 500ms running fadeInDown;
          animation: 500ms running fadeInDown;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100%;
  z-index: 999999;
  position: fixed;
  background-color: #fff;
  top: 0;
  -webkit-box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
          box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
}

.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item a {
  color: #000;
}

.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item a.active {
  color: #0563c2;
}

.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item a.active:hover {
  color: #0563c2;
}

.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item:hover a {
  color: #0563c2;
}

.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item:hover a.active {
  color: #0563c2;
}

.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a {
  color: #000;
}

.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active {
  color: #0563c2;
}

.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active:hover {
  color: #0563c2;
}

.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > a {
  color: #0563c2;
}

.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > a.active {
  color: #0563c2;
}

.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a {
  color: #000;
}

.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a.active {
  color: #0563c2;
}

.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > a {
  color: #0563c2;
}

.navbar-area.is-sticky .navbar-option-search a {
  color: #000;
}

.navbar-area.is-sticky .navbar-option-search a:hover {
  color: #0563c2;
}

.max-585 {
  max-width: 585px;
}

.header-bg {
  position: relative;
  padding-top: 240px;
  padding-bottom: 100px;
}

.header-bg-lg {
  position: relative;
}

.header-bottom-space {
  padding-bottom: 200px;
}

.header-bg-image {
  position: relative;
  background: url(../images/banner.jpg) no-repeat right;
  background-size: contain;
}

.header-bg-image:before {
 /* content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(31, 18, 253, 0.4);
  position: absolute;
  top: 0;
  left: 0;*/
}

.header-bg-shape {
  position: relative;
  background-image: url(../images/homepage-one/header-bg-shape.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}



.card-style-10 .card {
  border: 0;
  height:100%;
}
.card-style-10 .card hr {
  color: rgba(255, 255, 255, 0.2);
}
.card-style-10 .card hr:not([size]) {
  height: 2px;
}
.card-style-10 .card .icon-wrap {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.card-style-10 .card-green {
  background-color: #27bc9c;
}
.card-style-10 .card-blue {
  background-color: #4284dd;
}
.card-style-10 .card-purple {
  background-color: #9a5bb4;
}
.card-style-10 .card-navy {
  background-color: #35495d;
}
.card-style-10 .card-grey {
  background-color: #95a5a6;
}
.card-style-10 .card-orange {
  background-color: #fd6a4f;
}
.in-avo-1 {
  margin-top: -60px;
  margin-bottom: -40px;
}
.in-avo-1 .card {
  box-shadow: rgba(149, 157, 165, 0.18) 0px 8px 24px;
  z-index: 1;
}
.in-avo-1 .card .border-end-lg {
  border-right: 2px solid #e8e8e8 !important;
}
.in-avo-1 .card-body {
  padding-top: 35px;
  padding-bottom: 35px;
}

.mt-4 {
    margin-top: 2.3625rem !important;
}

hr {
    margin: 1.75rem 0;
    color: #e8e8e8;
    border: 0;
    border-top: 1px solid;
    opacity: 1;
}

.service__icon {
    height: 55px;
    width: 55px;
    line-height: 52px;
    text-align: center;
    display: inline-block;
    border: 1px solid #e3e3e3;
    border-radius: 100%;
    margin-right: 30px;
	background: #fff;
}

.pd-0{padding:0px;}
.about-item-details{padding:70px;}








@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

.header-animation-shape {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fd6a12;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-400px, -100px);
          transform: translate(-400px, -100px);
}

.header-animation-shape:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(253, 106, 18, 0.5);
  -webkit-animation: scale 1s infinite linear;
          animation: scale 1s infinite linear;
  border-radius: 50%;
}

.header-image-shape {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inner-page-header {
    background-color: #0d0594;
    padding-top: 120px;
    padding-bottom: 60px;
}

.inner-header-content {
  text-align: center;
}

.inner-header-content h1 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 20px;
}

.header-content {
  position: relative;
  z-index: 11;
  padding-left: 55px;
}

.header-content h1 {
  margin-bottom: 10px;
}

.header-content p {
  font-size: 18px;
  margin-bottom: 25px;
}

.header-content-white h1 {
  color: #fff;
}

.header-content-white p {
  color: #fff;
}

.button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -20px;
}

.button-group .main-btn {
  margin-right: 25px;
  margin-top: 20px;
}

.button-group .main-btn:last-child {
  margin-right: 0;
}

.section-to-header {
  margin-top: -30px;
  position: relative;
  z-index: 11;
}

.feature-card {
  padding: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
          box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #fff;
}

.feature-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.feature-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -15px;
  margin-bottom: 20px;
}

.feature-card-header span {
  color: #000;
  font-size: 22px;
  margin-top: 15px;
  font-weight: 600;
}

.feature-card-thumb {
  border-radius: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
  margin-top: 15px;
  font-size: 35px;
}

.feature-card-thumb.feature-card-thumb-green {
  background-color: rgba(53, 231, 149, 0.15);
  color: #56c5b2;
}

.feature-card-thumb.feature-card-thumb-green-dark {
  background-color: #56c5b2;
  color: #fff;
}

.feature-card-thumb.feature-card-thumb-yellow {
  background-color: rgba(232, 201, 30, 0.15);
  color: #e8c91e;
}

.feature-card-thumb.feature-card-thumb-yellow-dark {
  background-color: #e8c91e;
  color: #fff;
}

.feature-card-thumb.feature-card-thumb-blue {
  background-color: rgba(48, 140, 211, 0.15);
  color: #308cd3;
}

.feature-card-thumb.feature-card-thumb-blue-dark {
  background-color: #0563c2;
  color: #fff;
}

.feature-card-thumb.feature-card-thumb-violet {
  background-color: rgba(186, 76, 249, 0.15);
  color: #ba4cf9;
}

.feature-card-thumb.feature-card-thumb-violet-dark {
  background-color: #ba4cf9;
  color: #fff;
}

.feature-card-thumb.feature-card-thumb-lightgreen-dark {
  background-color: #35e795;
  color: #fff;
}

.feature-card-thumb-wrapper {
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 10px;
  width: 40px;
  height: 40px;
}

.feature-card-thumb-wrapper i {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.feature-card-body h3 {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.feature-card-body p {
  margin-bottom: 15px;
}

.feature-card-body p:last-child {
  margin-bottom: 0;
}

.feature-card-body a {
  font-size: 14px;
  font-weight: 600;
}

.about-item-details .section-title {
  margin-bottom: 18px;
}

.about-content p {
  margin-bottom: 25px;
}

.about-content p:last-child {
  margin-bottom: 0;
}

.about-content ul {
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5px;
}

.about-content ul li {
  position: relative;
  font-size: 18px;
  margin-bottom: 10px;
  color: #000;
  list-style: none;
  padding-left: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  padding-right: 10px;
}

.about-content ul li:before {
  content: "\eed9";
  font-family: IcoFont;
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 20px;
  color: #0563c2;
}

.service-card {
  border-radius: 10px;
  -webkit-box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
          box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.service-card:before {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #0563c2;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: -1;
}

.service-card:hover:before {
  opacity: 1;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.service-card:hover .service-card-body h3 {
  color: #fff;
}

.service-card:hover .service-card-body p {
  color: #fff;
}

.service-card:hover .service-card-body a {
  color: #fff;
}

.service-card-thumb {
  border-radius: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 125px;
  height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 65px;
  background-color: #f6f6ff;
  color: #0563c2;
  margin-bottom: 25px;
}

.service-card-body h3 {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.service-card-body p {
  margin-bottom: 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.service-card-body p:last-child {
  margin-bottom: 0;
}

.service-card-body a {
  font-size: 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  font-weight: 500;
}

.service-card-2 {
  padding-bottom: 23px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
          box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
  background-color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
}

.service-card-2:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.service-card-2:hover .service-card-image-2 img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.service-card-2:hover .service-card-text-2 h3 a {
  color: #0563c2;
  text-decoration: underline;
}

.service-card-image-2 {
  overflow: hidden;
  margin-bottom: 23px;
  position: relative;
  background-color: #0563c2;
}

.service-card-image-2:before {
  content: "";
  background-image: url(../images/frame-1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -1px;
  z-index: 11;
}

.service-card-image-2 img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.service-category-2 {
  color: #0563c2;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 18px;
}

.service-card-text-2 {
  padding-left: 25px;
  padding-right: 25px;
}

.service-card-text-2 h3 {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 13px;
}

.service-card-text-2 h3 a {
  color: #000;
}

.service-card-text-2 p {
  font-size: 18px;
  margin-bottom: 15px;
}

.service-card-text-2 p:last-child {
  margin-bottom: 0;
}

.forum-details img {
  margin-bottom: 30px;
  border-radius: 10px;
}

.forum-details h1 {
  font-size: 35px;
  margin-bottom: 20px;
}

.forum-details h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.forum-details h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.forum-details h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

.forum-details h5 {
  font-size: 18px;
  margin-bottom: 20px;
}

.forum-details h6 {
  font-size: 16px;
  margin-bottom: 20px;
}

.forum-details p {
  margin-bottom: 20px;
}

.forum-details p:last-child {
  margin-bottom: 0;
}

.forum-details a {
  color: #0563c2;
}

.forum-details a:hover {
  color: #0563c2;
}

.forum-details ul {
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  margin-top: -10px;
}

.forum-details ul:last-child {
  margin-bottom: 0;
}

.forum-details ul li {
  position: relative;
  font-size: 17px;
  margin-top: 10px;
  color: #000;
  list-style: none;
  padding-left: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  padding-right: 10px;
}

.forum-details ul li:before {
  content: "\eed9";
  font-family: IcoFont;
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 20px;
  color: #0563c2;
}

.forum-details ol {
  padding-left: 20px;
  padding-right: 0;
  margin-top: -10px;
  margin-bottom: 20px;
}

.forum-details ol:last-child {
  margin-bottom: 0;
}

.forum-details ol li {
  font-size: 17px;
  color: #767676;
  margin-top: 10px;
}

.forum-details ol li:last-child {
  margin-bottom: 0;
}

.forum-details blockquote {
  margin-bottom: 25px;
  border-radius: 10px;
  border-left: 5px solid #0563c2;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  -webkit-box-shadow: 0px 7px 40px 0px rgba(32, 32, 32, 0.05);
          box-shadow: 0px 7px 40px 0px rgba(32, 32, 32, 0.05);
  padding: 30px;
}

.forum-details blockquote:last-child {
  margin-bottom: 0;
}

.forum-details blockquote p {
  font-size: 18px;
  margin-bottom: 15px;
  font-style: italic;
  font-weight: 500;
}

.forum-details blockquote span {
  font-style: 17px;
  color: #000;
}

.forum-details .blog-entry-list {
  margin-top: -10px;
  margin-bottom: 15px;
}

.forum-details .blog-entry-list li {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 10px;
}

.forum-details .blog-entry-list li:before {
  content: none;
}

.forum-details .forum-table {
  overflow: auto;
  margin-bottom: 23px;
}

.forum-details .forum-table::-webkit-scrollbar {
  height: 5px;
}

.forum-details .forum-table::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.forum-details .forum-table::-webkit-scrollbar-thumb {
  background: gainsboro;
}

.forum-details .forum-table:last-child {
  margin-bottom: 0;
}

.forum-details .forum-table table {
  width: 100%;
}

.forum-details .forum-table table thead tr {
  background: #0563c2;
}

.forum-details .forum-table table thead tr th {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  padding: 20px;
  white-space: nowrap;
  color: #fff;
}

.forum-details .forum-table table tbody tr {
  border-bottom: 1px solid rgba(209, 200, 212, 0.5);
}

.forum-details .forum-table table tbody tr:last-child {
  border-bottom: 0;
}

.forum-details .forum-table table tbody tr td {
  font-size: 15px;
  color: #767676;
  font-weight: 400;
  padding: 10px 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  white-space: nowrap;
}

.sidebar-bg {
  background-color: #f4f8ff;
  padding: 25px;
  border-radius: 10px;
}

.sidebar-item {
  margin-bottom: 30px;
}

.sidebar-item:last-child {
  margin-bottom: 0;
}

.sidebar-item h3 {
  margin-bottom: 25px;
  font-size: 24px;
}

.details-sidebar-search .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}

.details-sidebar-search .form-group .form-control {
  border: 0;
  background-color: #fff;
  border-radius: 0;
}

.details-sidebar-search .form-group .form-control::-webkit-input-placeholder {
  color: #585858;
}

.details-sidebar-search .form-group .form-control:-ms-input-placeholder {
  color: #585858;
}

.details-sidebar-search .form-group .form-control::-ms-input-placeholder {
  color: #585858;
}

.details-sidebar-search .form-group .form-control::placeholder {
  color: #585858;
}

.details-sidebar-search .form-group button {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #0563c2;
  font-style: 20px;
  color: #fff;
}

.sidebar-title h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}

.sidebar-list {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.sidebar-list li {
  list-style: none;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
}

.sidebar-list li:last-child {
  margin-bottom: 0;
}

.sidebar-list li a {
  color: #000;
  position: relative;
  padding-left: 12px;
}

.sidebar-list li a:before {
  content: "•";
  margin-right: 10px;
  position: absolute;
  left: 0;
  font-size: 14px;
  padding-top: 2px;
  color: #8881ff;
}

.sidebar-list li a:hover {
  color: #0563c2;
}

.sidebar-list li a.active {
  color: #0563c2;
}

.sidebar-category {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.sidebar-category li {
  list-style: none;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
}

.sidebar-category li:last-child {
  margin-bottom: 0;
}

.sidebar-category li a {
  color: #000;
  position: relative;
  padding-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sidebar-category li a:before {
  content: "•";
  margin-right: 10px;
  position: absolute;
  left: 0;
  font-size: 14px;
  padding-top: 2px;
  color: #8881ff;
}

.sidebar-category li a:hover {
  color: #0563c2;
}

.sidebar-category li a.active {
  color: #0563c2;
}

.sidebar-author p {
  font-size: 22px;
  margin-bottom: 20px;
  color: #fff;
}

/*.sidebar-author .author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}*/

.sidebar-author .author-info img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin-right: 20px;
}

.sidebar-author .author-info-details h3 {
  font-size: 30px;
  margin-bottom: 5px;
  color: #fff;
}

.sidebar-author .author-info-details p {
  font-size: 16px;
  margin-bottom: 0;
  color: #fff;
}

.sidebar-recent-post-item {
  margin-bottom: 30px;
}

.sidebar-recent-post-item:last-child {
  margin-bottom: 0;
}

.sidebar-recent-post-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidebar-recent-post-item a img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
  border-radius: 10px;
}

.sidebar-recent-post-item a:hover .recent-post-details h3 {
  color: #0563c2;
}

.recent-article-item {
  margin-bottom: 20px;
}

.recent-article-item:last-child {
  margin-bottom: 0;
}

.recent-article-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.recent-article-item a:hover .recent-article-thumb img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.recent-article-item a:hover .recent-article-content h3 {
  color: #0563c2;
}

.recent-article-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 90px;
  margin-right: 15px;
  overflow: hidden;
}

.recent-article-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.recent-article-content h3 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.recent-post-details h3 {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.4;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.recent-post-details .post-entry {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.recent-post-details .post-entry li {
  list-style: none;
  font-size: 16px;
  color: #0563c2;
}

.process-content {
  position: relative;
}

@-webkit-keyframes stepDotRide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 1;
  }
  35% {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
    opacity: 1;
  }
  70% {
    -webkit-transform: translateX(700px);
            transform: translateX(700px);
    opacity: 1;
  }
  85% {
    -webkit-transform: translateX(900px);
            transform: translateX(900px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(950px);
            transform: translateX(950px);
    opacity: 0;
  }
}

@keyframes stepDotRide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 1;
  }
  35% {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
    opacity: 1;
  }
  70% {
    -webkit-transform: translateX(700px);
            transform: translateX(700px);
    opacity: 1;
  }
  85% {
    -webkit-transform: translateX(900px);
            transform: translateX(900px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(950px);
            transform: translateX(950px);
    opacity: 0;
  }
}

.process-content-line {
  width: 65%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 43px;
}

.process-item:hover .process-thumb img {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.process-item.border {
  padding: 30px;
  background-color: #fff;
}

.process-item-center .process-thumb {
  margin-bottom: 20px;
  position: relative;
}

.process-item-center .process-thumb:before {
  background-position: center;
}

.process-thumb {
  margin-bottom: 20px;
  position: relative;
}

.process-thumb:before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url(../images/process/process-shape.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100%;
  background-position: center;
}

.process-thumb img {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s;
  transition: transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s;
  transition: transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s, -webkit-transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s;
}

.process-text h3 {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.process-text p {
  margin-bottom: 12px;
}

.process-text p:last-child {
  margin-bottom: 0;
}

.partner-carousel .item {
  text-align: center;
}

.partner-carousel .item img {
  margin: auto;
  width: auto;
}

.partner-carousel-opacity .item img {
  opacity: 0.5;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.partner-carousel-opacity .item img:hover {
  opacity: 1;
}

@-webkit-keyframes wobble {
  50% {
    border-radius: 750px 550px 350px 750px / 350px 750px 550px 450px;
  }
  100% {
    border-radius: 750px 250px 750px 250px / 250px 750px 250px 750px;
  }
}

@keyframes wobble {
  50% {
    border-radius: 750px 550px 350px 750px / 350px 750px 550px 450px;
  }
  100% {
    border-radius: 750px 250px 750px 250px / 250px 750px 250px 750px;
  }
}

.section-inner-center-shape {
  width: 420px;
  height: 420px;
  background-color: #f2f2f3;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  left: 50%;
  -webkit-animation: wobble 5s ease-in-out alternate infinite;
          animation: wobble 5s ease-in-out alternate infinite;
}

.testimonial-carousel {
  margin-top: -30px;
}

.testimonial-carousel .owl-stage-outer {
  padding-top: 30px;
}

.testimonial-card-body {
  padding: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
          box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
  position: relative;
  margin-bottom: 40px;
  background-color: #fff;
}

.testimonial-card-body:after {
  content: "";
  border-style: solid;
  border-color: #fff transparent transparent;
  border-width: 30px;
  position: absolute;
  top: 100%;
  left: 58px;
}

.testimonial-card-inner-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.testimonial-card-inner-header h3 {
  font-size: 22px;
  margin-bottom: 0;
}

.testimonial-quote {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40px;
  height: 40px;
  background-color: #e7e5ff;
  color: #0563c2;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

.testimonial-para {
  font-size: 17px;
  margin-bottom: 15px;
}

.testimonial-card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 50px;
  margin-top: -10px;
}

.testimonial-card-info-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #0563c2;
  margin-right: 15px;
  margin-top: 10px;
  overflow: hidden;
}

.testimonial-card-info-thumb img {
  width: 100%;
  height: 100%;
}

.testimonial-card-info-text {
  margin-top: 10px;
}

.testimonial-name {
  font-size: 20px;
  margin-bottom: 10px;
}

.testimonial-address {
  font-size: 16px;
  margin-bottom: 10px;
}

.testimonial-address:last-child {
  margin-bottom: 0;
}

.default-carousel.owl-theme .owl-nav {
  margin: 0;
  margin-top: 50px;
}

.default-carousel.owl-theme .owl-nav button {
  font-size: 18px;
  width: 50px;
  height: 50px;
  border: 1px solid #e1e1e1;
  color: #0563c2;
  border-radius: 50%;
  margin: 0;
  margin-right: 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.default-carousel.owl-theme .owl-nav button:hover, .default-carousel.owl-theme .owl-nav button:focus, .default-carousel.owl-theme .owl-nav button:active {
  background-color: #0563c2;
  border-color: #0563c2;
  color: #fff;
}

.default-carousel.owl-theme .owl-nav button:last-child {
  margin-right: 0;
}

.blog-card {
  padding: 10px 10px 23px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
          box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
  background-color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}

.blog-card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.blog-card:hover .blog-card-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.blog-card:hover .blog-card-text h3 a {
  color: #0563c2;
  text-decoration: underline;
}

.blog-card:hover .blog-card-text .redirect-link {
  color: #0563c2;
}

.blog-card-image {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  margin-bottom: 23px;
  position: relative;
}

.blog-card-image img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.blog-category {
  padding: 6px 20px;
  background-color: #e7e5ff;
  color: #0563c2;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 18px;
  display: inline-block;
  border-radius: 25px;
}

.blog-category-text {
  color: #0563c2;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 13px;
}

.blog-card-text {
  padding-left: 15px;
  padding-right: 15px;
}

.blog-card-text h3 {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.blog-card-text h3 a {
  color: #000;
}

.blog-card-text p {
  font-size: 18px;
  margin-bottom: 15px;
}

.blog-card-text p:last-child {
  margin-bottom: 0;
}

.blog-card-text .redirect-link {
  font-size: 15px;
  font-weight: 400;
  color: #000;
}

.blog-card-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-entry-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px;
}

.blog-entry-thumb img {
  width: 100%;
  height: 100%;
}

.blog-entry-text h4 {
  font-size: 16px;
  margin-bottom: 5px;
}

.blog-entry-text h4 strong {
  font-weight: 500;
}

.blog-entry-text p {
  font-size: 14px;
  color: #0563c2;
  margin-bottom: 0;
}

.card-video {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.card-video a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #0563c2;
  border-radius: 50%;
  font-size: 26px;
}

.blog-details-category {
  position: relative;
  margin-bottom: 20px;
}

.blog-details-category .blog-category {
  background-color: #0563c2;
  color: #fff;
  padding: 10px 30px;
  margin-bottom: 0;
  position: absolute;
  bottom: 7px;
  right: 20px;
}

.newsletter-form {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 35px;
  padding: 10px;
  overflow: hidden;
}

.newsletter-form .form-group .form-control {
  border: 0;
  padding: 10px 20px;
  background-color: transparent;
  border-radius: 0;
}

.newsletter-form .form-group .form-control:active, .newsletter-form .form-group .form-control:focus {
  border: 0;
}

.newsletter-form #validator-newsletter {
  color: #fff;
  text-align: center;
  font-size: 15px;
}

.newsletter-form #validator-newsletter.validation-danger {
  margin-top: 5px;
}

.footer {
  position: relative;
}

@-webkit-keyframes horizontalRide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  40% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  60% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  80% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes horizontalRide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  40% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  60% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  80% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.footer-shape {
  position: absolute;
}

.footer-shape:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5%;
}

.footer-shape:nth-child(2) {
  bottom: 65px;
  right: 5%;
}

.footer-round-shape {
  opacity: .12;
}

.footer-round-shape img {
  -webkit-animation: horizontalRide 10s alternate infinite linear;
          animation: horizontalRide 10s alternate infinite linear;
}

.footer-content-item {
  margin-bottom: 20px;
}

.footer-details {
  margin-top: 20px;
}

.footer-details p {
  margin-bottom: 15px;
  color: #000;
}

.footer-details p:last-child {
  margin-bottom: 0;
}

.footer-content-title h3 {
  font-size: 22px;
  margin-bottom: 0;
}

.footer-list {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.footer-list li {
  font-size: 16px;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
  list-style: none;
}

.footer-list li:last-child {
  margin-bottom: 0;
}

.footer-list li a {
  color: #000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.footer-list li p {
  margin-top: 3px;
}

.footer-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  background: #0563c2;
}

.footer-list li:hover a {
  color: #0563c2;
}

.footer-address-item {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-address-item:last-child {
  margin-bottom: 0;
}

.footer-address-text h4 {
  font-size: 18px;
  margin-bottom: 7px;
}

.footer-address-text p {
  font-size: 16px;
  margin-bottom: 0;
  color: #000;
}

.footer-address-text p a {
  color: #000;
}

.footer-address-text p a:hover {
  color: #0563c2;
}

.footer-lower {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ebebeb;
}

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

.footer-copyright-text p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  color: #000;
}

.footer-copyright-text p a {
  color: #0563c2;
  font-weight: 500;
}

.footer-copyright-text p a:hover {
  text-decoration: underline;
}

.pricing-card {
  border-radius: 10px;
  -webkit-box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
          box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
  padding: 25px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pricing-card:hover {
  background-color: #0563c2;
}

.pricing-card:hover .pricing-category h3 {
  color: #fff;
}

.pricing-card:hover .pricing-thumb i {
  color: #fff;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.pricing-card:hover .pricing-thumb:after {
  opacity: 0.3;
}

.pricing-card:hover .pricing-info h3, .pricing-card:hover .pricing-info h5, .pricing-card:hover .pricing-info p{
  color: #fff;
}

.pricing-card:hover .pricing-info h3 span {
  color: #fff;
}

.pricing-card:hover .pricing-info ul li {
  color: rgba(255, 255, 255, 0.6);
}

.pricing-card:hover .pricing-info ul li.pricing-available {
  color: #fff;
}

.pricing-card:hover .main-btn {
  background-color: #fff;
  color: #0563c2;
}

.pricing-category {
  margin-bottom: 18px;
}

.pricing-category h3 {
  font-size: 22px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pricing-thumb {
  position: relative;
  padding-bottom: 10px;
}

.pricing-thumb:after {
  content: "";
  width: 115px;
  height: 55px;
  background-color: #f6f6ff;
  position: absolute;
  border-radius: 55px / 30px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pricing-thumb i {
  font-size: 70px;
  line-height: 1;
  position: relative;
  z-index: 1;
  display: block;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s;
  transition: transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s;
  transition: transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s, -webkit-transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s;
  color: #000;
}
.blog-card-image img {
    height: 260px;
}
.new-pac{
      color: #0563c2;
}
.index{
  color: #9a5bb4;
}
.form-button{
      margin: 0 auto;
    width: 20%;
}
.pricing-info h3 {
  font-size: 18px;
  color: #0563c2;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pricing-info h3 span {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pricing-info ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 40px;
}

.pricing-info ul li {
  list-style: none;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pricing-info ul li:last-child {
  margin-bottom: 0;
}

.pricing-info ul li.pricing-available {
  color: #000;
}

.post-review-area {
  border-top: 1px solid #f4f8ff;
  padding-top: 30px;
}

.review-holder-item {
  background-color: #f4f8ff;
  border-radius: 10px;
  padding: 10px 30px;
  margin-bottom: 20px;
}

.review-holder-item:last-child {
  margin-bottom: 0;
}

.post-review-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
}

.post-review-item-reply {
  border-top: 1px solid #ebebeb;
}

.post-review-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}

.post-review-thumb img {
  width: 100%;
  height: 100%;
}

.post-review-content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -5px;
  margin-bottom: 10px;
}

.post-review-header-item {
  margin-top: 5px;
}

.post-review-header-item h3 {
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
}

.post-review-header-item p {
  font-size: 12px;
  color: #717171;
  margin-top: 5px !important;
  margin-bottom: 0;
}

.post-review-header-item .post-review-btn {
  padding: 10px 20px;
  font-size: 14px;
  background-color: #0563c2;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 30px;
}

.post-review-header-item .post-review-btn:hover {
  -webkit-box-shadow: 0px 8px 35px 0px rgba(32, 32, 32, 0.08);
          box-shadow: 0px 8px 35px 0px rgba(32, 32, 32, 0.08);
}

.post-review-content {
  -webkit-box-flex: 1;
          flex: 1;
  -ms-flex: 1;
  max-width: 100%;
}

.post-review-content p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}

.post-review-item-reply {
  padding-left: 130px;
}

.post-comment-area {
  border-top: 1px solid #e1e1e1;
  padding-top: 30px;
}

.map-box {
  border: 1px solid #0563c2;
  height: 540px;
}

.map-box iframe {
  border: 0;
  width: 100%;
  height: 100%;
}

.product-list-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
  margin-bottom: 30px;
}

.product-list-header-item {
  padding: 0 10px;
  margin-top: 10px;
}

.product-list-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -15px;
}

.product-list-action-item {
  margin-top: 15px;
}

.product-list-search .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e1e1e1;
  padding: 15px 20px;
  border-radius: 5px;
}

.product-list-search .form-group .form-control {
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  border: none;
  padding-right: 10px;
}

.product-list-search .form-group button {
  background-color: transparent;
  color: #000;
  font-size: 16px;
}

.product-list-form {
  padding-left: 10px;
  padding-right: 10px;
}

.product-list-form select {
  font-size: 16px;
  font-weight: 400;
  color: #767676;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.product-list-result p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.product-list-result p span {
  font-weight: 600;
}

.nice-select {
  padding: 15px 35px 15px 20px;
  height: auto;
  font-size: 16px;
  border: 1px solid #e1e1e1;
  line-height: 1.7;
  background: transparent;
  border-radius: 5px;
  color: #767676;
}

.nice-select.open, .nice-select:focus {
  border: 1px solid #e1e1e1;
  color: #000;
}

.nice-select.open:after, .nice-select:focus:after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nice-select:hover {
  border: 1px solid #e1e1e1;
}

.nice-select:after {
  content: "\f121";
  font-family: Flaticon;
  border: 0;
  font-size: 13px;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
  height: auto;
  right: 10px;
  width: auto;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.nice-select .list {
  left: auto;
  right: 0;
  border: 0;
  border-radius: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nice-select .list li {
  min-height: auto;
  line-height: 30px;
  font-size: 15px;
  color: #000;
}

.nice-select .list li:hover {
  background-color: transparent;
  color: #0563c2;
}

.nice-select .list li:hover.selected, .nice-select .list li:hover.focus, .nice-select .list li:hover.selected.focus {
  background-color: transparent;
  color: #0563c2;
}

.nice-select .list li.selected, .nice-select .list li.focus, .nice-select .list li.selected.focus {
  background-color: transparent;
  color: #0563c2;
}

.review-star-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.review-star-list li {
  margin-right: 1px;
  color: #e1e1e1;
  list-style: none;
  font-size: 16px;
  line-height: 1;
}

.review-star-list li.starred {
  color: #eebe2d;
}

.review-star-list li:last-child {
  margin-right: 0;
}

.review-star-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -5px;
}

.review-star-group .review-star-list {
  margin-top: 5px;
  margin-right: 10px;
}

.review-star-group span {
  color: #767676;
  font-size: 15px;
  margin-top: 5px;
}

.product-card {
  padding: 10px 10px 23px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
          box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
  background-color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}

.product-card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.product-card:hover .product-card-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.product-card:hover .product-card-details h3 a {
  color: #0563c2;
  text-decoration: underline;
}

.product-card:hover .product-card-details .redirect-link {
  color: #0563c2;
}

.product-card-thumb {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  margin-bottom: 23px;
  position: relative;
  background-color: #f6f6f6;
}

.product-card-thumb img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.product-card-details {
  padding-left: 15px;
  padding-right: 15px;
}

.product-card-details h3 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 11px;
}

.product-card-details h3 a {
  color: #000;
}

.product-card-details .review-star-list {
  margin-bottom: 15px;
}

.product-card-details .product-price {
  margin-bottom: 15px;
}

.product-card-details .product-price:last-child {
  margin-bottom: 0;
}

.product-price {
  color: #767676;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-price del {
  margin-right: 10px;
  font-size: 15px;
  color: #0563c2;
}

.product-slider-for {
  background-color: #f4f8ff;
  border-radius: 3px;
  margin-bottom: 30px;
  position: relative;
}

.product-slider-for .item {
  padding: 20px;
}

.product-slider-nav .item {
  background-color: #f4f8ff;
  border-radius: 3px;
  padding: 15px;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.product-slider-nav .owl-item.synced .item {
  border: 1px solid #0563c2;
}

.product-gallery-trigger {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 35px;
  right: 35px;
  z-index: 1;
}

.product-gallery-trigger a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0563c2;
  width: 100%;
  height: 100%;
  color: #fff;
}

.product-gallery-trigger a i {
  font-size: 20px;
}

.product-details-caption h3 {
  font-size: 30px;
  margin-bottom: 15px;
}

.product-details-caption h5 {
  font-size: 22px;
  margin-bottom: 15px;
}

.product-details-caption .review-star-group {
  margin-bottom: 15px;
}

.product-details-caption .product-price {
  margin-bottom: 15px;
}

.product-details-caption .product-details-para {
  margin-bottom: 15px;
}

.product-details-caption .product-quantity {
  margin-bottom: 18px;
}

.product-details-para p {
  font-size: 17px;
}

.product-action-info h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

.cart-quantity {
  background-color: transparent;
  border: 1px solid #e1e1e1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 5px;
  overflow: hidden;
}

.cart-quantity button {
  background-color: transparent;
  padding: 10px 20px;
  color: #767676;
  font-size: 15px;
}

.cart-quantity input {
  padding: 5px 10px;
  border: 0;
  outline: 0;
  background-color: transparent;
  -webkit-box-flex: 0;
          flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  max-width: 50px;
  width: 50px;
  text-align: center;
  color: #000;
  font-size: 17px;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}

.product-quantity .cart-quantity {
  margin-right: 15px;
  margin-top: 10px;
}

.product-quantity .btn {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
}

.product-tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #e1e1e1;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.product-tab-list li {
  padding: 20px 0;
  margin-right: 60px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  color: #000;
  list-style: none;
}

.product-tab-list li:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 100%;
  background-color: transparent;
  left: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.product-tab-list li.active:before {
  background-color: #0563c2;
}

.product-tab-list li span {
  margin-left: 3px;
}

.product-tab-information-item {
  display: none;
}

.product-tab-information-item.active {
  display: inline-block;
  width: 100%;
  -webkit-animation: fadeIn 1s;
          animation: fadeIn 1s;
}

.product-description {
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 30px;
}

.product-description p {
  font-size: 16px;
  margin-bottom: 20px;
}

.product-description p:last-child {
  margin-bottom: 0;
}

.product-description ul {
  padding-left: 25px;
  margin-top: -5px;
  margin-bottom: 20px;
}

.product-description ul li {
  font-size: 16px;
  margin-top: 5px;
  position: relative;
  list-style: none;
  padding-left: 30px;
}

.product-description ul li:before {
  content: "\eed9";
  font-family: IcoFont;
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 20px;
  color: #0563c2;
}

.product-description-table {
  overflow: auto;
  margin-bottom: 20px;
}

.product-description-table::-webkit-scrollbar {
  height: 7px;
}

.product-description-table::-webkit-scrollbar-thumb {
  background: #e1e1e1;
}

.product-description-table::-webkit-scrollbar-track {
  background: #efefef;
}

.product-description-table table {
  width: 100%;
}

.product-description-table table tbody {
  border: 1px solid #e1e1e1;
}

.product-description-table table tbody tr {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.product-description-table table tbody tr td {
  font-size: 15px;
  color: #767676;
  font-weight: 400;
  padding: 10px 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}

.product-description-table table tbody tr td.weight-500 {
  font-weight: 500;
}

.product-description-table table tbody tr td:last-child {
  border-right: 0;
}

.product-review-box {
  max-width: 700px;
  margin: 30px auto 0;
}

.product-review-area {
  max-width: 700px;
  margin: auto;
  margin-bottom: 20px;
}

.product-review-area .sub-section-title {
  margin-bottom: 20px;
}

.product-review-area .input-group label {
  font-size: 16px;
}

.form-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-review .rating {
  margin-right: 15px;
}

.form-review h4 {
  font-size: 15px;
  font-weight: 400;
  color: #767676;
  margin-bottom: 0;
}

.star-rating {
  -webkit-box-flex: 0;
          flex: 0 0 125px;
  -ms-flex: 0 0 120px;
  max-width: 120px;
  width: 125px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.star-rating input {
  display: none;
}

.star-rating label {
  color: #e1e1e1;
  cursor: pointer;
}

.star-rating label:before {
  content: "\f000";
  font-family: IcoFont;
}

.star-rating label:hover, .star-rating label:hover ~ label {
  color: #eebe2d;
}

.star-rating label:hover:before, .star-rating label:hover ~ label:before {
  content: "\f000";
  font-family: IcoFont;
}

.star-rating input:checked ~ label {
  color: #eebe2d;
}

.star-rating input:checked ~ label:before {
  content: "\f000";
  font-family: IcoFont;
}

.divider {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #e1e1e1;
}

.divider.divider-lg {
  margin-top: 30px;
  margin-bottom: 30px;
}

.project-flat-card:hover .project-flat-text h3 a {
  color: #0563c2;
}

.project-flat-thumb {
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 20px;
}

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

.project-flat-text h3 {
  font-size: 22px;
  position: relative;
  padding-left: 15px;
  display: inline-block;
  line-height: 1.4;
  margin-bottom: 13px;
}

.project-flat-text h3:last-child {
  margin-bottom: 0;
}

.project-flat-text h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  background-color: #0563c2;
}

.project-flat-text h3 a {
  color: #000;
}

.search-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #0563c2;
  top: 0;
  left: 0;
  z-index: 1111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  display: none;
}

.search-overlay.search-overlay-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeIn 1s;
          animation: fadeIn 1s;
}

.search-overlay.search-overlay-none {
  -webkit-animation: fadeOut 1s;
          animation: fadeOut 1s;
  display: none;
}

.search-area-logo {
  text-align: center;
  margin-bottom: 50px;
}

.search-form-area {
  width: 300px;
}

.search-form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-form-group .form-control {
  border: 1px solid #fff;
  border-radius: 40px;
  margin-right: 15px;
  margin-bottom: 0;
  padding: 10px 15px;
  background-color: #fff;
}

.search-form-group button {
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 40px;
  padding: 10px 15px;
  font-size: 15px;
  color: #0563c2;
}

.search-close {
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: 100px;
  right: 100px;
  cursor: pointer;
}

.scroll-top {
  position: fixed;
  bottom: 105%;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.scroll-top.scrolltopactive {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.scroll-top:hover .scroll-top-inner {
  color: #fff;
}

.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top-inner {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #fff;
  background: #0563c2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  border-radius: 50%;
}

.contact-info {
  padding: 35px 90px 5px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
          box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
  position: relative;
  background-color: #fff;
}

.contact-info:before {
  content: "";
  width: calc(100% + 20px);
  height: 100%;
  background-color: #fff;
  position: absolute;
  bottom: -15px;
  left: -10px;
  -webkit-box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
          box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
  border-radius: 10px;
  z-index: -1;
}

.contact-info-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.contact-info-header-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 65px;
  height: 65px;
  background-color: #e7e5ff;
  border-radius: 10px;
  font-size: 35px;
  color: #0563c2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-right: 18px;
}

.contact-info-header-text h3 {
  font-size: 22px;
  margin-bottom: 5px;
}

.contact-info-header-text p {
  font-size: 16px;
  margin-bottom: 0;
}

.contact-info-body p {
  font-size: 18px;
  margin-bottom: 2px;
  font-weight: 500;
}

.contact-info-body p:last-child {
  margin-bottom: 0;
}

.contact-info-body p a {
  color: #767676;
}

.contact-info-body p a:hover {
  color: #0563c2;
}

.contact-form-box {
  padding: 40px 40px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
          box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
}

.contact-form-box .contact-form-item .section-title {
  margin-bottom: 30px;
}

.contact-map {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.accordion-button {
  border: 0;
  background-color: #0563c2;
  padding: 25px 30px;
  color: #fff;
  border-radius: 0 !important;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
}

.accordion-button:after {
  content: "\f121";
  font-family: Flaticon;
  font-weight: 400;
  margin-right: 0;
  background-image: none;
}

.accordion-button:active, .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.accordion-button:not(.collapsed) {
  background-color: #0563c2;
  color: #fff;
}

.accordion-button:not(.collapsed):after {
  content: "\f121";
  font-family: Flaticon;
  font-weight: 400;
}

.accordion-collapse {
  background-color: #F5F5F5;
  border: 0;
  border-radius: 0 !important;
}

.accordion-body {
  padding: 25px 30px;
  color: #767676;
}

.accordion-item {
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden;
}

.accordion-item:last-child {
  margin-bottom: 0;
}

.team-card {
  padding: 10px 10px 23px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
          box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
  background-color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}

.team-card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.team-card:hover .team-card-thumb img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.team-card:hover .team-card-content h3 a {
  color: #0563c2;
}

.team-card:hover .team-social-list li {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.team-card-thumb {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  position: relative;
  margin-bottom: 23px;
}

.team-card-thumb img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.team-card-content {
  padding-left: 15px;
  padding-right: 15px;
}

.team-card-content h3 {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.team-card-content h3 a {
  color: #000;
}

.team-card-content h4 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #646363;
}

.team-card-content p {
  font-size: 16px;
  margin-bottom: 10px;
}

.team-card-content p:last-child {
  margin-bottom: 0;
}

.team-social-list {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 20px;
  right: 20px;
}

.team-social-list li {
  list-style: none;
  margin-bottom: 10px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.team-social-list li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.team-social-list li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.team-social-list li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.team-social-list li:last-child {
  margin-bottom: 0;
}

.team-social-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #0563c2;
  color: #fff;
  font-size: 14px;
}

.job-card {
  padding: 25px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
          box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
  background-color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}

.job-card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.job-card .btn {
  width: 100%;
  padding: 10px 20px;
  background-color: #0563c2;
  color: #fff;
}

.job-card .btn:before, .job-card .btn:after {
  content: none;
}

.job-card .btn:hover {
  color: #fff;
}

.job-card-title h3 {
  font-size: 24px;
  margin-bottom: 12px;
  line-height: 1.4;
}

.job-card-title h4 {
  font-size: 18px;
  color: #767676;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
}

.job-card-title p {
  font-size: 17px;
  color: #767676;
  margin-bottom: 12px;
  font-weight: 500;
}

.job-card-brief p {
  font-size: 16px;
}

.related-product-carousel .owl-stage-outer {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: -40px;
  margin-bottom: -40px;
}

.cart-table {
  overflow: auto;
}

.cart-table::-webkit-scrollbar {
  height: 7px;
}

.cart-table::-webkit-scrollbar-thumb {
  background: #a2a2a2;
}

.cart-table::-webkit-scrollbar-track {
  background: #e2e2e2;
}

.cart-table table {
  width: 100%;
  overflow: hidden;
  border-radius: 3px 3px 0 0;
}

.cart-table table thead tr {
  background: #0563c2;
}

.cart-table table thead tr th {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  padding: 20px;
  white-space: nowrap;
  color: #fff;
}

.cart-table table tbody tr {
  border-bottom: 1px solid #ededed;
}

.cart-table table tbody tr td {
  font-size: 15px;
  color: #767676;
  font-weight: 400;
  padding: 10px 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  white-space: nowrap;
}

.cart-table table tbody tr td.weight-500 {
  font-weight: 500;
}

.cart-table table tbody tr td .main-btn {
  padding: 10px 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
}

.cart-table table tbody tr td .cart-quantity button {
  padding: 5px 15px;
}

.cart-table table tbody tr td .cart-quantity input {
  padding: 5px 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.cart-table table tbody tr td.cancel a {
  border: 1px solid #e1e1e1;
  padding: 10px;
  font-size: 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 3px;
}

.cart-table table tbody tr td.cancel a:hover {
  background-color: #0563c2;
  color: #fff;
  border-color: #0563c2;
}

.product-table-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-table-info span {
  font-size: 16px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #000;
}

.product-table-thumb {
  -webkit-box-flex: 0;
          flex: 0 0 55px;
  -ms-flex: 0 0 55px;
  max-width: 55px;
  width: 55px;
  margin-right: 10px;
}

.product-table-thumb img {
  width: 100%;
}

.cart-info-item {
  margin-bottom: 30px;
}

.cart-coupon form {
  height: 100%;
}

.cart-coupon form .form-group {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  background-color: #efefef;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.cart-coupon form .form-group .form-control {
  padding: 15px 20px;
  height: 100%;
  border: 0;
  background-color: transparent;
  -webkit-box-flex: 1;
          flex: 1;
  -ms-flex: 1;
  max-width: 100%;
  width: 100%;
}

.cart-coupon form .form-group .main-btn {
  padding: 15px 20px;
  border-radius: 0;
  border: 0;
  height: 100%;
  position: relative;
  z-index: 1;
  background-color: #0563c2;
}

.cart-coupon form .form-group .main-btn:hover {
  color: #fff;
}

.cart-details {
  padding: 30px;
  border-radius: 10px;
}

.cart-details .btn {
  width: 100%;
  margin-top: 15px;
}

.cart-details-title {
  font-size: 20px;
}

.cart-total-box {
  margin-top: 15px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
}

.cart-total-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 15px;
}

.cart-total-item:last-child {
  border-bottom: 0;
}

.cart-total-item h4 {
  font-size: 16px;
  color: #767676;
  margin-right: 10px;
  margin-bottom: 0;
}

.cart-total-item p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.cart-section-contents {
  display: block;
}

.cart-section-contents.cart-section-contents-hide {
  display: none;
}

.cart-section-empty {
  display: none;
}

.cart-section-empty.cart-section-empty-active {
  display: block;
}

.cart-empty-content {
  text-align: center;
  margin-bottom: 30px;
}

.cart-empty-image {
  margin-bottom: 25px;
}

.cart-empty-text h3 {
  font-size: 40px;
  margin-bottom: 15px;
}

.cart-empty-text h3 span {
  color: #0563c2;
  font-weight: bold;
}

.cart-empty-text p {
  font-size: 17px;
  margin-bottom: 25px;
}

.checkout-details .cart-total-box {
  margin-top: 0;
}

.checkout-details .cart-total-item {
  padding: 15px 20px;
}

.checkout-details .cart-total-item h4, .checkout-details .cart-total-item p {
  font-size: 15px;
}

.checkout-details .cart-total-item:last-child {
  border-bottom: 0;
}

.checkout-details .cart-total-item .checkout-total-title {
  color: #000;
  font-weight: 600;
  font-size: 16px;
}

.checkout-payment-area {
  padding: 30px;
  -webkit-box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
          box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
  border-radius: 10px;
}

.checkout-payment-area .sub-section-title {
  margin-bottom: 20px;
}

.checkout-payment-form p {
  font-size: 17px;
  margin-bottom: 20px;
}

.account-sidebar {
  padding: 40px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
}

.account-sidebar-list {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.account-sidebar-list li {
  list-style: none;
  margin-bottom: 10px;
}

.account-sidebar-list li:last-child {
  margin-bottom: 0;
}

.account-sidebar-list li a {
  background-color: #f4f8ff;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  padding: 10px 20px;
  display: block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 3px;
}

.account-sidebar-list li a:hover {
  color: #fff;
  background: #0563c2;
}

.account-sidebar-list li.active a {
  color: #fff;
  background: #0563c2;
}

.account-info {
  padding: 40px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
}

.account-info .cart-table {
  width: 100%;
  margin-bottom: 0;
}

.account-info .cart-table table thead tr th {
  font-size: 16px;
}

.account-info .cart-table table tbody tr td {
  font-size: 16px;
}

.account-info .product-table-thumb {
  -webkit-box-flex: 0;
          flex: 0 0 80px;
  -ms-flex: 0 0 80px;
  max-width: 80px;
}

.account-info .product-table-info span {
  font-size: 17px;
}

.account-avatar-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -10px;
}

.account-avatar-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 25px;
  margin-top: 10px;
}

.account-avatar-thumb img {
  width: 100%;
  height: 100%;
}

.account-avatar-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.account-avatar-action li {
  margin-right: 10px;
  list-style: none;
}

.account-avatar-action li:last-child {
  margin-right: 0;
}

.account-avatar-action li .main-btn {
  padding: 10px 25px;
  font-size: 15px;
}

.account-setting-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -10px;
}

.account-setting-button .btn {
  margin-left: 10px;
  margin-top: 10px;
}

.account-setting-button .btn:first-child {
  margin-left: 0;
}

.my-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -20px;
  margin-bottom: 30px;
}

.my-order .sub-section-title {
  margin-top: 20px;
  margin-bottom: 0;
}

.my-order .sub-section-title-heading {
  margin-bottom: 0;
}

.my-order .product-list-action {
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
}

.my-order .product-list-action .product-list-form {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.billing-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  margin-top: -10px;
}

.billing-title h4 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
  margin-top: 10px;
}

.billing-title p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 10px;
  border-bottom: 1px solid #0563c2;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.billing-title p:hover {
  color: #0563c2;
  border-bottom-color: #0563c2;
}

.billing-address {
  padding: 20px;
  border: 1px solid #e1e1e1;
}

.billing-address.none {
  display: none;
}

.billing-address address {
  font-size: 15px;
  margin: 0;
  color: #767676;
}

.billing-address-info {
  font-size: 16px;
  font-weight: 400;
  display: none;
}

.billing-address-input {
  display: none;
}

.billing-address-input.active {
  display: block;
}

.authentication-item {
  padding: 50px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
          box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
}

.authentication-item h3 {
  font-size: 25px;
  margin-bottom: 25px;
}

.authentication-item .form-desc {
  font-size: 16px;
  color: #767676;
}

.authentication-account-access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -10px;
}

.authentication-account-access-item {
  margin-top: 10px;
}

.authentication-link a {
  color: #0563c2;
  border-bottom: 1px solid #0563c2;
  font-size: 14px;
  font-weight: 400;
}

.error-page-content {
  text-align: center;
}

.error-page-content img {
  margin-bottom: 50px;
}

.error-page-content h2 {
  font-size: 35px;
  margin-bottom: 17px;
}

.error-page-content h2:first-child {
  margin-top: 0;
}

.error-page-content h2:last-child {
  margin-bottom: 0;
}

.error-page-content p {
  font-size: 16px;
  margin-bottom: 23px;
}

.error-page-content p:first-child {
  margin-top: 0;
}

.error-page-content p:last-child {
  margin-bottom: 0;
}

.error-page-content .main-btn {
  margin-bottom: 20px;
}

.error-page-content .main-btn:last-child {
  margin-bottom: 0;
}

.coming-soon-section {
  height: 100vh;
  overflow: auto;
  position: relative;
  padding: 30px;
}

.coming-soon-section .container {
  height: 100%;
  position: relative;
}

.coming-soon-content {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.new-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.new-counter p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 80px;
  font-weight: 600;
  color: #fff;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  font-family: "Poppins", sans-serif;
}

.new-counter p:before {
  content: ":";
  position: absolute;
  right: 0;
  top: 10px;
  color: #fff;
  font-size: 70px;
}

.new-counter p span {
  font-size: 40px;
  font-weight: 400;
}

.new-counter p:last-child:before {
  content: none;
}

.coming-soon-details {
  max-width: 735px;
  padding-top: 45px;
  position: relative;
  margin-top: 50px;
}

.coming-soon-details:before {
  content: "";
  width: 150px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.coming-soon-details h2 {
  font-size: 60px;
  margin-bottom: 20px;
  color: #fff;
}

.coming-soon-details .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}

.coming-soon-details .form-group .form-control {
  margin-right: 15px;
  -webkit-box-flex: 1;
          flex: 1;
  -ms-flex: 1;
  max-width: 100%;
}

.coming-soon-details p {
  font-size: 17px;
  margin-top: 20px;
  margin-bottom: 0;
  color: #fff;
}

.coming-soon-details #validator-newsletter {
  margin-top: 5px;
  color: #fff;
  font-size: 13px;
}
.trial-section h4{
  color: #fff;
}
.blog-d-post-img img {
    height: 340px;
    width: 100%;
}
.roww {
    --bs-gutter-x: 0;
}

.isocerti {
    padding: 10px 15px;
    transform: rotate(-90deg);
    position: fixed;
    top: 50%;
    left: -40px;
    z-index: 9999 !important;
}
.new-iso{
    width: 75%;
    margin: 0 auto;
}
.main-pay {
    height: 340px;
    padding: 30px;
    box-shadow: 0px 54px 115px 0px rgba(52, 60, 66, 0.25);
}
.new-pay {
    margin: 0 auto;
    width: 150px;
}
/* Premium Modal Styles */
.premium-modal {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.25);
    overflow: hidden;
}
.premium-modal .modal-header {
    background: linear-gradient(135deg, #113e9a 0%, #00b4d8 100%);
    color: #fff;
    border-bottom: none;
    padding: 25px 30px;
}
.premium-modal .modal-title {
    font-weight: 700;
    font-size: 1.5rem;
    margin: 0;
    color: #fff;
}
.premium-modal .btn-close {
    background-color: transparent;
    opacity: 0.9;
    filter: invert(1);
}
.premium-modal .btn-close:hover {
    opacity: 1;
}
.premium-modal .modal-body {
    padding: 40px 30px;
    background-color: #ffffff;
}
.premium-modal .form-control {
    border-radius: 8px;
    border: 1px solid #e1e5eb;
    padding: 15px;
    box-shadow: none;
    transition: all 0.3s ease;
    background-color: #f8f9fa;
}
.premium-modal .form-control:focus {
    border-color: #00b4d8;
    box-shadow: 0 0 10px rgba(0,180,216,0.15);
    background-color: #ffffff;
}
.premium-modal .btn.main-btn {
    background: linear-gradient(135deg, #113e9a 0%, #00b4d8 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 15px;
    font-size: 1.1rem;
    font-weight: 700;
    transition: all 0.3s ease;
    margin-top: 10px;
}
.premium-modal .btn.main-btn:hover {
    box-shadow: 0 8px 20px rgba(0,180,216,0.3);
    transform: translateY(-2px);
}








.djc-why-section {
    background: #05070b;
    padding: 90px 0 100px;
    position: relative;
    overflow: hidden;
}

.djc-why-section::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: rgba(28, 111, 255, 0.12);
    filter: blur(120px);
    border-radius: 50%;
    top: -250px;
    left: -200px;
    pointer-events: none;
}

.djc-why-section::after {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    background: rgba(0, 221, 130, 0.07);
    filter: blur(130px);
    border-radius: 50%;
    bottom: -250px;
    right: -150px;
    pointer-events: none;
}

.djc-why-heading {
    position: relative;
    z-index: 2;
    margin-bottom: 55px;
}

.djc-why-badge {
    display: inline-flex;
    align-items: center;
    padding: 7px 15px;
    border: 1px solid rgba(50, 130, 255, 0.35);
    border-radius: 50px;
    color: #54a0ff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 15px;
    background: rgba(35, 112, 255, 0.08);
}

.djc-why-heading h2 {
    color: #ffffff;
    font-size: 38px;
    font-weight: 700;
    margin: 0 0 12px;
    letter-spacing: -0.7px;
}

.djc-why-heading h2 span {
    color: #3f8cff;
}

.djc-why-heading p {
    color: #fff;
    font-size: 18px;
    margin: 0 auto;
    max-width: 650px;
    line-height: 1.7;
}

/* Main Box */
.djc-why-box {
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: linear-gradient(
        135deg,
        #0d1728 0%,
        #101d31 45%,
        #0b1525 100%
    );
    border: 1px solid rgba(90, 145, 220, 0.18);
    border-radius: 26px;
    padding: 52px 55px;
    box-shadow:
        0 25px 70px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    overflow: hidden;
}

.djc-why-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 15%;
    width: 70%;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(63, 140, 255, 0.7),
        transparent
    );
}

.djc-feature {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 20px;
    padding: 18px 22px;
    transition: all 0.3s ease;
}

.djc-feature:hover {
    transform: translateY(-4px);
}

.djc-feature-left {
    padding-right: 75px;
}

.djc-feature-right {
    padding-left: 75px;
}

.djc-feature-top {
    padding-bottom: 55px;
}

.djc-feature-bottom {
    padding-top: 55px;
}

/* Icon */
.djc-feature-icon {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
        135deg,
        rgba(42, 126, 255, 0.20),
        rgba(42, 126, 255, 0.05)
    );
    border: 1px solid rgba(70, 140, 255, 0.25);
    color: #55a0ff;
    box-shadow: 0 10px 25px rgba(0, 70, 180, 0.12);
}

.djc-feature-icon svg {
    width: 25px;
    height: 25px;
}

/* Content */
.djc-feature h3 {
    color: #ffffff;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 650;
    margin: 1px 0 9px;
}

.djc-feature p {
    color: #fff;
    font-size: 17px;
    line-height: 1.7;
    margin: 0;
}

/* Center */
.djc-center-line {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 110px;
    height: 110px;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.djc-line-horizontal {
    position: absolute;
    width: 100%;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(72, 145, 255, 0.65),
        transparent
    );
    top: 50%;
    left: 0;
}

.djc-line-vertical {
    position: absolute;
    height: 100%;
    width: 1px;
    background: linear-gradient(
        180deg,
        transparent,
        rgba(72, 145, 255, 0.65),
        transparent
    );
    left: 50%;
    top: 0;
}

.djc-center-dot {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #3f8cff;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow:
        0 0 0 7px rgba(63, 140, 255, 0.08),
        0 0 25px rgba(63, 140, 255, 0.8);
}

/* Responsive */
@media (max-width: 991.98px) {

    .djc-why-section {
        padding: 70px 0 80px;
    }

    .djc-why-heading {
        margin-bottom: 40px;
    }

    .djc-why-heading h2 {
        font-size: 34px;
    }

    .djc-why-box {
        padding: 35px 25px;
    }

    .djc-feature-left {
        padding-right: 40px;
    }

    .djc-feature-right {
        padding-left: 40px;
    }

    .djc-feature-top {
        padding-bottom: 45px;
    }

    .djc-feature-bottom {
        padding-top: 45px;
    }

    .djc-center-line {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 767.98px) {

    .djc-why-section {
        padding: 60px 0 65px;
    }

    .djc-why-heading {
        margin-bottom: 30px;
    }

    .djc-why-heading h2 {
        font-size: 30px;
    }

    .djc-why-heading p {
        font-size: 15px;
        padding: 0 10px;
    }

    .djc-why-box {
        display: block;
        padding: 22px 18px;
        border-radius: 20px;
    }

    .djc-feature {
        padding: 22px 8px !important;
        gap: 15px;
        border-bottom: 1px solid rgba(255,255,255,0.07);
    }

    .djc-feature:last-child {
        border-bottom: 0;
    }

    .djc-feature-left,
    .djc-feature-right {
        padding-left: 8px;
        padding-right: 8px;
    }

    .djc-feature-icon {
        flex: 0 0 44px;
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }

    .djc-feature-icon svg {
        width: 22px;
        height: 22px;
    }

    .djc-feature h3 {
        font-size: 17px;
        margin-top: 0;
    }

    .djc-feature p {
        font-size: 14px;
        line-height: 1.6;
    }

    .djc-center-line {
        display: none;
    }
}

@media (max-width: 480px) {

    .djc-why-section {
        padding: 50px 0 55px;
    }

    .djc-why-heading h2 {
        font-size: 27px;
    }

    .djc-why-badge {
        font-size: 11px;
        letter-spacing: 1.5px;
    }

    .djc-feature {
        align-items: flex-start;
    }

    .djc-feature h3 {
        font-size: 16px;
    }

    .djc-feature p {
        font-size: 14px;
    }
}



.djc-about-white {
    position: relative;
    background: #f7faff;
    padding: 100px 0;
    overflow: hidden;
}

.djc-about-white::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background: rgba(30, 120, 255, 0.08);
    filter: blur(100px);
    left: -250px;
    top: 100px;
}

.djc-about-white::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(0, 190, 110, 0.06);
    filter: blur(100px);
    right: -200px;
    bottom: -150px;
}


/* IMAGE */

.djc-about-img-box {
    position: relative;
    width: 100%;
    max-width: 530px;
    margin: auto;
    padding: 18px;
    z-index: 2;
}

.djc-about-img-bg {
    position: absolute;
    width: 88%;
    height: 88%;
    left: -8px;
    bottom: -8px;
    background: linear-gradient(
        135deg,
        #087cff,
        #19c985
    );
    border-radius: 25px;
    opacity: .12;
}

.djc-about-img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 22px;
    display: block;
    box-shadow: 0 25px 60px rgba(20, 55, 100, .16);
    border: 1px solid rgba(20, 80, 150, .08);
}


/* FLOATING CARD */

.djc-about-floating {
    position: absolute;
    left: -5px;
    bottom: 55px;
    z-index: 5;

    display: flex;
    align-items: center;
    gap: 13px;

    background: rgba(255,255,255,.97);
    padding: 14px 18px;
    border-radius: 14px;

    box-shadow: 0 15px 40px rgba(25,60,100,.18);
    border: 1px solid rgba(30,100,180,.08);
}

.djc-about-float-icon {
    width: 45px;
    height: 45px;
    border-radius: 11px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #147dff;
    background: #edf5ff;
}

.djc-about-float-icon svg {
    width: 24px;
    height: 24px;
}

.djc-about-floating small {
    display: block;
    color: #77869a;
    font-size: 16px;
    margin-bottom: 2px;
}

.djc-about-floating strong {
    display: block;
    color: #111c2d;
    font-size: 16px;
    font-weight: 700;
}


/* GROWTH BADGE */

.djc-about-growth {
    position: absolute;
    right: -8px;
    top: 50px;
    z-index: 5;

    display: flex;
    align-items: center;
    gap: 10px;

    padding: 13px 17px;
    border-radius: 13px;

    background: #ffffff;
    color: #13a96a;

    box-shadow: 0 15px 35px rgba(25,60,100,.15);
    border: 1px solid rgba(20,170,100,.10);
}

.djc-about-growth svg {
    width: 24px;
    height: 24px;
}

.djc-about-growth span {
    color: #27364a;
    font-size: 16px;
    font-weight: 600;
}


/* RIGHT CONTENT */

.djc-about-text {
    position: relative;
    z-index: 2;
}

.djc-about-tag {
    display: flex;
    align-items: center;
    gap: 10px;

    color: #147dff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;

    margin-bottom: 17px;
}

.djc-about-tag span {
    width: 32px;
    height: 2px;
    background: #147dff;
}


.djc-about-text h2 {
    color: #101b2d;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 750;
    letter-spacing: -.8px;
    margin: 0 0 23px;
}

.djc-about-text h2 span {
    color: #147dff;
}


.djc-about-text p {
    color: #637185;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.djc-about-text .djc-about-lead {
    color: #334257;
    font-size: 17px;
    line-height: 1.75;
}


/* FEATURE */

.djc-about-feature-row {
    margin-top: 28px;
    row-gap: 15px;
}

.djc-about-feature {
    height: 100%;
    display: flex;
    gap: 12px;

    padding: 15px;

    border-radius: 13px;
    background: #ffffff;

    border: 1px solid #e7edf5;

    box-shadow: 0 7px 25px rgba(30,70,110,.05);

    transition: .3s ease;
}

.djc-about-feature:hover {
    transform: translateY(-3px);
    border-color: #cfe2ff;
    box-shadow: 0 12px 30px rgba(30,100,180,.10);
}

.djc-about-check {
    flex: 0 0 31px;
    width: 31px;
    height: 31px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 8px;

    color: #147dff;
    background: #edf5ff;
}

.djc-about-check svg {
    width: 18px;
    height: 18px;
}

.djc-about-feature h4 {
    color: #152238;
    font-size: 16px;
    font-weight: 700;
    margin: 1px 0 5px;
}

.djc-about-feature p {
    color: #718096;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}


/* STATS */

.djc-about-bottom {
    display: flex;
    align-items: center;

    margin-top: 32px;
    padding-top: 25px;

    border-top: 1px solid #e1e8f0;
}

.djc-about-stat strong {
    display: block;
    color: #111d30;
    font-size: 23px;
    font-weight: 750;
}

.djc-about-stat span {
    display: block;
    color: #77869a;
    font-size: 16px;
    margin-top: 2px;
}

.djc-about-separator {
    width: 1px;
    height: 40px;
    background: #dce4ed;
    margin: 0 30px;
}


/* TABLET */

@media (max-width: 991.98px) {

    .djc-about-white {
        padding: 80px 0;
    }

    .djc-about-img-box {
        max-width: 600px;
    }

    .djc-about-text h2 {
        font-size: 36px;
    }

    .djc-about-floating {
        left: 5px;
    }

    .djc-about-growth {
        right: 5px;
    }
}


/* MOBILE */

@media (max-width: 767.98px) {

    .djc-about-white {
        padding: 65px 0;
    }

    .djc-about-img-box {
        padding: 12px;
        margin-bottom: 30px;
    }

    .djc-about-img {
        height: 340px;
        border-radius: 18px;
    }

    .djc-about-floating {
        left: -2px;
        bottom: 30px;
        padding: 11px 14px;
    }

    .djc-about-growth {
        right: -2px;
        top: 25px;
        padding: 11px 14px;
    }

    .djc-about-float-icon {
        width: 40px;
        height: 40px;
    }

    .djc-about-floating small,
    .djc-about-floating strong,
    .djc-about-growth span {
        font-size: 16px;
    }

    .djc-about-text h2 {
        font-size: 32px;
    }

    .djc-about-text p,
    .djc-about-feature p {
        font-size: 16px;
    }

    .djc-about-feature h4 {
        font-size: 16px;
    }

    .djc-about-bottom {
        justify-content: space-between;
    }

    .djc-about-separator {
        margin: 0 12px;
    }
}


/* SMALL MOBILE */

@media (max-width: 480px) {

    .djc-about-white {
        padding: 55px 0;
    }

    .djc-about-img {
        height: 290px;
    }

    .djc-about-text h2 {
        font-size: 29px;
    }

    .djc-about-text .djc-about-lead {
        font-size: 16px;
    }

    .djc-about-feature {
        padding: 13px;
    }

    .djc-about-stat strong {
        font-size: 20px;
    }

    .djc-about-stat span {
        font-size: 16px;
    }

    .djc-about-separator {
        margin: 0 7px;
    }
}






.djc-pricing-section {
    position: relative;
    background: #ffffff;
    padding: 100px 0;
    overflow: hidden;
}

.djc-pricing-section::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background: rgba(32, 123, 255, 0.055);
    filter: blur(100px);
    left: -250px;
    top: 100px;
}

.djc-pricing-section::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(0, 190, 115, 0.045);
    filter: blur(100px);
    right: -200px;
    bottom: -150px;
}


/* HEADING */

.djc-pricing-heading {
    position: relative;
    z-index: 2;
    margin-bottom: 55px;
}

.djc-pricing-label {
    display: inline-block;
    color: #147dff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.djc-pricing-heading h2 {
    color: #101b2d;
    font-size: 40px;
    font-weight: 750;
    line-height: 1.2;
    margin: 0 0 13px;
}

.djc-pricing-heading h2 span {
    color: #147dff;
}

.djc-pricing-heading p {
    color: #68778a;
    font-size: 16px;
    line-height: 1.7;
    margin: 0 auto;
    max-width: 650px;
}


/* CARD */

.djc-price-card {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;

    padding: 38px 30px 30px;

    background: #ffffff;

    border: 1px solid #e2e9f1;
    border-radius: 22px;

    box-shadow: 0 12px 35px rgba(30, 65, 100, 0.07);

    text-align: center;

    transition: all .35s ease;
}

.djc-price-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 55px rgba(30, 65, 100, 0.13);
    border-color: #c9ddf8;
}


/* FEATURED GOLD */

.djc-price-featured {
    border: 2px solid #147dff;
    box-shadow: 0 20px 50px rgba(20, 125, 255, .14);
    transform: translateY(-10px);
}

.djc-price-featured:hover {
    transform: translateY(-16px);
}


/* POPULAR */

.djc-popular-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);

    padding: 6px 16px;

    background: #147dff;
    color: #ffffff;

    border-radius: 50px;

    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;

    white-space: nowrap;

    box-shadow: 0 8px 20px rgba(20,125,255,.25);
}


/* ICON */

.djc-price-icon {
    width: 68px;
    height: 68px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto 18px;

    border-radius: 50%;

    color: #147dff;
    background: #edf5ff;

    border: 1px solid #d8e9ff;
}

.djc-price-icon svg {
    width: 34px;
    height: 34px;
}


/* PLAN */

.djc-plan-name {
    display: block;
    color: #172337;
    font-size: 21px;
    font-weight: 750;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.djc-price-featured .djc-plan-name {
    color: #147dff;
}

.djc-plan-duration {
    display: block;
    color: #68778a;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
}


/* PRICE */

.djc-price {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 5px;
}

.djc-price strong {
    color: #101b2d;
    font-size: 30px;
    font-weight: 800;
}

.djc-price span {
    color: #147dff;
    font-size: 16px;
    font-weight: 700;
}


/* DIVIDER */

.djc-price-divider {
    width: 60px;
    height: 2px;
    margin: 22px auto 20px;
    background: linear-gradient(
        90deg,
        #147dff,
        #16bd7a
    );
    border-radius: 5px;
}


/* LIST */

.djc-price-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    text-align: left;
    flex-grow: 1;
}

.djc-price-list li {
    display: flex;
    align-items: center;
    gap: 11px;

    color: #4f5e72;
    font-size: 16px;
    line-height: 1.5;

    padding: 8px 0;

    border-bottom: 1px solid #f0f3f7;
}

.djc-price-list li:last-child {
    border-bottom: 0;
}

.djc-price-check {
    flex: 0 0 23px;

    width: 23px;
    height: 23px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: #147dff;
    background: #edf5ff;

    font-size: 16px;
    font-weight: 800;
}


/* BUTTON */

.djc-price-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    width: 100%;

    padding: 14px 25px;

    color: #ffffff;
    background: linear-gradient(
        135deg,
        #147dff,
        #0866d9
    );

    border-radius: 10px;

    font-size: 16px;
    font-weight: 700;

    text-decoration: none;

    box-shadow: 0 10px 22px rgba(20,125,255,.18);

    transition: all .3s ease;
}

.djc-price-btn:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(20,125,255,.25);
}

.djc-price-btn svg {
    width: 19px;
    height: 19px;
}


/* ================================
   TABLET
================================ */

@media (max-width: 991.98px) {

    .djc-pricing-section {
        padding: 80px 0;
    }

    .djc-pricing-heading h2 {
        font-size: 35px;
    }

    .djc-price-card {
        padding: 35px 25px 28px;
    }

    .djc-price-featured {
        transform: none;
    }

    .djc-price-featured:hover {
        transform: translateY(-8px);
    }
}


/* ================================
   MOBILE
================================ */

@media (max-width: 767.98px) {

    .djc-pricing-section {
        padding: 65px 0;
    }

    .djc-pricing-heading {
        margin-bottom: 40px;
    }

    .djc-pricing-heading h2 {
        font-size: 30px;
    }

    .djc-pricing-heading p {
        font-size: 16px;
    }

    .djc-price-card {
        padding: 32px 24px 25px;
    }

    .djc-price-featured {
        transform: none;
    }

    .djc-price-featured:hover {
        transform: translateY(-6px);
    }

    .djc-plan-name {
        font-size: 20px;
    }

    .djc-price strong {
        font-size: 28px;
    }

    .djc-price-list li {
        font-size: 16px;
    }

    .djc-price-btn {
        font-size: 16px;
    }
}


/* ================================
   SMALL MOBILE
================================ */

@media (max-width: 480px) {

    .djc-pricing-section {
        padding: 55px 0;
    }

    .djc-pricing-heading h2 {
        font-size: 28px;
    }

    .djc-pricing-label {
        font-size: 16px;
    }

    .djc-price-card {
        border-radius: 18px;
        padding: 30px 20px 23px;
    }

    .djc-price-icon {
        width: 62px;
        height: 62px;
    }

    .djc-price-icon svg {
        width: 30px;
        height: 30px;
    }

    .djc-price strong {
        font-size: 26px;
    }

    .djc-price-list li {
        padding: 8px 0;
        font-size: 16px;
    }

    .djc-popular-badge {
        font-size: 16px;
    }
}





/* =========================================
   DARK HERO SECTION
========================================= */

.djc-dark-hero {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
    padding: 85px 0;
    background:
        radial-gradient(
            circle at 75% 45%,
            rgba(0, 90, 190, .16),
            transparent 34%
        ),
        #03070d;
    overflow: hidden;
}

.djc-hero-grid {
    position: absolute;
    inset: 0;
    opacity: .28;
    background-image:
        linear-gradient(
            rgba(40, 110, 180, .08) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(40, 110, 180, .08) 1px,
            transparent 1px
        );
    background-size: 55px 55px;
    mask-image: linear-gradient(
        90deg,
        transparent,
        black 30%,
        black 75%,
        transparent
    );
}

.djc-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    pointer-events: none;
}

.djc-glow-left {
    width: 450px;
    height: 450px;
    left: -300px;
    top: 100px;
    background: rgba(0, 110, 255, .13);
}

.djc-glow-right {
    width: 400px;
    height: 400px;
    right: -200px;
    bottom: -150px;
    background: rgba(0, 205, 120, .07);
}


/* =========================================
   LEFT CONTENT
========================================= */

.djc-dark-hero-content {
    position: relative;
    z-index: 5;
    padding-right: 30px;
}

.djc-dark-badge {
    display: inline-flex;
    align-items: center;
    gap: 11px;

    padding: 8px 16px;

    color: #54a2ff;
    background: rgba(35, 120, 255, .08);

    border: 1px solid rgba(50, 140, 255, .25);
    border-radius: 50px;

    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.5px;

    margin-bottom: 22px;
}

.djc-live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #18d780;
    box-shadow:
        0 0 0 5px rgba(24,215,128,.10),
        0 0 15px rgba(24,215,128,.7);
}


.djc-dark-hero-content h1 {
    color: #ffffff;

    font-size: 48px;
    line-height: 1.08;

    font-weight: 800;
    

    margin: 0 0 24px;
}

.djc-dark-hero-content h1 span {
    color: #2887ff;
}

.djc-dark-hero-content h1 strong {
    color: #ffffff;
    font-weight: 800;
}


.djc-dark-hero-content > p {
    max-width: 610px;

    color: #9baabd;

    font-size: 18px;
    line-height: 1.8;

    margin: 0 0 32px;
}


/* =========================================
   BUTTONS
========================================= */

.djc-dark-buttons {
    display: flex;
    align-items: center;
    gap: 20px;

    margin-bottom: 45px;
}

.djc-dark-primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    padding: 15px 27px;

    color: #ffffff;

    background: linear-gradient(
        135deg,
        #187eff,
        #075fce
    );

    border: 1px solid rgba(90,160,255,.3);
    border-radius: 10px;

    font-size: 16px;
    font-weight: 700;

    text-decoration: none;

    box-shadow:
        0 12px 30px rgba(0,100,230,.22);

    transition: .3s ease;
}

.djc-dark-primary-btn:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow:
        0 17px 35px rgba(0,100,230,.32);
}

.djc-dark-primary-btn svg {
    width: 19px;
    height: 19px;
}


.djc-dark-secondary-btn {
    color: #c5d0df;

    font-size: 16px;
    font-weight: 700;

    text-decoration: none;

    padding: 14px 10px;

    transition: .3s ease;
}

.djc-dark-secondary-btn:hover {
    color: #3d93ff;
}


/* =========================================
   TRUST
========================================= */

.djc-dark-trust {
    display: flex;
    align-items: center;
    gap: 28px;
}

.djc-dark-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.djc-dark-trust-icon {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 11px;

    color: #3f96ff;

    background: rgba(35,125,255,.08);
    border: 1px solid rgba(55,140,255,.13);
}

.djc-dark-trust-icon svg {
    width: 21px;
    height: 21px;
}

.djc-dark-trust-item strong,
.djc-dark-trust-item span {
    display: block;
    font-size: 16px;
    line-height: 1.35;
}

.djc-dark-trust-item strong {
    color: #e9eff7;
}

.djc-dark-trust-item span {
    color: #718197;
}


/* =========================================
   RIGHT VISUAL
========================================= */

.djc-dark-hero-visual {
    position: relative;
    min-height: 560px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.djc-dark-image-box {
    position: relative;

    width: 100%;
    max-width: 570px;
    height: 510px;

    border-radius: 28px;

    overflow: hidden;

    background: #061321;

    border: 1px solid rgba(57,145,255,.25);

    box-shadow:
        0 35px 90px rgba(0,0,0,.55),
        0 0 50px rgba(0,90,200,.08);

    z-index: 3;
}

.djc-dark-hero-image {
    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;
}

.djc-dark-image-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(2,10,20,.88) 0%,
            rgba(2,15,28,.48) 40%,
            rgba(0,30,55,.10) 100%
        );
}


/* =========================================
   CHART
========================================= */

.djc-dark-chart {
    position: absolute;

    width: 100%;
    height: 260px;

    bottom: 20px;
    left: 0;

    z-index: 4;

    opacity: .95;
}


/* =========================================
   LIVE CARD
========================================= */

.djc-live-trading-card {
    position: absolute;

    top: 30px;
    left: 25px;

    width: 215px;

    padding: 17px;

    background: rgba(4,17,31,.91);

    border: 1px solid rgba(83,154,255,.24);

    border-radius: 15px;

    backdrop-filter: blur(15px);

    box-shadow:
        0 18px 45px rgba(0,0,0,.35);

    z-index: 6;
}

.djc-live-header {
    display: flex;
    justify-content: space-between;
    align-items: center;

    color: #8396ad;

    font-size: 16px;
    letter-spacing: .7px;

    margin-bottom: 10px;
}

.djc-live-header i {
    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: #17d67d;

    box-shadow: 0 0 14px rgba(23,214,125,.8);
}

.djc-live-number {
    color: #ffffff;

    font-size: 27px;
    font-weight: 800;

    margin-bottom: 2px;
}

.djc-live-growth {
    color: #19d681;
    font-size: 16px;
}

.djc-mini-bars {
    height: 55px;

    display: flex;
    align-items: end;
    gap: 5px;

    margin-top: 15px;
}

.djc-mini-bars span {
    flex: 1;

    min-height: 10px;

    border-radius: 3px 3px 0 0;

    background: linear-gradient(
        to top,
        #1168da,
        #18d67f
    );
}


/* =========================================
   AI CARD
========================================= */

.djc-ai-trading-card {
    position: absolute;

    right: 22px;
    bottom: 28px;

    z-index: 7;

    display: flex;
    align-items: center;
    gap: 11px;

    padding: 13px 16px;

    border-radius: 13px;

    background: rgba(255,255,255,.96);

    box-shadow:
        0 18px 40px rgba(0,0,0,.35);
}

.djc-ai-symbol {
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #1480ff;

    background: #edf5ff;

    border-radius: 10px;
}

.djc-ai-symbol svg {
    width: 22px;
    height: 22px;
}

.djc-ai-trading-card span {
    display: block;

    color: #718096;

    font-size: 16px;
    margin-bottom: 2px;
}

.djc-ai-trading-card strong {
    display: block;

    color: #17243a;

    font-size: 16px;
}


/* =========================================
   RINGS
========================================= */

.djc-visual-ring {
    position: absolute;

    border-radius: 50%;

    border: 1px solid rgba(36,132,255,.13);

    z-index: 1;
}

.djc-ring-one {
    width: 580px;
    height: 580px;
}

.djc-ring-two {
    width: 680px;
    height: 680px;

    border-color: rgba(0,205,120,.06);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991.98px) {

    .djc-dark-hero {
        padding: 75px 0;
    }

    .djc-dark-hero-content {
        padding-right: 0;
        margin-bottom: 50px;
    }

    .djc-dark-hero-content h1 {
        font-size: 48px;
    }

    .djc-dark-hero-visual {
        min-height: 520px;
    }

    .djc-dark-trust {
        gap: 20px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767.98px) {

    .djc-dark-hero {
        min-height: auto;
        padding: 60px 0 70px;
    }

    .djc-dark-hero-content {
        margin-bottom: 35px;
    }

    .djc-dark-hero-content h1 {
        font-size: 39px;
        letter-spacing: -.8px;
    }

    .djc-dark-hero-content > p {
        font-size: 16px;
    }

    .djc-dark-buttons {
        margin-bottom: 32px;
    }

    .djc-dark-trust {
        flex-wrap: wrap;
        gap: 18px;
    }

    .djc-dark-hero-visual {
        min-height: 420px;
    }

    .djc-dark-image-box {
        height: 410px;
        border-radius: 20px;
    }

    .djc-dark-chart {
        height: 190px;
    }

    .djc-live-trading-card {
        top: 18px;
        left: 15px;
    }

    .djc-ai-trading-card {
        right: 15px;
        bottom: 18px;
    }

    .djc-ring-one,
    .djc-ring-two {
        display: none;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .djc-dark-hero {
        padding: 50px 0 60px;
    }

    .djc-dark-hero-content h1 {
        font-size: 34px;
    }

    .djc-dark-badge {
        font-size: 16px;
    }

    .djc-dark-buttons {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .djc-dark-primary-btn {
        width: 100%;
    }

    .djc-dark-secondary-btn {
        text-align: center;
    }

    .djc-dark-trust {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .djc-dark-trust-item {
        align-items: flex-start;
    }

    .djc-dark-hero-visual {
        min-height: 350px;
    }

    .djc-dark-image-box {
        height: 350px;
    }

    .djc-live-trading-card {
        width: 180px;
        padding: 13px;
    }

    .djc-live-number {
        font-size: 23px;
    }

    .djc-ai-trading-card {
        padding: 10px;
    }
}









/* =========================================
   POPUP BACKDROP
========================================= */

.djc-contact-modal .modal-backdrop {
    background: #07111f;
}

.djc-contact-modal.show {
    background: rgba(4, 13, 25, .68);
    backdrop-filter: blur(5px);
}


/* =========================================
   MODAL
========================================= */

.djc-contact-modal .modal-dialog {
    max-width: 900px;
    padding: 15px;
}

.djc-popup-content {
    position: relative;
    border: 0;
    border-radius: 24px;
    overflow: hidden;

    background: #ffffff;

    box-shadow:
        0 35px 90px rgba(8, 35, 70, .28);
}


/* Top Gradient Line */

.djc-popup-content::before {
    content: "";
    position: absolute;

    left: 0;
    right: 0;
    top: 0;

    height: 4px;

    background: linear-gradient(
        90deg,
        #147dff,
        #14c981
    );

    z-index: 10;
}


/* =========================================
   CLOSE
========================================= */

.djc-popup-close {
    position: absolute;

    top: 18px;
    right: 18px;

    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #e3eaf2;
    border-radius: 50%;

    background: #ffffff;

    color: #68778a;

    z-index: 20;

    transition: .25s ease;
}

.djc-popup-close:hover {
    color: #147dff;
    border-color: #c9ddf8;
    background: #f3f8ff;
    transform: rotate(90deg);
}

.djc-popup-close svg {
    width: 18px;
    height: 18px;
}


/* =========================================
   BODY
========================================= */

.djc-popup-body {
    display: grid;
    grid-template-columns: 42% 58%;
}


/* =========================================
   HEADER SIDE
========================================= */

.djc-popup-header {
    position: relative;

    padding: 50px 38px;

    background:
        radial-gradient(
            circle at 10% 90%,
            rgba(20,125,255,.10),
            transparent 40%
        ),
        #f4f8fd;

    border-right: 1px solid #e5ecf4;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.djc-popup-header::after {
    content: "";
    position: absolute;

    width: 150px;
    height: 150px;

    border: 1px solid rgba(20,125,255,.10);
    border-radius: 50%;

    right: -75px;
    bottom: -70px;
}


.djc-popup-icon {
    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 20px;

    border-radius: 15px;

    color: #147dff;

    background: #ffffff;

    border: 1px solid #dce9f8;

    box-shadow: 0 10px 25px rgba(25,75,130,.08);
}

.djc-popup-icon svg {
    width: 29px;
    height: 29px;
}


.djc-popup-tag {
    color: #147dff;

    font-size: 16px;
    font-weight: 700;

    letter-spacing: 1.5px;

    margin-bottom: 12px;
}


.djc-popup-header h2 {
    color: #101c2e;

    font-size: 34px;
    line-height: 1.2;

    font-weight: 800;

    letter-spacing: -.7px;

    margin: 0 0 17px;
}

.djc-popup-header h2 span {
    color: #147dff;
}


.djc-popup-header > p {
    color: #647388;

    font-size: 16px;
    line-height: 1.75;

    margin: 0 0 24px;
}


.djc-popup-trust {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.djc-popup-trust span {
    display: flex;
    align-items: center;
    gap: 9px;

    color: #33445a;

    font-size: 16px;
    font-weight: 600;
}

.djc-popup-trust svg {
    width: 19px;
    height: 19px;

    color: #13b977;
}


/* =========================================
   FORM
========================================= */

.djc-popup-form-wrap {
    padding: 42px 40px 35px;
    background: #ffffff;
}

.djc-popup-field {
    margin-bottom: 17px;
}

.djc-popup-field label {
    display: block;

    color: #26364b;

    font-size: 16px;
    font-weight: 700;

    margin-bottom: 8px;
}


.djc-input-box {
    position: relative;

    display: flex;
    align-items: center;
}

.djc-input-box svg {
    position: absolute;

    left: 16px;

    width: 20px;
    height: 20px;

    color: #8a99ab;

    pointer-events: none;
}

.djc-input-box input,
.djc-input-box textarea {
    width: 100%;

    border: 1px solid #dce4ed;

    border-radius: 10px;

    background: #f9fbfd;

    color: #18263a;

    font-family: inherit;

    font-size: 16px;

    outline: none;

    transition: .25s ease;
}

.djc-input-box input {
    height: 53px;
    padding: 0 16px 0 47px;
}

.djc-input-box textarea {
    min-height: 110px;

    resize: vertical;

    padding: 15px 16px 15px 47px;
}


.djc-input-box input::placeholder,
.djc-input-box textarea::placeholder {
    color: #8b97a6;
    opacity: 1;
}


.djc-input-box input:focus,
.djc-input-box textarea:focus {
    border-color: #4a98ff;

    background: #ffffff;

    box-shadow:
        0 0 0 4px rgba(20,125,255,.08);
}

.djc-input-box:focus-within svg {
    color: #147dff;
}


/* =========================================
   SUBMIT
========================================= */

.djc-popup-submit {
    width: 100%;

    height: 54px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 10px;

    border: 0;
    border-radius: 10px;

    color: #ffffff;

    background: linear-gradient(
        135deg,
        #147dff,
        #0866d8
    );

    font-size: 16px;
    font-weight: 700;

    cursor: pointer;

    box-shadow:
        0 10px 25px rgba(20,125,255,.20);

    transition: .3s ease;
}

.djc-popup-submit:hover {
    transform: translateY(-2px);

    box-shadow:
        0 15px 30px rgba(20,125,255,.28);
}

.djc-popup-submit svg {
    width: 19px;
    height: 19px;
}


.djc-popup-note {
    text-align: center;

    color: #8793a3;

    font-size: 16px;

    margin-top: 12px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 767.98px) {

    .djc-popup-body {
        grid-template-columns: 1fr;
    }

    .djc-popup-header {
        padding: 35px 28px 30px;
        border-right: 0;
        border-bottom: 1px solid #e5ecf4;
    }

    .djc-popup-header h2 {
        font-size: 29px;
        padding-right: 30px;
    }

    .djc-popup-header > p {
        font-size: 16px;
    }

    .djc-popup-trust {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 15px;
    }

    .djc-popup-form-wrap {
        padding: 30px 28px;
    }

    .djc-popup-icon {
        width: 52px;
        height: 52px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .djc-contact-modal .modal-dialog {
        margin: 10px auto;
        padding: 8px;
    }

    .djc-popup-content {
        border-radius: 19px;
    }

    .djc-popup-header {
        padding: 30px 22px 25px;
    }

    .djc-popup-header h2 {
        font-size: 27px;
    }

    .djc-popup-form-wrap {
        padding: 25px 22px 28px;
    }

    .djc-popup-field {
        margin-bottom: 15px;
    }

    .djc-popup-trust span {
        font-size: 16px;
    }

    .djc-input-box input {
        height: 51px;
    }

    .djc-input-box textarea {
        min-height: 100px;
    }
}







/* =========================================
   FIXED SOCIAL BAR
========================================= */

.djc-fixed-social {
    position: fixed;

    left: 0;
    bottom: 0;

    transform: translateY(-50%);

    z-index: 9999;

    display: flex;
    flex-direction: column;

    margin: 0;
    padding: 7px;

    list-style: none;

    background: rgba(255,255,255,.96);

    border: 1px solid #e1e8f0;

    border-left: 0;

    border-radius: 0 14px 14px 0;

    box-shadow:
        4px 8px 25px rgba(15,45,75,.13);

    backdrop-filter: blur(10px);
}


/* Individual item */

.djc-fixed-social li {
    margin: 0;
    padding: 0;
}


/* Icon link */

.djc-fixed-social li a {
    width: 45px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 3px 0;

    border-radius: 10px;

    background: #f4f7fa;

    text-decoration: none;

    transition: all .3s ease;
}


/* Icon */

.djc-fixed-social li a i {
    font-size: 21px;

    transition: all .3s ease;
}


/* Facebook */

.djc-fixed-social li:nth-child(1) a {
    color: #0563c2;
}

.djc-fixed-social li:nth-child(1) a:hover {
    background: #0563c2;
    color: #ffffff;
}


/* Instagram */

.djc-fixed-social li:nth-child(2) a {
    color: #e1306c;
}

.djc-fixed-social li:nth-child(2) a:hover {
    background: #e1306c;
    color: #ffffff;
}


/* WhatsApp */

.djc-fixed-social li:nth-child(3) a {
    color: #25d366;
}

.djc-fixed-social li:nth-child(3) a:hover {
    background: #25d366;
    color: #ffffff;
}


/* Telegram */

.djc-fixed-social li:nth-child(4) a {
    color: #0088cc;
}

.djc-fixed-social li:nth-child(4) a:hover {
    background: #0088cc;
    color: #ffffff;
}


/* Hover */

.djc-fixed-social li a:hover {
    transform: translateX(4px);

    box-shadow:
        0 7px 18px rgba(0,0,0,.12);
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575.98px) {

    .djc-fixed-social {
        top: auto;
        bottom: 18px;

        left: 50%;

        transform: translateX(-50%);

        flex-direction: row;

        padding: 6px 8px;

        border: 1px solid #e1e8f0;

        border-radius: 50px;

        box-shadow:
            0 8px 28px rgba(15,45,75,.18);
    }

    .djc-fixed-social li a {
        width: 42px;
        height: 42px;

        margin: 2px 3px;

        border-radius: 50%;
    }

    .djc-fixed-social li a i {
        font-size: 19px;
    }

    .djc-fixed-social li a:hover {
        transform: translateY(-3px);
    }
}




