.color-blue {
  color: #1e1666;
}

.m-0-auto {
  margin: 0 auto;
}

p:empty {
  display: none;
}

.btn, .links-div .btn, header .navbar .navbar-nav li .dropdown-toggle:after, header .navbar .navbar-nav li .dropdown-menu, .blog-section .post-card .card-body .post-btn {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* background gradient*/
/* after before*/
.boxd-s-left::after, header .navbar .navbar-nav li a.nav-link > span:after,
header .navbar .navbar-nav li a.nav-link > span:before, header .navbar li.active::after, header .navbar li.active::before, .blog-section .post-card .card-body .post-btn, footer:after, .page-tile-section .shape-div .dote {
  position: absolute;
}

/*box-shadow*/
.box-shadow-def,
header .inner-content,
.form-control,
.blog-section .post-card .card-body .post-btn,
.testimonial-section .feature-box .media-div,
footer ul.social-list .social-links a,
#more-modal .modal-dialog .modal-content,
.clientlogo-section #clientlogo {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}

.boxd-s-left::after {
  bottom: 0;
  content: '';
  top: 0;
  height: auto;
  width: 20%;
  left: auto;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#c2cfde));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #c2cfde 100%);
  -webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 85%);
          clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 85%);
  opacity: 0.2;
}

/*border-ra-20*/
.border-10, .links-div .projects-div, header .navbar .navbar-nav li a.nav-link > span:after,
header .navbar .navbar-nav li a.nav-link > span:before, header .navbar li.active::after, header .navbar li.active::before, .page-tile-section .shape-div .dote {
  border-radius: 10px;
}

.border-20, .feature-box, .contact-section .contact-inner, #more-modal .modal-dialog .modal-content, .clientlogo-section #clientlogo {
  border-radius: 20px;
}

.border-30, .btn, header .inner-content, .form-control {
  border-radius: 30px;
}

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

.rounded-top-left-0, header .navbar .navbar-nav li a.nav-link > span:after {
  border-top-left-radius: 0 !important;
}

.rounded-top-right-0 {
  border-top-right-radius: 0 !important;
}

.rounded-bottom-left-0, header .navbar .navbar-nav li a.nav-link > span:after {
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-right-0 {
  border-bottom-right-radius: 0 !important;
}

/*button-style*/
.btn {
  border: none;
  background-color: rgba(30, 30, 30, 0.05);
  padding: 8px 20px;
  color: #1E1E1E;
  font-size: 14px;
  font-weight: 400;
  z-index: 1;
  position: relative;
}

.btn {
  overflow: hidden;
  -webkit-transition: color 0.6s ease-in;
  transition: color 0.6s ease-in;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.btn.active, .btn:hover {
  color: #fff !important;
  background-color: #1E1E1E;
}

.social-m, .blog-section .post-card .card-body .post-btn.facebook, .blog-section .post-card .card-body .post-btn.twitter, .blog-section .post-card .card-body .post-btn.linkedin {
  height: 50px;
  width: 50px;
  line-height: 50px;
}

.MyComponent {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
}

.gyan_category_item:nth-child(10n + 1) {
  color: #007aff;
  background-color: rgba(0, 122, 255, 0.08);
  border: 1px solid rgba(0, 122, 255, 0.2);
}

> a .gyan_category_item:nth-child(10n + 1):hover {
  background-color: #007aff;
  color: #fff;
  border-color: #007aff;
}

.gyan_category_item:nth-child(10n + 2) {
  color: #ff3e3e;
  background-color: rgba(255, 62, 62, 0.08);
  border: 1px solid rgba(255, 62, 62, 0.2);
}

> a .gyan_category_item:nth-child(10n + 2):hover {
  background-color: #ff3e3e;
  color: #fff;
  border-color: #ff3e3e;
}

.gyan_category_item:nth-child(10n + 3) {
  color: #16a34a;
  background-color: rgba(22, 163, 74, 0.08);
  border: 1px solid rgba(22, 163, 74, 0.2);
}

> a .gyan_category_item:nth-child(10n + 3):hover {
  background-color: #16a34a;
  color: #fff;
  border-color: #16a34a;
}

.gyan_category_item:nth-child(10n + 4) {
  color: #ca8a04;
  background-color: rgba(202, 138, 4, 0.08);
  border: 1px solid rgba(202, 138, 4, 0.2);
}

> a .gyan_category_item:nth-child(10n + 4):hover {
  background-color: #ca8a04;
  color: #fff;
  border-color: #ca8a04;
}

.gyan_category_item:nth-child(10n + 5) {
  color: #7c3aed;
  background-color: rgba(124, 58, 237, 0.08);
  border: 1px solid rgba(124, 58, 237, 0.2);
}

> a .gyan_category_item:nth-child(10n + 5):hover {
  background-color: #7c3aed;
  color: #fff;
  border-color: #7c3aed;
}

.gyan_category_item:nth-child(10n + 6) {
  color: #ef4444;
  background-color: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.2);
}

> a .gyan_category_item:nth-child(10n + 6):hover {
  background-color: #ef4444;
  color: #fff;
  border-color: #ef4444;
}

.gyan_category_item:nth-child(10n + 7) {
  color: #3b82f6;
  background-color: rgba(59, 130, 246, 0.08);
  border: 1px solid rgba(59, 130, 246, 0.2);
}

> a .gyan_category_item:nth-child(10n + 7):hover {
  background-color: #3b82f6;
  color: #fff;
  border-color: #3b82f6;
}

.gyan_category_item:nth-child(10n + 8) {
  color: #06b6d4;
  background-color: rgba(6, 182, 212, 0.08);
  border: 1px solid rgba(6, 182, 212, 0.2);
}

> a .gyan_category_item:nth-child(10n + 8):hover {
  background-color: #06b6d4;
  color: #fff;
  border-color: #06b6d4;
}

.gyan_category_item:nth-child(10n + 9) {
  color: #8b5cf6;
  background-color: rgba(139, 92, 246, 0.08);
  border: 1px solid rgba(139, 92, 246, 0.2);
}

> a .gyan_category_item:nth-child(10n + 9):hover {
  background-color: #8b5cf6;
  color: #fff;
  border-color: #8b5cf6;
}

.gyan_category_item:nth-child(10n + 10) {
  color: #ec4899;
  background-color: rgba(236, 72, 153, 0.08);
  border: 1px solid rgba(236, 72, 153, 0.2);
}

> a .gyan_category_item:nth-child(10n + 10):hover {
  background-color: #ec4899;
  color: #fff;
  border-color: #ec4899;
}

html {
  scroll-behavior: smooth;
}

h3[id], h4[id], h5[id], h6[id] {
  position: relative;
  width: 100%;
  display: block;
}

::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

::placeholder {
  color: #000;
  opacity: 1;
}

.bg-dark-blue {
  background-color: #1e1666;
}

.top-links {
  -webkit-box-shadow: 0 7px 18px 0 rgba(107, 124, 147, 0.25);
          box-shadow: 0 7px 18px 0 rgba(107, 124, 147, 0.25);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeef3));
  background: linear-gradient(180deg, #ffffff 0%, #eaeef3 100%);
  color: inherit;
  color: #1e1666;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.top-links:hover, .top-links:focus, .top-links:active {
  background: #e86e33;
  outline: none;
}

.links-div, .links-div {
  margin-top: 20px;
  margin-bottom: 00px;
  width: 50%;
  display: block;
}

.links-div .btn, .links-div .btn {
  background-image: none;
  background-color: transparent;
  border: 1px solid;
  color: #e5483c;
  margin: 0 10px 10px 0;
  min-width: 160px;
}

.links-div .btn:hover, .links-div .btn:hover {
  color: #e86e33;
  border-color: #1e1666;
}

.links-div .projects-div, .links-div .projects-div {
  width: auto;
  padding: 20px 30px;
  margin-bottom: 15px;
  margin-right: 15px;
  display: inline-block;
  text-align: center;
  background: rgba(30, 22, 102, 0.1);
}

.links-div .projects-div > p, .links-div .projects-div > p {
  width: 100% !important;
  display: block;
  text-transform: capitalize;
  color: #e86e33;
  margin-bottom: 0;
}

.links-div .projects-div span, .links-div .projects-div span {
  font-size: 30px;
  color: #1e1666;
}

body {
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-x: hidden;
  overflow-x: hidden;
  font-weight: 400;
  position: relative;
  width: 100%;
  color: #1E1E1E;
}

body .container-fluid, body .carousel-inner, body .owl-carousel {
  max-width: 1920px;
  margin: 0 auto;
}

.links {
  color: #e5483c;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}

.links:hover {
  color: #e86e33;
}

.pr-0 {
  padding-right: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

p {
  color: #565656;
}

.container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

@media only screen and (max-width: 1199px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

header {
  display: table;
}

header .inner-content {
  padding: 10px 20px;
  margin-top: 20px;
  display: block;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.25);
}

header .navbar {
  position: inherit;
  min-width: 100%;
}

header .navbar .navbar-brand {
  padding-right: 20px;
}

header .navbar .navbar-brand img {
  max-width: 160px;
  width: 100%;
  display: block;
}

header .navbar .navbar-toggler {
  font-size: 40px;
  padding: 0;
  border: none;
  margin-right: 10px;
  color: #1E1E1E !important;
  opacity: 1;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  width: 50px;
  margin: 0;
}

header .navbar .navbar-nav li {
  position: inherit;
}

header .navbar .navbar-nav li .dropdown-toggle:after {
  border: none;
  vertical-align: 0;
  content: "\f078";
  font-family: 'Font Awesome 5 Pro';
}

header .navbar .navbar-nav li a.nav-link {
  padding: 15px 15px !important;
  color: #1E1E1E !important;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  header .navbar .navbar-nav li a.nav-link {
    padding: 15px 12px !important;
  }
}

header .navbar .navbar-nav li a.nav-link > span:after,
header .navbar .navbar-nav li a.nav-link > span:before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  content: '';
  position: absolute;
  width: 50%;
  height: 4px;
  background: #1e1666;
  bottom: 0;
  margin-bottom: -12px;
}

header .navbar .navbar-nav li a.nav-link > span:after {
  left: auto;
  right: 2px;
  -webkit-transform-origin: right;
          transform-origin: right;
}

header .navbar .navbar-nav li a.nav-link > span:before {
  right: auto;
  left: 2px;
  -webkit-transform-origin: left;
          transform-origin: left;
}

header .navbar .navbar-nav li a.nav-link:hover > span::after,
header .navbar .navbar-nav li a.nav-link.active > span::after,
header .navbar .navbar-nav li a.nav-link.show > span::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

header .navbar .navbar-nav li a.nav-link:hover > span::before,
header .navbar .navbar-nav li a.nav-link.active > span::before,
header .navbar .navbar-nav li a.nav-link.show > span::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: right;
          transform-origin: right;
}

header .navbar .navbar-nav li a.nav-link.show:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

header .navbar .navbar-nav li a.nav-link.active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

header .navbar .navbar-nav li .dropdown-menu {
  width: auto;
  padding: 30px;
  left: 50px;
  right: 50px;
  height: auto;
  border: none;
}

header .navbar .navbar-nav li .dropdown-menu h3, header .navbar .navbar-nav li .dropdown-menu .title {
  font-size: 20px;
  color: #1e1666;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e86e33;
  width: 100%;
  display: block;
  text-decoration: none;
}

header .navbar .navbar-nav li .dropdown-menu h3:hover, header .navbar .navbar-nav li .dropdown-menu .title:hover {
  color: #1e1666;
}

header .navbar .navbar-nav li .dropdown-menu a {
  padding: 8px 0;
  font-weight: 600;
  padding-left: 0;
  font-size: 16px;
  color: #1e1666;
  white-space: inherit;
}

header .navbar .navbar-nav li .dropdown-menu a:hover {
  background: transparent;
  color: #e86e33;
}

header .navbar .navbar-nav li .dropdown-menu a.top-links {
  border-radius: 30px;
  padding: 10px 20px;
  height: auto;
  width: auto;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

header .navbar .navbar-nav li .dropdown-menu a.top-links + .top-links {
  margin-left: 40px;
}

header .navbar .navbar-nav li .back-bg {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.11)), to(rgba(0, 0, 0, 0.66)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.11) 0%, rgba(0, 0, 0, 0.66) 100%);
  position: absolute;
  top: 83px;
  left: 0;
  z-index: -3;
  width: 100%;
  height: 0;
  -webkit-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out;
  opacity: 0;
}

header .navbar .navbar-nav li .dropdown-menu.show ~ .back-bg {
  opacity: 1;
  height: 100vh;
}

header .navbar .navbar-nav li .dropdown-menu.active ~ .back-bg {
  opacity: 1;
  height: 100vh;
}

header .navbar li.active::after, header .navbar li.active::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 4px;
  background: #e86e33;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

header .navbar li.active::after {
  left: 0;
  top: 0;
}

header .navbar li.active::before {
  right: 0;
  bottom: 0;
}

.form-control {
  padding: 12px 15px;
  height: auto;
  border: none;
  outline: none !important;
  border-color: transparent;
  color: #000;
}

.on_input {
  position: relative;
}

.on_input select {
  padding: 12px 15px;
  border: medium none;
  width: 100%;
  position: relative;
  font-size: 16px;
  color: #000;
  border-radius: 26px;
  background-color: #fff;
}

.on_input select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
}

.on_input select::-ms-expand {
  display: none;
}

.on_input select {
  background-image: url(../../images/shape/chevron-down-solid.svg);
  background-position: right 0px top 9px;
  background-repeat: no-repeat;
  background-size: 13px;
  background-position-x: 97%;
  background-position-y: 56%;
  background-color: #fff;
}

textarea.form-control {
  min-height: 100px;
}

@media only screen and (max-width: 1199px) {
  .container.slider-container {
    max-width: 100%;
  }
}

.hero-section h1 {
  font-size: 52px;
  font-weight: 600;
}

.hero-section h1 span {
  color: #e5483c;
}

.hero-section .inner-content {
  border-bottom: 1px solid rgba(30, 30, 30, 0.2);
  padding-top: 50px;
  padding-bottom: 50px;
}

.post_cats .gyan_category_item, .post_cats .category_item {
  padding: 4px 15px;
  border-radius: 20px;
  width: auto;
  margin: 0 5px;
  display: inline-block;
}

.post_cats .gyan_category_item a, .post_cats .category_item a {
  text-decoration: none;
  font-size: 14px;
}

.post_cats .gyan_category_item a i, .post_cats .category_item a i {
  margin-right: 5px;
}

section {
  padding: 70px 0;
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  section {
    padding: 30px 0;
  }
}

.breadcrumb-item {
  font-size: 14px;
  color: #565656;
  line-height: 20px;
}

.breadcrumb-item i {
  font-size: 20px;
  line-height: 20px;
  margin: 0 5px;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: none;
}

.blog-section .post-content {
  display: block;
  word-break: break-all;
}

.blog-section.popular_post .post-card {
  border-bottom: 1px solid rgba(30, 30, 30, 0.2);
  padding-bottom: 20px;
}

.blog-section.popular_post .post-card.first-post {
  border-bottom: 0;
  padding-bottom: 0;
}

.blog-section.popular_post .post-card.first-post .card-body {
  padding: 30px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: rgba(30, 30, 30, 0.05);
}

.blog-section.popular_post .post-card.first-post .media-div {
  height: 453px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.blog-section.popular_post .post-card .card-body h2 {
  min-height: 58px;
}

.blog-section.popular_post .post-card .media-div {
  height: 225px;
}

.blog-section.popular_post .post-card + .post-card {
  margin-top: 20px;
}

.blog-section.blog-listing .post-card {
  margin-bottom: 20px;
}

.blog-section .post-card {
  padding: 0;
  overflow: hidden;
  height: auto;
  position: relative;
  background: transparent;
  border-radius: 0;
  border: none;
}

.blog-section .post-card .media-div {
  height: 200px;
  width: 100%;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
}

.blog-section .post-card .category_list {
  position: absolute;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  top: 0;
  left: 0;
}

.blog-section .post-card .category_list.category_onlist {
  padding: 0;
}

.blog-section .post-card .category_list.category_onlist .category_item {
  background-color: rgba(30, 30, 30, 0.05);
  margin: 0 5px 0 0;
}

.blog-section .post-card .category_list .category_item {
  padding: 4px 10px;
  border-radius: 30px;
  margin: 5px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #1E1E1E;
  text-decoration: none;
  font-size: 11px;
}

.blog-section .post-card .card-body {
  padding: 15px 0;
  position: relative;
  min-height: 145px;
  background: transparent;
}

.blog-section .post-card .card-body i {
  color: #1e1666;
}

.blog-section .post-card .card-body > span {
  color: #565656;
  font-size: 14px;
  position: relative;
  top: -5px;
  display: inline-block;
}

.blog-section .post-card .card-body .post-btn {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  right: 15px;
  text-align: center;
  background: #fff;
  z-index: 2;
  line-height: 30px;
  text-align: center;
  bottom: 100%;
  margin-top: -70px;
  opacity: 1;
}

.blog-section .post-card .card-body .post-btn.twitter {
  right: 75px;
}

.blog-section .post-card .card-body .post-btn.linkedin {
  right: 135px;
}

@media only screen and (max-width: 767px) {
  .blog-section .post-card .card-body .post-btn {
    right: auto !important;
    left: 15px;
    margin-top: 0;
    margin-bottom: -60px;
  }
  .blog-section .post-card .card-body .post-btn.twitter {
    left: 75px;
  }
  .blog-section .post-card .card-body .post-btn.linkedin {
    left: 135px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-section .post-card .card-body {
    padding-top: 80px;
  }
}

.blog-section .post-card .card-body h2, .blog-section .post-card .card-body h3, .blog-section .post-card .card-body h1 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 24px;
  font-weight: 600;
  color: #1E1E1E;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 60px;
}

.blog-section .post-card .card-body h2 a, .blog-section .post-card .card-body h3 a, .blog-section .post-card .card-body h1 a {
  color: #1e1666;
}

.blog-section .post-card .card-body h2 a:hover, .blog-section .post-card .card-body h3 a:hover, .blog-section .post-card .card-body h1 a:hover {
  color: #e5483c;
}

.blog-section .post-card .card-body a {
  text-decoration: none;
}

.blog-section .post-card .card-body p {
  color: #565656;
}

.blog-section .post-card .card-body p a {
  color: #e5483c;
  font-weight: 600;
}

.blog-section .post-card .card-body p a:hover {
  color: #1E1E1E;
}

.blog-section .post-card a:hover h2 {
  color: #e5483c;
}

.blog-section .post-card .img-div {
  overflow: hidden;
}

.blog-section .post-card .img-div img {
  max-width: 100%;
  width: 100%;
}

.blog-section .right-side-bar ul {
  list-style: none;
}

.blog-section .right-side-bar ul li a {
  color: #565656;
  font-weight: 400;
  font-size: 14px;
}

.blog-section .right-side-bar ul li a:hover {
  color: #e5483c;
}

.blog-section .right-side-bar h2, .blog-section .right-side-bar h3 {
  font-size: 20px;
  padding: 10px 10px 0px;
  margin: 0;
  font-weight: 600;
}

.blog-section .right-side-bar p {
  color: #565656;
}

.blog-section .right-side-bar .card {
  background-color: rgba(30, 30, 30, 0.05);
}

.blog-section .right-side-bar .card .cart-title {
  color: #565656;
  font-size: 14px;
  font-weight: 400;
}

.blog-section .right-side-bar .card + .card {
  margin-top: 20px;
}

.blog-section .right-side-bar .card h2, .blog-section .right-side-bar .card h3 {
  padding: 0;
  margin-bottom: 10px;
}

.blog-section .right-side-bar .card img {
  max-width: 100%;
  width: 100%;
}

.blog-section .right-side-bar .card .carousel-inner .carousel-item img {
  min-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-section .right-side-bar .card .slider-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(50%, rgba(0, 0, 0, 0.2)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 50%, transparent 100%);
  z-index: 1;
}

.blog-section .right-side-bar .card .carousel-caption {
  z-index: 2;
  bottom: 20px;
  left: 40px;
  right: 40px;
}

.blog-section .right-side-bar .card .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  border: none;
  margin: 0 5px;
}

.blog-section .right-side-bar .card .carousel-indicators {
  bottom: -20px;
}

.blog-section .right-side-bar .card .carousel-indicators .active {
  background-color: #e5483c;
}

.pagination {
  width: auto;
  margin: 0 auto;
  display: table;
}

.pagination li {
  display: inline-block;
  margin: 1px;
}

.pagination li a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
  color: #1E1E1E;
  min-height: 50px;
  min-width: 50px;
  border-radius: 40px !important;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent !important;
}

.pagination li a:hover, .pagination li a:focus, .pagination li a:active {
  color: #fff !important;
  outline: none;
  background-color: #e5483c !important;
}

.pagination li.active a {
  color: #fff !important;
  outline: none;
  background-color: #e5483c !important;
}

.toc-container {
  background: rgba(229, 72, 60, 0.03) !important;
  border-left: 4px solid #e5483c !important;
}

.toc-container .toc-list a {
  font-size: 0.95rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
}

.toc-container .toc-list a:hover {
  color: #e5483c !important;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

figure.image img {
  max-width: 100%;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.heading-block {
  width: 100%;
  margin-bottom: 30px;
}

.heading-block > span {
  color: #e86e33;
  font-size: 16px;
  font-weight: 700;
}

.heading-block h2,
.heading-block h1 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  max-width: 80%;
}

.heading-block h2 > span,
.heading-block h1 > span {
  color: #e86e33;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  display: block;
}

.heading-block h3 {
  font-size: 20px;
  color: #1e1666;
}

.heading-block p {
  font-size: 16px;
  color: #565656;
}

.heading-block.text-center h2, .heading-block.text-center h1, .heading-block.text-lg-center h2, .heading-block.text-lg-center h1 {
  margin: 0 auto 10px;
  display: table;
}

.heading-block.text-center p, .heading-block.text-lg-center p {
  margin: 0 auto;
  display: table;
}

@media only screen and (max-width: 991px) {
  .heading-block h2,
  .heading-block h1 {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .heading-block h2,
  .heading-block h1 {
    font-size: 30px;
  }
}

.feature-box {
  width: 100%;
  height: 100%;
  padding: 20px;
  background: transparent;
}

.feature-box h3 {
  font-family: 'Ubuntu', sans-serif;
}

.feature-box h3, .feature-box p {
  font-size: 24px;
  margin: 0 0 10px;
  color: #fff;
}

.feature-box p {
  font-size: 16px;
}

.view-all-links {
  color: #1e1666;
  text-decoration: none;
  font-weight: 600;
}

.view-all-links:hover {
  color: #e86e33;
}

.testimonial-section {
  overflow: hidden;
  background: rgba(30, 22, 102, 0.05);
  height: 650px;
}

.testimonial-section .col-lg-5 img {
  max-width: 100%;
}

.testimonial-section .heading-block {
  width: 80%;
}

.testimonial-section .col-lg-7 {
  padding-right: 200px;
}

.testimonial-section .feature-box {
  padding: 0;
}

.testimonial-section .feature-box .media-div {
  width: 70px;
  margin-right: 20px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
}

.testimonial-section .feature-box .media-div img {
  max-width: 100%;
}

.testimonial-section .feature-box h3, .testimonial-section .feature-box h4 {
  font-weight: 600;
  width: auto;
}

.testimonial-section .feature-box h3 {
  font-size: 20px;
  padding-top: 10px;
  color: #1e1666;
}

.testimonial-section .feature-box h4 {
  font-size: 16px;
  color: #e86e33;
}

.testimonial-section .carousel-inner {
  text-align: left;
  position: relative;
  padding-left: 20px;
  padding-bottom: 20px;
  margin-left: -20px;
  margin-bottom: -20px;
}

.testimonial-section .carousel-inner p {
  font-size: 16px;
  color: #212121;
  width: 100%;
  margin-bottom: 30px;
  font-weight: 600;
}

.testimonial-section .carousel-inner p::after, .testimonial-section .carousel-inner p::before {
  content: url(../../images/quotes.png);
  padding: 10px;
}

.testimonial-section .carousel-inner p::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  padding-right: 0;
}

.testimonial-section .carousel-inner p::before {
  padding-left: 0;
  content: url(../../images/quotes-1.png);
}

.testimonial-section .carousel-inner h6 {
  font-size: 24px;
  color: #e5483c;
  font-weight: 800;
}

.testimonial-section .carousel-inner h6 span {
  font-size: 18px;
  margin-left: 15px;
  color: #868894;
}

@media only screen and (max-width: 991px) {
  .testimonial-section {
    height: 710px;
  }
  .testimonial-section .col-lg-7 {
    padding-right: 0;
  }
  .testimonial-section .heading-block {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-section {
    height: 550px;
    text-align: center;
  }
  .testimonial-section .col-lg-5 {
    display: none;
  }
  .testimonial-section .feature-box {
    text-align: center;
  }
  .testimonial-section .feature-box .media-div {
    margin: 0 auto;
    display: table;
    float: none;
  }
}

@media only screen and (max-width: 575px) {
  .testimonial-section {
    height: 830px;
  }
  .testimonial-section .media-div {
    float: none;
  }
  .testimonial-section .feature-content {
    width: 100%;
    float: left;
    margin-top: 0px;
  }
  .testimonial-section .images {
    width: 50px;
    top: 60px;
  }
  .testimonial-section .carousel-inner p {
    margin-bottom: 20px;
  }
}

.contact-section {
  padding-bottom: 0;
}

.contact-section .contact-info + .contact-info {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .contact-section .contact-info + .contact-info {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

.contact-section .contact-info img {
  margin-right: 10px;
}

.contact-section .contact-info span {
  font-weight: 400;
  color: #000;
}

.contact-section .contact-info a {
  font-weight: 600;
  margin-left: 10px;
  color: #e86e33;
  text-decoration: none;
}

.contact-section .contact-info a:hover {
  color: #fff;
}

.contact-section .contact-info p {
  margin-bottom: 5px;
}

.contact-section .microsoft-iso-img img {
  max-width: 150px;
  margin-top: 10px;
}

.contact-section .microsoft-iso-img img + img {
  margin-left: 10px;
}

.contact-section .contact-form .form-group {
  margin-bottom: 15px;
}

.contact-section .contact-inner {
  padding: 50px;
  background: #1e1666;
}

.contact-section .contact-inner .heading-block h2,
.contact-section .contact-inner span {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .contact-section .contact-inner {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .contact-section .btn {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact-section .contact-inner {
    padding: 15px;
  }
}

.modal-more-link {
  cursor: pointer;
}

footer {
  padding-top: 120px;
  position: relative;
  background-position-y: 100px;
  background-repeat: no-repeat;
}

footer:after {
  content: '';
  background: url(../../images/footer-shape.png);
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

footer .fa-star, footer .fa-star-half {
  color: #e86e33;
}

footer > img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 100%;
  margin-bottom: -50px;
  z-index: -1;
}

footer h3 {
  font-size: 24px;
  color: #e86e33;
  font-weight: 600;
  margin: 0 0 20px;
}

@media only screen and (max-width: 991px) {
  footer h3 {
    margin-bottom: 10px;
  }
}

footer p {
  font-weight: 14px;
  color: #000;
  font-weight: 600;
  margin: 10px 0;
}

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

footer ul a {
  font-size: 16px;
  font-weight: 600;
  color: #1e1666;
  padding: 5px 0;
  display: table;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

footer ul.list-footer li {
  position: relative;
}

footer ul.list-footer a {
  width: 100%;
}

footer ul.list-footer a i {
  margin-right: 5px;
}

footer ul.list-footer a:hover {
  color: #e86e33;
  text-decoration: none;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

footer ul.social-list a {
  color: #1e1666;
  border: 1px solid;
  padding: 2px 0;
  background: transparent;
}

footer ul.social-list a i {
  margin-right: 10px;
}

footer ul.social-list a:hover {
  background-image: -webkit-gradient(linear, right top, left top, from(#0060ff), to(#00ccff));
  background-image: linear-gradient(270deg, #0060ff 0%, #00ccff 100%);
  color: #fff;
}

footer ul.social-list .social-links {
  margin-top: 20px;
}

footer ul.social-list .social-links a {
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}

footer ul.social-list .social-links a + a {
  margin-left: 5px;
}

footer ul.social-list .social-links a i {
  margin: 0;
}

footer .copyright {
  width: 100%;
  background: #e5483c;
  text-align: center;
  margin: 50px 0 30px;
  padding: 15px;
  display: inline-block;
  border-radius: 5px;
}

footer .copyright p {
  margin: 0;
  padding: 0;
  float: left;
  color: #fff;
}

footer .copyright a {
  color: #fff;
  text-decoration: none;
}

footer .copyright a:hover {
  color: #e86e33;
}

@media only screen and (max-width: 991px) {
  footer h3 {
    margin-top: 30px;
  }
  footer .copyright {
    margin: 20px 0;
  }
  footer .col-lg-9 {
    margin-top: 20px;
  }
  footer::after {
    background-position: top right;
  }
}

@media only screen and (max-width: 767px) {
  footer {
    padding-top: 0px;
  }
  footer p {
    padding: 0;
  }
}

@media only screen and (max-width: 575px) {
  footer .col-md-12.text-center {
    text-align: left !important;
  }
  footer .float-end {
    float: none !important;
  }
}

#more-modal .modal-dialog {
  padding: 30px;
  background: #fff;
}

#more-modal .modal-dialog h3 {
  color: #1e1666;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 2px solid #e86e33;
  padding-bottom: 15px;
}

#more-modal .modal-dialog ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#more-modal .modal-dialog ul a {
  font-size: 16px;
  font-weight: 600;
  color: #1e1666;
  padding: 5px 0;
  display: table;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#more-modal .modal-dialog ul.list-footer li {
  position: relative;
}

#more-modal .modal-dialog ul.list-footer a {
  width: 100%;
}

#more-modal .modal-dialog ul.list-footer a:hover {
  color: #e86e33;
  text-decoration: none;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

@media only screen and (max-width: 991px) {
  #more-modal .modal-dialog {
    padding: 15px;
  }
  #more-modal .modal-dialog h3 {
    font-size: 18px;
  }
}

.page-tile-section {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(30, 52, 151, 0.05098)), to(rgba(30, 52, 151, 0)));
  background: linear-gradient(0deg, rgba(30, 52, 151, 0.05098) 0%, rgba(30, 52, 151, 0) 100%);
  padding: 200px 0 100px;
  margin-top: 50px;
  position: relative;
}

.page-tile-section .shape-div {
  top: 0;
  left: 0;
}

.page-tile-section .shape-div .title-shape-1 {
  left: 0;
  top: 70px;
}

.page-tile-section .shape-div .title-shape-2 {
  left: 10px;
  bottom: 20px;
}

.page-tile-section .shape-div .dote {
  width: 10px;
  height: 10px;
}

.page-tile-section .shape-div .dote.dote-orange {
  background: #e86e33;
  left: 20%;
  top: 20%;
}

.page-tile-section .shape-div .dote.dote-orange.right {
  left: 90%;
}

.page-tile-section .shape-div .dote.dote-gradient {
  background-image: -webkit-gradient(linear, right top, left top, from(#0060ff), to(#00ccff));
  background-image: linear-gradient(270deg, #0060ff 0%, #00ccff 100%);
  left: 40%;
  top: 80%;
}

.page-tile-section .shape-div .dote.dote-gradient.right {
  left: 80%;
  top: 50%;
}

.page-tile-section h1 {
  color: #e5483c;
  font-size: 36px;
  font-weight: 800;
}

.page-tile-section p {
  font-size: 18px;
  color: #565656;
  margin-bottom: 20px;
  margin-bottom: 30px;
}

.page-tile-section p span {
  display: block;
  width: 100%;
}

.page-tile-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-tile-section ul li {
  float: left;
  width: auto;
  margin-right: 10px;
}

.page-tile-section ul li a {
  color: #e86e33;
  font-weight: 600;
  text-decoration: none;
}

.page-tile-section ul li .text-last {
  color: #565656;
}

.page-tile-section .title-content {
  width: 50%;
  display: inline-block;
}

.page-tile-section .enquiry-form {
  width: 30%;
  max-width: 400px;
  float: right;
  margin-top: -100px;
  padding: 20px;
  background: rgba(30, 22, 102, 0.1);
  border-radius: 20px;
}

.page-tile-section .enquiry-form h3 {
  font-size: 20px;
  color: #1e1666;
  font-weight: 600;
}

@media only screen and (max-width: 991px) {
  .page-tile-section {
    padding: 100px 0 30px;
    text-align: center;
  }
  .page-tile-section ul {
    margin: 0 auto;
    display: table;
  }
  .page-tile-section .title-content {
    width: 100%;
  }
  .page-tile-section .enquiry-form {
    width: 100%;
    margin: 30px auto 0;
    position: relative;
    display: table;
    float: none;
  }
}

@media only screen and (max-width: 767px) {
  .page-tile-section {
    padding: 70px 0 50px;
    text-align: center;
    width: 100%;
    overflow: hidden;
  }
  .page-tile-section h1 {
    font-size: 30px;
  }
  .page-tile-section ul {
    width: auto;
    float: none;
    margin: 0 auto;
    display: table;
  }
  .page-tile-section .title-shape-2 {
    max-width: 90%;
  }
}

.media-div img {
  max-width: 100%;
  max-height: 100%;
}

.form-control {
  margin-bottom: 10px;
}

.page-tile-section {
  padding: 130px 0 10px;
}

.page-tile-section .shape-div .dote:nth-child(2) {
  display: none;
}

.input-group input {
  height: 49px;
}

.input-group .input-group-btn .btn {
  border-radius: 30px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0 20px;
  height: 49px;
}

.subscribe-modal {
  z-index: 99999;
}

.subscribe-modal img {
  max-width: 100%;
}

.subscribe-modal .content-div {
  width: 50%;
  float: right;
  margin-top: -50%;
  padding-right: 10px;
}

.subscribe-modal .modal-dialog {
  max-width: 700px;
}

.subscribe-modal .modal-content {
  border-radius: 10px;
  overflow: hidden;
}

.subscribe-modal .modal-header {
  display: block;
  padding: 0;
  border: none;
}

.subscribe-modal .modal-header img {
  max-width: 100%;
  margin-top: -38px;
}

.subscribe-modal .modal-header h2 {
  margin-top: 10px;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}

.subscribe-modal .modal-header p {
  padding: 0 20px;
  text-align: center;
}

.subscribe-modal .cancel-modal {
  position: absolute;
  border-radius: 50%;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
}

@media only screen and (max-width: 575px) {
  .subscribe-modal img {
    display: none;
  }
  .subscribe-modal .content-div {
    width: 100%;
    margin: 0;
    padding: 10px;
  }
}

.blog-form {
  padding: 20px;
  background: #1e1666;
  margin-bottom: 20px;
  border-radius: 20px;
}

.blog-form h5 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}

.blog-form .form-control {
  margin-bottom: 15px;
}

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

.comment-listing li {
  width: 100%;
}

.comment-listing li + li {
  border-top: 1px solid #828282;
  padding-top: 10px;
  margin-top: 10px;
}

.contact-section {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(232, 110, 51, 0)), to(rgba(232, 110, 51, 0.1)));
  background-image: linear-gradient(0deg, rgba(232, 110, 51, 0) 0%, rgba(232, 110, 51, 0.1) 100%);
}

.contact-section .align-items-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.contact-section .align-items-center .heading-block {
  text-align: center;
}

.contact-section .align-items-center .heading-block h2 {
  width: 100%;
  max-width: 100%;
}

.clientlogo-section #clientlogo {
  padding: 20px;
  background: #fff;
}

.clientlogo-section #clientlogo .item {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.clientlogo-section #clientlogo .item img {
  max-height: 116px;
  width: auto;
}
/*# sourceMappingURL=custom.css.map */