@import "https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;600;700;800;900&display=swap";

body {
  font-family: 'Lexend', sans-serif !important;
  margin: 0px;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

:root {
  /* --freshGreenClr: #65D852; */
  --freshGreenClr:#15492D;
  --black_clr: #000000;
  --gold_clr:#FFBC5A;
}
*,
::after,
::before {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.textAlign_center {
  text-align: center;
}

.textAlign_right {
  text-align: right;
}

.textAlign_left {
  text-align: left;
}

.Display_Flex {
  display: flex !important;
}

.Display_InlineFlex {
  display: inline-flex !important;
}

.Display_Block {
  display: block !important;
}

.Display_inlineBlock {
  display: inline-block !important;
}

.DeskFlex_Mobileblock {
  display: flex;
}

.justify_content_End {
  justify-content: flex-end;
}

.justify_content_Center {
  justify-content: center;
}

.justify-content_Spacebetween {
  justify-content: space-between;
}

.align_item_Center {
  align-items: center;
}

.align_item_End {
  align-items: end;
}

.align_item_Stretch {
  align-items: stretch;
}

.flex_direction_Column {
  flex-direction: column;
}

.flex_wrap_Wrap {
  flex-wrap: wrap;
}

.gap_12 {
  gap: 12px;
}

.gap_16 {
  gap: 16px;
}

.gap_20 {
  gap: 20px;
}

.gap_30 {
  gap: 30px;
}

.width_100per {
  width: 100%;
}

.width_100per_import {
  width: 100% !important;
}

.width_24px {
  width: 24px !important;
}

.width_44px {
  width: 44px !important;
}

.width_80px {
  width: 80px !important;
}

.width_70px {
  width: 70px !important;
}

.width_20px {
  width: 20px !important;
}

.width_18px {
  width: 18px !important;
}

.width_16px {
  width: 16px !important;
}

.width_10px {
  width: 10px !important;
}

.width_14px {
  width: 14px !important;
}

.height_100per {
  height: 100%;
}

.position_Relative {
  position: relative;
}

.zindex_999 {
  z-index: 999;
}
.zindex_one {
  z-index: 1;
}
.font_Size14 {
  font-size: 14px;
}

.font_Size15 {
  font-size: 15px;
}

.font_Size16 {
  font-size: 16px;
}

.font_Size18 {
  font-size: 18px;
}

.font_Size20 {
  font-size: 20px;
}

.font_Size22 {
  font-size: 22px;
}

.font_Size24 {
  font-size: 24px;
}

.font_Size28 {
  font-size: 28px;
}

.font_Size30 {
  font-size: 30px;
}

.font_Size32 {
  font-size: 32px;
}

.font_Size34 {
  font-size: 34px;
}

.font_Size40 {
  font-size: 40px;
}

.font_Size44 {
  font-size: 44px;
}

.font_Size50 {
  font-size: 50px;
}

.font_Weight300 {
  font-weight: 300;
}

.font_Weight400 {
  font-weight: 400;
}

.font_Weight500 {
  font-weight: 500;
}

.font_Weight600 {
  font-weight: 600;
}

.font_Weight700 {
  font-weight: 700;
}

.font_StyleItalic {
  font-style: italic;
}

.cursor_Pointer {
  cursor: pointer;
}

.opacity_point3 {
  opacity: 0.3;
}

a.hrefLinkHover:hover {
  color:var(--freshGreenClr);
  text-decoration: unset !important;
}


.borderRadius_8px {
  border-radius: 8px;
}

.marginLeftRight_Auto {
  margin: 0px auto !important;
}

.marginLeft25 {
  margin-left: 25px !important;
}
.mr10px{
  margin-right: 10px;
}
.margin_Bottom8 {
  margin-bottom: 8px !important;
}

.margin_Bottom4 {
  margin-bottom: 4px !important;
}

.margin_Bottom12 {
  margin-bottom: 12px !important;
}

.margin_Bottom16 {
  margin-bottom: 16px !important;
}

.margin_Bottom24 {
  margin-bottom: 24px !important;
}

.margin_Bottom34 {
  margin-bottom: 34px !important;
}

.margin_Top34 {
  margin-top: 34px !important;
}

.margin_Top24 {
  margin-top: 24px !important;
}

.margin_Top12 {
  margin-top: 12px !important;
}

.margin_Bottom50 {
  margin-bottom: 50px !important;
}

.margin_Right12 {
  margin-right: 12px;
}

.margin_LeftRight16 {
  margin: 0px 16px;
}

.padding_16px {
  padding: 16px;
}

.padding_LeftRight34_TopBottom24 {
  padding: 24px 34px;
}

.padding_Top12 {
  padding-top: 12px;
}

.padding_Top20 {
  padding-top: 20px;
}

.padding_Right20 {
  padding-right: 20px;
}

.padding_Bottom16 {
  padding-bottom: 16px;
}

.padding_Bottom12 {
  padding-bottom: 12px;
}

.padding_TopBottom80 {
  padding: 80px 0px;
}
.paddingBottom80{
  padding-bottom: 80px;
}
.paddingLeftright_12 {
  padding: 0px 12px;
}

.paddingLeft24 {
  padding-left: 24px !important;
}

.empty_UnorderList {
  margin: 0px;
  list-style: none;
  padding: 0px;
}

.textDecoration_Underline {
  text-decoration: underline !important;
}

.textDecoration_Underline_unset {
  text-decoration: unset !important;
}

.columnCount_two {
  column-count: 2;
}

.noColor_btn {
  background: transparent;
  border: 1px solid transparent;
  padding: 0px;
  outline: unset !important;
}


.Mainbutton {
  padding: 0px 24px;
  height: 44px;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  outline: unset;
  display: inline-flex !important;
  align-items: center;
  border: 1px solid transparent;
  text-decoration: unset;
  -webkit-transition: .5s;
  transition: .5s;
  pointer-events: all;
  cursor: pointer;
  z-index: 0;
}

.Mainbutton:hover {
  text-decoration: unset;
}



.freshGreenBtn_clr {
  background: var(--gold_clr) !important;
  border: 1px solid var(--gold_clr) !important;
  color: #000;
}

.freshGreenBtn_clr:hover{
    background: transparent !important;
      border: 1px solid var(--gold_clr) !important;
      color: var(--gold_clr) !important;
}





.freshGreenClrText {
  color: var(--freshGreenClr);
  line-height: 1.5;
  margin: 0px;
}
.GoldClrText {
  color: var(--gold_clr);
  line-height: 1.5;
  margin: 0px;
}
.SteelWoolClrText {
  color: #777 !important;
  line-height: 1.5;
  margin: 0px;
}

.neroClrText {
  color: #262626;
  line-height: 1.5;
  margin: 0px;
}

.whiteClrText {
  color: #FFFFFF;
  line-height: 1.5;
  margin: 0px;
}






.whiteFilter {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(6%) hue-rotate(190deg) brightness(104%) contrast(104%);
}














@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1020;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

/* Header Code Start */
.MobileToggle {
  display: none;
}



.topHeader {
  background-color: #020422;
  padding: 12px 0px;
  position: relative;
  z-index: 99999;
}

.topHeader .container>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

ul.topHeaderMenulist {
  display: flex;
  align-items: center;
  margin: 0px;
  list-style: none;
  padding: 0px;
}

ul.topHeaderMenulist li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #FFFFFF;
  margin-right: 32px;
  text-decoration: none !important;
  gap: 4px;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  display: block;
}

ul.topHeaderMenulist li:last-child a {
  margin-right: 0px;
}

ul.topHeaderMenulist li a:hover {
  color: var(--freshGreenClr);
}

.siteHeader_wrapper {
  background: #FFFFFF;
  /* border-bottom: 1px solid #d4d1d1; */
}

.siteHeader_wrapper .ascertn_logo {
  padding: 0px;
  margin: 0px;
}

.siteHeader_wrapper .ascertn_logo img {
  width: 200px;
}

.siteHeader_wrapper nav {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0px !important;
}

.siteHeader_wrapper ul.navbar-nav {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.siteHeader_wrapper ul.navbar-nav li{
  position: relative;
}
.siteHeader_wrapper ul.navbar-nav li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #252525;
  margin-right: 24px;
  padding: 28px 8px;
  text-decoration: none !important;
  gap: 4px;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.siteHeader_wrapper ul.navbar-nav li ul li a.dropdown-item{
  padding: 8px 16px;
  margin: 0px;
}
.siteHeader_wrapper ul.navbar-nav li:last-child a {
  margin-right: 0px;
}

.siteHeader_wrapper ul.navbar-nav li a:hover,
.siteHeader_wrapper ul.navbar-nav li a.active {
  color: var(--gold_clr);
}

.siteHeader_wrapper ul.navbar-nav li a span.leaf_icon {
  position: relative;
}
.siteHeader_wrapper ul.navbar-nav li.nav-item.dropdown {
  display: inline-block;
}
.siteHeader_wrapper ul.navbar-nav li.nav-item.dropdown {
  display: inline-block;
}

.siteHeader_wrapper ul.navbar-nav li.nav-item.dropdown:hover ul.dropdown-menu {
  display: block;
}

.siteHeader_wrapper ul.navbar-nav .dropdown-toggle::after {
  margin-left: 8px;
}

.siteHeader_wrapper ul.navbar-nav li.nav-item.dropdown:hover .dropdown-toggle::after {
  transform: rotate(180deg);
}

/* .siteHeader_wrapper ul.navbar-nav li.dropdown ul.dropdown-menu li a.dropdown-item:focus,
.siteHeader_wrapper ul.navbar-nav li.dropdown ul.dropdown-menu li a.dropdown-item:hover {
  background-color: transparent;
} */

.siteHeader_wrapper ul.navbar-nav li.dropdown ul.dropdown-menu {
  border: unset;
  display: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
  border-top: 2px solid var(--freshGreenClr);
  border-radius: 2px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

.siteHeader_wrapper ul.navbar-nav li.dropdown ul.dropdown-menu li a {
  margin: 0px !important;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: #252525;
  background: #FFF;
  display: flex;
  align-items: center;
  gap: 12px;
}

.siteHeader_wrapper ul.navbar-nav li.dropdown ul.dropdown-menu li a:hover {
  /* padding-left: 16px !important; */
  transform: translateX(12px);
  transition: all 0.5s ease;
  color: var(--freshGreenClr);
  text-shadow: unset;
}

.siteHeader_wrapper ul.navbar-nav li.dropdown ul.dropdown-menu li a:focus span,
.siteHeader_wrapper ul.navbar-nav li.dropdown ul.dropdown-menu li a:focus-within span {
  text-shadow: unset;
}

.siteHeader_wrapper ul.navbar-nav li.dropdown ul.dropdown-menu li a:focus,
.siteHeader_wrapper ul.navbar-nav li.dropdown ul.dropdown-menu li a:focus-within {
  text-shadow: unset;
}

/* Header Code end */

.MainBnrSec {
  background: url('../slices/main_bnr.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 650px;
  /* background: #F8F8F8; */
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  height: calc(100vh - 80px);
}

.MainBnrSec::before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
}

.banner_content {
  z-index: 1;
  position: relative;
}

.banner_content h1 {
  font-size: 56px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 70px;
  text-align: center;
  color: #fff;
  /* text-transform: capitalize; */
}

.banner_content h1 span {
  color: var(--gold_clr);
}

.banner_content p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0px;
  text-align: center;
  color: #fff;
}


.wmtpr_sec {
  padding: 80px 0px;
}


/* .wmtpr_Img{
  background: var(--freshGreenClr);
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.wmtpr_Img img {
  width: 34px;
}


.sectionheader {
  padding-bottom: 50px;
  width: 70%;
  margin: auto;
}

.sectionheader h2 {
  color: #262626;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0px;
}


/* .expandedRisk_universe{
background: url('../slices/expandedRisk_universe.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 450px;
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.expandedRisk_universe::before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
} */
/* .expandedRisk_universe h2{
font-size: 34px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 44px;
  text-align: center;
  color: #262626;
  text-transform: capitalize;
} */
.expandedRisk_universe h2 span {
  color: var(--freshGreenClr);
}

.expandedRisk_universe h3 {
  /* font-size: 56px; */
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  margin: 0px;
  text-align: center;
  color: #262626;
  text-transform: capitalize;
}


.expandedRisk_universe_Box {
  border-radius: 16px;
  padding: 34px 24px 24px;
  border: 1px solid var(--freshGreenClr);
  /* background-color: #00000082; */
  position: relative;
}

.expandedRisk_universe_Box img {
  background: #fff;
  position: absolute;
  top: -20px;
  left: 30px;
  width: 40px;
  /* border-radius: 50%; */
}


.riskBasedApproach_sec {
  padding: 80px 0px;
}



.riskBasedApproach_Item {
  text-align: center;
  -webkit-box-shadow: 0 2px 20px 0 rgba(12, 0, 46, .1);
  box-shadow: 0 2px 20px 0 rgba(12, 0, 46, .1);
  padding: 30px 20px;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  background: #fff;
  z-index: 1;
  border-radius: 16px;
  min-height: 350px;
}

.riskBasedApproach_Item h5 {
  color: #262626;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 12px;
}

.riskBasedApproach_Item:hover h5 {
  color: #fff !important;
}

.riskBasedApproach_Item:hover p {
  color: #fff !important;
}

.riskBasedApproach_Item .rba_icon {
  font-size: 35px;
  width: 90px;
  height: 90px;
  display: inline-block;
  text-align: center;
  line-height: 90px;
  border-radius: 46% 54% 68% 32%/55% 48% 52% 45%;
  margin-bottom: 25px;
  -webkit-animation: icon-animation 5s ease-in-out infinite;
  animation: icon-animation 5s ease-in-out infinite;
  border: 1px dashed;
}

.riskBasedApproach_Item .rba_icon img {
  width: 44px;
}

.riskBasedApproach_sec .row .col-md-4:first-child .riskBasedApproach_Item .rba_icon {
  color: #18a87c;
  background: #daf4ec;
}

.riskBasedApproach_sec .row .col-md-4:first-child .riskBasedApproach_Item .rba_icon img {
  filter: brightness(0) saturate(100%) invert(48%) sepia(93%) saturate(357%) hue-rotate(111deg) brightness(92%) contrast(96%);
}

.riskBasedApproach_sec .row .col-md-4:nth-child(2) .riskBasedApproach_Item .rba_icon {
  color: #f0573c;
  background: #ffd7ca;
}

.riskBasedApproach_sec .row .col-md-4:nth-child(2) .riskBasedApproach_Item .rba_icon img {
  filter: brightness(0) saturate(100%) invert(71%) sepia(65%) saturate(6670%) hue-rotate(336deg) brightness(96%) contrast(97%);
}

.riskBasedApproach_sec .row .col-md-4:nth-child(3) .riskBasedApproach_Item .rba_icon {
  color: #3454d1;
  background: #e1e6f8;
}

.riskBasedApproach_sec .row .col-md-4:nth-child(3) .riskBasedApproach_Item .rba_icon img {
  filter: brightness(0) saturate(100%) invert(24%) sepia(42%) saturate(5070%) hue-rotate(225deg) brightness(88%) contrast(84%);
}

.riskBasedApproach_sec .row .col-md-4:nth-child(4) .riskBasedApproach_Item .rba_icon {
  color: #ffc70b;
  background: #fff9e6;
}

.riskBasedApproach_sec .row .col-md-4:nth-child(4) .riskBasedApproach_Item .rba_icon img {
  filter: brightness(0) saturate(100%) invert(77%) sepia(43%) saturate(1703%) hue-rotate(350deg) brightness(106%) contrast(103%);
}

.riskBasedApproach_sec .row .col-md-4:nth-child(5) .riskBasedApproach_Item .rba_icon {
  color: #f26d56;
  background: #ede5fb;
}

.riskBasedApproach_sec .row .col-md-4:nth-child(5) .riskBasedApproach_Item .rba_icon img {
  filter: brightness(0) saturate(100%) invert(67%) sepia(39%) saturate(5972%) hue-rotate(326deg) brightness(99%) contrast(91%);
}

.riskBasedApproach_sec .row .col-md-4:nth-child(6) .riskBasedApproach_Item .rba_icon {
  color: #88a32a;
  background: #eff2e2;
}

.riskBasedApproach_sec .row .col-md-4:nth-child(6) .riskBasedApproach_Item .rba_icon img {
  filter: brightness(0) saturate(100%) invert(56%) sepia(48%) saturate(609%) hue-rotate(33deg) brightness(97%) contrast(86%);
}







.riskBasedApproach_sec .row .col-md-4:first-child .riskBasedApproach_Item:hover {
  background: #18a87c;
}

.riskBasedApproach_sec .row .col-md-4:nth-child(2) .riskBasedApproach_Item:hover {
  background: #f0573c;
}

.riskBasedApproach_sec .row .col-md-4:nth-child(3) .riskBasedApproach_Item:hover {
  background: #3454d1;
}

.riskBasedApproach_sec .row .col-md-4:nth-child(4) .riskBasedApproach_Item:hover {
  background: #ffc70b;
}


.riskBasedApproach_sec .row .col-md-4:nth-child(5) .riskBasedApproach_Item:hover {
  background: #f26d56;
}


.riskBasedApproach_sec .row .col-md-4:nth-child(6) .riskBasedApproach_Item:hover {
  background: #88a32a;
}

.riskBasedApproach_Item:hover {
  margin-top: -10px;
  -webkit-box-shadow: 0 2px 20px 0 rgba(12, 0, 46, .04);
  box-shadow: 0 2px 20px 0 rgba(12, 0, 46, .04);
}

.lifeCyclefrom_parent {
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
  border-radius: 10px;
  padding: 20px;
}

.lifeCyclefrom_Item {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--freshGreenClr);
  border-radius: 40px;
  padding: 8px 24px 8px 8px;
  margin-bottom: 16px;
}

.lifeCyclefrom_Item h5 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
}

.lifeCyclefrom_Item>div:first-child {
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.ourSolutions_Sec {
  padding: 80px 0px;
}

.ourSolutions_Item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #8B2635;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
}

@keyframes icon-animation {
  0% {
    border-radius: 46% 54% 68% 32%/55% 48% 52% 45%
  }

  50% {
    border-radius: 66% 34% 41% 59%/51% 34% 66% 49%
  }

  100% {
    border-radius: 46% 54% 68% 32%/55% 48% 52% 45%
  }
}


.clientlogo_img img {
  width: 100px !important
}

.testimonials_Sec .owl-stage-outer {
  padding: 24px 0px;
}

.testimonials_Sec {
  padding: 80px 0px;
}

.testimonials_item {
  -webkit-box-shadow: 0 2px 20px 0 rgba(12, 0, 46, .1);
  box-shadow: 0 2px 20px 0 rgba(12, 0, 46, .1);
  padding: 70px 20px 30px;
  position: relative;
  background: #fff;
  z-index: 1;
  border-radius: 16px;
  min-height: 250px;
}

.circle_doubleQuotes {
  position: absolute;
  top: -24px;
  right: 40px;
}





/* New Changes  */



.imgOutline {
  position: relative;
}
.imgOutline img {
  border-radius: 8px;
  width: 100%;
}
.imgOutline::after {
  content: "";
  position: absolute;
  border: 4px solid #15492DBD;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  left: 18px;
  right: 0;
  top: 18px;
  bottom: 0px;
  z-index: -1;
}

.whatWeDo_sec {
  padding: 80px 0px;
}



.ourSolutionItem {
  padding: 24px;
  background-color: rgba(108, 77, 213, 0.10);
  border-radius: 16px;
}

.ourApp_item{
  background-color: #E8F9E5;
  border-radius: 16px; 
  padding: 16px;
}
.ourApp_item img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 10px;
}


.ols_Team img {
  width: 100%;
}

.ourTeam {
  padding: 80px 0px;
}

.linkedinIcon {
  display: block;
  transition: all ease .9s;
}

.ols_Team:hover .linkedinIcon {
  transform: rotateY(360deg);
}

.placeOls {
  position: absolute;
  bottom: 22px;
  background-color: #000000c4;
  width: 100%;
  padding: 16px;
}

.whyAscertn_sec {
  padding: 0px 0px 80px;
}

footer {
  background: #f5f5f5;
  /* background: url(../slices/footer.jpg); */
  padding: 120px 0px 50px;
  -webkit-clip-path: polygon(53% 15%, 100% 0, 100% 43%, 100% 78%, 100% 100%, 32% 100%, 0 100%, 0% 43%, 0 0);
  clip-path: polygon(53% 15%, 100% 0, 100% 43%, 100% 78%, 100% 100%, 32% 100%, 0 100%, 0% 43%, 0 0);
  /* background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; */
}

/* footer::before{
  content: "";
  background-color: #000;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
} */
.aboutUs_bnr {
  background: url("../slices/main_bnr.jpg");
  background-repeat: repeat;
  background-size: auto;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
}

.aboutUs_bnr>div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}


.VerticalStepsWrapper {
  /* counter-reset: my-sec-counter; */
}

.VerticalSteps {
  display: flex;
  gap: 16px;
}

.VerticalStepsWrapper .VerticalSteps:nth-child(2n+1)>div:first-child {
  padding: 0px 0px 80px;
}

.VerticalStepsWrapper .VerticalSteps:first-child>div:first-child {
  padding-top: 0px;
}

.VerticalStepsWrapper .VerticalSteps:nth-child(2n+1)>div:nth-child(3) {
  padding: 50px 0px 50px;
}

.VerticalStepsWrapper .VerticalSteps:nth-child(2n)>div:nth-child(3) {
  padding: 0px 0px 80px;
}

.VerticalSteps>div:first-child {
  margin-left: auto;
  display: block;
  padding: 50px 0px;
}

.VerticalSteps>div {
  flex: 1 1 0;
}

.VerticalSteps>div:nth-child(2) {
  width: 80px;
  flex: 0;
}

.centerStroke {
  border-left: 3px dashed var(--freshGreenClr);
  margin: 0px 20px;
  position: relative;
}

.centerStroke::before {
  border-top: 2px solid var(--freshGreenClr);
  content: "";
  height: 2px;
  position: absolute;
  top: 0px;
  width: 26px;
}

.centerStroke::after {
  /* counter-increment: my-sec-counter;
  content: counter(my-sec-counter); */
  /* border: 2px dashed #FF4B00; */
  content: "";

  background: url("../slices/tickmark_icon.svg");
  height: 34px;
  width: 34px;
  border-radius: 50%;
  left: 26px;
  position: absolute;
  top: -16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
}

.VerticalStepsWrapper .VerticalSteps:nth-child(2n) .centerStroke::before {
  right: 0px;
}

.VerticalStepsWrapper .VerticalSteps:nth-child(2n) .centerStroke::after {
  right: 26px !important;
  left: unset !important;
}


.KeyCriteria_Item {
  padding: 24px;
  background-color: rgba(108, 77, 213, 0.10);
  border-radius: 16px;
  min-height: 100px;
}

.contactUs_sec{
  padding-bottom: 80px;
}
.contact-page {
  /* box-shadow: 0px 0px 36px #00000029; */
  border: 1px solid #e0e0e0;
  border-radius: 18px;
  padding: 30px;
}
.form_heads {
  font-size: 24px;
  color: var(--gold_clr);
  font-weight: 600;
  margin-bottom: 34px;
  line-height: 1.5;
}

.MainInput {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
  border: 1px solid #e6e6f2;
  background: transparent;
  outline: unset;
  height: 40px;
  border-radius: 10px;
  padding: 0px 16px;
}
.MainTextarea {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
  border: 1px solid #e6e6f2;
  background: transparent;
  outline: unset;
  border-radius: 10px;
  padding: 16px;
}

.selectMainInput {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
  border: 1px solid #e6e6f2;
  background: transparent;
  outline: unset;
  height: 40px;
  border-radius: 10px;
  padding: 0px 40px 0px 16px;

  background: transparent url("../slices/select_drop.svg") no-repeat;
  background-size: 20px;
  background-position: calc(100% - 0.75rem) center !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  cursor: pointer;
}

.caseStudiesSecond_sec{
    background: url('../slices/caseStudy_two.jpg');
      background-repeat: no-repeat;
      position: relative;
      width: 100%;
      background-size: cover;
      height: 700px;
      background-position: center;
      /* display: flex;
      align-items: center;
      justify-content: center; */
      /* background-attachment: fixed; */
      margin-bottom: 80px;
      padding: 60px 0px;
}
.caseStudiesFirst_sec {
  background: url('../slices/caseStudy_one.jpg');
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  background-size: cover;
  height: 700px;
  background-position: center;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  /* background-attachment: fixed; */
  margin-bottom: 80px;
  padding: 60px 0px;  
}
.caseStudiesFirst_sec::before , .caseStudiesSecond_sec::before{
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.7;
}
.caseStudiesFirst_sec h2 , .caseStudiesSecond_sec h2{
  font-size: 34px;
    line-height: 1.5;
    font-weight: 500;
    color: var(--gold_clr);
    text-align: center;
    margin-bottom: 40px;
}

.caseStudies_item{
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  min-height: 100%;
}

.copyRightSec {
  border-top: 1px solid #6c4dd52b;
  padding: 16px 0;
}
ul.policy_Condition {
  display: flex;
  align-items: center;
  justify-content: end;
  margin: 0;
  padding: 0;
  gap: 50px;
  list-style: none;
}

.Condition_Sec{
  padding: 80px 0px;
}

.Condition_Sec p{
  font-size: 16px;
  line-height: 1.5;
color: #777;
}

/* .radiobtn  input[type="checkbox"], */
 .radiobtn input[type="radio"]{
  accent-color: var(--freshGreenClr);
}

@media (max-width: 767px) {
.caseStudiesFirst_sec h2,
  .caseStudiesSecond_sec h2 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 500;
    color: var(--gold_clr);
    text-align: center;
    margin-bottom: 34px;
  }
  .caseStudiesFirst_sec , .caseStudiesSecond_sec{
    height: auto;
    margin-bottom: 40px;
  }
.Condition_Sec {
    padding: 40px 0px;
  }

  .siteHeader_wrapper ul.navbar-nav li.nav-item:last-child {
    /* display: none; */
  }

  .mobileSearch {
    display: block;
  }



  .MobSpace_mb24 {
    margin-bottom: 24px !important;
  }
.MobSpace_mb34{
  margin-bottom: 34px !important;
}


  /* mobile Header Responsive start */
  .mobileHeader {
    padding: 12px 24px;
    border-bottom: 1px solid #d4d1d1;
    background: #ffff;
  }

  .siteHeader_wrapper {
    box-shadow: -.64px -.77px 32px #0000000d;
  }

  .siteHeader_wrapper .container {
    max-width: none;
  }

  .MobileToggle {
    display: block;
  }

  .mobileMenu {
    display: none;
  }

  .mobileMenu.showMenu {
    display: block;
  }

  .topHeader {
    display: none;
  }

  .topHeader .container>div {
    display: block;
  }

  ul.topHeaderMenulist li a {
    margin-right: 16px;
  }

  .siteHeader_wrapper {
    padding: 0px;
  }

  .siteHeader_wrapper .ascertn_logo img {
    width: 150px;
    /* filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(346deg) brightness(105%) contrast(103%); */
  }


  .siteHeader_wrapper nav {
    display: block !important;
    padding: 0px !important;
  }

  .siteHeader_wrapper ul.navbar-nav {
    display: block;
  }

  .siteHeader_wrapper ul.navbar-nav li a {
    margin: 0px;
    padding: 12px 24px !important;
    border-bottom: 1px solid #f9f9f9;
    color: #777;
    font-weight: 500;
  }

  .siteHeader_wrapper ul.navbar-nav li.nav-item.dropdown:hover ul.dropdown-menu {
    display: none;

  }

  .siteHeader_wrapper ul.navbar-nav li.dropdown ul.dropdown-menu {
    box-shadow: unset !important;
    border-top: unset !important;
  }

  .siteHeader_wrapper ul.navbar-nav .dropdown-toggle::after {
    position: absolute;
    right: 20px;
    top: 50%;
  }

  .siteHeader_wrapper ul.navbar-nav li.nav-item.dropdown {
    display: block;
  }

  .siteHeader_wrapper ul.dropdown-menu.show {
    display: block !important;
  }



  .MobileToggle button span {
    width: 32px;
    background: var(--freshGreenClr);
    height: 3px;
    display: block;
    margin-top: 5px;
    -webkit-transition: all 600ms linear 0s;
    -o-transition: all 600ms linear 0s;
    transition: all 600ms linear 0s;
  }

  .MobileToggle button:hover span:nth-child(2) {
    width: 20px;
  }

  /* mobile Header Responsive end */


.MainBnrSec{
  height: auto;
  padding: 40px 0px;
}
.banner_content h1{
  font-size: 28px;
  margin-bottom: 34px;
}
.banner_content p{
  font-size: 14px;
}
.whatWeDo_sec {
  padding: 40px 0px;
}
.sectionheader{
  padding-bottom: 40px;
}
.sectionheader{
  width: 100%;
}
.font_Size30 {
  font-size: 24px;
}
.lifeCyclefrom_parent{
  background: unset;
  padding: unset;
  box-shadow: unset;
}
.ourSolutions_Sec {
  padding: 40px 0px 0px;
}
.VerticalSteps{
display: flex;
  flex-direction: column-reverse;
}
.VerticalStepsWrapper .VerticalSteps:nth-child(odd) {
display: flex;
  flex-direction: column-reverse;
}
.VerticalStepsWrapper .VerticalSteps:nth-child(even) {
display: block;
 
}
.centerStroke::before {
  content: unset;

}
.centerStroke::after {
  content: unset;
}
.VerticalStepsWrapper .VerticalSteps:nth-child(2n+1)>div:first-child {
  padding: 0px 0px 40px;
}
.VerticalStep img{
  width: 100%;
}
.VerticalStepsWrapper .VerticalSteps:nth-child(2n)>div:nth-child(3) {
  padding: 0px 0px 40px;
}
.VerticalStepsWrapper .VerticalSteps:nth-child(2n+1)>div:nth-child(3) {
  padding: 40px 0px 40px;
}
.ourApp_item img{
  height: auto;
}
.contactUs_sec {
  padding-bottom: 40px;
}
.testimonials_item{
  background: #f5f5f5;
  box-shadow: unset;
}
.how_WeDo_sec .row{
  flex-direction: column-reverse;
}
.testimonials_Sec {
  padding: 40px 0px;
}
footer{
  clip-path: polygon(53% 10%, 100% 0, 100% 43%, 100% 58%, 100% 100%, 32% 100%, 0 100%, 0% 43%, 0 0);
  padding: 80px 0px 40px;
}
.form_heads{
  font-size: 16px;
}
.contactUs_sec .row.columReverse{
  flex-direction: column-reverse;
}
.VerticalSteps>div:first-child {
  padding: 20px 0px;
}
.VerticalStepsWrapper .VerticalSteps:nth-child(2n+1)>div:nth-child(3) {
  padding: 20px 0px 20px;
}
.VerticalStepsWrapper .VerticalSteps:nth-child(2n)>div:nth-child(3) {
  padding: 0px 0px 20px;
}
.aboutUs_bnr{
  height: 200px;
}
.ourTeam {
  padding: 40px 0px;
}
.whyAscertn_sec {
  padding: 0px 0px 30px;
}
.padding_TopBottom80 {
  padding: 40px 0px;
}
.font_Size40 {
  font-size: 32px;
}
.wmtpr_sec {
  padding: 40px 0px;
}
.riskBasedApproach_sec {
  padding: 40px 0px;
}
.caseStudies_sec{
  height: auto;
  padding: 24px 0px;
  margin-bottom: 40px;
}
.caseStudies_sec p{
  font-size: 16px;
  font-weight: 400;
}
.caseStudies_sec h2{
  font-size:24px;
  margin-bottom: 16px;
}
}






@media (min-width: 768px) and (max-width: 992px) {}

@media (min-width: 768px) and (max-width: 1026px) {

  /* mobile common Class  start */



  .MobileToggle {
    display: block;
  }

  .mobileMenu {
    display: none;
  }

  .mobileMenu.showMenu {
    display: block;
  }

  .topHeader {
    display: none;
  }

  .topHeader .container>div {
    display: block;
  }

  ul.topHeaderMenulist li a {
    margin-right: 16px;
  }

  .siteHeader_wrapper {
    padding: 0px;
  }

  .siteHeader_wrapper .ascertn_logo img {
    width: 70px;
    /* filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(346deg) brightness(105%) contrast(103%); */
  }

  .siteHeader_wrapper nav {
    display: block !important;
    padding: 0px !important;
  }

  .siteHeader_wrapper ul.navbar-nav {
    display: block;
  }

  .siteHeader_wrapper ul.navbar-nav li a {
    margin: 0px;
    padding: 12px 24px !important;
    border-bottom: 1px solid #f9f9f9;
    color: #777;
    font-weight: 500;
  }

  .siteHeader_wrapper ul.navbar-nav li.nav-item.dropdown:hover ul.dropdown-menu {
    display: none;

  }

  .siteHeader_wrapper ul.navbar-nav li.dropdown ul.dropdown-menu {
    box-shadow: unset !important;
    border-top: unset !important;
  }

  .siteHeader_wrapper ul.navbar-nav .dropdown-toggle::after {
    position: absolute;
    right: 20px;
    top: 50%;
  }

  .siteHeader_wrapper ul.navbar-nav li.nav-item.dropdown {
    display: block;
  }

  .siteHeader_wrapper ul.dropdown-menu.show {
    display: block !important;
  }



  .MobileToggle button span {
    width: 32px;
    background: var(--freshGreenClr);
    height: 3px;
    display: block;
    margin-top: 5px;
    -webkit-transition: all 600ms linear 0s;
    -o-transition: all 600ms linear 0s;
    transition: all 600ms linear 0s;
  }

  .MobileToggle button:hover span:nth-child(2) {
    width: 20px;
  }

  /* mobile Header Responsive end */

}

@media (min-width: 1027px) and (max-width: 1229px) {

  .siteHeader_wrapper .ascertn_logo img {
    width: 70px;
  }

  .siteHeader_wrapper ul.navbar-nav li a {
    font-size: 12px;
    margin-right: 16px;
    padding: 12px 8px;
  }

  .siteHeader_wrapper {
    padding: 12px 0px;
  }



}

@media (min-width: 1200px) and (max-width: 1229px) {}

@media (min-width: 1230px) and (max-width: 1396px) {}

/* chart Responsive */
@media (min-width: 1396px) and (max-width: 1399px) {}

@media (min-width: 1400px) and (max-width: 1535px) {}

@media screen and (-moz-min-device-pixel-ratio: 1.5) {
  /* Your styles for Firefox-specific query */
}
.mainloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000000d4;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  
}