@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
    --primary-color: #001836;
    --primary-hover-color: #F7A806;
    --color-white: #fff;
    --color: #555;
    --color-blue: #1363f8;
    --border-color: #dbdee1;
    --font-family: "Poppins", serif;
    --title-font: "Poppins", serif;
    --font-weight:700;
    --font-medium:500;
    --font-normal:400;
}
html,body,div,p, a, li, span, label, tr, td, th, input, mat-label {
	padding: 0;
	border: 0;
	font: inherit;
	font-weight: var(--font-normal);
    color: var(--color);
    font-size: 15px ;
    font-family: var(--font-family);
}
h1,h2,h3,h4,h5,h6,big, a, b {
  font-weight: var(--font-weight);
  font-family: var(--title-font) ;
  color: var(--primary-color);
  letter-spacing: 0.5px;
}
b {letter-spacing: 0.5px;}
button {font-weight: var(--font-medium) ;cursor: pointer;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}
ul {padding: 0;}
:host ::ng-deep .mat-drawer-container {background-color: #ffffff ;}
a:hover, a {text-decoration: none;cursor: pointer;}
.row-wrap, .bread-wrap {flex-flow: row wrap;box-sizing: border-box;display: flex;margin: 0 -7.5px;}
.grid-100 {flex: 1 1 100%;box-sizing: border-box;max-width: 100%;padding: 0 7.5px;}
.grid-90 {flex: 1 1 90%;box-sizing: border-box;max-width: 90%;padding: 0 7.5px;}
.grid-80 {flex: 1 1 80%;box-sizing: border-box;max-width: 80%;padding: 0 7.5px;}
.grid-75 {flex: 1 1 75%;box-sizing: border-box;max-width: 75%;padding: 0 7.5px;}
.grid-70 {flex: 1 1 70%;box-sizing: border-box;max-width: 70%;padding: 0 7.5px;}
.grid-66 {flex: 1 1 66.6666%;box-sizing: border-box;max-width: 66.6666%;padding: 0 7.5px;}
.grid-60, .rgt-bread {flex: 1 1 60%;box-sizing: border-box;max-width: 60%;padding: 0 7.5px;}
.grid-50 {flex: 1 1 50%;box-sizing: border-box;max-width: 50%;padding: 0 7.5px;}
.grid-40, .lft-bread {flex: 1 1 40%;box-sizing: border-box;max-width: 40%;padding: 0 7.5px;}
.grid-33 {flex: 1 1 33.3333%;box-sizing: border-box;max-width: 33.3333%;padding: 0 7.5px;}
.grid-30 {flex: 1 1 30%;box-sizing: border-box;max-width: 30%;padding: 0 7.5px;}
.grid-25 {flex: 1 1 25%;box-sizing: border-box;max-width: 25%;padding: 0 7.5px;}
.grid-20 {flex: 1 1 20%;box-sizing: border-box;max-width: 20%;padding: 0 7.5px;}
.grid-10 {flex: 1 1 10%;box-sizing: border-box;max-width: 10%;padding: 0 7.5px;}
.grid-34 {flex: 1 1 34%;box-sizing: border-box;max-width: 34%;padding: 0 7.5px;}
.mobi-20 {margin-bottom: 20px;}
.alert {width: fit-content;margin-bottom: 0;}
hr {min-width: 100%;border-color: #e1e5ea;}
.align-mid {display: flex;justify-content: center;align-items: center;}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background-color: var(--primary-color);
    color: var(--color-white);
    border-color: var(--primary-color);
}
img {display: inline-block;max-width: 100%;height: auto;}
.justify-right {display: flex;justify-content: flex-end;}
.m-width {min-width: 100%;}
.navbar-nav li .nav-link {color: var(--primary-color)}
.navbar-nav li .nav-link:hover {background-color: transparent;color: var(--primary-hover-color);}
.btn-info {
    background-color: #001836;
    border-color: #001836;
    color: #fff ;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
.btn-outline-primary {
    background-color: transparent;
    border-color: #001836;
    color: #001836 ;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
.btn-info:hover, .btn-outline-primary:hover {
    background-color: #001836;
    border-color: #001836;
    color: #fff;
}
.btn.btn-sm {
    height: 32px;
    min-width: 90px;
}
.nav-flex {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.btn-prt {
    display: flex;
    gap: 15px;
}
.btn-prt .btn-info, .btn-prt .btn-outline-primary {border-radius: 100px;}
.blue-text {
    color: #1363f8 ;
    font-size: 13px ;
    letter-spacing: 0.2px;
    cursor: pointer;
}
.cart-text {
    color: var(--primary-hover-color);
    font-size: 13px ;
    font-weight: 500;
}
.row-wrap {min-width: 100%;}
.m-b-48 {margin-bottom:48px}
.text-center {text-align: center;}
.signup {gap: 15px;}
.bnr-cnt h1 {
    margin-bottom: 5px;
}
.bnr-cnt h5 {
    font-weight: 500;
    color: var(--primary-color);
}
.color-text {
    color: var(--primary-hover-color);
}
.container {max-width: 1280px;width:100%;margin: 0 auto;display: flex;position: relative;}
.error div {color: #f00;font-size: 12px ;}
.features {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.features li {
    display: flex;
    gap: 12px;
    align-items: center;
}
.features li img {
    width: 30px;
}
/*Header css*/
.navbar-expand-lg {padding: 15px 0;}
.sticky-header {
    background-image: linear-gradient(45deg, #fafffa, #f9f9f9);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
:host ::ng-deep mat-toolbar.topbar {padding: 0;position: sticky;top:0}
.navbar-brand {
    width: 90px;
    padding: 0;
    margin-right: 50px;
}
.navbar-nav.mobile {display: flex;}
.navbar-nav li {
    padding: 0;
    margin-right: 40px;
}
.navbar-nav li:last-child {margin-right:0}
.navbar-nav li .nav-link {
    padding: 0 ;
    text-align: center;
    transition: 0.3s all ease;
}
.navbar-nav li .nav-link:hover, .navbar-nav li .dropdown-menu li .dropdown-item:hover {color: #F7A806;}
.dp-icon {
    display: inline-flex;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    overflow: hidden;
}
.betcertified{
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-prt {
    display: flex;
    align-items: center;
}
.signup {align-items: center;display: flex;}
.nav-toggle {
    display: none;
    align-items: center;
    justify-content: center;
}
/*banner section*/
.bnr-sec {
    padding: 70px 0 30px;
    position: relative;
  }
  .bnr-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/bg.png) no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.1;
  }
  .flex-center {
    align-items: center;
    position: relative;
    min-width: 100%;
  }
  .bnr-cnt {
    height: 100%;
    margin-top: 30px;
  }
  .btn-block {
    color: var(--primary-color) ;
    background: transparent ;
    border: 1px solid var(--primary-color) ;
    transition: 0.3s all ease;
    border-radius: 7px;
    width: auto;
    margin-top: 0;
  }
  .bnr-cnt .btn-blk {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
  }
  .btn-block:hover,
  .btn-block.active {
    background-color: var(--primary-color) ;
    color: var(--color-white) ;
    border-color: var(--primary-color);
  }
  .bnr-cnt p {
    color: var(--color);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
  .contact-sec{
    padding: 120px 0 30px;
  }

  .form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  
  .form h6 {
    font-size: 18px;
    font-weight: 600;
    color: #113e59;
  }
  
  .form-image {
    width: 60%;
  }
  
  .form-image img {
    width: 100%;
  }


  .contactDetails {
    padding: 30px 30px 15px;
    background-color: rgb(17, 62, 89);
    border-radius: 15px;
    position: sticky;
    top: 85px;
  }
  
  .contactDetails h2 {
    color: rgb(255, 255, 255);
    font-family: Rubik, sans-serif;
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 42px;
    text-align: left;
  }
  
  .contactDetails p {
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    text-align: left;
  }
  
  .contactDetails p.ttlcnt {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 25px;
    margin-bottom: 40px;
  }

  .blk-cnt .iconBlk {
    background-color: rgba(38, 39, 41, 0.7);
    font-size: 21px;
    color: rgb(255, 255, 255);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 25px 0 0;
    padding: 0;
}
.blk-cnt {
  display: flex;
  margin-bottom: 30px;
  position: relative;
}

.blk-cntinr h3 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  text-align: left;
  margin-bottom: 5px;
}

/* about us */
.ourprops {
  background-color: #d8e0e8;
  padding: 50px 0;
}
.btn {
  border: none;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
}
.cnthgt .btn-success {
  margin-top: 15px;
  color: #000;
  background-color: #3abe02;
  letter-spacing: 0.5px;
  text-shadow: none;
}
.hide{
  display: none !important;
}
.Props {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.propsblk {
  padding: 50px 30px;
  text-align: center;
  position: relative;
  flex: 1;
}

.propsblk:after,
.vl-extra:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 80%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  right: -1px;
  z-index: 1;
}
.propsblk.values {
  background-color: #bff3a9;
}

.propsblk.values.value-add {
  flex: 1 1 100%;
  max-width: 100%;
  display: flex;
}

.vl-extra:before {
  right: auto;
  left: 35px;
}
.vl-extra {
  flex: 1 1 60%;
  max-width: 60%;
  text-align: left;
  padding-left: 50px;
  position: relative;
}

.vl-extra li h6 {
  font-size: 18px;
  font-weight: 600;
}

.vl-extra li {
  list-style: lower-alpha;
  color: #000;
  font-size: 22px;
  margin-bottom: 15px;
}

.vl-extra li:last-child {
  margin-bottom: 0;
}

.find-job .vl-extra {
  padding: 0;
  flex: 1 1 100%;
  max-width: 100%;
}

.find-job .vl-extra:before {
  content: none;
}

.cal-to-action .btn-blk {
  margin: 0;
}

.find-job .vl-extra ol {
  padding-left: 25px;
}
.propsblk.mission.value-add:after {
  content: none;
}
.visionImg img {
  width: 100%;
}
.visionImg {
  width: 180px;
  margin: 0px auto 20px;
}
.cnthgt {
  height: 180px;
}

.propsblk.mission {
  background-color: rgb(254, 230, 171);
}
.propsblk.values {
    background-color: #bff3a9;
}
.propsblk.vision {
  background-color: #f7c2a7;
}

.ourLeadSec {
  padding: 50px 0;
}
.text-center {
  text-align: center;
}
.title-section {
  margin: 0 0 25px 0;
  position: relative;
}
.contentblk {
    height: 475px;
}


.owl-carousel.ourLead .clientBlk {
  box-shadow: 0 0px 6px rgb(0 0 0 / 20%);
  padding: 15px 0 20px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.owl-carousel.ourLead .clientBlk.emp1 .leadBlk {
  background: url(../images/top1.png) no-repeat;
  background-position: center;
  background-size: 124%;
}
.leadImg {
  width: 115px;
  border: 2px solid #fff;
  box-shadow: 0 0 2px rgb(0 0 0 / 10%);
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

.owl-carousel.ourLead .clientBlk h2, .memDetail h2 {
  font-size: 16px;
  font-weight: 600;
  color: #113e59;
  margin: 10px 0 0;
}
.owl-carousel.ourLead .clientBlk span, .memDetail span {
  font-size: 13px;
  color: #113e59;
}
.owl-carousel.ourLead .clientBlk p {
  font-size: 12px;
  text-align: left;
  padding: 15px 15px 0;
  margin: 0;
  min-height: 190px;
  line-height: normal;
}
.owl-carousel.ourLead .clientBlk.emp1:after {
  background: url(../images/btm1.png) no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.owl-carousel.ourLead .clientBlk:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 40px;
  left: 0;
  right: 0;
}
.owl-carousel.owl-loaded {
  text-align: center;
}

.owl-carousel.ourLead .clientBlk.emp2 .leadBlk {
  background: url(../images/top2.png) no-repeat;
  background-position: center;
  background-size: 124%;
}
.owl-carousel.ourLead .clientBlk.emp2:after {
  background: url(../images/btm2.png) no-repeat;
  background-position: center bottom;
  background-size: contain;
}

.owl-carousel.ourLead .clientBlk.emp3 .leadBlk {
  background: url(../images/top3.png) center center / 124% no-repeat;
  background-position: center center;
}
.owl-carousel.ourLead .clientBlk.emp3:after {
  background: url(../images/btm2.png) no-repeat;
  background-position: center bottom;
  background-size: contain;
}

.memImage {
  width: 100px;
  margin: 5px auto 10px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.teamCarousel .owl-carousel .owl-item {
  border: 0;
}
.teamBlock {
  display: flex
;
  align-items: center;
  margin-bottom: 15px;
}

.teamBlkLft {
  margin-right: 30px;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  border-radius: 10px;
  padding: 5px;
  flex: 1 1 60%;
  max-width: 60%;
}
.teamBlkLft,
.teamBlkRgt {
  flex: 1 1 100%;
  max-width: 100%;
}

.carousel-inner {
  border-radius: 20px;
}
.teamBlkLft .carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.teamBlock .teamBlkLft img {
  width: 100%;
  border-radius: 10px;
}
.teamBlkRgt {
  flex: 1 1 40%;
  max-width: 40%;
}
.owl-carousel.ourLead .owl-item {
  border: 0;
  padding: 10px;
}

.teamBlkLft .carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.teamBlkLft .carousel-fade .carousel-inner .active {
  opacity: 1;
}

.teamBlkLft .carousel-fade .carousel-inner .active.left,
.teamBlkLft .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.teamBlkLft .carousel-fade .carousel-inner .next.left,
.teamBlkLft .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.teamBlkLft .carousel-fade .carousel-control {
  z-index: 2;
}







  .features {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .features li {
    display: flex;
    gap: 12px;
    align-items: center;
  }
  .main-product .features li {
    align-items: flex-start;
  }
  .features li img {
    width: 30px;
  }
  .about-sec,
  .choose-sec,
  .pick-sec,
  .video-sec {
    padding: 50px 0;
  }
  .choose-sec {
    background: url(../images/login-bg.svg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .m-b-15 {
    margin-bottom: 15px;
  }
  .middle-width {
    width: 60%;
    margin: 0 auto;
  }
  .img-card {
    border-radius: 5px;
    overflow: hidden;
  }
  .rslt-features .list .img-prt {
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .img-prt img {
    width: 100%;
    display: inline-block;
  }
  .card {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 15px;
    border: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  }
  .p-15 {
    padding: 15px;
  }
  .lft .card {
    width: 30px;
    height: 30px;
    padding: 3px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ccc;
  }
  .card .rgt span {
    font-weight: var(--font-medium);
  }
  .card.audio .card {
    background-color: rgb(244 67 54 / 10%);
  }
  .new-ribbon {
    position: absolute;
    padding: 3px;
    top: -8px;
    right: 3px;
    background-color: #4dc247;
    font-size: 12px;
    color: #fff;
  }
  .new-ribbon:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 16px solid #4dc247;
    border-right: 16px solid #4dc247;
    border-bottom: 15px solid transparent;
    bottom: -14px;
    left: 0px;
  }
  .priceclass{
    margin-bottom: 33px !important;
  }
  .new-ribbon:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 8px solid #4dc247;
    left: -8px;
    top: 0;
  }
.pricemny{
     align-items:center;
    justify-content: flex-start;
    font-size: 16px !important;
}
.pricemny img{
  width: 50px !important;
  position: relative;
  top: 43px;
  left: -34px;
  margin-bottom: 30px;
}
  .card.live .card {
    background-color: rgb(0 54 131 / 10%);
  }
  .card.record .card {
    background-color: rgb(0 128 0 / 10%);
  }
  .about-sec {
    background-image: linear-gradient(45deg, #fff4f4 50%, #f4fff4 50%);
  }
  .about-sec .btn-blk {
    justify-content: center;
  }
  .pick-sec h2 {
    margin-bottom: 48px;
  }
  .rslt-features {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 48px;
  }
  .list {
    display: flex;
    gap: 15px;
    align-items: flex-start;
  }
  .sub-ttl {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .time-period {
    display: inline-flex;
    padding: 3px 10px;
    background-color: #e1f5e1;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
  }
  .content-prt p {
    margin: 0;
  }
  .btn-watch {
    gap: 10px;
    display: flex;
    align-items: center;
  }
  .watch-icon {
    display: inline-flex;
    width: 30px;
  }
  .main-product {
    border-radius: 20px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 24px 24px 24px 25%;
    width: 80%;
    margin: 0 auto;
  }
  .main-product .img-prt {
    position: absolute;
    left: -13%;
    width: 41%;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.1);
  }
  .main-product.product {
    box-shadow: 2px 2px 2px rgb(255 180 190);
    background-color: #f7ffee;
  }
  .main-product .features {
    gap: 20px;
    min-height: 231px;
    padding-left: 0;
  }
  .main-product.product .img-prt {
    background-color: #fffde9;
  }
  .main-product.course {
    box-shadow: 2px 2px 2px #ffb84e;
    background-color: #fff6ea;
  }
  .main-product.course .img-prt {
    background-color: #e4e8ff;
  }
  .pricing-sec {
    padding: 30px 0;
    background-image: linear-gradient(
      45deg,
      #f7fff8 26%,
      #edf7ff 50%,
      #fffbd5 100%
    );
  }
  .sectioncontainer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-width: 100%;
    width: 80%;
    margin: 0 auto;
  }
  .ttl h2,
  .ttl h6 {
    margin: 0;
  }
  .ttl h2 {
    margin-bottom: 15px;
  }
  .ttl h6 {
    opacity: 0.8;
  }
  .pricing-main {
    grid-template-columns: 1fr 1fr 1fr;
    width: 672px;
    display: flex;
    align-items: end;
    justify-content: center;
  }
  .block {
    border: 1px solid #e5e5e5;
    padding: 24px;
    border-radius: 20px;
    display: flex;
    gap: 20px;
    flex: 1 1 calc(100% / 4);
    justify-content: center;
  }
  .blk-inr {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .block.middle .blk-inr {
    justify-content: center;
    align-items: center;
  }
  .blk-inr p {
    margin-bottom: 0;
    height: 36px;
  }
  .img-tick {
    width: 24px;
    height: 36px;
  }
  .first {
    border-radius: 16px 0 0 16px;
    border-right: 0;
    text-align: left;
  }
  .middle {
    border-radius: 16px;
    box-shadow: 0 3px 0 0 #dbdee1;
    background-color: #fff;
  }
  .third {
    border-left: 0;
    border-radius: 0 16px 16px 0;
    text-align: center;
  }
  .blk-inr .img-prt {
    width: 60px;
  }
  .quote-sec {
    padding: 50px 0;
  }
  .quote-content {
    margin: 0 auto;
  }
  .quote-content p {
    position: relative;
    font-size: 18px ;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .quote-content p:before {
    content: '';
    background: url(../images/quote-left.svg) no-repeat;
    position: absolute;
    top: -30px;
    left: -15px;
    width: 30px;
    height: 20px;
    background-position: center;
    background-size: cover;
  }
  .quote-content p:after {
    content: '';
    background: url(../images/quote-right.svg) no-repeat;
    position: absolute;
    bottom: -30px;
    right: -15px;
    width: 30px;
    height: 20px;
    background-position: center;
    background-size: cover;
  }
  .img-prt.desktop {
    display: flex;
  }
  .img-prt.mobile {
    display: none;
  }
/* photo-gallery css */

.imageBlk {
  display: flex;
  width: 300px;
  margin: 0 auto;
  align-items: center;
  height: 100%;
}

.imageBlk img {
  width: 100%;
}

.unique-gl {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;

  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

.modal-dialog.glrBlk {
  height: 100vh;
  margin: 0 auto;
  padding: 30px 0;
  max-width: fit-content;
}

.modal-dialog.glrBlk .modal-content {
  background-color: transparent;
  box-shadow: none;
  border: 0
}

.unique-gl img {
  width: 100%;
  margin: 0 auto 15px;
  box-shadow: -1px 2px 7px rgb(0 0 0 / 30%);
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 5px;
}

#videoPage iframe,
#wexlHome iframe {
  width: calc((100% / 3) - 18px);
  margin: 7.5px;
  height: 280px;
}

.model-vid,
.modal-img {
  border-radius: 5px;
  max-width: 100%;
  height: 100%;
}

.modal-body {
  padding: 0px;
  text-align: center;
}


.banners-sec {
  padding: 120px 0 30px;
  background-image: linear-gradient(to bottom right, #DEF7FC, #FCBCC6);
}

.row.banner-text {
  display: flex;
  align-items: center;
}

.ttlBlk {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  margin-bottom: 25px;
}

.ttlBlk li {
  padding: 10px;
  background-color: #f5f5f5;
  border-radius: 6px;
  text-align: center;
  cursor: auto !important;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%) inset;
  font-weight: 600;
  transition: 0.3s all ease;
}

.ttlBlk li:hover,
.ttlBlk li.active {
  color: #fff;
  box-shadow: 0 0 10px rgb(246 181 25 / 20%)inset;
}

.showBlk {
  display: none;
}

.showBlk.active {
  display: block;
}

.imageBlk {
  display: flex;
  width: 300px;
  margin: 0 auto;
  align-items: center;
  height: 100%;
}

.imageBlk img {
  width: 100%;
}

.gallery-blk {
  padding: 30px 0;
}

#home1 .banner-text .titleBlk .ttl {
  margin-bottom: 15px;
}

#home1 .banner-text .titleBlk p {
  font-size: 20px;
  color: #000;
  margin: 0;
}
.galley-photo{
  min-width: 100%;
}
.ttlBlk li{
  list-style: none;
}
/*footer*/
.main-footer {
    padding: 50px 0;
    background-color: #bac7bb;
  }
  img {
    display: inline-block;
    width: 100%;
  }
  .phone-num {
    margin-top: 0;
  }
  .copyright-text {
    text-align: right;
    min-width: 100%;
  }
  .main-footer h6 {
    font-weight: 500;
    margin-bottom: 15px;
  }
  .btn-uptake {
    display: inline-flex;
    width: 120px;
  }
  .addr-blk {
    list-style: none;
  }
  .addr-blk li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
  }
  .addr-blk li:last-child {
    margin-bottom: 0;
  }
  .icon-blk {
    display: inline-flex;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    padding: 5px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 15px;
    font-size: 12px;
    align-items: center;
    justify-content: center;
  }
  .img-blk img {
    max-width: 100%;
  }
  .social-links {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 15px;
  }
  footer ul li {
    padding: 0;
  }
  .s-icon {
    width: 30px;
    height: 30px;
    padding: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s all ease;
    color: #fff;
  }
  .s-icon.fb {
    background-color: #3b5998;
  }
  .s-icon.tw {
    background-color: #26a7de;
  }
  .s-icon.insta {
    background-color: #d94580;
  }
  .s-icon.ln {
    background-color: #0a66c2;
  }
  .s-icon.yt {
    background-color: #cd201f;
  }
  .footer-bottom {
    padding: 10px 0;
    border-top: 1px solid var(--primary-hover-color);
    background-color: var(--primary-color);
    background-color: var(--primary-hover-color);
  }  
  .description-sec {
    padding: 100px 0 30px;
}
.grade-contain {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 50px;
}
.prd-desc {
    clear: both;
    width: 100%;
    position: relative;
}
.course-fixed {
    position: sticky;
    top: 94px;
    bottom: 0;
    z-index: 2;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f1f4f6;
}
.prod-cnt h2 {
    font-size: 20px;
    color: var(--primary-color);
    margin-bottom: 10px;
}
.exp-blk {
    margin-bottom: 15px;
}
.price {
    font-size: 20px;
    font-weight: 600;
    color: #CD201F;
    min-width: 320px;
    font-family: var(--font-family);
    display: flex;
}
.bharath{
  margin-bottom: 0 !important;
}
.price sup {
    color: #f9a504;
    font-weight: 600;
    letter-spacing: 1px;
}
.grade-contain .prod-cnt h2 {
    margin-bottom: 0;
}
.prod-cnt p {
    margin-bottom: 30px;
}
.prod-cnt .content-blk p {margin-bottom: 0;}
.grade-contain .btn-blk {
    margin-top: 20px;
    gap: 15px;
}
.discription {
    margin-top: 30px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.discription h5 {
    color: #0b690f;
}
.discription ul li {margin-bottom: 15px;}
.discription ul li:last-child {margin-bottom: 0;}
.back-to {
    font-size: 15px;
    color: #777;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: 0.3s all ease;
}
.back-to:hover {color: blue;}
.back-to:hover .lft-arrow i {color: blue;}
.lft-arrow {
    font-weight: var(--font-normal);
    font-size: 13px;
}
.discout {
    color: #008000;
    font-weight: var(--font-medium);
}
.discout em {
    text-decoration: line-through;
    font-style: italic;
    margin: 0 5px;
    color: #999;
}
.grade-contain .prd-desc .btn-blk .btn-info.cart {
    flex: 1 1 40px;
}
.grade-contain .prd-desc .btn-blk .btn-info.buy {
    flex: 1 1 calc(100% - 40px);
}
.icon {
    min-width: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon img {max-width: 100%;width:100%}
.list-structure {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 8px 15px;
    background-color: #f1f4f6;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
.content-blk h6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.duration {
    color: #67737e !important;
    border-radius: 5px;
}
.btn-close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 1;
  width: 30px;
  height: 30px;
  background-color: #ccc;
}
.btn-close:hover {background-color: #f00}
.btn-close:hover span {color: #fff;}
.modal.show .modal-dialog {
  transform: none;
  max-width: 80%;
  margin: 30px auto;
  overflow: hidden;
}
.modal-body {
  padding: 0;
  height: calc(100vh - 67px);
  aspect-ratio: 2 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.glrBlk .modal-body {height: calc(100vh - 167px);}
.glrBlk .modal-body {max-width: 100%;min-width: 100%;height: 100%;}
.modal-body iframe {
  object-fit: cover;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  border-radius: 5px;
}
.ourClients {
  padding: 50px 0;
  background-image: linear-gradient(45deg, #e3e3e3, #fffcfc);
}
.prices{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.table-bordered{
  margin-bottom: 0 !important;
}
.tabless{
  border: 1px solid #e3dcdc;
    width: 50%;
}
.tablerow{
  border: 1px solid #e8e0e0;
}
td.bottomcolor{
  background-color: #f1f4f6;
  color: green;
}
.owl-carousel.ourClient .owl-item {
  box-shadow: none;
  border: none;
  padding: 5px;
}

.owl-carousel.ourClient .owl-item .item {
  box-shadow: 0 1px 6px rgb(0 0 0 / 10%);
  border-radius: 10px;
  overflow: hidden;
  background-color: #fffef2;
}

.clientCnt {
  font-size: 16px;
  padding: 5px 10px;
  font-weight: 500;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ourClients .title-section {
  margin-bottom: 25px;
}
.Clients {
  overflow: hidden;
}
.footer-menu a {
  font-size: 15px;
  font-weight: 400;
}
.footer-menu a:hover {
  color: #F7A806;
}
.privacy {
  padding: 80px 0 30px;
}
.pr-links {
  padding-left: 35px;
}
.main-blk h1 {
  text-align: center;
  margin-bottom: 25px;
}
.pr_ttl {
  font-size: 20px;
}
.career-sec {
  padding: 100px 0 30px;
  background: url(../images/career-bnr.png) no-repeat;
  background-size: cover;
  background-position: center -60px;
  min-height: 641px;
  position: relative;
}
.about-image{
  background: url(../images/aboutus-bnr.png) no-repeat !important;
  background-size: cover !important;
}
.career-sec:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.banr-cnt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.banr-cnt .bet-ttl {
  color: #fff;
  margin-bottom: 20px;
}
.questn-sec {
  padding: 30px 0;
  text-align: center;
}
.title-section {
  margin: 0 0 25px 0;
  position: relative;
}
.text.ttlText {
  color: #101010;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.3px;
  margin: 0;
}
.newteacher {
  border-radius: 20px;
  position: relative;
  transition: 0.3s ease all;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.portalBlock {
  text-align: center;
}
.portalBlock img {
  max-width: 100%;
}
.belowtittle {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: black;
  font-weight: 800;
}
.newteacher .headtittle p {
  display: none;
  transition: 0.3s all ease;
  font-size: 14px;
  font-weight: 400;
  color: #222;
}
.types {
  width: 98%;
}
.newteacher:hover .headtittle {
  background-color: rgb(255 255 255 / 90%);
}
.newteacher:hover .headtittle p {
  display: block;
}
.headtittle {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: white;
  border-radius: 4px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
}
.org-sec {
  padding: 30px 0;
  background-color: #f5f5f5;
}
.m-b-20 {margin-bottom: 20px;}
.justify {
  align-items: center;
}
.bet-exam {
  padding: 30px 0;
  background-color: #E91E63;
}
.bet-exam .text.ttlText {
  color: #fff;
}
.bet-exam p {opacity: 0.8;color: #fff;}
.betexam-inr {
  text-align: center;
  min-width: 100%;
}
.cal-to {
  width: 300px;
  margin: 0 auto;
  background-color: #fff;
  padding: 15px;
  border-radius: 20px;
}
.bet-exam .cal-to h6 {
  color: #000;
}
.cal-to {
  width: 460px;
  margin: 0 auto;
  background-color: rgb(255 255 255 / 90%);
  padding: 15px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}
.querry-sec {
  padding: 30px 0;
  background-color: #f5f5f5;
}
.querry-inr {
  min-width: 100%;
  text-align: center;
}
.quote {
  position: relative;
  margin: 20px 0 0;
  font-size: 18px;
}
.feat-list ul {
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.feat-list ul li {position: relative;padding-left: 30px;}
.feat-list ul li:before {
  content: "";
  position: absolute;
  background: url(../images/bullet-point.svg) no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  left: 0px;
  top: 0;
}
.value-inr.value-add {flex:1;}
.google-servey {
  padding: 10px;
  background-color: #4b5554;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}
.teamCarousel {
  padding-bottom: 50px;
}

.google-servey span {font-weight: 600;color: #ffbb00;}
.google-servey img {width: 20px;} 
#googleForm .btn-close {
    top: 5px;
    right: 5px;
}
.google-model-content{
  width:50% !important;
}
.positionimg{
  position: relative; top:-100px
}

img.slide-imageone.topBottom {
  border-radius: 20px;
}
.btn-blk {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.modal-dialog iframe {
  width: 100%;
  height: calc(-167px + 100vh);
}
/* .about-con h1 {
  color: #101010;
  font-size: 32px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 20px;
}
.abut-cnt {
  color: #333;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
}
.about-con {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 25px 25px 25px 53px;
  width: 60%;
  background-color: rgb(255 255 255 / 90%);
  border-radius: 0 20px 20px 0;
} */
#googleForm .modal-content {padding: 20px;}
@media(max-width:768px){
  .container{
    max-width: 720px !important;
}
.teamBlkRgt {
  flex: 1 1 80%;
  max-width: 80%;
}
.contactDetails{
  margin-top: 15px;
}
}
@media (max-width:1140px){
  .banr-cnt{
    max-width: 90% !important;
  }
}
@media (max-width:1280px){
  .banr-cnt{
    max-width: 90% !important;
  }
}
@media (max-width:767px) {
  .ourprops {
    padding: 20px 0;
  }
  .Props,
  .teamBlock {
    flex-direction: column;
  }
  .propsblk h2 {
    font-size: 20px;
  }
  .contactDetails{
    margin-top: 15px;
  }
  .teamBlkRgt {
    flex: 1 1 80%;
    max-width: 80%;
}
  .propsblk {
    padding: 30px 15px;
  }
}
@media (max-width: 1024px) and (max-width: 1280px) {
    .ttl-inr h6 {
      font-size: 13px !important;
    }
    .main-product .features li span {
      font-size: 12px !important;
    }
  }
    @media (max-width:992px) {
        .grid-100, .grid-90,.grid-80, .grid-70, .grid-75,.grid-66, .grid-60, .grid-50, .grid-40,.grid-33,.grid-34, .grid-30,.grid-25, .grid-20, .grid-20 {
            flex: 1 1 100%;
            max-width: 100%;
        }
        .navbar-nav li {
            padding: 0;
            margin: 0 0 15px;
        }
        .navbar-collapse {padding:0}
        .navbar-nav li:last-child {margin-bottom: 0;}
        .navbar-nav li .nav-link {text-align: left;}
        .navbar-nav {margin: 0 !important;padding: 15px;}
        .about-sec, .choose-sec, .pick-sec, .video-sec {padding: 30px 0;}
        .bnr-cnt {text-align: center;width: 100%;}
        .middle-width {width: 100%;}
        .m-b-10 {margin-bottom: 10px;}
        .copyright-text {text-align: center;}
        .bnr-sec .img-prt {
            max-width: 50%;
            margin: 0 auto;
            }
            .mobi-20 {
            margin-bottom: 20px;
            }
            .bnr-cnt {text-align: center;}
            .order1{order: 1;}
            .order2 {order:2}
            .main-product {
            margin: 0;
            padding: 24px;
            width: 100%;
            }
            .main-product .img-prt {
            transform: unset;
            margin: 0 auto 30px;
            position: static;
            }
            .bnr-cnt .btn-blk {
            justify-content: space-between;
            }
            .sub-ttl {
            text-align: left;
            flex-direction: column;
            align-items: flex-start;
            }
            .img-prt.desktop {
            display: none;
            }
            .img-prt.mobile {
            display: flex;
            }
            .features li,
            .content-prt p {
            text-align: left;
            }
            .ttl-inr h4,
            .ttl-inr h6 {
            text-align: left;
            margin-bottom: 20px;
            }
            .pricing-main {
            width: 100%;
            flex-direction: column;
            gap: 20px;
            }
            .sectioncontainer {
            width: 100%;
            max-width: 100%;
            }
            .first,
            .third {
            border-radius: 16px;
            text-align: left;
            border: 1px solid #e5e5e5;
            }
            .blk-inr {
            align-items: center;
            justify-content: center;
            }
            .blk-inr p {
            text-align: center;
            }
            .block {
            min-width: 100%;
            flex: 1 1 100%;
            }
            .m-b-48 {
            margin-bottom: 30px;
            }
            .bnr-sec .img-prt,
            .pick-sec .img-prt,
            .pick-sec .img-prt img {
            max-width: 100%;
            }
            .bnr-sec .img-prt {
            margin-bottom: 20px;
            }
            .bnr-sec .bnr-cnt h1,
            .bnr-sec .bnr-cnt h5 {
            text-align: left;
            }
            .mobi-screen {display: block;}
            .mobi-screen p {
                text-align: center;
            }
            .cnt-blk {display: none;}
            .nav-flex {
                flex-direction: column;
                align-items: flex-start;
            }
            .navbar-nav {
                min-width: 100%;
                padding: 0;
                margin-top: 15px !important;
            }
            .navbar-nav li {
                padding: 10px;
            }
            .grade-contain {
                display: flex;
                gap: 40px;
                flex-direction: column;
            }  
            .banr-cnt {padding: 100px 30px 15px;}  
            .career-sec {min-height: auto;min-height: 350px;background-position: center !important;} 
            .about-sec{min-height: 600px !important;}
            .org-sec, .ourClients {padding: 30px 0 0;}                              
    }
    @media (max-width:500px) {
        .about-sec, .choose-sec, .pick-sec, .video-sec, .ourClients {padding: 20px 0;}
        .banr-cnt {padding: 100px 15px 15px;}
        .org-sec {padding: 20px 0 0;} 
        .cal-to {width: 100%;}
    }