:root {
    --primary: #7A0BD1;
    --secondary: #1D2130;
    --light: #E9F1F7;
    --dark-blue-secondary: #2274A5;
    --secondary-yellow-light: #E7DFC6;
    --light-blue: #2d91cf;
    --secondary-light-green: #96F24D;

}

/* .fonts{
    font-family: "Roboto", sans-serif;
    font-family: "Roboto", sans-serif;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif !important;
}


/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Spinner End ***/


/*** Loader Start ***/
.loader {
    width: 175px;
    height: 80px;
    display: block;
    margin: auto;
    background-image: radial-gradient(circle 25px at 25px 25px, #FFF 100%, transparent 0), radial-gradient(circle 50px at 50px 50px, #FFF 100%, transparent 0), radial-gradient(circle 25px at 25px 25px, #FFF 100%, transparent 0), linear-gradient(#FFF 50px, transparent 0);
    background-size: 50px 50px, 100px 76px, 50px 50px, 120px 40px;
    background-position: 0px 30px, 37px 0px, 122px 30px, 25px 40px;
    background-repeat: no-repeat;
    position: relative;
    box-sizing: border-box;
}

.loader::before {
    content: '';
    left: 60px;
    bottom: 18px;
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: var(--primary);
    background-image: radial-gradient(circle 8px at 18px 18px, #FFF 100%, transparent 0), radial-gradient(circle 4px at 18px 0px, #FFF 100%, transparent 0), radial-gradient(circle 4px at 0px 18px, #FFF 100%, transparent 0), radial-gradient(circle 4px at 36px 18px, #FFF 100%, transparent 0), radial-gradient(circle 4px at 18px 36px, #FFF 100%, transparent 0), radial-gradient(circle 4px at 30px 5px, #FFF 100%, transparent 0), radial-gradient(circle 4px at 30px 5px, #FFF 100%, transparent 0), radial-gradient(circle 4px at 30px 30px, #FFF 100%, transparent 0), radial-gradient(circle 4px at 5px 30px, #FFF 100%, transparent 0), radial-gradient(circle 4px at 5px 5px, #FFF 100%, transparent 0);
    background-repeat: no-repeat;
    box-sizing: border-box;
    animation: rotationBack 3s linear infinite;
}

.loader::after {
    content: '';
    left: 94px;
    bottom: 15px;
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--primary);
    background-image: radial-gradient(circle 5px at 12px 12px, #FFF 100%, transparent 0), radial-gradient(circle 2.5px at 12px 0px, #FFF 100%, transparent 0), radial-gradient(circle 2.5px at 0px 12px, #FFF 100%, transparent 0), radial-gradient(circle 2.5px at 24px 12px, #FFF 100%, transparent 0), radial-gradient(circle 2.5px at 12px 24px, #FFF 100%, transparent 0), radial-gradient(circle 2.5px at 20px 3px, #FFF 100%, transparent 0), radial-gradient(circle 2.5px at 20px 3px, #FFF 100%, transparent 0), radial-gradient(circle 2.5px at 20px 20px, #FFF 100%, transparent 0), radial-gradient(circle 2.5px at 3px 20px, #FFF 100%, transparent 0), radial-gradient(circle 2.5px at 3px 3px, #FFF 100%, transparent 0);
    background-repeat: no-repeat;
    box-sizing: border-box;
    animation: rotationBack 4s linear infinite reverse;
}

@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

/*** Loader End ***/

/* .back-to-top {
    position: fixed;
    right: 5px;
    bottom: 15px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
} */


/*** Global CSS Start ***/
.btn-outlined-primary {
    border: 2px solid rgb(122 11 209 / 20%);
    color: var(--secondary);
    font-weight: 500;
}

.btn-outlined-primary:hover {
    border: 2px solid var(--secondary);
}

.btn-outlined-secondary {
    border: 2px solid var(--dark-blue-secondary);
    color: var(--dark-blue-secondary);
    font-weight: 500;
}

.btn-outlined-secondary:hover {
    background-color: var(--dark-blue-secondary);
    color: #fff;
}

.text-light-blue {
    color: var(--light-blue);
}

.feature-tag {
    background: -webkit-linear-gradient(45deg, var(--primary), var(--dark-blue-secondary) 80%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}

.bg-light {
    background-color: var(--light) !important;
}

.btn-secondary{
	border:2px solid var(--secondary);
	font-weight:500;
}
.btn-secondary:hover{
	background:#fff;
	color:var(--secondary)!important;
}
/*** Global CSS End ***/


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link, .navbar-light #menu-top-menu li a {
    margin-right: 25px;
    padding: 27px 0;
    color: var(--bs-dark) !important;
    font-size: 16px;
    outline: none;
    transition: .5s;
	text-decoration:none;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active, .navbar-light #menu-top-menu li a:hover, .navbar-light #menu-top-menu li.current_page_item a {
    color: var(--bs-primary) !important;
}

.navbar-light .navbar-brand img {
	max-width: 183px;
/*     max-height: 50px; */
    transition: .5s;
}

/* .sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
} */

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
}

.collapse.navbar-collapse {
    transition: 0.5s;
}

@media (max-width: 992px) {
    nav.bg-transparent {
        position: sticky;
        width: 100%;
        background: #fff !important;
    }

    .navbar.navbar-expand-lg button span {
        position: relative;
        z-index: 99;
    }

    .navbar {
        position: relative;
        background: var(--bs-light);
        z-index: 2;
    }

    .sticky-top.navbar-light {
        position: sticky;
        background: var(--bs-white) !important;
/*         padding: 0 0px 20px 0px !important; */
    }

    .sticky-top.navbar-light {
        background: #fff;
    }

    /* nav.navbar {
        padding: 0 30px 30px 0;
    } */

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark) !important;
    }


    .navbar-light .navbar-brand img {
        max-height: 45;
    }

    .hero-header {
        margin-top: -100px !important;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: sticky;
        width: 100%;
        top: 0;
        left: 0;
        background: #fff !important;
        z-index: 999;
        box-shadow: 0px 4px 12px #E9F1F7;
    }

    .sticky-top.navbar-light {
        position: sticky;
        /* background: var(--bs-light) !important; */
    }
}

@media (max-width: 375px) {
    .navbar-brand img {
        max-width: 202px;
    }
}


/*** Navbar End ***/



/*** Home Section Start ***/
/* .home-banner-section {
    position: relative;
}

.home-banner-section .home-blur-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
} */

.home-banner-section {
    position: relative;
}

.home-banner-section .home-blur-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.brand-guide-banner-section .home-blur-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.home-banner-section .text-img {
  max-width: 138px;
  width: 100%;
}
.home-banner-section .banner-box .items{
	position: absolute;
	background-color:#fff;
	background-color: #fff;
    display: inline-block;
    padding: 5px 15px 5px 7px;
	border: 2px solid rgb(122 11 209 / 20%);
/*     box-shadow: 0px 0px 6px 0px #bac4cd; */
		animation-delay: 0s, .5s;
	animation-duration: .3s, 3s;
	animation-name: hvr-bob-float, hvr-bob;
	animation-timing-function: ease-out, ease-in-out;
	animation-iteration-count: 1, infinite;
	animation-direction: normal, alternate;
	transform: perspective(1px) translateZ(0);
}
.home-banner-section .banner-box .item-1{
    top: 6px;
    left: 13%;
}

.home-banner-section .banner-box .item-2{
    top: 0px;
    right: 9%;
}
.home-banner-section .banner-box .item-3{
    top: 30%;
    left: 2%;
}
.home-banner-section .banner-box .item-4{
    top: 19%;
    right: 8%;
}
.home-banner-section .banner-box .items .circle-icon{
    background-color: var(--secondary-light-green);
    color: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.home-banner-section .banner-box .items .circle-icon i, .home-banner-section .banner-box .items h6{
	vertical-align: middle;
}

@media (max-width:1199.92px){
   .home-banner-section .banner-box .item-1{
    top: 0px;
    left:0%;
   }
  .home-banner-section .banner-box .item-2{
    top: -15px;
    right: 0%;
  }
  .home-banner-section .banner-box .item-3{
    top: 32%;
    left: 0%;
  }
  .home-banner-section .banner-box .item-4{
    top: 17%;
    right: 0%;
  }
}
@media (max-width:991.92px){
   .home-banner-section .banner-box .item-1{
    top: 0px;
    left:0%;
   }
  .home-banner-section .banner-box .item-2{
    top: -15px;
    right: 0%;
  }
  .home-banner-section .banner-box .item-3{
    top: 32%;
    left: 0%;
  }
  .home-banner-section .banner-box .item-4{
    top: 17%;
    right: 0%;
  }
}

@media (max-width:425px){
   .home-banner-section .banner-box .item-1{
    top: 0px;
    left:0%;
   }
  .home-banner-section .banner-box .item-2{
    top: -15px;
    right: 0%;
  }
  .home-banner-section .banner-box .item-3{
    top: 32%;
    left: 0%;
  }
  .home-banner-section .banner-box .item-4{
    top: 17%;
    right: 0%;
  }
  .home-banner-section .banner-box .items .circle-icon i, .home-banner-section .banner-box .items h6{
	font-size:12px;
  }
}
@media (max-width:375px){
  .home-banner-section .banner-box .item-2{
    top: -35px;
    right: 0%;
  }
.home-banner-section .banner-box .items .circle-icon{
    width: 23px;
    height: 23px;
  }
	.home-banner-section .banner-box .items{
		padding: 3px 15px 0px 7px;
	}
 .home-banner-section .text-img {
    max-width: 70px;
  }
}

@keyframes hvr-bob-float{
	100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    }
}
@keyframes hvr-bob{
	0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    }
	50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
   }
	100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
/*** Home Section End ***/


/*** Top Feature Section Start ***/
.top-features-section .feauture-list-box .card-item img {
    width: 100%;
/*     max-width: 50px; */
    max-width: 75px;
    margin-bottom: 5px;
}

.top-features-section .feauture-list-box .card-item h4 {
    font-weight: bold;
}

@media (max-width: 767px) {
    .top-features-section .feauture-list-box {
        padding: 45px 20px;
        border-radius: 24px;
    }
}

/*** Top Feature Section End ***/


/*** Why Choose Section Start ***/
.why-choose-section {
    background-color: var(--secondary-yellow-light);
}

.why-choose-section .items {
    display: flex;
    align-items: center;
}

.why-choose-section .items .icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--light);
    border-radius: 50%;
    height: 70px;
    width: 70px;
    min-width: 70px;
    padding: 5px;
}

@media (max-width: 767px) {
    .why-choose-section .items .icon-circle {
        height: 50px;
        width: 50px;
        min-width: 50px;
        padding: 6px;
    }
}

/*** Why Choose Section End ***/

/*** Product Features Section Start ***/
.product-features-section .circle-point {
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
    background: linear-gradient(160deg, var(--primary), var(--dark-blue-secondary));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 8px;
    font-size: 15px;
}
/*** Product Features Section End ***/

/*** Footer CTA Section Start ***/
.footer-cta-section .container {
    background-color: var(--light);
    padding: 0rem 5rem;
    border-radius: 48px;
}

@media (max-width: 767px) {
    .footer-cta-section .container {
        padding: 3rem 0.5rem 0rem 0.5rem;
    }
}

/*** Footer CTA Section End ***/


/*** Premium Support Package Start ***/
.premium-support-banner-section{
/*   background: rgb(195 191 182 / 15%); */
}
.premium-pricing-section .pricing-card{
  background-color:#fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  padding: 40px 10px;
  border-radius: 4px;
  height: 100%;
  border-radius: 24px;
}
.premium-pricing-section .most-popular{
  border: 4px solid var(--dark-blue-secondary);
  background: linear-gradient(180deg, #E9F1F7, #E7DFC6);
}

.premium-pricing-section .pricing-card button{
  width: 100%;
  max-width: 230px;
  font-weight: 500;
  font-size: 18px;
}

.premium-pricing-section .pricing-card .circle-icon{
    height: 60px;
    width: 60px;
	min-height: 60px;
    min-width: 60px;
    border-radius: 50%;
    background: var(--secondary-yellow-light);
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 1.6rem;
}


/* .premium-pricing-section .pricing-card button{
  background: var(--green-primary);
  width: 100%;
  max-width: 230px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
} */
/* .premium-pricing-section .most-popular button{
  background: #1D2130;
}
.premium-pricing-section .pricing-card button:hover{
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
} */
.premium-pricing-section .pricing-card .items .check-box i.fa-circle-check{
  color: var(--primary);
}
.premium-pricing-section .pricing-card .exclamation-icon i{
 cursor: pointer;
}
.premium-pricing-section .pricing-card .ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  top: -10px;
  right: -5px;
}
.premium-pricing-section .pricing-card .ribbon::before, .ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}

.premium-pricing-section .pricing-card .ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
/*   background: #ff9d28; */
  background: var(--primary);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  color: #fff;
  font: 700 14px / 1 'Montserrat', sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-transform: uppercase;
  text-align: center;
}
.premium-pricing-section .pricing-card .ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}
@media (min-width:1400px){
	.premium-pricing-section .pricing-card{
		padding: 40px 20px;
	}
}
/*** Premium Support Package End ***/

/*** Pricing Page FAQ's Start ***/
.accordion {
  background-color: transparent;
  color: #1D2130;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 21px;
  font-weight: 600;
  transition: 0.4s;
  border-radius: 19px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.active, .accordion:hover {
  background-color: transparent;
}

.accordion .icons:after {
  content: '\002B';
  color: #1D2130;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  line-height: 33px;
  font-size: 39px;
}

.active .icons:after {
  content: "\2212";
}

.panel {
  border-radius: 19px;
  padding: 0 18px;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.pricing-page-faq .container{
	background-color:#E9F1F7;
	border-radius: 19px;
}
.pricing-page-faq .container .items{
	background-color:#fff;
	border-radius: 19px;
}
@media (max-width:767px){
  .accordion {
    font-size: 16px;
   }
 .accordion .icons:after {
  line-height: normal;
  font-size: 27px;
 }
}
/*** Pricing Page FAQ's End ***/

/*** Footer Section Start ***/
.footer-section {
    background-color: var(--secondary);
}

.footer-section .btn-link {
    color: #fff;
    text-decoration: none;
}

.footer-section .btn-link:hover {
    color: #D6B3F1;
}

.footer-section .btn-social {
    border: none;
    font-size: 1.5rem;
    display: flex;
    font-size: 1.5rem;
    width: 35px;
    height: 35px;
    padding: 0px;
    justify-content: center;
    align-items: center;
}

/*** Footer Section End ***/

 /* Move reCAPTCHA v3 badge to the left */
 
 .grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}

.shere-icon {
    width: 30px !important;
    height: 30px !important;
    background: white;
    padding: 10px 15px 10px 15px;
    border-radius: 8px;
}
/* css */
.blog-title-heading:hover {
    color: #085897 !important;
}

/*** Brand Guide Start ***/
.brand-color-palette-section .color-palette-card {
    min-height: 15vh;
    padding: 20px;
}
.roboto-serif-font{
	font-family: "Roboto", sans-serif !important;
}
.open-serif-font{
	font-family: "Open Sans", sans-serif !important;
}
.extra-bold-font {
    font-size: 185px;
    font-weight: 700;
}
.bold-font {
    font-size: 1.2rem;
    font-weight: 900;
    word-break: break-all;
}
.semi-bold-font {
    font-size: 1.2rem;
    font-weight: 700;
    word-break: break-all;
}
.bold-600-font {
    font-size: 1.2rem;
    font-weight: 600;
    word-break: break-all;
}
.medium-font {
    font-size: 1.2rem;
    font-weight: 400;
    word-break: break-all;
}
/*** Brand Guide Start ***/

/***** Product Overview Page Start *****/
.product-overview .users-profile img {
    width: 70px;
    margin-left: -16px;
    transition: ease-in-out 0.5s;
    position: relative;
}

/*** Highlights Section Start ***/
.highlights-section{
	background-color:var(--dark-blue-secondary);
}
.highlights-section .highlight-card .card-icon{
	position: absolute;
    top: 0px;
    left: 30px;
	width: 70px;
    height: 70px;
    padding: 5px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width:575px){
 .highlights-section .highlight-card .card-icon{
    left: 27%;
 }
}
@media (max-width:484px){
 .highlights-section .highlight-card .card-icon{
    left: 22%;
 }
}
@media (max-width:375px){
 .highlights-section .highlight-card .card-icon{
    left: 15%;
 }
}
/*** Highlights Section End ***/

/*** Product Features Section Start ***/
.product-overview-features-section .swiper {
      width: 100%;
      height: 100%;
	 max-height:59vh;
    }
.product-overview-features-section .swiper p{
      border-left: 4px solid var(--primary);
      padding-left: 7px;
    }
.product-overview-features-section .swiper .swiper-scrollbar-drag{
	background:var(--primary);
}
.product-overview-features-section .swiper .swiper-scrollbar{
	background: rgb(122 11 209 / 15%);
	right:0;
}
.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--dark-blue-secondary);
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--dark-blue-secondary);
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

@media (max-width: 1300px) {
	.product-overview-features-section .swiper {
	  max-height:76vh;
    }
}
@media (max-width: 1199.92px) {
	.product-overview-features-section .swiper {
	  max-height:45vh;
    }
}
@media (height: 1368px){
	.product-overview-features-section .swiper {
	  max-height:28vh !important;
    }
}
@media (height: 1366px){
	.product-overview-features-section .swiper {
	  max-height:28vh !important;
    }
}
@media (width: 1280px) and (height: 800px){
	.product-overview-features-section .swiper {
	  max-height:55vh !important;
    }
}
@media (height: 1280px){
	.product-overview-features-section .swiper {
	  max-height:30vh !important;
    }
}
@media (height: 1180px){
	.product-overview-features-section .swiper {
	  max-height:32vh !important;
    }
}
@media (height: 1024px){
	.product-overview-features-section .swiper {
	  max-height:36vh !important;
    }
}
@media (height: 600px){
	.product-overview-features-section .swiper {
	  max-height:63vh !important;
    }
}

@media (max-width: 991px) {
	.product-overview-features-section .swiper {
	  max-height:48vh;
    }
    .autoplay-progress {
        display: none !important;
    }
}
@media (max-width: 767.92px) {
	.product-overview-features-section .swiper {
	  max-height:unset;
	  padding-bottom: 20px;
    }
}
/*** Product Features Section End ***/

/*** Use Cases Section Start ***/
/* .use-cases-section{} */
    .use-cases-section.swiper {
      width: 100%;
      height: 100%;
	  z-index: 0;
    }

    .use-cases-section.swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

/*     .use-cases-section.swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
		
    } */
.use-case-items{
	height: 100%;
    min-height: 80vh;
/*     background-repeat: round; */
    width: 100%;
    object-fit: cover;
	display:flex;
	background-repeat: no-repeat;
    background-size: cover;
}
.use-case-items .use-case-tag{
	background: #000;
    color: #fff;
    display: inline-block;
    padding: 15px;
    clip-path: polygon(0 0, 100% 30%, 100% 100%, 0% 100%);
}
.use-case-items h4{
	background: var(--primary);
    color: #fff;
/*     display: inline-block; */
    padding: 15px;
}
.use-case-items p{
	background: #fff;
    padding: 15px;
}
.use-cases-section .swiper-pagination-progressbar-fill{
	background:var(--primary) !important;
}
.use-cases-section .swiper-button-prev, .use-cases-section .swiper-button-next{
	background: #000;
    color: #fff;
    border-radius: 50%;
	padding: 30px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.use-cases-section .swiper-button-prev:hover, .use-cases-section .swiper-button-next:hover{
	background: #fff;
    color: #000;
}
.use-cases-section .swiper-button-prev:after, .use-cases-section .swiper-button-next:after{
	font-size: 25px;
    font-weight: 900;
}
@media (max-width: 767.92px) {
   .use-cases-section .swiper-button-prev, .use-cases-section .swiper-button-next{
	  padding: 15px;
	  height: 20px;
      width: 20px;
      min-height: 20px;
      min-width: 20px;
   }
   .use-cases-section .swiper-button-prev:after, .use-cases-section .swiper-button-next:after{
	font-size: 15px;
   }
}

.use-cases-section .btn-secondary:hover{
	background: #fff;
	border:2px solid #fff;
}
/*** Use Cases Section End ***/

/*** Product By HIC Section Start ***/
.product-by-hic-section{
	background-color:var(--light);
}
.product-by-hic-section .hic-product-card .review-start i{
	color: #ffbb0a;
    font-size: 22px;
    margin-left: 2px;
	margin-right:2px;
}
.product-by-hic-section .hic-product-card{
	height: 100%;
	overflow: hidden;
}
.product-by-hic-section .hic-product-card a{
	display:block;
	background-color:#fff;
	padding:15px;
	display: flex;
    align-items: center;
    justify-content: center;
/*     height: 100%; */
	height: 137px;
}
/*** Product By HIC Section End ***/


/*** Product Footer CTA Section Start ***/
.product-footer-cta-section .container{
	border-radius:19px;
	background-repeat: round;
}

@media (max-width: 991px) {
.use-case-items{
    min-height: 72vh;
    }
}
/*** Product Footer CTA Section End ***/

/***** Product Overview Page End *****/

/* Dropdown Menu */
/*** Update Navbar Start ***/
.navbar .container{
	position: relative;
}

.navbar-nav a, .navbar-nav .dropbtn{
	color:#212529;
	text-decoration: none;
    transition: .3s;
	font-size: 17px;
	font-weight: 500;
}
.navbar-nav a:hover, .navbar-nav .dropbtn:hover{
	color:#2274A5 !important;
}
.navbar-nav .dropbtn {
  background-color: transparent;
/*   color: white; */
  padding: 0.5rem 0.5rem;
  font-size: 17px;
  border: none;
}
.navbar-nav ul li {
    list-style: none;
}

.navbar-nav .dropdown {
  position: unset;
  display: flex;
  align-items:center;
  height: 80px;
}

.navbar-nav .dropdown-content {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  background-color: #fff;
  padding-top: 30px;
  min-width: 160px;
  width:100%;
/*   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
  box-shadow: 0px 8px 12px 0px rgb(0 0 0 / 5%);
  z-index: 1;
}

.navbar-nav .dropdown-content a {
  padding: 6px 0px;
  text-decoration: none;
  display: inline-block;
}

.navbar-nav .dropdown:hover .dropdown-content {display: block;}
.dropdwn-description{
	font-size:15px;
}
/* .navbar-nav .dropdown-content:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -0.625rem;
    left: 2.188rem;
    margin-left: auto;
    border-left: 10px solid transparent;
    border-bottom: 10px solid rgb(33 37 41 / 20%);
    border-right: 10px solid transparent;
} */
/* @media (min-width:992px){
	.navbar-light {
        position: sticky;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
    }
	.navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
} */

.navbar .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  box-shadow: 8px 0px 16px 0px rgba(0,0,0,0.2);
}

.navbar .sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.navbar .sidenav a:hover {
  color: var(--primary);
}

.navbar .sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.navbar .sidenav a, .dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: var(--secondary);
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

/* Add an active class to the active dropdown button */
/* .navbar .active {
  background-color: green;
  color: white;
} */

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.navbar .dropdown-container {
  display: none;
/*   background-color: #262626; */
  padding-left: 20px;
}
.navbar .dropdown-container a{
	font-size:16px;
}
/* Optional: Style the caret down icon */
.navbar .fa-caret-down {
/*   float: right; */
  padding-right: 8px;
}
/*** Top Header Section End ***/
