body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}
p {
  font-size: 16px;
  color: #8e8e8e;
  line-height: 22px;
  text-align: justify;
}
@font-face {
  font-family: UniSansHeavyCAPS;
  font-style: normal;
  font-weight: 400;
  src: local('Bebas Neue Regular'), url(../fonts/UniSansHeavyCAPS.woff) format('woff')
}
/* ---- reset ---- */
/*form*/
.applybtn a {
  position: fixed;
  right: -63px;
  transform: rotate(90deg);
  background: #259609;
  top: 50%;
  color: #fff;
  padding: 8px 20px 9px;
  text-transform: uppercase;
  font-size: 17px;
  margin-top: -60px;
  border: solid 1px #259609;
  cursor: pointer;
  z-index: 99;
  text-decoration: none;
  display: none;
  border-radius: 0 0 13px 15px;
  font-weight: 600;
}
html {
  scroll-behavior: smooth;
}
.applybtn.sticky a {
  display: block;
}
.form-sec {
  position: fixed;
  transition: all 0.5s;
  width: 320px;
  background: #FFF;
  padding: 0px 17px 20px;
  border-radius: 6px;
  float: right !important;
  z-index: 99;
  top: 50px;
  right: 45px;
  box-shadow: 0 0 40px 0px #8e8e8e;
}
.form-sec.sticky {
  right: -1450px;
}
.form-sec.slide {
  right: 45px;
}
.form-sec::before {
  content: '';
  display: block;
  width: 50%;
  position: absolute;
  top: -0.5rem !important;
  left: 0;
  border-top: 0.5em solid #259609;
  margin: 0.5em auto 0;
  border-radius: 6px;
}
.adm-txt {
  font-size: 18px;
  color: #259609;
  text-align: left;
  text-transform: uppercase;
  margin: 23px auto 15px;
  font-weight: 500;
}
.form-sec .form-group {
  position: relative;
}
.form-sec .form-group {
  position: relative;
}
label.checkbox-label {
  position: relative;
  width: 100%
}
label.checkbox-label > input[type=checkbox] {
  left: 0px;
}
.form-sec .form-group::before {
  position: absolute;
  content: "";
  background-image: url("../images/form-icon.png");
  width: 30px;
  height: 34px; /* background-position: -3px -11px; */ top: 7px;
  left: -5px;
  opacity: 0.3;
}
.Name::before {
  background-position: -3px -12px !important;
}
.email::before {
  background-position: -3px -58px !important;
}
.Mobile::before {
  background-position: -3px -103px !important;
}
.Course::before {
  background-position: -3px -150px !important;
}
.State::before {
  background-position: -3px -243px !important;
}
.City::before {
  background-position: -3px -195px !important;
  top: 3px !important;
}
.Course::before {
  background-position: -3px -146px !important;
  top: 3px !important;
}
.mobile {
  display: none !important
}
.input:focus {
  outline: none;
  box-shadow: none;
  border-bottom: solid 2px #ece8e8;
}
.input {
  padding: 0 11px 0 28px;
  height: 30px;
  width: 100%;
  /* border-radius: 6px; */
  font-size: 14px;
  color: #585858;
  border: none;
  background: none;
  font-weight: 300;
  border-bottom: solid 2px #ece8e8;
  border-radius: 0;
}
.form-group {
  margin-bottom: 5px;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #585858;
  opacity: 1
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #585858;
  opacity: 1
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #585858;
  opacity: 1
}
input:-moz-placeholder { /* Firefox 18- */
  color: #585858;
  opacity: 1
}
.term {
  font-size: 0.8rem !important;
}
.sbt {
  border: 0;
  border-radius: 2px;
  background: #259609;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 15px auto 5px;
  width: 100%;
  display: inherit;
  cursor: pointer;
  padding: 8px 20px;
}
/*.....................................form EnD ............................*/
.desktop-2 {
  display: block !important;
}
.mobile-2 {
  display: none !important;
}
/*header*/
header {
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: 40px;
  z-index: 9999;
  transition: all 0.5s;
}
.main-banner {
  position: relative;
  background-image: url(../images/green-background.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}
.banner-text {}
.main-banner img {
  width: 100%
}
.banner-text h1 span {
  color: #ffad00;
  font-weight: 700;
}
.banner-text h1 {
  color: #fff;
  font-size: 53px;
  font-weight: 900;
  line-height: 50px;
  text-transform: uppercase;
}
.logo {
  margin: 50px 0px 0px -10px;
}
.mobile {
  display: none !important
}
button:focus {
  outline: 0
}
/* Style the buttons inside the tab */
/* Change background color of buttons on hover */
/* Create an active/current tablink class */
/* Style the tab content */
.bottom-bdr {
  text-align: center;
}
.bottom-bdr p {
  font-weight: 600;
  margin: 30px 0;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
}
.form-group.Branches:before {
  background-position: -3px -6px !important;
  top: 1px !important;
}
.course-2 {
  color: #000;
  line-height: 24px;
  display: flex;
  margin-top: 20px;
  width: 280px;
}
.course-name {
  background: #fff;
  padding: 3px 9px;
  width: 178px;
  color: #000;
  font-size: 29px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  margin: 0px 55px;
}
.course-name-heading {
  position: relative;
}
.course-name-heading {
  position: relative;
}
.course-name-heading .owl-nav span {
  width: 32px;
  height: 32px;
  margin: 0px 0 20px 9px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  background: transparent;
  font-size: 75px;
  color: #ffcb05;
}
.course-name-heading .owl-prev {
  position: absolute;
  top: 12px;
  left: 0px;
}
.course-name-heading .owl-next {
  position: absolute;
  top: 12px;
  right: 0px;
}
h1 {
  font-size: 35px;
  color: #085e34;
  font-weight: bold;
  margin-bottom: 30px;
}
/*.................................  why Sec   ..........................................*/
/*.................................  why Sec   ..........................................*/
.sec-padding-2 {
  padding: 50px 0px;
}

.box {
  display: flex;
  border: #c6c6c6 solid 1px;
  padding: 20px;
  background: #fff; border-radius: 20px;
}
.why-img {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
}
.content {
  font-size: 18px;
  color: #393838;
  line-height: 22px;
  margin-left: 15px;
  text-align: left;
}
.content span {
  font-weight: bold;
  color: #569101;
}
.content:hover {
  color: #ff6600;
 
}
.mar-40 {
  margin-top: 40px;
}
.circle {
  background: #fff;
  border-radius: 50%;
  border: #ff4c05 solid 5px;
  width: 100px;
  height: 100px;
  padding: 15px;
}
.circle-heading {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  padding-top: 10px;
}
.circle-cont {
  color: #000;
  font-size: 17px;
  padding: 10px;
}
.lg-sec {
  width: 300px;
}
.lft {
  text-align: right;
}
.center {
  text-align: center;
}
.lg-sec:hover .circle {
  border: #569101 solid 5px;
}
.lg-sec:hover .circle-heading {
  color: #ff4c05;
}
.lg-sec:hover .circle-cont {
  color: #000;
  font-size: 18px;
  padding: 10px;
}
.law-program {
  position: relative;
}
.tab {
  overflow: hidden;
  margin-top: 20px;
}
.tab button.active {
  background-color: #992c0c;
  color: #fff;
  border: none;
}
.tab button {
  background: #fff;
  float: left;
  cursor: pointer;
  padding: 10px 10px 10px 40px;
  transition: 0.3s;
  font-size: 23px;
  border: none;
  margin: 0px 0px 10px 0px;
  font-weight: bold;
  color: #171b19;
  width: 100%;
  text-align: left; 
  border-bottom: #11703f solid 5px;
}
.smt {
  text-align: center;
  border-top: #ccc solid 1px;
  padding: 10px 0px;
  font-size: 18px;
  font-weight: normal;
}
/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}
/* Create an active/current tablink class */
.tab button.active {
  background-color: #ffcb0b;
  color: #186534;
}
/* Style the tab content */
.tabcontent {
  display: none;
}
.tabcontent p {
  margin: 0px;
  padding: 20px 0px 0px 0px;
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
  color: #6f6c6c;
}
.tab-detail {
  display: flex;
 

}
.tabcontent-img {
  width: 400px;
}
.tabcontent-cont {
  width: 670px;
  padding: 0px 0px 0px 50px;
}
.cont-heading {
    font-size: 35px;
    font-weight: bold;
    color: #186534;
    padding: 17px 0px 0px 0px;
    width: 280px;
    border-bottom: #ffcb0b solid 8px;
}
.board .owl-nav {
  text-align: center;
  padding: 20px 0px 10px 0px;
}
.board .owl-nav span {
  font-size: 45px;
  width: 70px;
  height: 44px;
  margin: 0px 0 0px 9px;
  display: inline-block;
  text-align: center;
  line-height: 17px;
  background: #066d66;
  /* border: solid 2px #000; */
  color: #fff;
  padding: 10px;
}
.owl-dots {
  margin: -10px;
}
.step {
  background: url(../images/step-graphic.png) no-repeat top center;
  min-height: 700px;
  position: relative;
}
.step-1 {
  position: absolute;
  top: 5px;
  right: 165px;
}
.step-2 {
  position: absolute;
  top: 175px;
  right: 85px;
}
.step-3 {
  position: absolute;
  top: 375px;
  right: 175px;
}
.step-4 {
  position: absolute;
  bottom: 60px;
  left: 490px;
}
.step-5 {
  position: absolute;
  top: 375px;
  left: 105px;
}
.step-6 {
  position: absolute;
  top: 175px;
  left: 65px;
}
.step-7 {
  position: absolute;
  top: 5px;
  left: 167px;
}
.no {
  font-size: 60px;
  font-weight: bold;
  line-height: 30px;
}
.st {
  font-size: 18px;
  font-weight: 600;
  color: #d24a02;
}
.step-det {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.banner-bot {
  position: absolute;
  left: 0;
  top: 707px;
  width: 100%;
  transform: translateY(-50%);
  z-index: 9;
}
.banner-heads {
  background-image: url(../images/comp-icon.png);
  background-repeat: no-repeat;
  color: #fff;
  font-size: 30px;
  background-size: 7%;
  background-color: #304b01;
  padding: 10px 0px 15px 79px;
  background-position: 20px 10px;
  font-weight: bold;
  width: 689px;
}
.adm-open {
  background: #ffcb05;
  color: #000;
  font-weight: bold;
  font-size: 25px;
  margin-top: 20px;
  padding: 10px 20px;
  width: 330px;
}

.bullet-points ul {
  margin: 0px 0px 0px 20px;
  padding: 0px;
}
.bullet-points ul li {
    background-image: url(../images/arrow.webp);
    background-repeat: no-repeat;
    background-size: 8%;
    list-style: none;
    padding: 5px 0px 5px 34px;
    font-weight: 500;
    margin: 10px 0px;
    background-position: 0px 5px; color:#186534;
}
/*................................... Ranking caraousel css ............................................*/
.map {
  background: #f6f6f6;
}
.logodiv1 img {
  max-width: 250px;
  display: inline-block !important;
  height: 125px;
  object-fit: scale-down;
  padding: 2px;
  transform: scale(0.8);
  transition: all 0.6s;
}

.ranking {
  position: relative;
}
.ranking .owl-dots {
  display: none;
}
.ranking .owl-nav {
  display: none;
}
.ranking .owl-carousel .owl-nav button.owl-next {
  width: 31px;
  height: 31px;
  outline: none;
  margin: 0 3px;
  background: #2b6030 !important;
  border-radius: 6px;
}
.ranking .owl-carousel .owl-nav button.owl-prev {
  width: 31px;
  height: 31px;
  outline: none;
  margin: 0 3px;
  background: #2b6030 !important;
  border-radius: 6px;
}
.ranking button.owl-prev span, .ranking button.owl-next span {
  color: #fff;
  font-size: 40px;
  line-height: 20px;
  display: inline-block;
}
.box-mar {
  margin: 0px 0px 30px 0px;
}
.wtsup {
  display: block;
  position: fixed;
  right: 15px;
  bottom: 110px;
  z-index: 999;
  width: 40px;
  height: 40px;
}
.call {
  display: block;
  position: fixed;
  right: 15px;
  bottom: 50px;
  z-index: 999;
  width: 40px;
  height: 40px;
}
.phno2 {
  position: fixed;
  right: 60px;
  bottom: 40px;
  z-index: 999;
  background: #000000;
  color: #fff;
  font-weight: normal;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 20px;
  display: none;
}
.call:hover + .phno2 {
  display: block;
}

.meeting {
  margin-top: 30px;
}
.meeting img {
  border-radius: 30px;
}
.rec-logo {
  margin: 70px 0px 0px 50px;
}
.TopRecruiters h2 {
  color: #000;
  margin-bottom: 0px;
  text-align: left;
}
.top-cont {
  font-size: 19px;
  color: #fff;
  line-height: 27px;
  padding: 10px 0px;
}
.rank_bx {
  background: #fff;
  border-radius: 16px;
  text-align: center;
  padding: 30px;
}
.rank_bx h5 {
  font-size: 26px;
  letter-spacing: -1.6px;
  font-weight: 600;
  font-family: var(--family-geist);
  color: #C09742;
  line-height: 1.1;
  margin-bottom: 1rem;
  min-height: 1.3rem;
}
.rank_bx img {
  max-width: 150px;
  margin-top: 30px;
}
.ranking-img {
  padding: 30px 0px 0px 0px;
}
.ranking-sec {
  padding: 20px 0px 0px 0px;
}
.rank_bx p {
  text-align: center;
}
.design {
  width: 100px;
}
.banner-txt-1 {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    margin-top: 30px;
}
.banner-txt-2 {
  color: #ffcb0b;
  font-size: 98px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 90px;
}
.banner-txt-3 {
    color: #ffcb0b;
    font-size: 39px;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 50px;
    margin-top: 41px;
}
.banner-txt-4 {
  color: #fff;
  font-size: 17px;
  margin-top: 30px;
}
.banner-txt-5 {
    color: #ffffff;
    font-size: 22px;
    line-height: 28px;
    margin-top: 43px;
    letter-spacing: 1px;
}
.banner-txt-6 {
  color: #ffcb0b;
  font-size: 94px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 60px;
  margin-top: 10px;
  background-image: url("../images/design.png");
  background-repeat: no-repeat;
  background-position: top 0px right 0px;
  background-size: 23%;
}
.banner-txt-7 {
  color: #0a3738;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 60px;
  margin-top: 10px;
  background: #fff;
  text-align: center;
  border-radius: 30px 0px 30px 0px;
}
.banner-txt-8 {
  color: #ffcb0b;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 60px;
  margin-top: 28px;
  background-image: url(../images/aero.png);
  background-repeat: no-repeat;
  background-position: top 12px right 57px;
  background-size: 36px;
}
.banner-img {
  width: 100%;
  margin: 50px 0px 0px -82px;
}
/*................box css ................*/
.ylow-box {
  border-radius: 20px;
  background: #ffcb0b;
  padding-top: 50px;
  padding: 50px 0px;
  min-height: 380px;
}
.green-box {
  border-radius: 20px;
  background: #186534;
  padding-top: 50px;
  padding: 50px 0px;
  min-height: 380px;
}
.cir-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  background: #fff;
  border-radius: 50px;
  text-align: center;
}
.cir-icon img {
  width: 46px;
  margin: 20px auto;
}
.line-a {
  background: #ffe88f;
  width: 150px;
  height: 5px;
  margin: 25px auto;
}
.box-text-grn {
  color: #276140;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: -2px;
}
.box-text-small{ text-align: center; font-size:20px; margin-top: 10px;}
.box-text-small-white{text-align: center; font-size:20px;color:#ffc700; margin-top: 10px;}
.box-text-wht {
  color: #fff;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  line-height: 35px;
  letter-spacing: -2px;
}
h2 {
  font-size: 23px;
  color: #000;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  margin-top: -20px;
}
.info-wht {
  background: #fff;
  border-radius: 50px;
  padding: 50px;
  box-shadow: 0px 2px 16px 0px rgba(117,117,117,1);
  margin-top: 40px;
  margin-top: 70px;
}
.no-1 {
  font-size: 80px;
  color: #222020;
  line-height: 80px;
  font-weight: bold;
  width: 250px;
}
.sm-text {
  font-size: 20px;
  color: #222020;
}
.no-2 {
  font-size: 80px;
  color: #11703f;
  line-height: 80px;
  font-weight: bold;
  width: 250px;
}
.no-3 {
  font-size: 80px;
  color: #11703f;
  line-height: 80px;
  font-weight: bold;
  width: 250px;
}
.no-4 {
  font-size: 80px;
  color: #222020;
  line-height: 80px;
  font-weight: bold;
  width: 250px;
}
.sec-1 {
  float: left;
  padding: 30px 30px 30px 30px;
  border-bottom: #ccc solid 2px;
  border-right: #ccc solid 2px;
  width: 250px;
}
.sec-2 {
  float: left;
  padding: 30px 30px 30px 30px;
  border-bottom: #ccc solid 2px;
  width: 250px;
}
.sec-3 {
  float: left;
  padding: 30px 30px 30px 30px;
  border-right: #ccc solid 2px;
  width: 250px;
}
.sec-4 {
  float: left;
  padding: 30px 30px 30px 30px;
  width: 250px;
}
.campus-bg{background-image: url("../images/campus.webp");background-size: 100%;background-position: bottom;background-repeat: no-repeat;padding: 50px 0px 400px 0px;}
.logodiv1 {

  display: inline-block;
  width: 100%;
  background: #fff;
  padding: 8px;
  text-align: center;
  margin: 6px 8px;
  max-width: 250px;
  overflow: hidden;
  border-radius: 20px;
}


.grn-clor{min-height: 350px;}
.sec-padding {
  padding: 50px 0px 0px 0px;
}
.ft {
  background: #fff;  color: #186534;
  padding: 20px 0px 10px 0px;
}
.feature-img { box-sizing: border-box; position: relative;}
.feature-img img {border-radius:20px;width: 100%;}
.blk-grd-cont{position: absolute;z-index: 2;bottom: 10px;padding: 20px;color: #fff;}
.blk-grd-cont:before {
    content: "";
    width: 2rem;
    height: 0.4rem;
    background: #ffb800;
    position: absolute;
    top: 0rem;
}
.TopRecruiters {
  background: #186534;
}
.ylo-clor{color:#ffcb05;}
.feature-section{ position:relative;}
/*.feature-section::before {
    background-color: #ffcb05;
    height: 100px;
    top: 47%;
    content: "";
    position: absolute;
    width: 100%; z-index: -1;
}*/
.number-box{background:#1d5819; border-radius:20px; padding: 20px 0px; min-height: 240px;}
.num-box-b-no{color:#ffcb05; text-align: center; font-size:90px; font-weight: bold;}
.number-box p {
    font-size: 20px;
    line-height: 1.4;
    color:#fff;
    font-weight: bold;
    letter-spacing: -0.63px;
    margin: 0; text-align: center;
}


.blink {
    animation: blink-animation 1s steps(1, start) infinite;
}

@keyframes blink-animation {
    50% {
        visibility: hidden;
    }
}



/*....................................................onhover effects..........................................*/
.ylow-box:hover{background: #847439;  transition: 0.3s;  }
.ylow-box:hover .box-text-grn{color:#fff; transition: 0.3s;}
.ylow-box:hover .cir-icon{border:#d8bd5b solid 3px; margin-top: 20px; transition: 0.3s;   transform: scale(1.1);}

.ylow-box:hover .line-a {
    background: #ffe88f;
    width: 75px;
    height: 5px;
    margin: 25px auto; transition: 0.3s;
}
.ylow-box:hover .box-text-small{color:#fff;}

.green-box:hover{background: #3f8547;  transition: 0.3s;  }
.green-box:hover .box-text-wht{color:#ffcb0b; transition: 0.3s;}
.green-box:hover .cir-icon{border:#ffcc29 solid 3px; margin-top: 20px; transition: 0.3s;  transform: scale(1.1);}
.green-box:hover .line-a {
    background: #ffe88f;
    width: 75px;
    height: 5px;
    margin: 25px auto; transition: 0.3s;
}
.info-wht:hover{ background:#ffcb0b; transition: 0.3s; }
.info-wht:hover .no-1{color:#fff; transition: 0.3s;}
.info-wht:hover .no-2{color:#fff; transition: 0.3s;}
.info-wht:hover .no-3{color:#fff; transition: 0.3s;}
.info-wht:hover .no-4{color:#fff; transition: 0.3s;}
.info-wht:hover .sec-1 {
   border-bottom: #fff solid 2px;
   border-right: #fff solid 2px;
  
}
.info-wht:hover .sec-2 {
  border-bottom: #fff solid 2px;
}
 .info-wht:hover .sec-3 {
  border-right: #fff solid 2px;

}

.girl-img img:hover {
            filter: grayscale(100%); transition: 0.3s;
        }
.campus-bg:hover{background-image: url("../images/campus-1.webp");}
.box:hover {
  display: flex;
  border: #e0b30f solid 1px;
  padding: 20px;
  background: #ffcb0b; border-radius: 20px; transition: 0.3s;
}

.rank_bx:hover{background:#ffcb05; transition: 0.3s; margin-top: 20px;}
.rank_bx:hover h5 {    color: #000; transition: 0.3s;}
.rank_bx:hover p {    color: #000; transition: 0.3s;}
.rank_bx:hover  img {margin-top:30px; transition: 0.3s;}
.logodiv1:hover{transition: 0.3s; margin-top: 5px;}
.feature-img:hover .blk-grd-cont {
    
    bottom: 80px;
    padding: 20px; transition: 0.3s;
  
}

.feature-img:hover img {
    
  filter: grayscale(100%); transition: 0.3s;
  
}

.number-box:hover {
    background: #ffcb05;
    border-radius: 20px;
    padding: 20px 0px;
    min-height: 270px; transition: 0.3s; margin-top: -40px;
}
.number-box:hover .num-box-b-no{color: #058e17; transition: 0.3s; margin-bottom: 20px;}
.number-box:hover p{color:#000; transition: 0.3s; margin-top: 20px;}
.meeting:hover img{ filter: grayscale(100%); transition: 0.3s;}
.meeting:hover {border:#f0bf08 solid 3px; border-radius:45px;}
.bullet-points ul li:hover{margin-left:30px; transition: 0.3s;}
.bounce:hover{margin-top:30px; transition: 0.3s;}

.faqs-2 .faqquestiontitle {
position: relative;
background: #fff; cursor:pointer;
}

.faqs-2 .faqquestiontitle span {
    position: absolute;
    right: 10px;
    top: -4px;
    font-size: 26px;
    line-height: 44px;
    font-weight: 600;
    coloR: #085e34;
}

 .faqs-2 .faqquestiontitle p {
color: #000;
padding: 15px 10px 15px 10px;
font-weight: 600;
font-size: 20px;
}
.faqs-2 .faqaccordians {
padding: 0;
list-style: none;
}
.faqs-2 p {
    font-size: 16px;
    color: #ffff;
    line-height: 22px;
    text-align: justify; padding: 10px 20px;
}
.faqs-2-ul ul{ margin:0px 0px 0px 20px; padding: 0px 0px 20px 0px;}
.faqs-2-ul li{ margin:0px 0px 0px 30px; padding: 10px 0px 10px 0px; color:#fff;}
.faqs-2-ul  ul li a {
    color: #ffcb0b;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.main-point-2{ font-size:16px; color:#635c5c;}
.main-point{ font-size:18px; color:#fff;}
.faq-ol ol{ margin:0px 0px 0px 20px; padding: 0px 0px 20px 0px; color:#fff;}
.faq-ol li{ margin:0px 0px 0px 30px; padding: 10px 0px 10px 0px; color:#fff;}
.info-btn{ margin-top:15px;}
.info-btn a{ background:#286241; color: #ffcb0b; padding: 10px 20px; text-align: center; border-radius:50px;}



.learner_txt {
    padding: 25px 25px;
    border-radius: 30px;
	background: #186534;
}
.learner_txt figure{
    height: 150px;
    width: 150px;
    border-radius: 80px;
    overflow: hidden;
    margin: 20px auto;
	border:#ffcb05 solid 5px;
}
.learners_name h4{font-size:25px; font-weight: bold; color:#ffcb05;}
.degree-girl{ border-radius:20px;}
.degree{border:#ccc solid 2px; padding:5px; border-radius:20px;}
.learner_txt p{min-height:235px; color:#fff;}
.learners_name h5{color:#fff; margin-bottom:10px;}
.sam-deg-txt{color:#000; font-size:20px; font-weight:bold; text-align:center;padding:10px 0px;}
