<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&amp;display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');
/* ---variable colors---*/
* {
  --primary-color: #512fc9;
  --text-primary-black: #292b3a;
  --text-secondary-black: #64748B;
  --white-color: #ffffff;
  --rubik-font: "Rubik", sans-serif !important;
  --accent-color: #512fc9; 
  --surface-color: #ffffff;
  --contrast-color: #ffffff;
}
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;
}
/*--------------------------------------------------------------
# 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&gt;.dropdown-menu:after, .show&gt;.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 &gt; div &gt; li &gt; ul {
  padding: 0;
  margin: 0;
}

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

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

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

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

.megamenu.disabled &gt; a:hover,
.megamenu.disabled &gt; 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 &gt; li {
    margin-bottom: 30px;
  }
  .megamenu &gt; 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;
}
.flex {
    flex: 1 1 0%!important;
}
.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
}

.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;
}
 /* --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&gt;.dropdown-menu:after, .show&gt;.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: normal;
}
.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;
}

.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;
}
/* --------------------Old css-------
-------------------------------------- */
.card {
    margin-bottom: 25px;
}

.custom-card {
    background-color: #ffffff;
    border-color: #866cf4;
    border-width: 3px;
    padding: 20px;
    min-height: 132px;
    border-radius: 0px !important;
    margin-bottom: 0px;
}

/* .custom-card:hover {
    background-color: #ffffff;
    border-color: #b6bbc3;
    border-radius: 5px;
} */

.custom-card i {
    text-align: center;
    font-size: 40px;
}

.custom-card h6 {
    font-size: 15px;
    line-height: 20px;
    margin-top: 20px;
    font-weight: 600;
    letter-spacing: 0px;
    text-align: center;
}

.category-card {
    padding: 40px;
    background-color: #ffffff;
    margin-bottom: -70px;
    box-shadow: 0px 0px 12px #cacece;
    margin-top: 40px;
    border-radius: 10px;
}


.section-type-client {
    padding: 50px 0px 50px 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;
}


.card_light_box a {
    display: inline-flex;
    background: #ffffff;
    height: 90px;
    border-radius: 2px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.15);
    align-items: center;
    justify-content: space-between;
    padding: 25px 35px;
    width: 100%;
}

.matcard {
    position: relative;
    bottom: 47px;
}
.dream {
    width: 50%;
    margin-top: 15%;
    padding-left: 9%;
    display: block;
    text-align: left;
}

.viewInfo {
    width: 15rem;
    margin-top: 3%;
}

.rating {
    color: gold;
    font-size: 20px;
}

.dream h1 {
    font-weight: 700;
}

.maindiv1 {
    width: 87%;
    display: inline-flex;
    margin-left: 13%;
}

.div1 {
    display: inline-flex;
    width: 30%;
}

.P0 {
    margin-bottom: 0px;
}

.tex-center {
    text-align: center;
}

.tabgrp {
    margin-left: 5%;
}

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

.topCat {
    display: inline-flex;
    width: 90%;
    margin-left: 10%;
    margin-bottom: 5%;
}

.topcatDiv {
    padding-top: 2%;
    background-color: #e9ebee;
}

.topCat .card {
    position: relative;
    margin-right: 15px;
}

.cardBtn {
    position: absolute;
    left: 20px;
    top: 90px;
    box-shadow: 0px 0px 11px #3e3f40;
}

.cardBtn .btn {
    background-color: white !important;
}

.fir {
    width: 100%;
    height: 13rem;
    padding-top: 2%;
    background-color: lightcoral;
}

.sec {
    width: 100%;
    height: 13rem;
}

.itemList {
    width: 100%;
    position: absolute;
    top: 6.5rem;
}

.relative {
    position: relative;
}

.topCat .cardIMG {
    margin-right: 15px;
}

.WhiteColor {
    color: white;
}

.f30 {
    font-size: 30px;
}

.f2 ul {
    list-style: none;
}

.f3 ul {
    list-style: none;
}

.f2list {
    cursor: pointer;
}

/* .footer {
    background-color: black;
    width: 100%;
} */

.videoImg {
    width: 3rem;
}

.footerBody div {
    width: 30%;
    margin-left: 8%;
}

.footerBody {
    width: 100%;
}

.f1 div {
    width: 100%;
}

.stack .small,
small {
    color: var(--text-secondary-black);
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/


/* .features {
    background-color: #f5f5f5;
} */

.features .feature-box {
    padding: 24px 20px;
    /* box-shadow: 0px 0 30px rgb(121 127 138 / 25%); */
    border: 1px solid #e7eaf3;
    box-shadow: 0 3px 3px -2px rgb(39 44 51 / 10%), 0 3px 4px 0 rgb(39 44 51 / 4%), 0 1px 8px 0 rgb(39 44 51 / 2%);
    transition: 0.3s;
    height: 100%;
}

.features .feature-box:hover {
    border-color: rgba(55, 125, 255, .3);
    box-shadow: 0 0 35px rgb(55 125 255 / 13%);
}

.features .feature-box h3 {
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 700;
    margin: 0;
}

.features .feature-box i {
    line-height: 0;
    /* background: #ecf3ff; */
    background: rgba(0, 201, 167, .1);
    color: var(--primary-color);
    padding: 4px;
    margin-right: 10px;
    font-size: 24px;
    border-radius: 3px;
    transition: 0.3s;
}

.features .feature-box:hover i {
    background: rgba(0, 201, 167, .1);
    color: var(--primary-color);
}

.features .feture-tabs {
    margin-top: 120px;
}

.features .feture-tabs h3 {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
}

.features .aos-init {
    margin-top: 25px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .features .feture-tabs h3 {
        font-size: 28px;
    }
    .main-counts .count-box {
        margin-bottom: 30px;
    }
    .features {
      padding: 0 !important;
    }
}

.features .feture-tabs .nav-pills {
    border-bottom: 1px solid #eee;
}

.features .feture-tabs .nav-link {
    background: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: var(--primary-color);
    padding: 12px 0;
    margin-right: 25px;
    margin-bottom: -2px;
    border-radius: 0;
}

.features .feture-tabs .nav-link.active {
    color: var(--primary-color);
    border-bottom: 3px solid var(--primary-color);
}

.features .feture-tabs .tab-content h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    color: var(--primary-color);
}

.features .feture-tabs .tab-content i {
    font-size: 24px;
    line-height: 0;
    margin-right: 8px;
    color: var(--primary-color);
}

.features .feature-icons {
    margin-top: 120px;
}

.features .feature-icons h3 {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
}

@media (max-width: 768px) {
    .features .feature-icons h3 {
        font-size: 28px;
    }
}

.features .feature-icons .content .icon-box {
    display: flex;
    background-image: url('/assets/img/icon-bg.svg');
    background-repeat: no-repeat;
}

.features .feature-icons .content .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: var(--primary-color);
}

.features .feature-icons .content .icon-box i {
    font-size: 26px;
    line-height: 44px;
    color: var(--primary-color);
    margin-right: 40px;
    margin-top: 5px;
}

.features .feature-icons .content .icon-box p {
    font-size: 15px;
    color: #848484;
}


/* ---features end-- */


/* mobile view start */

@media only screen and (max-width: 768px) {
    .section-1-title .fs-60, .section-1-title .fs-46 {
      font-size: 35px !important;
    }
    .custom-card {
        margin-bottom: 25px;
    }
    .m-none {
        display: none;
    }
    .tagLine {
        line-height: 22px;
        font-size: 14px;
        font-weight: normal;
    }
    .category-card {
        padding: 15px;
        margin-top: 0px;
    }
    .category-card .custom-h1 {
        font-size: 20px;
        line-height: 38px;
        padding: 0px 10px;
        margin: 0px;
    }
    .card-single {
        display: block !important;
    }
    
    ::ng-deep .testimonials-section .p-carousel-container {
        padding: 0px 0px !important;
    }
    ::ng-deep .testimonials-section .p-carousel .p-carousel-content .p-carousel-prev {
        position: absolute;
        left: 0;
        z-index: 15 ;
     }
     ::ng-deep .testimonials-section .p-carousel .p-carousel-content .p-carousel-next {
        position: absolute;
        right: 0;
        z-index: 15;
     }
     .testimonials-section .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/* ---testimonial start------ */
.home-testimonial-card {
    border-radius: 15px;
    background-color: var(--white-color);
    padding: 30px;
    border: none;
}
.home-testimonial-card h2 {
    font-size: 15px;
    font-weight: 600;
    color: #556577;
    line-height: 1.4;
    margin-top: 5px;
    margin-bottom: 5px;
}
.home-testimonial-card h6 {
    font-size: 12px;
    font-weight: 500;
    color: #97a6b5;
    line-height: 1.4;
    margin-bottom: 0px;
}
.home-testimonial-card p {
    margin: 0 0 15px;
    min-height: 130px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #424242;
}

.testimonials-section {
    background-image: url('/assets/images/main-testimonial-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fBFBFB;
    padding: 100px 0px;
}
.seminars-section {
    background-image: url('/assets/images/main-circle-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    padding: 120px 0px;
}
.circle-bg {
    /* background-image: url('../../../assets/images/main-circle-bg.png');
    background-repeat: no-repeat;
    background-position: center; */
    /* background: #fbfbfb url('../../../assets/images/main-circle-bg.png') no-repeat center; */
    background: #fbfbfb;
}
.banner-shape {
    pointer-events: none;
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}

.card-single .review-attribution .review-img {
    text-align: center;
    margin-bottom: 20px;
}

.card-single .review-attribution img {
    height: 80px;
    width: 80px;
    margin: 0 auto;
}
/* new testimonials */
.testimonials-wrap {
  padding: 40px 0;
}
.testimonial-box {
    display: block;
    position: relative;
    padding: 30px 20px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.03);
    border-radius: 5px;
    box-shadow: 0 2px 8px -1px rgba(0,0,0,.16),0 1px 4px -1px rgb(0 0 0/4%);
}
.testimonial-box .description{
    min-height: 96px;
}
.user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
  min-width: 80px;
  background-size: 100%;
}
.carousel-testimonial .item {
  padding: 30px 10px;
}
.quote {
  position: absolute;
    top: -23px;
    color: #512fc9;
    font-size: 27px;
}
.name {
  margin-bottom: 0;
    line-height: 14px;
    font-size: 17px;
    font-weight: 500;
}
.position {
  color: #adadad;
  font-size: 14px;
  min-height: 35px;
  line-height: 20px;
  padding-top: 10px;
}
.carousel-testimonial .owl-nav {
  text-align: center;
}
.carousel-testimonial .owl-nav button.owl-next, 
.carousel-testimonial .owl-nav button.owl-prev {
    padding: 0 12px !important;
}
.carousel-testimonial .owl-nav button {
  outline: none;
  padding: 0;
}
.carousel-testimonial .owl-nav button.owl-next span, 
.carousel-testimonial .owl-nav button.owl-prev span {
  display: block;
    font-size: 40px;
    width: 55px;
    height: 25px;
    line-height: 20px;
    color: #512fc9;
}
.carousel-testimonial .owl-nav button.owl-next.disabled, 
.carousel-testimonial .owl-nav button.owl-prev.disabled {
  opacity: 0.5;
}
@media (max-width: 991px) {
  .testimonial-box .description {
    min-height: 145px;
  }
  .testimonial-box .position {
    min-height: 50px;
  }
}
/* ---testimonials end--- */

@media (max-width: 1024px) {
    .custom-card {
        margin-bottom: 25px;
    }
}


/* mobile view end */

/* marque start */
.test-scroll {
    width: 100%;
    margin-top: 15px;
    min-height: 40px;
}
.test-scroll ul {
    margin: 0 auto;
    padding: 0px;
    float: left;
}
.test-scroll ul li:hover {
    background-color: #eaeaea;
}
.test-scroll ul li {
    list-style-type: none;
    padding: 5px 10px;
    font-size: 14px;
    display: inline-block;
    border: 1px solid rgba(214, 219, 224, .6);
    border-radius: 5px;
    color: var(--primary-color);
    margin: 0px 0px 0px 5px;
    font-weight: bold;
    cursor: pointer;
}
.test-scroll ul li a{
    color: var(--primary-color);
}
.banner-tags ul li:hover {
    background-color: #eaeaea;
}
/* marque end */

.banner-tags {
    width: 100%;
    margin: 0px 0px 10px 0px;
    float: left;
}

.banner-tags ul {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    float: left;
}
.banner-tags ul li {
    padding: 5px 25px;
    font-size: 14px;
    display: inline-block;
    border: 1px solid rgba(214, 219, 224, .6);
    border-radius: 5px;
    color: var(--primary-color);
    margin: 5px 5px 5px 0px;
    font-weight: bold;
}
.banner-tags ul li a{
    color: var(--primary-color);
}

.f60 {
    font-size: 60px !important;
    font-weight: 600;
    line-height: 60px;
    color: var(--text-primary-black);
}

.dashTagInfo {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding-right: 40px;
}
.tagLine{
    padding-top: 0px;
    line-height: 26px;
    font-size: 20px;
    color: var(--text-secondary-black);
}
.trial-tags ul {
    list-style: none;
    margin-bottom: 10px;
    padding-left: 15px;
}

.trial-tags ul i {
    padding-right: 10px;
    color: #28a745;
    font-weight: bold;
    /* font-size: 12px; */
    line-height: 0;
}

.trial-tags ul li {
    padding: 0px;
    /* display: flex; */
    align-items: center;
    text-indent: -13px;
    line-height: 30px;
    margin-left: 13px;
    color: var(--text-primary-black);
}
@media only screen and (max-width: 768px) {
    .dashTagInfo {
        margin-top: 0px;
        position: relative;
        top: 0px;
        transform: none;
        padding-right: 0px;
    }
    .main-counts .count-box span {
        font-size: 24px;
    }
    .f60 {
        font-size: 40px !important;
        line-height: 45px;
    }
    .m-none {
        display: none;
    }
    .banner-tags{
        display: none;
    }
    .testimonials-section {
        padding: 20px 0px;
        background-image: none;
    }
}
@media (min-width: 567px) and (max-width: 991px) {
    .m-col-4-tags {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .banner-tags{
        display: none;
    }
    .m-none {
        display: none;
    }
    .testimonials-section {
      background-image: none !important;
    }
}
.custom-h1{
    font-size: 40px;
    text-align: center;
    line-height: 57px;
    margin: 0px 0px 20px 0px;
    font-weight: 600;
    background-color: #c8ff00;
}
/* ---ipad pro---- */
@media (min-width: 1024px) and (max-width: 1300px) {
    .test-scroll {
        min-height: 80px;
    }
}

.course-section {
    background-color: #e9e2ff;
    padding: 80px;
    margin-bottom: 20px;
}
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/

.counts {
    padding: 40px 0 40px;
    margin-top: 60px;
}

.counts .count-box {
    display: flex;
    align-items: center;
    padding: 30px;
    width: 100%;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 12px #cacece;
    /* box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08); */
}

.counts .count-box i {
    font-size: 42px;
    line-height: 0;
    margin-right: 20px;
    color: #592b82;
}

.counts .count-box span {
    font-size: 36px;
    display: block;
    font-weight: 600;
    color: #0b198f;
    margin-bottom: 10px;
    margin-left: -4px;
}

.counts .count-box p {
    padding: 0;
    margin: 0;
    font-family: "Nunito", sans-serif;
    font-size: 14px;
}


/* mobile view start */

@media only screen and (max-width: 768px) {
    .counts .count-box {
        margin-bottom: 30px;
    }
}

@media (min-width: 567px) and (max-width: 991px) {
    .m-port {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
/*--------------------------------------------------------------
  # Counts
  --------------------------------------------------------------*/
  .main-counts {
    padding: 25px 0 25px;
    margin-top: 20px;
  }
  .main-counts .exams-box:hover.exams-box i, 
  .main-counts .courses-box:hover.courses-box i, 
  .main-counts .skilltracks-box:hover.skilltracks-box i {
    background: var(--primary-color);
    color: #fff;
    transition: 0.5s;
  }
  
  .main-counts .count-box {
    transition: 0.5s;
    padding: 30px 30px 25px 30px;
    width: 100%;
    position: relative;
    border-radius: 8px;
    border: 1px solid #eee;
    text-align: center;
    background: rgb(81 47 201 / 10%);
    cursor: pointer;
  }
  
  .main-counts .count-box i {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    background: #fff;
    border: 1px solid #eee;
    padding: 12px;
    color: var(--primary-color);
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    width: 48px;
    height: 48px;
  }
  
  .main-counts .count-box span {
    font-size: 20px;
    display: block;
    font-weight: 600;
    color: var(--text-primary-color);
    display: inline;
  }
  
  .main-counts .count-box p {
    padding: 0;
    margin: 0;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    color: #ffffff;
  }
  /* carousel start */
::ng-deep .p-carousel .p-carousel-indicators {
    display: none;
  }
  ::ng-deep .items-carousel-card .p-carousel .p-carousel-content .p-carousel-prev, 
  ::ng-deep .items-carousel-card .p-carousel .p-carousel-content .p-carousel-next {
    color: #fff;
    background: var(--primary-color);
    z-index: 15;
    position: absolute;
  }
  ::ng-deep .items-carousel-card .p-carousel .p-carousel-content .p-carousel-prev {
    left: 0px;
  }
  ::ng-deep .items-carousel-card .p-carousel .p-carousel-content .p-carousel-next {
    right: 0px;
  }
  ::ng-deep .items-carousel-card .p-carousel .p-carousel-content .p-carousel-prev:enabled:hover, 
  ::ng-deep .items-carousel-card .p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
    color: #fff;
    background: var(--primary-color);
    opacity: 0.6;
  }
  ::ng-deep .items-carousel-card .p-disabled, .p-component:disabled {
    opacity: 0;
  }
  /* carousel end */
  .welcome-card {
    background-image: url('/assets/images/bg-2.png');
    background-position: bottom;
    background-size: auto;
  }
  .skilltrack-product-item {
    margin: 10px;
  }
  /* services strt */
  .offers .icon-box {
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 6px;
    background-color: #fbfbfb;
    border: 1px solid transparent;
    transition: 0.5s;
  }
  .offers .icon-box:hover {
    border: 1px solid var(--primary-color);
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translateX( 0 ) translateY( 0 ) rotate( 0 ) skewX( 0 ) skewY( 0 ) scaleX( 1.05 ) scaleY( 1.05 );
    transition-timing-function: cubic-bezier(.4,0,.2,1);
  }
  
  .offers .icon-box i {
    float: left;
    color: var(--primary-color);
    font-size: 40px;
  }
  
  .offers .icon-box h3 {
    margin-left: 70px;
    font-family: "Rubik", sans-serif !important;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: var(--text-primary-black);
  }
  .offers .icon-box .desc{
    font-size: 14px;
    line-height: 25px;
    color: var(--text-secondary-black);
  }
  .m-l-70 {
    margin-left: 70px !important;
  }
  .offers .icon-box:hover h3 {
    color: var(--primary-color);
  }
  .offers .icon-box:hover .btn-outline-primary {
    color: var(--white-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
  }
  .icon-box-item {
    z-index: 3;
    margin-bottom: 1.5rem;
  }
  .icon-box-item .block:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translateX( 0 ) translateY( 0 ) rotate( 0 ) skewX( 0 ) skewY( 0 ) scaleX( 1.05 ) scaleY( 1.05 );
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    border: 1px solid var(--primary-color);
    box-shadow: 0px 25px 65px 0px rgba(0, 0, 0, 0.05);
  }
  .icon-box-item .block {
    padding: 35px 27px;
    border-radius: 15px;
    transition-duration: 0.5s;
    border: 1px solid var(--white-color);
  }
  .icon-box-item .icon {
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 32px;
    border-radius: 10px;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    background-color: var(--primary-color);
  }
  .rounded-number {
    font-size: 24px !important;
    height: 70px !important;
    width: 70px !important;
    border-radius: 8px !important;
    font-weight: 800;
    line-height: 70px !important;
  }
  .about-title {
    font-family: "Rubik", sans-serif !important;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: var(--text-primary-black);
  }
  .about-desc {
    font-size: 14px;
    line-height: 25px;
    color: var(--text-secondary-black);
  }
  .m-h-125 {
    min-height: 125px;
  }
  .about-btn {
    border-radius: 10px;
    padding: 13px 25px;
  }
  .section-1-title .main-title {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.4;
    font-family: "Rubik", sans-serif !important;
  }
  .section-1-title .sub-title {
      font-size: 18px;
      line-height: 28px;
      font-weight: 500;
      color: var(--text-secondary-black);
      margin-bottom: 20px
  }
  .fs-60 {
    font-size: 60px !important;
  }
  .fs-46 {
    font-size: 46px !important;
  }

  @media only screen and (max-width: 575px),
  only screen and (min-width:768px) and (max-width:991px) {
      .section-1-title .sub-title {
          font-size: 16px
      }
  }

  .section-1-title.shape-03 {
      padding-bottom: 25px
  }

  @media only screen and (max-width: 575px) {
      .section-1-title.shape-03 {
          padding-bottom: 0
      }
  }

  .section-1-title.shape-03 .main-title span:before {
      position: absolute;
      content: "";
      background-image: url('/assets/images/shape-4.png');
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      width: 121px;
      height: 13px;
      right: 0;
      bottom: -11px
  }
  .section-1-title.shape-03.shape-4-white .main-title span:before {
    background-image: url('/assets/images/shape--white-4.png');
  }

  @media only screen and (max-width: 575px) {
      .section-1-title.shape-03 .main-title span:before {
          display: none
      }
  }
  .section-1-title .main-title span {
    color: var(--primary-color);
    position: relative
}
/* new styles start */

.has-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  .has-shapes .shape {
    z-index: 9;
    position: absolute;
  }
  .core-value .has-shapes {
    z-index: 2;
    pointer-events: none;
  }
  .core-value .shape-1 {
    right: -14px;
    top: -25px;
  }
  .core-value .shape-2 {
    left: -30px;
    bottom: -20px;
  }
  .primary-color {
    color: var(--primary-color) !important;
  }
.core-value .desc {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    color: var(--text-secondary-black);
}
.content ul {
    list-style: none;
    margin-bottom: 10px;
    padding-left: 0px;
}

.content ul li {
    padding: 5px 0;
    font-size: 14px;
    display: flex;
    align-items: baseline;
    line-height: 25px;
    color: var(--text-secondary-black);
}
.content ul li::before {
    content: "\f192";
    font-family: "Font Awesome 5 Free" !important;
    padding-right: 10px;
    color: var(--primary-color);
    font-weight: bold;
    line-height: 0;
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.solutions, .padding-60 {
    padding: 60px 0 !important;
  }
  .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: var(--primary-color);
    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: var(--primary-color);
    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: var(--primary-color);
  }
  /*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.ctan {
  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;
}

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

.ctan p {
  color: #fff;
}

.ctan .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;
}

.ctan .cta-btn:hover {
  background: var(--primary-color);
  border: 2px solid var(--primary-color);
  text-decoration: none;
}



.cta {
    background-size: cover;
    padding: 60px 0;
    /* background: #FBFBFB; */
  }
  .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; */
  }
  .client-scroll ul {
    margin: 0 auto;
    padding: 0px;
    float: left;
}
.client-scroll ul li {
    list-style-type: none;
    padding: 5px 10px;
    display: inline-block;
    width: 250px;
    border-radius: 5px;
    margin: 0px 0px 0px 5px;
    cursor: pointer;
}
/* 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: 60px;
  }
  
  @media (max-width: 768px) {
    .features .features-item+.features-item {
      margin-top: 40px;
    }
  }
  
  .features .features-item img {
    border: 6px solid #fff;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  }
  .features .features-item .desc {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    color: var(--text-secondary-black);
}
  
  .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;
  }
  .about-img {
    border: none !important;
    box-shadow: none !important;
  }
  .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: 40%;
    width: 100%;
    z-index: 2;
  }  
  /* couter section */
  .counter-bg {
    max-width: 1200px;
    margin-left: auto;
    position: relative;
    background-color: #fbfbfb;
    border-radius: 10px;
    padding: 150px 50px 20px;
  }
  .counter-bg:before {
    left: 0;
    content: "";
    width: 100%;
    z-index: -1;
    height: 100%;
    bottom: -10px;
    position: absolute;
    border-radius: 0 0 6px 6px;
    background-color: var(--area-bg-left);
  }
  .counter-bg
    .counter-shape {
    top: -50px;
    right: 200px;
    position: absolute;
  }
  .counter-bg.pt-70 {
    padding-top: 70px !important;
  }
  .single-counter-item {
    z-index: 1;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
  }
  .single-counter-item img {
    margin-bottom: 20px;
  }
  .single-counter-item h2 {
    line-height: 1;
    font-size: 35px;
    margin-bottom: 10px;
    color: var(--primary-color);
    font-family: "Rubik", sans-serif !important;
    font-weight: 700;
  }
  .single-counter-item
    h2
    .target {
    font-size: 35px;
    margin-left: 3px;
    color: var(--primary-color);
  }
  .single-counter-item h4 {
    margin-bottom: 0;
    color: var(--text-primary-black);
    font-size: 16px;
    font-weight: 400;
  }
  .achievements {
    position: relative;
  }
  .achievements-contents {
    border-radius: 10px;
    /* background-color: var(--primary-color); */
    background: linear-gradient(rgb(81 84 116 / 70%), rgb(12 37 96 / 70%)), url(/solutions/assets/images/cta-bg.jpg) fixed center center;
    position: absolute;
    max-width: 550px;
    z-index: 1;
    top: -70px;
    left: 15px;
    padding: 30px 30px 30px 150px;
  }
  .achievements-contents
    h3 {
        color: var(--white-color);
        font-size: 30px;
        font-family: "Rubik", sans-serif !important;
        font-weight: 600;
  }
  .achievements-contents p {
    color: var(--white-color);
    margin-bottom: 0;
    font-size: 16px;
    line-height: 25px;
  }
  .achievements-contents
    img {
    top: 20px;
    left: 30px;
    max-width: 80px;
    position: absolute;
  }
  .d-none.d-block {
    display: block !important;
  }
  @media only screen and (max-width: 567px) {
    .achievements-contents {
        left: 0 !important;
    }
  }
  @media only screen and (max-width: 767px) {
    .counter-area {
      padding-top: 0;
    }
    .counter-area.bg-color-f2f8fa
      .single-counter-item {
      margin-top: 0;
      margin-bottom: 30px;
    }
    .achievements-contents {
      top: 0;
      padding: 20px;
      max-width: 100%;
      position: relative;
    }
    .achievements-contents
      img {
      display: none;
    }
    .achievements-contents
      h3 {
      font-size: 23px;
    }
    .counter-bg {
      padding: 0;
      max-width: 100%;
      background-color: transparent;
    }
    .counter-bg:before {
      display: none;
    }
    .single-counter-item {
      margin-bottom: 0;
      margin-top: 30px;
    }
    .single-counter-item h2,
    .single-counter-item
      h2
      .target {
      font-size: 25px;
    }
    .single-counter-item
      h4 {
      font-size: 14px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .achievements-contents {
      right: 0;
      margin: auto;
      padding: 20px;
    }
    .achievements-contents
      img {
      display: none;
    }
    .achievements-contents
      h3 {
      font-size: 25px;
    }
    .counter-bg {
      padding: 130px 20px 20px;
    }
    .single-counter-item {
      background-color: var(--white-color);
      padding: 15px;
    }
    .single-counter-item
      h2 {
      font-size: 35px;
    }
  }
  /* ---products css */
  /*--------------------------------------------------------------
# p-s
--------------------------------------------------------------*/
.p-s {
  padding-bottom: 30px;
}

.p-s .icon-box {
  margin-bottom: 20px;
  text-align: center;
}
.p-s .product-icon-box {
  padding: 35px 27px;
  border-radius: 15px;
  transition-duration: 0.5s;
  border: 1px solid var(--white-color);
  cursor: pointer;
}
.p-s .product-icon-box:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translateX(0) translateY(0) rotate(0) skewX(0) skewY(0) scaleX(1.05) scaleY(1.05);
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  box-shadow: 0px 25px 65px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--primary-color);
}

.p-s .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: var(--primary-color);
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

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

.p-s .icon-box:hover .icon {
  box-shadow: 0px 0 30px rgba(66, 139, 202, 0.5);
}
.p-s .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}

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

.p-s .title a:hover, .p-s .icon-box:hover .title a {
  color: var(--primary-color);
  text-decoration: none;
}

.p-s .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: var(--primary-color);
  bottom: 0;
  left: calc(50% - 25px);
}

.p-s .description {
  line-height: 24px;
  font-size: 14px;
  color: var(--text-secondary-black);
}
.f-s-2 .icon-box {
  margin-bottom: 20px;
}


.f-s-2 .feature-icons {
  margin-top: 120px;
}

.f-s-2 .feature-icons .content .icon-box {
  display: flex;
  background-image: url('/assets/icon-bg.svg');
  background-repeat: no-repeat;
}

.f-s-2 .feature-icons .content .icon-box i {
  font-size: 20px;
  line-height: 55px;
  color: #fff;
  margin-right: 41px;
  margin-top: 0px;
}
/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients-bw {
  padding: 20px 0;
  background-color: #fbfbfb;
}

.clients-bw .client-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.clients-bw .client-logo img {
  padding: 20px 40px;
  max-width: 90%;
  transition: 0.3s;
  opacity: 0.7;
  filter: grayscale(100);
}

.clients-bw .client-logo img:hover {
  filter: none;
  opacity: 1;
}

@media (max-width: 640px) {
  .clients-bw .client-logo img {
    padding: 20px;
  }
}
.btn {
  border-radius: 10px !important;
}
/* 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 */
/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  padding: 60px 0;
}
.call-to-action .container {
  background-image: url('/aiinterview/assets/images/action2.png');
    background-color: #343b56;
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: var(--contrast-color);
    border-radius: 1rem;
    padding: 4rem 2rem;
}

.call-to-action .content h2,
.call-to-action .content p {
  color: var(--contrast-color);
  font-family: var(--rubik-font);
  font-weight: 700;
  position: relative;
  z-index: 2;
  font-size: 46px;
}

.call-to-action .btn-cta {
  color: var(--contrast-color);
  padding: 6px 30px 6px 30px;
  border-radius: 50px !important;
  transition: all ease-in-out 0.4s;
  border: 2px solid var(--contrast-color);
  position: relative;
  z-index: 2;
}

.call-to-action .btn-cta:hover {
  background: var(--surface-color);
  color: var(--primary-color);
  border: 2px solid color-mix(in srgb, var(--surface-color), transparent 50%);
}

.call-to-action .shape {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.call-to-action .shape svg {
  width: 100%;
  height: 100%;
}

.call-to-action .shape svg path {
  fill: color-mix(in srgb, var(--contrast-color) 50%, transparent);
}

.call-to-action .shape-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  right: -50px;
  opacity: 0.1;
  transform: rotate(45deg);
  animation: shapes-float 3s ease-in-out infinite;
}

.call-to-action .shape-2 {
  width: 200px;
  height: 200px;
  bottom: -50px;
  left: -50px;
  opacity: 0.15;
  transform: rotate(-15deg);
  animation: shapes-float 4s ease-in-out infinite;
}

.call-to-action .shape-3 {
  width: 150px;
  height: 150px;
  top: 20%;
  right: 15%;
  opacity: 0.08;
  transform: rotate(15deg);
}

.call-to-action .dots {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  color: var(--contrast-color);
}

.call-to-action .dots svg {
  width: 100%;
  height: 100%;
}

.call-to-action .dots-1 {
  width: 200px;
  height: 200px;
  top: -30px;
  left: 10%;
  opacity: 0.1;
  transform: rotate(15deg);
  animation: shapes-float 4s ease-in-out infinite;
}

.call-to-action .dots-2 {
  width: 150px;
  height: 150px;
  bottom: 20px;
  right: 15%;
  opacity: 0.15;
  transform: rotate(-10deg);
}

@keyframes shapes-float {

  0%,
  100% {
    transform: scale(0.8) rotate(45deg) translateY(0);
  }

  50% {
    transform: scale(0.8) rotate(45deg) translateY(-20px);
  }
}

@media (max-width: 992px) {
  .call-to-action .container {
    padding: 3rem 1.5rem;
  }

  .call-to-action .shape-1 {
    width: 200px;
    height: 200px;
  }

  .call-to-action .shape-2 {
    width: 150px;
    height: 150px;
  }

  .call-to-action .shape-3 {
    width: 100px;
    height: 100px;
  }

  .call-to-action .dots-1 {
    width: 150px;
    height: 150px;
  }

  .call-to-action .dots-2 {
    width: 120px;
    height: 120px;
  }

  .call-to-action .dots-3 {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 575px) {
  .call-to-action .container {
    border-radius: 0;
  }
}
/*--------------------------------------------------------------
# Features 2 Section
--------------------------------------------------------------*/
.features-2 {
  scroll-margin-top: 90px;
  padding: 60px 0px;
  overflow: clip;
}
.features-2 .feature-item {
  background-color: #f7f9fb;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 15px;
  border-radius: 20px;
  padding: 1rem;
}
.features-2 .feature-item .feature-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: color-mix(in srgb, var(--primary-color), transparent 92%);
}

.features-2 .feature-item .feature-icon i {
  font-size: 24px;
  color: var(--primary-color);
}

.features-2 .feature-item .feature-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.4;
  font-family: "Rubik", sans-serif !important;
}

.features-2 .feature-item .feature-content p {
  color: var(--text-secondary-black);
  font-size: 16px;
  margin-bottom: 0;
}

.features-2 .phone-mockup {
  position: relative;
  padding: 30px 0;
}

.features-2 .phone-mockup img {
  max-width: 300px;
  height: auto;
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1));
}

@media (max-width: 991.98px) {
  .features-2 .feature-item {
    text-align: center !important;
    margin-bottom: 2rem;
  }

  .features-2 .feature-item .d-flex {
    flex-direction: column;
    text-align: center;
    justify-content: center !important;
  }

  .features-2 .phone-mockup {
    margin: 3rem 0;
  }
}
.gap-4 {
  gap: 1.5rem !important;
}
</pre></body></html>