@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
/* ---variable colors---*/
* {
  --white-color: #ffffff;
  --text-dark-color: #666666;
  --text-primary-black: #292b3a;
  --text-secondary-black: #64748B;
}
body {
    font-family: 'Nunito', sans-serif;
    letter-spacing: .0178571429em;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: var(--text-primary-black);
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
}
p {
  color: var(--text-secondary-black);
  font-family: 'Nunito', sans-serif;
}
.mat-typography {
  letter-spacing: .0178571429em;
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #f8f6f5;
    padding: 10px 0;
    font-size: 14px;
    /* position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999; */
  }
  
  #topbar .contact-info i {
    font-style: normal;
    color: #512fc9;
  }
  #topbar .youtube i {
    color: #FF0000;
  }
  
  #topbar .contact-info i a, #topbar .contact-info i span {
    padding-left: 10px;
    color: #666666;
  }
  
  #topbar .contact-info i a, .extend-btn {
    line-height: 0;
    transition: 0.3s;
  }
  
  #topbar .contact-info i a:hover, .extend-btn:hover {
    color: #512fc9;
  }
  #topbar .extend-div-mobile {
    padding: 10px 5px 0px;
    display: none;
  }
  #topbar .extend-btn {
    padding-left: 10px;
    color: #666;
  }
  
  #topbar .social-links a {
    color: #65534c;
    line-height: 0;
    transition: 0.3s;
    margin-left: 15px;
  }
  
  #topbar .social-links a:hover {
    color: #512fc9;
  }
  #topbar .bi-clock::before, #topbar .bi-bootstrap::before, 
  #topbar .bi-book::before, #topbar .bi-youtube::before {
    /* margin-top: -3px; */
    font-size: 18px;
}
#topbar .bi-book, #topbar .bi-bootstrap {
    border-right: 1px solid #a1a6ab;
}
#topbar .expiry-text{
    border-left: 1px solid #a1a6ab;
}
.bi-twitter, .bi-facebook, .bi-instagram {
    font-size: 18px;
}
@media only screen and (max-width:968px) {
    #topbar .contact-info i {
        margin-left: 0px !important;
    }
    #topbar .expiry-text, #topbar .social-links {
        padding-right: 0px !important;
        margin-left: 0px !important;
    }
    #topbar .expiry-text {
        display: none !important;
    }
    #topbar .extend-div-mobile {
        display: block;
    }
    #topbar .bi-book {
        border-right: none;
    }
}
/* topbar end */
/* .navbar{position:sticky} */
.dropdown-menu.show:after, .dropdown-menu.show:before, .show>.dropdown-menu:after, .show>.dropdown-menu:before {
  display: none;
}
.menu-large {
  position: static !important;
}
.login-menu {
  padding: .25rem 0;
  background: #fff;
  color: #495057;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 11px 15px -7px #0003, 0 24px 38px 3px #00000024, 0 9px 46px 8px #0000001f;
}
.login-menu .dropdown-item {
  padding: .5rem 1rem;
  font-size: 16px;
  color: #495057;
}
.product-megamenu {
  padding: 20px 20px;
  width: 700px;
  background: #fff;
  color: #495057;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 11px 15px -7px #0003, 0 24px 38px 3px #00000024, 0 9px 46px 8px #0000001f;
}
.s-r-megamenu {
  padding: 20px 20px;
  width: 370px;
  background: #fff;
  color: #495057;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 11px 15px -7px #0003, 0 24px 38px 3px #00000024, 0 9px 46px 8px #0000001f;
}
.megamenu {
  padding: 20px 20px;
  width: 97%;
  left: 2%;
  background: #fff;
  color: #495057;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 11px 15px -7px #0003, 0 24px 38px 3px #00000024, 0 9px 46px 8px #0000001f;
}

.megamenu > div > li > ul {
  padding: 0;
  margin: 0;
}

.megamenu > div > li > ul > li {
  list-style: none;
}

.megamenu > div > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}

.megamenu > div > li > ul > li > a:hover,
.megamenu > div > li > ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999999;
}

.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.megamenu.dropdown-header {
  color: #512fc9;
  font-size: 18px;
}
@media (max-width: 992px) {
  .m-nav-item {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .m-nav-item .btn {
    display: block;
  }
  .logo-width img {
    height: 50px !important;
    padding-left: 16px;
  }
  .m-mt-3 {
    margin-top: 15px;
  }
  .megamenu {
    width: 100%;
    left: -12px;
    position: relative !important;
  }
}
@media (max-width: 768px) {
  .megamenu {
    margin-left: 0;
    margin-right: 0;
  }
  .megamenu > li {
    margin-bottom: 30px;
  }
  .megamenu > li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff;
  }
}

.logo-width img{
    height: 34px;
  }
.navbar {
    padding: 3px 0;
    min-height: 60px;
    box-shadow: 0 2px 4px #00000014, 0 4px 12px #00000014;
    background-color: #fff;
}
.d-ml-5 {
  margin-left: 30px;
}
.user-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  background: #512fc9;
}
.user-icon-circle:hover {
  color: #ffffff;
}
.user-icon-circle {
  font-size: 16px !important;
  color: #fff;
  line-height: 40px;
  text-transform: uppercase;
  cursor: pointer;
}
.fs-14 {
  font-size: 14px !important;
}
.btn-primary,.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #512fc9;
    border-color: #512fc9;
    border-radius: 10px;
}

.btn-primary:hover {
    background-color: #5E16BD;
    color: #fff;
    border-color: #5E16BD;
}
.navbar-nav .nav-link {
    color: #512fc9;
    font-weight: bold;
    font-size: 16px;
    padding: 6px;
}
.btn-outline-primary {
    color: #512fc9;
    border-color: #512fc9;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #512fc9;
    border-color: #512fc9;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    background-image: url("/solutions/assets/images/hero-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
    padding: 90px 0;
  }
.filter-blur {
  filter: grayscale(1);
}
.padding-60 {
  padding: 60px 0 !important;
}
.campus-banner {
  padding: 60px 0 !important;
  background-image: none !important;
}
  
  #hero h1 {
    margin: 0 0 20px 0;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
  }
  
  #hero h2 {
    color: #576971;
    margin-bottom: 30px;
    font-size: 24px;
  }
  #hero p {
    line-height: 1.7;
    font-family: 'Nunito', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    font-weight: 400;
    color: var(--text-secondary-black);
  }
  
  #hero .btn-get-started {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 28px;
    border-radius: 10px;
    transition: 0.5s;
    color: #fff;
    background: #512fc9;
  }
  
  #hero .btn-get-started:hover {
    background: #5E16BD;
    text-decoration: none;
  }
  
  #hero .hero-img {
    text-align: center;
  }
  
  #hero .hero-img img {
    width: 90%;
  }
  
  @media (min-width: 1024px) {
    /* #hero {
      background-attachment: fixed;
    } */
  }
  
  @media (max-width: 992px) {
    #hero h1 {
      font-size: 32px;
      line-height: 40px;
    }
  
    #hero h2 {
      font-size: 20px;
    }
  }
  /*--------------------------------------------------------------
# About Lists
--------------------------------------------------------------*/
/* .about-lists {
  padding: 40px;
} */

.about-lists .row {
  overflow: hidden;
}

.about-lists .content-item {
  padding: 40px;
  border-left: 1px solid #d9e8f4;
  border-bottom: 1px solid #d9e8f4;
  margin: -1px;
}

.about-lists .content-item span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #512fc9;
}

.about-lists .content-item h4 {
  font-size: 28px;
  font-weight: 400;
  padding: 0;
  margin: 20px 0;
}

.about-lists .content-item p {
  color: var(--text-secondary-black);
  font-size: 15px;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .about-lists .content-item {
    padding: 40px 0;
  }
}
/*--------------------------------------------------------------
# Section Title
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding: 90px 0;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  position: relative;
}

.section-title h2:before,
.section-title h2:after {
  content: "";
  width: 50px;
  height: 2px;
  background: #512fc9;
  display: inline-block;
}

.section-title h2:before {
  margin: 0 15px 10px 0;
}

.section-title h2:after {
  margin: 0 0 10px 15px;
}

.section-title p {
  margin-bottom: 0;
  color: var(--text-secondary-black);
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  padding-bottom: 30px;
}

.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.services .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #512fc9;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.services .icon i {
  font-size: 36px;
  line-height: 0;
}

.services .icon-box:hover .icon {
  box-shadow: 0px 0 30px rgba(66, 139, 202, 0.5);
}

.services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}

.services .title a {
  color: var(--text-primary-black);
  transition: 0.3s;
}

.services .title a:hover {
  color: #512fc9;
}

.services .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #512fc9;
  bottom: 0;
  left: calc(50% - 25px);
}

.services .description {
  line-height: 24px;
  font-size: 15px;
  color: #666666;
}
/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgb(81 84 116 / 70%), rgb(12 37 96 / 70%)), url(/solutions/assets/images/cta-bg.jpg) fixed center center;
  background-size: cover;
  padding: 60px 0;
}
.border-shape {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  background: linear-gradient(rgb(37 53 219), rgb(12 37 96)), url(/solutions/assets/images/cta-bg.jpg) fixed center center;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #512fc9;
  border: 2px solid #512fc9;
  text-decoration: none;
}
/* Features Section - Home Page
------------------------------*/
.features {
  padding: 90px 0;
}
.features .features-item {
  color: rgba(var(--default-color-rgb), 0.8);
}

.features .features-item+.features-item {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .features .features-item+.features-item {
    margin-top: 40px;
  }
}

.features .features-item h3 {
  font-weight: 700;
  font-size: 45px;
}

.features .features-item ul {
  list-style: none;
  padding: 0;
}

.features .features-item ul li {
  padding-bottom: 10px;
  display: flex;
  align-items: flex-start;
}

.features .features-item ul li:last-child {
  padding-bottom: 0;
}

.features .features-item img {
  border: 6px solid #fff;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

.features .features-item .features-img-bg {
  position: relative;
  min-height: 500px;
}

@media (max-width: 640px) {
  .features .features-item .features-img-bg {
    min-height: 300px;
  }
}

.features .features-item .features-img-bg img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.features .features-item .image-stack {
  display: grid;
  position: relative;
  grid-template-columns: repeat(12, 1fr);
}

.features .features-item .image-stack .stack-back {
  grid-column: 4/-1;
  grid-row: 1;
  width: 100%;
  z-index: 1;
}

.features .features-item .image-stack .stack-front {
  grid-row: 1;
  grid-column: 1/span 8;
  margin-top: 20%;
  width: 100%;
  z-index: 2;
}
.features h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
} 
/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features-steps .feature-box {
  padding: 24px 20px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
}

.features-steps .feature-box h3 {
  font-size: 16px;
  color: var(--text-primary-black);
  font-weight: 500;
  margin: 0;
}

.features-steps .feature-box i {
  line-height: 0;
  background: #ecf3ff;
  color: #512fc9;
  padding: 4px;
  margin-right: 10px;
  font-size: 24px;
  border-radius: 3px;
  transition: 0.3s;
}

.features-steps .feature-box:hover i {
  background: #4154f1;
  color: #fff;
}
 /* --megamenu start */
 .mega-menu {
  width: 98%;
  margin-right: 1%;
  padding-bottom: 20px;
  border: 1px solid #e5e9f2;
  box-shadow: 0 3px 12px 1px #2c378226;
}
.menu-content hr {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
}
.menu-content .main-title {
  color: #666666;
  font-weight: 300;
  margin: 5px 0px;
  font-size: 13px;
  letter-spacing: 1px;
}
.menu-content .main-title:hover {
  color: #512fc9;
  text-decoration: none;
}

.menu-content a {
  font-size: 12px;
  color: #263238;
}
.profile-content .profile-links:active {
  color: var(--text-primary-black);
}
.profile-links {
   padding: 5px !important;
   font-size: 13px !important;
   cursor: pointer;
}
.profile-links i {
  font-size: 12px;
}
.dropdown-menu.show:after, .dropdown-menu.show:before, .show>.dropdown-menu:after, .show>.dropdown-menu:before {
  opacity: 1;
}
.dropdown-menu-right:after, .dropdown-menu-right:before {
  left: auto;
  right: 10px;
}

.dropdown-menu:before {
  border-bottom-color: transparent;
}
.dropdown-menu:after, .dropdown-menu:before {
  margin-left: 10px;
}

.dropdown-menu:after, .dropdown-menu:before {
  border: 8px solid transparent;
  border-bottom-color: #fff;
}
.dropdown-menu:before {
  top: calc(-9px + -.5rem);
}
.dropdown-menu:after, .dropdown-menu:before {
  content: "";
  height: 0;
  opacity: 0;
  transition: opacity .1s cubic-bezier(.3,.5,.5,1);
  position: absolute;
  top: calc(-8px + -.5rem);
  width: 1px;
}
.card-title a{
  font-size: 16px;
  font-weight: 500;
  color: #512fc9;
  line-height: 1.25;
  margin-bottom: 0px;
  cursor: pointer;
}
.bg-icon {
  position: relative;
  width: 3rem;
  height: 3rem;
  padding: 0;
  font-weight: bold;
  color: #512fc9;
  background-color: #f5f6f8;
  border-radius: 25%;
}
.bg-icon .btn-icon__inner i {
  font-size: 24px !important;
}
.student-bg-icon {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  font-weight: bold;
  color: #512fc9;
  background-color: rgb(21 24 54 / 10%);
  border-radius: 50%;
}
.btn-icon__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.student-bg-icon .btn-icon__inner i {
  font-size: 16px !important;
  line-height: 25px;
}
.student-tab-bg-icon {
  position: relative;
  width: 80px;
  height: 80px;
  padding: 0;
  font-weight: bold;
  color: #512fc9;
  background-color: rgba(21, 24, 54, 0.1);
  border-radius: 50%;
}
.student-tab-bg-icon .btn-icon__inner i {
  font-size: 36px !important;
  line-height: 48px;
}
.bg-icon-title {
  font-size: 15px;
  color: #1f1f23;
  margin-bottom: 2px;
  font-weight: 600;
  opacity: .8;
}
.menu-content .bg-icon-desc {
  color: #757d83;
  font-weight: 300;
  margin: 0px 0px;
  font-size: 13px;
  letter-spacing: normal;
  white-space: break-spaces;
}
.menu-item {
  padding: 10px 0;
  display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
  color: var(--text-primary-black);
  text-align: inherit;
  white-space: nowrap;
  background-color: initial;
  border: 0;
}
.menu-item:hover {
  background-color: #f4f6f8;
  border-radius: 10px;
  text-decoration: none;
}
.mr-12pt, .mx-12pt {
  margin-right: 0.75rem!important;
}
@media (min-width: 567px) and (max-width: 991px) {
  .m-w-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .m-w-100 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
  background: #f6f9ff;
  padding: 0 0 30px 0;
  font-size: 14px;
}

.footer .footer-newsletter {
  padding: 50px 0;
  background: #f6f9ff;
  border-top: 1px solid #e1ecff;
}

.footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  color: #512fc9;
}

.footer .footer-newsletter form {
  margin-top: 20px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e1ecff;
}

.footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}

.footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #512fc9;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
}

.footer .footer-newsletter form input[type="submit"]:hover {
  background: #5969f3;
}

.footer .footer-top {
  background: white url(/assets/images/footer-bg.png) no-repeat right top;
  background-size: contain;
  border-top: 1px solid #e1ecff;
  border-bottom: 1px solid #e1ecff;
  padding: 60px 0 30px 0;
}

@media (max-width: 992px) {
  .footer .footer-top {
      background-position: center bottom;
  }
}

.footer .footer-top .footer-info {
  margin-bottom: 30px;
}

.footer .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 15px;
}

.footer .footer-top .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-top .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #512fc9;
  margin-top: 3px;
}

.footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

.footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
  color: #512fc9;
}

.footer .footer-top h4 {
  font-size: 16px;
  font-weight: 500;
  color: #512fc9;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-top .footer-links {
  margin-bottom: 30px;
}

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

.footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #d0d4fc;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-top .footer-links ul a {
  color: #142328;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-top .footer-links ul a:hover {
  color: #512fc9;
}

.footer .footer-top .footer-contact p {
  line-height: 26px;
}

.footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #512fc9;
}

.footer .credits {
  padding-top: 0px;
  text-align: center;
  font-size: 13px;
  color: #512fc9;
}
.text-center-1 {
  z-index: 999999;
  position: fixed;
  background-color: #fff;
  left: 50%;
  top: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}
.footer-category-title h3{
  display: inline-block;
  width: 100%;
  font-size: 15px;
  font-weight: 800;
  color: #666666;
  margin: 0px 0 10px 0;
}
.footer-category-title h2{
  display: inline-block;
  width: 100%;
  font-size: 24px;
  font-weight: 800;
  color: #666666;
  margin: 0px 0 20px 0;
}
.footer-category-title ul {
  display: inline-block;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.footer-category-title ul li .tag-link:hover{
  text-decoration: underline;
}
.footer-category-title ul li {
  width: auto;
  margin: 0 0 10px 10px;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.33;
  color: #393d47;
  padding: 0 10px 0 0;
  border-right: 1px solid #393d47;
}
.footer-category-title ul li .tag-link{
  color: #393d47;
}
.footer-category-title ul li .bold{
  font-weight: bold !important;
}
.footer-category-title ul li:last-child{
  border: none;
}
.tag-bw{
  font-size: 20px;
  color: #393d47;
}
.footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
  color: #512fc9;
  text-decoration: none;
}
.section-type-4 {
  padding: 10px 0px 15px 0px;
  color: #fff;
  width: 100%;
  float: left;
  background-image: url('../../../../assets/images/bg-1.jpg');
  text-align: center;
  background-position: center bottom;
  background-size: cover;
}

.custom-h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  margin: 20px 20px 14px;
}

.Tline {
  padding-top: 0px;
  line-height: 26px;
  font-size: 20px;
}
.area-bg__inner {
  position: relative;
  z-index: 9;
}
.scrollme-section,
.scrollme {
    overflow: hidden;
}

.area-bg {
    position: relative;
}

.parallax {
    -webkit-transform: none;
    transform: none;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.area-bg__inner {
    position: relative;
    z-index: 9;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.area-bg:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
}

.area-bg_blue:after {
    background-image: linear-gradient( 114.3deg, #AFACE5 0.2%, #512fc9 68.5%);
}

.area-bg_op_90:after {
    opacity: .95;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.solutions {
  padding: 60px 0;
}
.solutions .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.solutions .icon-box::before {
  content: "";
  position: absolute;
  background: #e1f0fa;
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: -1;
}

.solutions .icon-box:hover::before {
  background: #512fc9;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

.solutions .icon {
  margin: 0 auto 20px auto;
  padding-top: 10px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #512fc9;
  transition: all 0.3s ease-in-out;
}

.solutions .icon i {
  font-size: 30px;
  line-height: 1.4;
  color: #fff;
}

.solutions .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.solutions .title a:hover {
  text-decoration: none;
}

.solutions .title a {
  color: var(--text-primary-black);
}

.solutions .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 112px;
}

.solutions .icon-box:hover .title a,
.solutions .icon-box:hover .description {
  color: #fff;
}
.solutions .icon-box:hover .read-more-link {
  color: #fff;
  border-bottom: 2px solid #ff9c00;
}
.read-more-link {
  border-bottom: 2px solid #1b69b3;
  padding-bottom: 1px;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  color: var(--text-primary-black);
}
.read-more-link:hover {
  text-decoration: none;
}
.solutions .icon-box:hover .icon {
  background: #fff;
}

.solutions .icon-box:hover .icon i {
  color: #512fc9;
}
.dropdown-toggle::after {
  display: none;
}
.m-show-d-none {
  display: none;
}
@media (max-width: 992px){
  .m-show-d-none {
      display: block;
  }
}
.btn-primary:focus {
  background-color: #512fc9 !important;
  border-color: #512fc9 !important;
  box-shadow: none !important;
}
.dropdown-item:active {
  background-color: transparent;
}
/* scroll to top start */
#scrollToTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 99;
  border-radius: 10px !important;
  padding: 5px;
  line-height: 1;
  width: 2rem;
  height: 2rem;
}
.arrow-icon {
  font-size: 31px;
  right: 5px;
  top: -5px;
  position: relative;
}
/* scroll to top end */