
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root {
  --primary-color:#688f5d;
  --secondary-color:#070709;
  --white-color:#fff;
  --gray-color:#303030;
  --bg-light-gary:#eeeff4;
}

/* --- Selection Colors --- */

::-webkit-selection {
  background-color: var(--primary-color);
  color: var(--white-color);
}

::selection {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.defualt-padding{
  padding: 80px 0px;
  position: relative;
}
.defualt-heading{
  position: relative;
  margin-bottom: 35px;
}
.defualt-heading .theme_title{
  font-size: .95rem;
  color: var(--white-color);
  background-color: var(--primary-color);
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 15px;
  padding: 5px 20px;
}
.defualt-heading .theme_subtitle {
  font-weight: 600;
  color: #09090b;
  line-height: 1.2;
  font-size: 40px;
  margin: 0px 0px 12px 0px;
  text-transform: capitalize;
}
.defualt-heading.text-white .theme_subtitle{
 color: var(--white-color);
}
.abt-mb-10{
  margin-bottom: 2.5rem;
}
.lite-section{
  background-color:#f2f7ef;
}
.page-wrapper{
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* ------------------------------
  button
---------------------------------*/
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;

}
.body-bg-lite{
  background-color: #f2f7ef;
}
ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
a{
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:focus, button:focus{
  outline-width: 1px;
  outline-offset: -3px;
  outline-style: dotted;
  text-decoration: none;
  outline-color: inherit;
}
.btn_block {
  display: inline-block;
  position: relative;
}
.ast-theme-btn {
  display: inline-block;
  background-color: var(--primary-color);
  border-radius: 30px;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 500;
  padding: 10px 40px;
  border: none;
  outline: none;
  position: relative;
  -webkit-transform: translate3d(-3px, -4px, 0) scaleX(1) rotateX(0deg) rotateY(0deg) rotate(0deg) skew(0deg, 0deg);
  transform: translate3d(-3px, -4px, 0) scaleX(1) rotateX(0deg) rotateY(0deg) rotate(0deg) skew(0deg, 0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: all .4s;
  z-index: 2;
}
.btn_bottom {
  border: 1px solid var(--primary-color);
  border-radius: 100px;
  height: 100%;
  left: 8px;
  position: absolute;
  right: -12px;
  top: -8px;
  -webkit-transform: translate(-.52em, .52em);
  transform: translate(-.52em, .52em);
  width: 100%;
  z-index: 1;
}
.ast-theme-btn span{
  padding: 0;
  transform: skewX(12deg);
  display: inline-block;
}
.btn-second {
  background: #0a0a0a;
  color: #ffffff;
}
.ast-theme-btn:hover,
.ast-theme-btn:focus  {
  color: var(--white-color);
  -webkit-transform: translateZ(0) scaleX(1) rotateX(0deg) rotateY(0deg) rotate(0deg) skew(0deg, 0deg);
  transform: translateZ(0) scaleX(1) rotateX(0deg) rotateY(0deg) rotate(0deg) skew(0deg, 0deg);
}


/* ------------------------------
  navbar
---------------------------------*/
.main-header {
  padding: 6px 0;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  text-align: center;
  backdrop-filter: blur(5px);
  background-color: #f2f7ef;
  border-bottom:1px solid #e8e8e8;
}
.box-header{
  display: flex;
  position: relative;
  width: 100%;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.main-header .logo{
  height: 80px;
  line-height: 80px;
}
.main-header .logo .navbar-brand{
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  display: inline-block;
}
.main-header .navbar-brand img {
  width: 165px;
  height: 100%;
}
.main-header .navbar-brand:hover {
  color: #0a0a0a;
}
.main-header .navbar-toggler {
  padding: 0;
}
.main-header .navbar-toggler:focus {
  box-shadow: none;
}
.main-header .navbar-collapse {
  position: relative;
  flex-grow: 0;
  justify-content: center;
}
.main-header .navbar-nav li {
  padding: 0 10px;
}
.main-header .navbar-nav li a {
  font-size: 16px;
  color: var(--secondary-color);
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-header .navbar-nav li .button {
  color: #fff;
  margin-top: -3px;
  display: inline-block;
  margin-right: -15px;
}
.main-header .button-navbar {
  float: right;
  margin: 0;
  padding: 0;
  text-align: right;
  display: flex;
}
.main-header .button-navbar li {
  display: inline-block;
  margin-left: 15px;
}
.main-header .ast-theme-btn, .main-footer .ast-theme-btn{
 background-color: var(--primary-color);
 color: #fff;
}
.navbar-fixed {
  padding: 0px 0px;
  position: fixed !important;
  background-color: var(--white-color);
  -webkit-animation: 1s ease-in-out 0s normal none 1 running fadeInDown;
  animation: 1s ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0);
}
.navbar-fixed .box-header:after {
  box-shadow: none;
}
#helpdesk_ticket_submit{
  background-color: #fd8405;
  border: none;
  padding: 10px 12px;
}


/* ------------------------------
  intro
---------------------------------*/
.banner-section {
  padding: 80px 0;
  background: #f2f7ef;
  position: relative;
  text-align: left;
  overflow: hidden;
  z-index: 0;
}
.banner-section:before{
/*  background-image: url(../images/hero/blue_dotes.png);*/
background-position: bottom;
background-repeat: no-repeat;
background-size: contain;
content: "";
height: 100%;
left: 50%;
position: absolute;
top: 10%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width:1250px;
opacity: 0.7;
z-index: -1;
}
.banner-section .content .type-wrap span {
  color: var(--primary-color);
  font-weight:500;
}
.index-module_type__E-SaG::after {
  content: '|';
  animation: index-module_cursor__PQg0P 1.1s infinite step-start;
}

@keyframes index-module_cursor__PQg0P {
  50% {
    opacity: 0;
  }
}
.hero-img img{
  width: 100%;
  height: auto;
}
.intro p {
  color: var(--secondary-color);
  font-weight:400;
  margin-bottom: 25px;
  font-size: 18px;
}
.intro-image {
  padding: 0 16%;
  margin: -215px 0 0 0;
}
.intro-image img {
  padding: 0 5px;
}
.intro h2 {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  color:var(--secondary-color);
}
.intro h2 .primary-color{
  color: var(--primary-color);
}
.content h2 .animate-one{
  color: transparent;
  background: linear-gradient(to right, #00f0ff 0%, #5f5aff 40%, #9f00ff 80%, #ff0055 100%);
  background: linear-gradient(to right, #1a2980 0%, #26d0ce 50%, #ff6b6b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* hero App button */
.banner-section .app_btn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 35px;
}
.app_btn li a {
  display: block;
  padding: 12px 30px;
  background-color: var(--secondary-color);
  border: none;
  position: relative;
  border-radius: 8px;
  transition: 0.4s all;
}
.app_btn li{
  display: inline-block;
}
.app_btn li a img {
  transition: 0.4s all;
  height: 30px;
}
.banner-section .hero-img-banner {
  display: flex;
  position: relative;
}
.banner-section .hero-img-banner:before {
  background-color: #3f67f3;
  background-color: var(--primary-color);
  border-radius: 30px;
  content: "";
  height: 380px;
  left: 50%;
  position: absolute;
  top: 46%;
  -webkit-transform: translate(-50%, -50%) rotate(-8deg);
  transform: translate(-50%, -50%) rotate(-8deg);
  width: 380px;
  z-index: -5;
}
.banner-section .hero-img-banner .left_icon {
  bottom: 150px;
  left: 70px;
  position: absolute;
  z-index: 9999;
  -webkit-animation: zoom-one 5s infinite linear;
  -moz-animation: zoom-one 5s infinite linear;
  animation: zoom-one 5s infinite linear;
}
.banner-section .hero-img-banner .right_icon {
  position: absolute;
  right: 80px;
  top: -10px;
  -webkit-animation: zoom-one 5s infinite linear;
  -moz-animation: zoom-one 5s infinite linear;
  animation: zoom-one 5s infinite linear;
}
.banner-section .hero-img-banner .mobile_img {
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 300px;
  z-index: 999;
}
.banner-section .hero-img-banner .mobile_img img{
  width: 100%;
  height: auto;
  border-radius: 20px;
}
@keyframes zoom-one{
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(0.5);
  }
}
.main-mobile-wrapper{
  z-index: 1 !important;
}

/* ---------Spin Block---------- */
.spinBlock {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  position: relative;
}

.spinBlock::before {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: 1px;
  left: 20px;
  top: 50.5%;
  background-color: var(--secondary-color);
}
.spinBlock .star{
 -webkit-animation: zoom-one 5s infinite linear;
 -moz-animation: zoom-one 5s infinite linear;
 animation: zoom-one 5s infinite linear;
}
.spinBlock .spin_box {
  display: block;
  width: 155px;
  height: 155px;
  background-color: var(--secondary-color);
  border-radius: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.spinBlock .spin_box .downsign {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 75px;
  height: 75px;
  background-color: var(--primary-color);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  color: var(--white-color);
}

.spinBlock .spin-text {
  transform-origin: 50% 50% 0;
  transform: rotate(0deg);
  -webkit-animation: fa-spin 15s linear infinite;
  -moz-animation: fa-spin 15s linear infinite;
  animation: fa-spin 15s linear infinite;
}



/*Service Section*/

.grid-column{
  position: relative;
  padding:1.5rem;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  background-color: #f2f7ef;
  text-align: center;
}
.grid-column .grid-logo i,
.grid-column .grid-logo img{
  width: 3rem;
  height: 3rem;
  color: var(--primary-color);
  position: relative;
  font-size: 3rem;
  margin: auto;
  transition: all 0.3s;
}
.grid-column-content{
  padding-top: 25px;
}
.text-4xl{
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 1.2rem;
  font-weight: 600;
  color:#09090b;
}
.text-2xl{
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 1.2rem;
  font-weight: 600;
  color: #3f3f46;
}
.sub-content{
  font-size: 18px;
  font-weight: 500;
}
.text-base{
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #3f3f46;
  font-weight: 400;
}
.read-more-btn{
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: #09090b;
}
.read-more-btn:hover,
.read-more-btn:focus{
  color: var(--primary-color);
}
.grid-column .text-base{
  margin-bottom: 0px;
}
.text-base span{
  font-weight: 700;
}
.grid-column:hover .grid-logo i{
  color: var(--primary-color);
}

/*Benefits Section*/

.benefit-img{
  width: 100%;
  height: 100%;
  display: flex;
  padding: 0px 20px;
  align-items: center;
}
.benefit-img img{
  position: relative;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.about-grid{
  display: grid;
  align-items: center;
  gap: 1.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.abt_flex{
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  padding-top: 20px;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  margin: 0;
  color: #09090b;
}
.abt-icon-box i{
  font-size: 30px;
}
.abt-button{
  padding: 0.8rem 1.5rem;
  border: 1px solid #e4e4e7;
  border-radius: .375rem;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  line-height: 1.2;
  color: #3f3f46;
}
.abt-button:hover,
.abt-button:focus{
  color:var(--white-color);
  background-color:var(--primary-color);
}


/*FAQ Section*/

.faq-img img{
  position: relative;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wrapper {
  width: 100%;
}
.faq-item {
  background-color: #f2f5ff;
  color:var(--secondary-color);
  border-radius: .5rem;
  margin: 0 0 20px 0;
}
.question {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5rem;
  padding: 1rem 15px;
  position: relative;
  padding-right: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.question::after {
  content: "\002B";
  border: 1px solid var(--secondary-color);
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  position: absolute;
  right: 15px;
  transition: 0.2s;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.question.active::after {
  transform: rotate(45deg);
}
.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}
.answer {
  padding: 0 20px 20px;
  font-size: .875rem;
  line-height: 1.25rem;
}
.question.active + .answercont {
}

/*TimeLine Section*/

.timeline {
  margin-top: 20px;
  padding-bottom: 0;
  position: relative;
  z-index: 0;
}

.badge-pill{
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  background-color: #ffede4;
  border: 1px solid var(--primary-color);
  z-index: 1;
  position: relative;
}

.timeline-featured-image img{
  width: 85%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0);
  box-shadow: rgb(172 172 172 / 35%) 5px 10px 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.feature-card{
  position: relative;
  padding: 24px;
  border-radius: 12px;
  height: 100%;
  border: none;
}
.feature-card .card-body{
  padding: 0px;
}
.feature-card .card-body .card-title{
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 1rem;
  font-weight: 700;
  color: var(--secondary-color);
}
.feature-card .card-body p{
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #3f3f46;
  font-weight: 400;
}  
.timeline-list{
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.timeline-list li{
  display: block;
  line-height: 26px;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  text-align: left;
  color: #3f3f46;
  padding-left: 24px;
}
.timeline-list li:not(:last-child) {
  margin-bottom: 12px;
}
.timeline-list li:before{
  content: "\f14a";
  position: absolute;
  top: 5px;
  left: 0;
  color: var(--primary-color);
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: 1rem;
}

/* ------------------------------
footer
---------------------------------*/

.main-footer {
  position: relative;
  border-top: 1px solid #e4e4e7;
  color: var(--gray-color);
  padding: 80px 0px;
}
.footer-widget{
  position: relative;
}
.main-footer img {
  height: 60px;
  width: auto;
  margin-bottom: 20px;
}
.main-footer h2 {
  color: #344767;
}
.main-footer .footer-widget .title {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 15px;
  color: var(--secondary-color);
  font-weight: 600;
}
.main-footer ul {
  margin: 0px;
  padding: 0;
  box-sizing: border-box;
}
.main-footer ul li {
  padding: 6px 0;
}
.main-footer ul li a,
.main-footer ul li{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #3f3f46;
}
.ast_app_link {
  display: flex;
  gap: 30px;
}
.footer-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--secondary-color);
}

.flex_group{
  display: flex;
  align-items: center;
  gap: 1.25rem;
  justify-content: start; 
}
.flex_group i{
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 0.545rem;
  color: #27272a;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e4e4e7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.flex_group span{
  font-weight: 600;
}
.main-footer ul li a:hover,
.main-footer ul li a:focus{
  color: var(--primary-color);
  text-decoration: underline;
}
.flex_group:hover i,
.flex_group:focus i{
  background-color: var(--primary-color);
  color: var(--white-color);
}
.ast_app_link a img {
  width: 100%;
  max-width: 170px;
  height: 60px;
  margin-right: 20px;
}
.footer-row{
  justify-content: space-between;
}
.mobile-btn{
  display: none;
}
.space-y-2{
  margin-top: 1.6rem;
}
.relative-w-full{
  position: relative;
  width: 100%;
}
.relative-w-full .footer-secarch{
  position: relative;
  width: 100%;
  outline: none;
  border: 1px solid #e4e4e7;
  border-radius: .5rem;
  padding: 1rem 5rem 1rem 1rem;
  height: 3.5rem;
}
.relative-w-full .submit-btn{
  position: absolute;
  color: var(--primary-color);
  font-size: 18px;
  border-radius: .375rem;
  top: 10px;
  height: 2.25rem;
  padding: 0 1.5rem;
  right: 10px;
  outline: none;
  border: none;
  background-color: #ea580c33;
}
.ast_fb_copyright-area{
  position: relative;
  padding: 20px 0;
  border-top: 1px solid rgb(128 128 128 / 20%);
}
.ast_fb_copyright-area .ast_copyRight-text{
  text-align: center;
}
.ast_fb_copyright-area .ast_copyRight-text p{
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  color:var(--gray-color);
  line-height: 1.4;
}

/*Mobile View Section*/

.ast_mobile_section{
  position: relative;
/*  background-image: url(../images/bg.png);*/
background-size: cover;
background-repeat: no-repeat;
}
.ast_mobile_section:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background:radial-gradient(circle, rgb(104 143 93 / 7%) 30%, rgb(104 143 93 / 22%) 86%);
}
.ast_mobile_section .ast_mobile-view-content .ast_app_title {
  font-size: 55px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
}
.ast_mobile_section .ast_mobile-view-content .ast_app_subtitle {
  font-size: 20px;
  line-height: 1.4;
  color: var(--gray-color);
  margin-bottom: 20px;
  font-weight: 400;
}
.ast_mobile-view-content .ast_app_link a img{
  width: 100%;
  max-width: 165px;
  height: 50px;
  margin-right: 20px;
  margin-bottom: 12px;
}
.ast_app_link a:last-child img{
  margin-right: 0px;
}
.ast_mobile_view_img{
  text-align: center;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ast_mobile_view_img .mobile_img,
.faq-img img{
  position: relative;
  max-width: 500px;
  width: 100%;
  height: auto;
  -webkit-animation: jumpping 5s infinite linear;
  animation: jumpping 5s infinite linear;
}

@-webkit-keyframes jumpping {
  0%,100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  40% {
    -webkit-transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0));
    transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0))
  }
}

@keyframes jumpping {
  0%,100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  40% {
    -webkit-transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0));
    transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0))
  }
}



/*Breadcrumb-section Start*/

.breadcrumb-area {
  width: 100%;
  position: relative;
  z-index: 2;
  padding-top: 180px;
  display: block;
/*  background-image: url(../images/hero/blue_dotes.png);*/
background-color: #14151c;
background-size: cover;
background-repeat: no-repeat;
height: 400px;
min-height: 400px;
}
.breadcrumb-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
}
.breadcrumb-list {
  flex-shrink: 0;
  list-style: none;
  width: 100%;
  text-align: center;
  max-width: max-content;
  display: flex;
  align-items: center;
  padding: 0;
  margin-bottom: 0px;
}
.breadcrumb-list li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: var(--white-color);
  word-break: break-word;
  font-weight: 500;
  font-size: 1.125rem;
}
.breadcrumb-list li a {
  color: var(--white-color);
  -webkit-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.breadcrumb-list li + li{
  margin-left: 8px;
}
.breadcrumb-list li + li::before {
  content: "\f105";
  padding-right: 8px;
  color: var(--white-color);
  font-family: FontAwesome;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}
.breadcrumb-heading h2 {
  color: var(--white-color);
  font-size: 36px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 15px;
}

/* Work section start*/
.dark-section{
  background-color:#14151c;
  border-radius: 20px;
  margin: 0 auto;
  overflow: hidden;
  padding: 80px 0;
  position: relative;
}
.dark-section .dotes_blue {
  left: 50%;
  position: absolute;
  top: -65%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.dark-section .dotes_blue img{
  opacity: 0.4;
}
.steps-item{
  position: relative;
  border-radius: 20px;
  text-align: center;
}
.steps-item .steps-inner{
  padding-top: 30px;
  border-radius: 18px;
  z-index: 10;
  position: relative;
}
.steps-item .steps-number{
  position: absolute;
  z-index: -1;
  line-height: 170px;
  left: 0;
  top: unset;
  bottom: 0px;
  right: 0;
  font-size: 170px;
  opacity: 0.1;
  color: var(--primary-color);
  font-weight: 600;
}
.steps-item .steps-icon{
  position: relative;
  align-items: center;
  background-color: #f2f7ef;
  border-radius: 20px;
  display: flex;
  height: 90px;
  justify-content: center;
  margin: 0 auto;
  width: 90px;
}
.steps-item .steps-icon img,
.steps-item .steps-icon i{
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 50px;
  color: var(--primary-color);
}
.steps-item h2{
  color: #fff;
  font-weight: 600;
  font-size:20px;
  line-height: 1.4;
  margin-top: 40px;
  margin-bottom:20px;
}
.steps-item p{
  color: #fff;
  font-size: 16px;
  line-height:1.6;
  margin-bottom: 0;
}
.steps-item p b{
  color: #09090b;
}
/* Work section end*/


/*New Pricing Section Start*/

.pricing-section .price_cards_container {
  display: flex;
  overflow: hidden;
}
.pricing-section .price_cards .p_card{
  background-color:#f2f7ef;
  border-radius: 14px;
  padding: 40px 24px 32px;
}
.pricing-section .price_cards .p_card .card_head{
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -.32px;
  text-align: center;
}
.pricing-section .price_cards .p_card .price{
  letter-spacing: -1.04px;
  margin: 26px 0 24px 0;
  font-size: 40px;
  text-align: center;
  font-weight: 600;
}
.pricing-section .price_cards .p_card .price span{
  font-size: 18px;
  font-weight: 400;
}
.pricing-section .price_cards .p_card .price s{
  margin: 0 0 0 5px;
  font-family: var(--body_font);
  text-decoration: underline #0000007a 2px;
  text-underline-offset: -9px;
  text-decoration-skip-ink: none;
  font-size: 23px;
  font-weight: 400;
  color: #0000007a;
}
.pricing-section .price_cards .p_card.p_card_highlight .price s{
  text-decoration: underline #ffffffbd 2px;
  color: #ffffffbd;
}
.pricing-section .price_cards .p_card p{
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.pricing-section .price_cards .p_card .btn_block{
  width: 100%;
}
.pricing-section .price_cards .p_card .ast-theme-btn{
  width: 100%;
  text-align: center;
}
.pricing-section .price_cards .p_card .features_list{
  margin: 0px 0 0;
  display: block;
  width: 100%;
}
.pricing-section .price_cards .p_card .features_list li{
  margin: 12px 0 0;
  padding: 0 0 0 36px;
  font-size: 16px;
  font-weight: 400;
}
.pricing-section .price_cards .p_card .features_list li span{
  font-weight: 600;
}
.pricing-section .price_cards .p_card .features_list li.checked{
  background-size: 24px;
}
.pricing-section .price_cards .p_card .features_list li.unchecked{
  background-size: 24px;
}
.pricing-section .price_cards .p_card .features_list li a{
  border-bottom: #333333 2px dotted;
}
.pricing-section .price_cards .p_card.p_card_highlight{
  background-color: var(--secondary-color);
  color: #FFFFFF;
}
.pricing-section .price_cards .p_card.p_card_highlight .features_list li.checked{
  filter: invert(100%) brightness(200%) contrast(200%);
  color: #000000;
}
.pricing-section .price_cards .p_card.p_card_highlight .features_list li.unchecked{
  filter: invert(100%) brightness(200%) contrast(200%);
  color: #000000;
}

/* For Tablet View */
@media screen  and (max-width: 992px){
  .pricing-section .price_cards .p_card{
    min-width: 356px;
  }
  .pricing-section .price_cards .p_card.p_card_highlight{
    order: 3;
  }
}

/* For Mobile View */
@media screen  and (max-width: 768px){
  .pricing-section .price_cards .p_card{
    min-width: 100%;
  }
  .pricing-section .price_cards .p_card.p_card_3{
    order: 3;
  }
}

/* For Small Mobile View */
@media screen and (max-width: 576px){
  .pricing-section .price_cards .p_card{
    min-width: 100%;
  }
  .pricing-section .price_cards .p_card.p_card_3{
    order: 3;
  }
  .pricing-section .price_cards .p_card .features_list li{
    margin: 14px 0 0;
    font-size: 16px;
  }
  .pricing-section .price_cards .p_card .features_list li.checked{
    background-size: 20px;
  }
  .pricing-section .price_cards .p_card .features_list li.unchecked{
    background-size: 20px;
  }
}

/*Form Css Start*/
.form-flex-box{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 100px 0;
}
.mobile-form-wrapper{
  position: relative;
  border-radius: 20px;
  background-color: #fff;
  z-index: 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.mobile-form-wrapper:after,
.mobile-form-wrapper:before{
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.6;
}
.mobile-form-wrapper:after{
  top:-25px;
  left:-40px;
  background-color: #fff;
}
.mobile-form-wrapper:before{
  bottom:-25px;
  right:-40px;
  background-color: var(--primary-color);
}
.mobile-form-wrapper .left-box{
  width: 100%;
  height: 100%;
  padding: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 0 0 20px;
  background-color: var(--primary-color);
}
.mobile-form-wrapper .right-box{
  width: 100%;
  height: 100%;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px 20px 20px 0px;
  background-color: #fff;
}
.mobile-form-wrapper .right-box .box-title{
  text-align: center;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 20px;
}
.mobile-form .input-group-text{
  background-color: #fff;
  border-color:#e7e7e7;
  color: var(--primary-color);
  width: 40px;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mobile-form .form-control{
  padding: .575rem .75rem;
  border-color:#e7e7e7;
  box-shadow: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #6c6c6c;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mobile-form .form-check-input{
  width: 1.1em;
  height: 1.1em;
  box-shadow: none;
}
.mobile-form .form-check-input:checked {
  background-color:var(--primary-color);
  border-color:var(--primary-color);
  box-shadow: none;
}

.mobile-form .text-acc{
  color: var(--primary-color);
}
.mobile-form .form-btn{
  position: relative;
  width: 100%;
  border-radius: 10px;
  border: none;
  padding:.75rem .75rem;
  background-color: var(--primary-color);
  color: #fff;
}
.mobile-form-wrapper .left-box .form-image .form-title{
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}
.mobile-form-wrapper .right-box .mobile-form{
  width: 100%;
}
.form-image{
  border-radius: 20px;
  width: 100%;
  height: auto;
  padding: 25px 30px 0px 30px;
  background-color:rgb(140 182 127 / 60%);
}
.form-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mobile-form .form-control:hover,
.mobile-form .form-control:focus{
  border-color: var(--primary-color);
  border-left-color:#e7e7e7;
}
.mobile-form .input-group:hover .input-group-text,
.mobile-form .input-group:focus-within .input-group-text{
  border-color: var(--primary-color);
}

/*--------------------
 Back to Top Button
---------------------*/
.scrollToTopBtn {
  background-color:var(--primary-color);
  border: none;
  border-radius: 50%;
  color: var(--white-color);
  cursor: pointer;
  font-size: 20px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  opacity: 0;
  transform: translateY(100px);
  transition: all .5s ease
}

.showBtn {
  opacity: 1;
  transform: translateY(0)
}

/*Privacy Policy*/

.tr-pr_content{
  position: relative;
  text-align: left;
}
.main-title{
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 40px;
  color: var(--secondary-color);
}
.tr-pr_content .tr-pr-title-sm{
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;
  color: var(--secondary-color);
}
.tr-pr_content .tr-pr-title{
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;
  color: var(--secondary-color);
}
.tr-pr_content .tr-pr-title-lg{
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;
  color: var(--secondary-color);
}
.tr-pr_content .tr-pr-subtitle{
  font-weight: 400;
  font-size: 15px;
  line-height:1.4;
  position: relative;
  text-align: left;
  color: var(--gray-color);
}
.tr-pr_content .tr-pr-point{
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 8px;
  color:var(--secondary-color);
}
.tr-pr_content .tr-pr-subtitle a{
  text-decoration: underline;
  font-size: 15px;
  font-weight: 500;
  color: var(--primary-color);
}
.tr-pr_content ul.tr-list{
  padding-left: 40px;
  list-style: disc;
}
.tr-pr_content .tr-list li + li{
  margin-top: 10px;
}
.tr-pr_content .tr-list li .tr-list-text{
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--gray-color);
}
.bold_text{
  font-weight: 600;
}
.mb-20{
  margin-bottom: 20px !important;
}
.mb-30{
  margin-bottom: 30px !important;
}
.mb-40{
  margin-bottom: 40px !important;
}
.mb-50{
  margin-bottom: 50px !important;
}
.mb-60{
  margin-bottom: 60px !important;
}

/*old css*/

.signup-form{
	padding: 100px 0px;
}

.signup-form .left-align img{
	width: 90%;
	height: auto;
}

.signup-form .right-align{
	width: 100%;
	height: 100%;
	padding: 0px 30px;
}

.signup-form .right-align .title h2{
	font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
  color: #304d86;
  font-size: 35px;
}

.form-item{
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	padding: 0;
	background-color: #fff;
}

.right-align .form-control:focus {
  color: var(--bs-body-color);
  background-color: #fff;
  border-color: #b9dbf6;
  outline: 0;
  box-shadow: none;
}

.right-align .btn {
  background-color: #304d86;
  border-color: #304d86;
  color: #fff;
  padding: 8px 15px;
  font-size: 18px;
  box-shadow: none;
}

.right-align .btn-check:checked+.btn, .right-align .btn.active, .right-align .btn.show, .right-align .btn:first-child:active, :not(.btn-check)+.btn:active {
  color: #fff;
  background-color: #1a3977;
  border-color: #1a3977;
}

/*mobile size media query css----------------*/
@media (max-width: 576px){
	.form-item{
		display: block;
		justify-content: center;
		align-items: center;
		padding: 22px;
	}
	.signup-form {
   padding: 40px 0px;
 }
 .signup-form .right-align{
  padding: 0px;
}
.checkbox-item .form-check{
  font-size: 14px;
}
.checkbox-item .form-check{
  font-size: 15px;
}
.checkbox-item .reset-item a{
  font-size: 15px;
}
}

/*New Style*/

.header-right .header-profile2 {
  border-radius: 0.5rem;
  color: #fff;
  padding: 0;
  position: relative;
  z-index: 1;
}
.header-right .header-profile2 .nav-link{
  background-color: var(--primary-color);
  border-radius: 8px;
  display: block;
  padding:10px 14px;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.header-right .header-profile2 .nav-link {
  padding: 5px 18px;
}
.header-right .header-profile2 img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0;
  background: #fff;;
}
.header-right .sidebar-info h6{
  font-size: 16px;
  color: #fff;
  font-family:inherit;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}
.header-right .header-profile2 .nav-link i{
  font-size: 1rem;
  transition: 0.5s;
}
.header-right .header-profile2 .dropdown-menu {
  position: absolute;
  display: block;
  padding: 5px 0;
  transform: scaleY(0);
  overflow: hidden;
  right: unset;
  left: 0;
  border: none;
  width: 140px;
  transform-origin: top;
  transition: 0.2s;
}
.header-right .header-profile2 .dropdown-menu-end.show {
  transform: scaleY(1);
}
.header-right .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.header-right .dropdown-menu .dropdown-item {
  font-size: 1rem;
  color: #777777;
  padding: 0.5rem 1.75rem;
}
.header-right .dropdown-menu .dropdown-item span{
  font-weight: 500;
  color: #000;
  font-size: 14px;
}
.header-right .header-profile2 .dropdown-menu .dropdown-item {
  padding: 0.5rem 0.75rem;
}
.header-right .dropdown-item .text-primary{
  color: var(--primary-color);
  fill: var(--primary-color);
}
.rotate-icon{
  transform: rotate(180deg);
}
.about-title-lg{
  color:#000;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 600;
}
.about-title{
  color:#000;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 600;
}
.about-title-sm{
  color:#000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 600;
}
.about-subtitle{
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 15px;
}
ul.about-list {
  margin: 15px 0;
  list-style: disc;
  padding-left: 20px;
}
ul.about-list li {
  margin-bottom: 8px;
}
.contact-box {
  background: #f2f7ef;
  border-left: 5px solid #688f5d;
  padding: 20px;
  margin-top: 30px;
  border-radius: 8px;
}
.contact-box p a{
  text-decoration: underline;
}
.contact-box p a:hover,
.contact-box p a:focus{
  text-decoration: none;
  color: rgb(13 110 253);
}
.contact-section .contact-box{
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0px 0px 60px 0px #0000000D;
  border-radius: 20px;
  margin-top: 60px;
  padding: 40px;
  border-left:0;
  background-color: #fff;
}
.contact-section .contact-img {
  background-color: #f2f7ef;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-section .contact-form .form-control {
  border-width: 2px;
  padding: 18px 16px;
  border-radius: 20px;
  font-size: 18px;
  border-color: #dfe5ef;
}
.contact-section .contact-form .form-control:focus {
  color: #2a3547;
  background-color: rgba(0, 0, 0, 0);
  border-color: var(--primary-color);
  outline: 0;
  box-shadow: 0 .125rem .375rem 0 rgb(123 175 123 / 30%);
}
.contact-btn{
  width: 100%;
  margin-top: 10px;
}
.contact-btn .ast-theme-btn{
  width: 100%;
  padding: 15px 40px;
}
.contact-section .theme-content{
  text-align: center;
}
.contact-section .theme-content h2.sub-title {
  color: rgb(14 25 30 / 1);
  line-height: 45px;
  font-weight: 900;
  margin-top: 18px;
  font-size: 1.875rem;
}
.contact-section .theme-content p.dec-text {
    color: rgb(91 91 91 / 1);
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-top: 1.75rem;
}
@media (min-width: 640px) {
  .contact-section .theme-content h2.sub-title {
    font-size: 40px;
  }
}