@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/* Font-Family Tag  */

@import url('https://fonts.googleapis.com/css2?family=Karla:wght@200;300;400;500;600;700;800&display=swap');


:root {
  --primary-color: #083e9e;
  --secondary-color: #ffffff;
  --tertiary-color: #0b0b12de;
  --quaternary-color: #979797;
  --quinary-color: #394256;
  --senary-color: #3BD078;
  --tw-gradient-stops: #ddd6fe, #bbf7d0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  overflow-x: hidden;
  position: relative;
  color: var(--tertiary-color);
  background-color: var(--secondary-color);
  font-family: "Kumbh Sans", serif!important;
  font-size: 14px !important;
  letter-spacing: 0.8px;
}


.navbar-toggler {
  border: 0 !important;
  padding: 0 !important;
}

.navbar-toggler:focus {
  box-shadow: none !important;
  outline: none !important;
}

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

a,
input,
textarea {
  outline: 0 !important;
  box-shadow: none;
  text-decoration: none !important;
}

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

.pd-left-zero {
  padding-left: 0;
}

.no-padding {
  padding: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-left {
  margin-left: 0;
}

.no-margin-right {
  margin-right: 0;
}

.padding-right-zero {
  padding-right: 0;
}

.btn-center {
  text-align: center;
  margin-bottom: 2em;
}

.no-margin-auto {
  margin: unset !important;
}

.border-right-zero {
  border-right: 0 !important;
}

.xs-padding {
  padding: 2em 0;
}

.sm-padding {
  padding: 4em 0;
}

.xs-padding-top {
  padding-top: 2em;
}

.mrg-btm-sec {
  margin-bottom: 2em;
}

.margin-btm-sm {
  margin-bottom: 1.5em;
}

.margin-btm-md {
  margin-bottom: 3em;
}

.margin-top-sm {
  margin-top: 2em;
}

.white-text {
  color: var(--secondary-color) !important;
}

.bg-white {
  background-color: var(--secondary-color);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("../img/icons/mobile-toogle.svg") !important;
}

.navbar-light .navbar-toggler {
  border: 1px solid var(--secondary-color) !important;
  color: var(--secondary-color) !important;
}

.navbar-light .navbar-toggler:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.logo {
  /* margin-right: 1em; */
  max-width:clamp(100px, 100% - 15vw - 50px, 100%);
}

.height-auto {
  height: auto !important;
}

.section-title {
  margin-bottom: 4em;
}

.section-title h2 {
  font-size: 2.5em;
  font-weight: 700;
  color: var(--tertiary-color);
  position: relative;
  margin-bottom: 0.5em;
  text-align: center;
  position: relative;
  z-index: 2;
}

.section-title h2 span {
  color: var(--primary-color);
}

.section-title h3 {
  font-size: 2.5em;
  font-weight: 600;
  color: var(--tertiary-color);
  position: relative;
  margin-bottom: 0.5em;
  text-align: center;
  position: relative;
  z-index: 2;
}

.section-title h3 {
  font-size: 2.5em;
  font-weight: 600;
  color: var(--tertiary-color);
  position: relative;
  margin-bottom: 0.5em;
  text-align: center;
}

.section-title h4 {
  font-size: 2.5em;
  font-weight: 600;
  color: var(--tertiary-color);
  position: relative;
  margin-bottom: 0.5em;
  text-align: center;
}

.section-title p {
  font-size: 1rem;
  font-weight: 400;
  color: var(--quaternary-color);
  opacity: 0.8;
  line-height: 1.8;
  margin-bottom: 0.5em;
  text-align: center;
}

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

.section-title span {
  color: var(--primary-color);
}

.header-nav-center {
  border-bottom: 1px solid rgba(133, 127, 127, 0.2);
  box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
  background-color: #ffffff;
  position: relative;
  padding: 0.5em 0;
}
.navbar-expand-lg .navbar-collapse{
  justify-content: center;
}
.navbar-brand,.nav-action{
  flex: 1;
}
.nav-action{
  text-align: end;
}
/* .container-nav{
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  border-radius: 50px;
  padding: 0.5em 3em;
} */
.header-nav-center .navbar .nav-item .nav-link {
  font-size: 0.95em;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--tertiary-color);
  opacity: 1;
  letter-spacing: 0.5px;
  padding: 0.5em 1em;
  position: relative;
  transition: transform 0.5s;
  padding-bottom: 0.5em;
}

.header-nav-center .navbar .navbar-nav {
  gap: 0.5em;
  align-items: center;
  justify-content: center;
}

.header-nav-center .navbar .nav-item .nav-link:hover {
  color: var(--tertiary-color);
  opacity: 1;
}

.open-header-btn {
  color: var(--secondary-color) !important;
  border: none;
  border-radius: 5px;
  opacity: 1 !important;
  z-index: 1;
  position: relative;
  transition: 0.5s;
  background: var(--primary-color);
  padding: 1em 2em !important;
  letter-spacing: 0.5px;
  font-size: 1em !important;
  font-weight: 600 !important;
  text-transform: capitalize !important;
}

.open-header-btn:hover {
  color: var(--secondary-color);
  opacity: 0.9!important;
}

.header-dropdown .dropdown-menu {
  border: 0;
  padding: 0 !important;
}

.header-dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1em !important;
}

.header-dropdown .dropdown-menu:last-child .dropdown-item:hover {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.37rem;
}

.navbar-brand h4 {
  color: var(--tertiary-color);
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 600;
}

/* Moblie Nav Style  */
.mobile-nav-header{
  display: none;
}



/* Banner section style  start*/
.banner-warpped{
  background: url("../img/banner/Dots.svg") no-repeat;
  background-size: cover;
  border-bottom-right-radius: 50px ;
  border-bottom-left-radius: 50px;
  overflow: hidden;
  /* height: ; */
}
.banner-wrapped_content{
  /* text-align: center; */
  padding-top: 4em;
  padding-bottom: 2em;
}
.banner_content-img{
  width: 100%;
}
.banner_content-badge{
  width: fit-content;
  background-color: var(--secondary-color);
  color: var(--primary-color);
  text-align: center;
  padding: 0.5em 1.8em;
  border-radius: 30px;
  border: 1px solid var(--quaternary-color);
  display: flex;
  align-items: center;
  gap: 0.5em;
  /* margin:  0 auto; */
  font-size: 0.95em;
  font-weight: 600;

}
.banner-wrapped_content h1{
  font-size: 3.5em;
  font-weight: 800;
  color: var(--tertiary-color);
  line-height: 1.2;
  /* text-align: center; */
  padding-top: 0.2em;
  padding-bottom: 0.5em;
  margin-bottom: 0;
}
.banner-wrapped_content p{
  font-size: 1.1em;
  font-weight: 400;
  color: var(--quaternary-color);
  line-height: 1.6;
  /* text-align: center; */
  margin-bottom: 0;
  padding-bottom: 1.5em;

}
.banner_content-action{
  padding: 0.5em 0;
}
.banner_content-action a{
  display: flex;
  align-items: center;
  gap: 0.5em;
  /* justify-content: center; */
  width: fit-content;
  /* margin: 0 auto; */
  transition: 0.5s;
}
.banner_content-action a:hover span:first-child{
  border: 1px solid var(--quaternary-color);
  background-color: var(--secondary-color);
  color: var(--tertiary-color);

}
.banner_content-action a {
  background-color: var(--primary-color);
  border-radius: 5px;
  color: var(--secondary-color);
  font-size: 0.95em;
  font-weight: 500;
  text-align: center;
  padding: 0.8em 2.6em;
  display: inline-block;
  border: 1px solid var(--primary-color);
}

.banner_content-action a:hover{
  opacity: 0.9;
}

/* Banner section style end */


/* Key value Section start  */
.action_content-action{
  padding: 0.5em 0;
}
.action_content-action a{
  display: flex;
  align-items: center;
  gap: 0.5em;
  justify-content: center;
  width: fit-content;
}
.action_content-action a {
  --_bgcolor:var(--bgcolor,var(--primary-color));
  --_color:var(--color,var(--secondary-color));
  background-color: var( --_bgcolor);
  border-radius: 5px;
  color: var( --_color);
  font-size: 0.95em;
  font-weight: 500;
  text-align: center;
  padding: 0.8em 2.6em;
  display: inline-block;
  border: 1px solid var( --_bgcolor);
  transition: .5s;
}

.action_content-action a:hover{
  opacity: 0.9;
}

.white{
  --bgcolor:var(--secondary-color);
  --color:var(--primary-color);
}
.white svg{
  fill:var(--primary-color);
}
.key-value_title h5{
  font-size: 0.95em;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 0.5em;
}
.key-value_title h2{
  font-size: 2.4em;
  font-weight: 700;
  color: var(--tertiary-color);
  margin-bottom: 0.5em;
  line-height: 1.3;
}
.key-value_title h2 span{
  color: var(--primary-color)!important;
  font-style: italic;
}
.key-value_title p{
  /* padding-left: 3em; */
  font-size: 1.1em;
  font-weight: 400;
  color: var(--quaternary-color);
  line-height: 1.6;
  margin-bottom: 0;
}
.key-value-card_wrapped{
  padding-top: 6em;
}
.key-value-card{
  padding: 2em;
  position: relative;
  overflow: hidden;
  min-height: 22em;
  display: flex;
  flex-direction: column;
  padding-right: 0;
  padding-bottom: 0;
}
.key-value-card_icons{
  margin-bottom: 1em;
}
.key-value-card_img{
  width: 6em;
  height: 6em;
  object-fit: contain;
}
.key-value-card_titles h3{
  font-size: 1.3em;
  font-weight: 700;
  margin-bottom: 0;
  color: var(--tertiary-color);
  line-height: 1.4;
}
.key-value-card_titles{
  margin-bottom: 1em;
}
.key-value-card_info p{
  font-size: 1.1em;
  font-weight: 400;
  color: var(--quaternary-color);
  line-height: 1.6;
  margin-bottom: 0;
}
.key-value-card::after {
  content: "";
  position: absolute;
  left: 1.1px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #E5E5E5;
}
.key-value-card::before {
  content: "";
  position: absolute;
  left: 1.1px;
  top: 45px;
  width: 2px;
  height: 45px;
  background-color: var(--primary-color);
  animation: topToBottom 5s linear infinite;
  z-index: 2;
}
@keyframes topToBottom {
  0% {
    top: -30%;
}
100% {
    top: 100%;
}
}
.key-value-card:hover::before {
  animation-play-state: paused;
}
/* Key value Section end  */

/* Footer Sec CSS */
.footer-sec{
  padding-bottom: 1em;
}
.footer-box{
  background-color: #0d0d0d;
  padding: 2em 2em;
  border-radius: 30px;
}

.footer-logo{
  max-width: 10em;
}

.footer-company-info-logo-sec{
  margin-bottom: 1.5em;
}

.footer-company-info-box p{
  margin-bottom: 0;
  color: var(--secondary-color);
  font-size:0.9em;
  font-weight: 500;
  line-height: 1.8;
}

.footer-widget-link-sec h3{
  font-size: 1.2em;
  font-weight: 600;
  color: var(--secondary-color);
  position: relative;
  margin-bottom: 1em;
  border-bottom: 1px dashed #ffffff78;
  padding-bottom: 0.5em;
  display: inline-flex;
}

.footer-widget-link-list{
  margin-bottom: 0;
}

.footer-widget-link-list li a{
  font-size: 0.95em;
  font-weight: 500;
  line-height: 1.8;
  color: var(--secondary-color);
  opacity: 0.8;
  display: inline-block;
  margin-left: -28px;
  transition: .5s;
}

.footer-widget-link-list li a:hover{
  margin-left: .0;
}

.footer-widget-link-list li a:hover svg{
  opacity: 1;
  visibility: visible;
}


.footer-widget-link-list li a svg{
  opacity: 0;
  transition: .5s;
  visibility: hidden;
}

.footer-widget-link-list li{
  padding-bottom: 1em;
}

.footer-widget-link-list li:last-child{
  padding-bottom: 0;
}

.footer-widget-company-info-sec h3 {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--secondary-color);
  position: relative;
  margin-bottom: 1em;
  border-bottom: 1px dashed #ffffff78;
  padding-bottom: 0.5em;
  display: inline-flex;
}

.contact-us-address-list li {
  padding-bottom: 1em;
}

.contact-us-address-list li:last-child {
  padding-bottom: 0;
}

.contact-us-address-list li a {
  color: var(--secondary-color) !important;
  display: grid;
  grid-template-columns: 30px auto;
  align-items: flex-start;
  opacity: 0.8;
}

.contact-us-address-lis li a svg{
  stroke: var(--secondary-color);
  opacity: 0.8;
}

.address-info{
  color: var(--secondary-color) !important;
  opacity: 0.8;
  display: grid;
  grid-template-columns: 30px auto;
  align-items: flex-start;
}

.address-info svg{
  fill: var(--secondary-color)!important;
  opacity: 0.8;
}

.footer-top-sec{
  padding-bottom: 2em;
  border-bottom: 1px solid #ffffff78;
}

.footer-social-link-list {
  display: flex;
  align-items: center;
  gap: 1em;
}

.footer-social-link-list li a {
  background-color: #083E9E;
  width: 3em;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-mask-image: url(../img/social-bg.svg);
  mask-image: url(../img/social-bg.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.footer-bottom-sec{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2em;
}

.footer-copyright-sec p{
  margin-bottom: 0;
  color: var(--secondary-color);
  font-size:0.9em;
  font-weight: 500;
  line-height: 1.8; 
}

.footer-social-link-list li a svg {
  fill: var(--secondary-color);
}

/* CTA CSS */

.cta-box{
  background: linear-gradient(111deg, #093e9e 19.42%, #9F70FD 73.08%);
  border-radius: 10px;
  padding: 2em 2em;
  position: relative;
  z-index: 1;
  overflow: hidden;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}

.cta-right-sec{
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: -99;
}

.cta-left-sec h2{
  font-size: 2.5em;
  font-weight: 700;
  color: var(--secondary-color);
  position: relative;
  margin-bottom: 0.5em;
  position: relative;
  /* max-width: 500px; */
}

.cta-left-sec p{
  margin-bottom: 0;
  color: var(--secondary-color);
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.8;
  max-width: 500px;
}

.cta-btn-sec{
  margin-top: 1.5em;
}

.cta-list-sec li{
  margin-bottom: 0;
  color: var(--secondary-color);
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.8;
  padding-bottom: 0.5em;
}

.cta-list-sec li:last-child{
  padding-bottom: 0;
}

.cta-btn-sec{
  display: flex;
  align-items: center;
  gap: 1em;
}

.cta-btn{
  color: var(--primary-color) !important;
  border: none;
  border-radius: 5px;
  opacity: 1 !important;
  z-index: 1;
  position: relative;
  transition: 0.5s;
  background: var(--secondary-color)!important;
  padding: 0.8em 2em !important;
  letter-spacing: 0.5px;
  font-size: 1em !important;
  font-weight: 600 !important;
  text-transform: capitalize !important;
}

.cta-btn:hover{
  opacity: 0.9!important;
}

/* Pricing CSS */

.pricing-sec{
  background: #e6e6e6;
box-shadow: 0px 1px 10px -6px rgba(0, 0, 0, .15);
}

.pricing-table {
background: var(--secondary-color);
box-shadow: 0px 1px 10px -6px rgba(0, 0, 0, .15);
padding: 1.5em;
border-radius: 5px;
transition: .3s;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}

.pricing-table:hover {
box-shadow: 0px 1px 10px -4px rgba(0, 0, 0, .15);
}

.pricing-table .pricing-label {
border-radius: 2px;
padding: .25rem .5rem;
margin-bottom: 1rem;
display: inline-flex;
font-size: 12px;
font-weight: 500;
}

.pricing-table h2 {
color: #3b3b3b;
font-size: 2em;
font-weight: 500;
}

.pricing-table h5 {
color: #B3B3B3;
font-size: 1em;
font-weight: 400;
}

.pricing-table .pricing-features {
margin-top: 2rem;
  grid-template-columns: repeat(1, 1fr);
  display: grid;
  gap: 1em;
  width: 100%;
}

.pricing-table .pricing-features .feature {
font-size: 1em;
color: #B3B3B3;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 1em;
}

.pricing-table .pricing-features .feature span {
color: #3b3b3b;
font-weight: 500;
}

.pricing-table 	.price-tag {
margin-top: 2rem;
text-align: center;
font-weight: 500;
}

.pricing-table .price-tag .symbol {
font-size: 1.5em;
}

.pricing-table .price-tag .amount {
letter-spacing: -2px;
font-size: 2.5em;
}

.pricing-table .price-tag .after {
color: #3b3b3b;
font-weight: 500;
}

.pricing-table .price-button {
display: block;
color: var(--secondary-color);
margin-top: 2rem;
padding: 0.8em 2em !important;
border-radius: 5px;
text-align: center;
  letter-spacing: 0.5px;
  font-size: 1em !important;
  font-weight: 600 !important;
  text-transform: capitalize !important;
}

.pricing-table .price-button:hover {
text-decoration: none;
}

.purple .pricing-label {
background: #cad2ff;
color: #627afe;
}

.purple .price-tag {
color: #627afe;
}

.purple .price-button {
background: #627afe;
}

.purple .price-button:hover {
background: #546dfe;
}

.turquoise .pricing-label {
background: #b9edee;
color: #44cdd2;
}

.turquoise .price-tag {
color: #44cdd2;
}

.turquoise .price-button {
background: #44cdd2;
}

.turquoise .price-button:hover {
background: #2dbcc4;
}



/* Steps to Step section start  */
.step-to-step_card-box{
  background-color: var(--primary-color);
  display: flex;
}

.step-to-step_subcard-box{
  display: grid;
  grid-template-columns: repeat(2,1fr);
}
.step-to-step_subcard{
  padding: 2em 2em;
}
.step-to-step_card-big h5{
  font-size: 0.95em;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 0.5em;
}
.step-to-step_card-big{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-inline-start: 3em;
  margin-inline-end: 3em;
}
.step-to-step_subcard-icons{
  margin-bottom: 1em;
}
.step-to-step_subcard-img{
  width: 4em;
  height: 4em;
  object-fit: contain;
}
.step-to-step_card_img{
  width: 30em;
  height: 15em;
  object-fit: contain;
  margin-bottom: 2em;
}
.step-to-step_card-big h2{
  font-size: 2.4em;
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 0.3em;
  line-height: 1.3;
}
.step-to-step_card-big p{
  font-size: 1.1em;
  font-weight: 400;
  color: var(--secondary-color);
  line-height: 1.6;
  margin-bottom: 0;
}
.step-to-step_subcard-title h3{
  font-size: 1.3em;
  font-weight: 700;
  margin-bottom: 0;
  color: var(--tertiary-color);
  line-height: 1.4;
}
.step-to-step_subcard-title{
  margin-bottom: 1em;
}
.step-to-step_subcard-info p{
  font-size: 1.1em;
  font-weight: 400;
  color: var(--tertiary-color);
  line-height: 1.6;
  margin-bottom: 0;
}
.step-to-step_card-big{

}
.step-to-step_card-sing{
  padding: 2em 2em;
}
.step-to-step_card-sing h3{
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 0;
  color: var(--tertiary-color);
  line-height: 1.4;
  margin-bottom: 0.5em;
}
.step-to-step_card-sing p{
  font-size: 1.1em;
  font-weight: 400;
  color: var(--tertiary-color);
  line-height: 1.6;
  margin-bottom: 0;
}
.step-to-step_card-sing{
  background-color: #b2e2ff;
}
.step-to-step_card-med{
background-color: #7ed1ff;
}
/* Steps to Step section end  */


/* Pricing CSS */

.pricing-sec{
  background: #e6e6e6;
box-shadow: 0px 1px 10px -6px rgba(0, 0, 0, .15);
}

.pricing-table {
background: var(--secondary-color);
box-shadow: 0px 1px 10px -6px rgba(0, 0, 0, .15);
padding: 1.5em;
border-radius: 5px;
transition: .3s;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}

.pricing-table:hover {
box-shadow: 0px 1px 10px -4px rgba(0, 0, 0, .15);
}

.pricing-table .pricing-label {
border-radius: 2px;
padding: .25rem .5rem;
margin-bottom: 1rem;
display: inline-flex;
font-size: 12px;
font-weight: 500;
}

.pricing-table h2 {
color: #3b3b3b;
font-size: 2em;
font-weight: 500;
}

.pricing-table h5 {
color: #B3B3B3;
font-size: 1em;
font-weight: 400;
}

.pricing-table .pricing-features {
margin-top: 2rem;
  grid-template-columns: repeat(1, 1fr);
  display: grid;
  gap: 1em;
  width: 100%;
}

.pricing-table .pricing-features .feature {
font-size: 1em;
color: #B3B3B3;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 1em;
}

.pricing-table .pricing-features .feature span {
color: #3b3b3b;
font-weight: 500;
}

.pricing-table 	.price-tag {
margin-top: 2rem;
text-align: center;
font-weight: 500;
}

.pricing-table .price-tag .symbol {
font-size: 1.5em;
}

.pricing-table .price-tag .amount {
letter-spacing: -2px;
font-size: 2.5em;
}

.pricing-table .price-tag .after {
color: #3b3b3b;
font-weight: 500;
}

.pricing-table .price-button {
display: block;
color: var(--secondary-color);
margin-top: 2rem;
padding: 0.8em 2em !important;
border-radius: 5px;
text-align: center;
  letter-spacing: 0.5px;
  font-size: 1em !important;
  font-weight: 600 !important;
  text-transform: capitalize !important;
}

.pricing-table .price-button:hover {
text-decoration: none;
}

.purple .pricing-label {
background: #cad2ff;
color: #627afe;
}

.purple .price-tag {
color: #627afe;
}

.purple .price-button {
background: #627afe;
}

.purple .price-button:hover {
background: #546dfe;
}

.turquoise .pricing-label {
background: #b9edee;
color: #44cdd2;
}

.turquoise .price-tag {
color: #44cdd2;
}

.turquoise .price-button {
background: #44cdd2;
}

.turquoise .price-button:hover {
background: #2dbcc4;
}

/* FAQ CSS */

.faq-frame-info-title h2{
  font-size: 1.7em;
  font-weight: 700;
  margin-bottom: 0;
  color: var(--dark-color);
}

.faq-frame-info-title{
margin-bottom: 2em;
}

.faq-tabs-info-frame{
  margin-top: 2em;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../img/minus.svg")!important;
}

.accordion-button::after{
  background-image: url("../img/plus.svg")!important;
}

.accordion-item{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-bottom: 1em;
  overflow: hidden;
  border-radius: 5px!important;
}

.faq-list{
  margin-top: 1em;
}

.faq-list li{
  padding-bottom: 1em;
}

.faq-list li:last-child{
  padding-bottom: 0;
}

.accordion-button{
  background-color: transparent!important;
}

.accordion-button:focus{
  box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)!important;
}

.faq-frame-img{
  max-width: 28em;
}


/* feature Section style start  */
.feature_title{
 text-align: center;
}
.feature_title h5{
  font-size: 1em;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 0.5em;
}
.feature_title h2{
  font-size: 2.4em;
  font-weight: 700;
  color: var(--tertiary-color);
  margin-bottom: 0.5em;
  line-height: 1.3;
}
.feature_title h2 span{
  color: var(--primary-color)!important;
  font-style: italic;
}
.feature_title p{
  padding-left: 3em;
  font-size: 1.1em;
  font-weight: 400;
  color: var(--quaternary-color);
  line-height: 1.6;
  margin-bottom: 0;
}
.feature_tabs .nav-link{
  background-color: transparent!important;
  padding: 0!important;
  border: 0!important;
  border-radius: 0!important;
  width: fit-content;
}
.feature_tab-card{
padding: 2em;
border: 1px solid #ebebeb;
border-radius: 12px;
height: 100%;
}
.feature_box {
  position: relative;
  padding-top: 4em;
}
.tab-card_icons{
  width: 5em;
  height: 5em;
  background-color: var(--primary-color);
  border-radius: 50px;
  display: flex;
  place-items: center;
  margin-bottom: 1em;
  padding: 20px;
}
.tab-card_info h3{
 
  font-size: 1.3em;
  font-weight: 700;
  margin-bottom: 0.5em;
  color: var(--tertiary-color);
  line-height: 1.4;
  text-align: left;
}
.tab-card_info p{
  text-align: left;
  
  font-size: 1.1em;
  font-weight: 400;
  color: var(--quaternary-color);
  line-height: 1.6;
  margin-bottom: 0;
}
.tab-card_icons{

}
/* feature Section style end */


  /* Testimonials CSS */
  

  .tns-nav {
    text-align: center;
    margin-top: 10px;
  }
  .tns-nav button {
    border-radius: 3px;
    background: rgb(72 181 225 / 50%) !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: none;
    margin: 0 5px;
    padding: 5px;
  }
  .tns-nav button.tns-nav-active {
    background: var(--primary-color)!important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .client-slider-item .tns-controls{
    display: none;
  }
  
  .tns-nav{
    position: absolute;
    bottom: 20px;
    left: 50%;
  }
  
  .testimonials-sec{
    position: relative;
  }

  .testimonials-card{
    background: linear-gradient(88.27deg, rgba(255, 255, 255, 0.0001) -31.62%, #e6e6e6 95.53%);
    border-radius: 20px;
  }
  
  .testimonials-card{
    position: relative;
  }
  
  .testimonials-quotes-icon-sec{
    position: absolute;
    top:20px;
    left: 20px;
  }
  
  .testimonials-quotes-info{
    padding: 2em;
    padding-bottom: 2em;
  }

  
  .testimonials-quotes-info p{
    font-size: 1em;
    color: #303030;
    margin-bottom: 0em;
    font-weight: 500;
    line-height: 1.8;
    position: relative;
    z-index: 9;
    font-style: italic;
  }
  
  .testimonials-box{
    margin-top: 3em;
  }
  
  .testimonials-user-details{
    background: var(--primary-color);
    border-radius: 0px 0px 20px 20px;
    padding: 1em;
    display: flex;
    align-items: center;
    gap: 2em;
    justify-content: space-between;
  }
  
  .testimonials-user-details h4{
    font-size: 1.2em;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 0.4em;
  }
  
  .testimonials-user-details p{
    font-size: .9em;
    color: var(--secondary-color);
    opacity: .8;
    margin: 0;
    font-weight: 400;
    line-height: 1.8;
  }
  
  .testimonials-user-img-sec .testimonials-user-img{
    object-fit: cover;
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
  }
  

/* Security CSS */

.security-trust-info-sec h2{
    font-size: 2.5em;
    font-weight: 700;
    color: var(--tertiary-color);
    position: relative;
    margin-bottom: 1em;
    position: relative;
    z-index: 2;
}

.security-trust-info-sec p{
    font-size: 1rem;
    font-weight: 400;
    color: var(--quaternary-color);
    opacity: 0.8;
    line-height: 1.8;
}

.security-trust-list li{
    padding-bottom: 1em;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.8;
}

.security-trust-list li:last-child{
    padding-bottom: 0;
}

.security-trust-img-sec{
    text-align: right;
}

/* Our Partner CSS */

.our-partner-item h4{
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 1.5em;
    text-align: center;
}

.our-partner-logo{
    object-fit: contain;
    width: 8em;
    height: 4em;
}

.our-partner-card{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
    margin-bottom: 2em;
}

.our-partner-logo-sec{
    border: 1px dashed var(--quaternary-color);
    padding: 1em 2em;
    border-radius: 5px;
}

.industry-recognition-img-sec{
  text-align:left;
}

.industry-recognition-img{
  max-width: 28em;
}



/* Contact Us Section start  */
.contact_avater{
  border-radius: 30px;
  height: 100%;
  overflow: hidden;
}
.contact_avater-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact_form{
  border-radius: 30px;
  border: 1px solid #efefef;
  height: 100%;
  padding: 2em;
}
.contact_form-title {
  margin-bottom: 2em;
}
.contact_form-title  h2{
  font-size: 2.4em;
  font-weight: 700;
  color: var(--tertiary-color);
  margin-bottom: 0.2em;
  line-height: 1.3;
}
.contact_form-title  h2 span{
  color: var(--primary-color)!important;
  font-style: italic;
}
.contact_form-title  p{
  font-size: 1.1em;
  font-weight: 400;
  color: var(--quaternary-color);
  line-height: 1.6;
  margin-bottom: 0;
}
.contact_form .form-label{
  font-size: 1em;
  font-weight: 400;
  color: var(--quaternary-color);
  margin-bottom: 0.5em;
}
.contact_form .form-control{
  height: 42px;
  border-bottom: 1px solid #efefef !important;
  border: 0;
  border-radius: 0!important;
}
.contact_form button{
  background-color: var(--primary-color)!important;
  border-radius: 5px;
  color: var(--secondary-color);
  font-size: 0.95em;
  font-weight: 500;
  text-align: center;
  padding: 0.8em 2.6em;
  display: inline-block;
  border: 1px solid var(--primary-color);
  transition: 0.5s;
}
.contact_form button:hover{
  opacity: 0.9!important;
}
.contact_form .form-control:focus{
  box-shadow: none!important;
}
/* Contact Us Section end */
/* Thank You and Static CSS */

.thank-you-sec{
  min-height: calc(100vh - 150px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.thankyou-img{
  max-width: 20em;
  height: 20em;
}

.thank-content{
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.5em;
}

.thank-content p{
  color: var(--quaternary-color);
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0;
}

.static-page-box{
  padding: 2em;
  background: #f2f2f2;
  border-radius: 30px;
  margin:2em 0;
  box-shadow: 0px 1px 10px -6px rgba(0, 0, 0, .15);
}

.static-page-header-sec h2{
  font-size: 2.5em;
  font-weight: 700;
  color: var(--tertiary-color);
  position: relative;
  margin-bottom: 0.5em;
  text-align: center;
  position: relative;
  z-index: 2;
}

.static-page-card h3 {
  color: var(--tertiary-color);
  font-size: 1.4em;
  font-weight: 700;
}

.static-page-card p {
  color: var(--quaternary-color);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
}

.static-page-card ul {
  margin-bottom: .8em;
}

.static-page-card ul li{
  padding-bottom: 1em;
  color: var(--quaternary-color);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
}

.static-page-card ul li:last-child{
  padding-bottom: 0;
}

.static-page-card {
  margin-bottom: 2em;
}
