@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');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&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');

@import url('https://fonts.googleapis.com/css2?family=Karma:wght@300;400;500;600;700&display=swap');
 * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
*:focus{
  outline: 0 !important;
  box-shadow: none !important;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  position: relative;

}

p:last-of-type {
  margin-bottom: 0;
}

a:hover {
  text-decoration: none;
}

.container {
  max-width: 1170px;
}

h1 {
  font-size: 58px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 35px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: 800;
  color: #000;
  font-family: "Inter", sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #000;
}

.heading-wrap .title {
  font-size: 35px;
  font-weight: 700;
}

.heading-wrap {
  margin-bottom: 42px;
}

/*Button*/
.btn-secondary {
  background-color: #29A354;
  padding: 10px 22px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
}

.btn-primary {
  background-image: linear-gradient(to right top, #df2121, #cf1a19, #bf1311, #b00a08, #a10101);
  border-color: transparent;
  font-weight: 600;
  border-radius: 10px;
  padding: 13px 44px;
  font-size: 20px;
}

.main-header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 10px 0;
  z-index: 10;
}

/*Main Banner*/

.main-banner {
  padding: 160px 0 160px;
  background-color: #FFE9E9;
  position: relative
}

.main-banner:after {
  background-image: url(../images/main-banner.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
}

.main-banner>* {
  position: relative;
  z-index: 1;
}

.main-banner .banner-info .title {
  color: #333333;
  font-size: 64px;
  margin-bottom: 16px;
}

.main-banner .banner-info {
  text-align: center;
}


.main-banner .banner-info .title .darc {
  background: -webkit-linear-gradient(#df2121, #cf1a19, #bf1311, #a10101);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-banner .banner-info .subtitle {
  font-size: 32px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 16px;
  display: block;
}

.main-banner .banner-info .desc {
  font-size: 24px;
  color: #333333;
  margin-bottom: 16px !important;
  display: block;
  line-height: 44px;
}

.main-banner .banner-info .btn-wrap {
  margin-top: 33px;
}

.meet-certification .inner {
  font-family: "Karma", serif;
  font-size: 40px;
  background: -webkit-linear-gradient(#df2121, #cf1a19, #bf1311, #a10101);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.meet-certification {
  text-align: center;
  padding: 9px 39px;
  background-color: #FFD8D8;
  border: solid 13px #FFFFFF;
  max-width: 779px;
  margin: 0 auto;
  font-weight: 600;
  margin-top: 25px;
  position: relative;
}

.meet-certification:after,
.meet-certification:before {
  background-image: url(../images/coma-1.svg);
  width: 54px;
  height: 41px;
  position: absolute;
  left: -15px;
  top: -33px;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.meet-certification:before {
  right: -29px;
  left: auto;
  background-image: url(../images/coma-2.svg);
  top: auto;
  bottom: -29px;
}

/*Certified Architect*/
.architect-card {
  padding: 20px 33px;
  background-color: #fff;
  box-shadow: 5px 6px 42px rgb(0 0 0 / 29%);
  margin: -85px auto 0;
  position: relative;
  border-radius: 30px;
  max-width: 1045px;
}

.architect-card .title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 14px;
}

.architect-card {
  padding: 20px 33px;
  background-color: #fff;
  box-shadow: 5px 6px 25px rgb(0 0 0 / 15%);
  margin: -85px auto 0;
  position: relative;
  border-radius: 21px;
  max-width: 1026px;
}

.architect-card .desc {
  line-height: 32px;
}

/*Certified Architect*/

.certified-architect {
  background-color: #F8F8F8;
  padding-bottom: 89px;
}

.certified-architect .btn-wrap {
  margin-top: -6px;
  text-align: center;
}

.certified-architect .btn-secondary {
  background-color: #29A354;
  padding: 10px 42px;
}

.certified-list {
  font-family: "Inter", sans-serif;
  padding-left: 0;
  margin-top: 42px;
  margin-bottom: 0;
}

.certified-list li {
  list-style: none;
  position: relative;
  padding-left: 34px;
  margin-bottom: 25px;
  font-size: 20px;
  color: #000;
  font-weight: 500;
}

.certified-list li:last-child {
  margin-bottom: 0;
}

.certified-list li:after {
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  height: 23px;
  width: 23px;
  background-image: url(../images/list-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}

.certified-info {
  margin-top: 50px;
}


/*Rhca*/
.rhca {
  padding: 70px 0;
}

.rhca .title {
  margin-bottom: 17px;
}

.rhca .heading-wrap .desc {
  font-size: 17px;
  margin-bottom: 18px;
}

.rhca .heading-wrap .subtitle {
  font-weight: 600;
  font-size: 18px;
  display: block;
}

.rhca .heading-wrap {
  margin-bottom: 30px;
}

ul.rhca-lsit {
  padding: 0;
  margin-left: 15px;
}

.rhca-lsit li {
  margin-bottom: 22px;
  font-size: 18px;
  list-style: none;
  padding-left: 32px;
  position: relative;
}

.rhca-lsit li:after {
  position: absolute;
  left: 0;
  top: 3px;
  height: 20px;
  width: 20px;
  background-image: url(../images/check_icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.rhca-program {
  margin-bottom: 20px;
  text-align: center;
  margin-top: 70px;
}

.rhca-program .heading-wrap {
  margin-bottom: 40px;
}

/*You Expert*/
.you-expert {
  padding: 80px 0 30px;
  background-color: #F8F8F8;
}

.you-expert-list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.you-expert-list li {
  list-style: none;
  margin-bottom: 20px;
  width: 50%;
  padding: 0 10px;
}

.you-expert-list li .inner {
  padding: 20px;
  background-color: #fff;
  color: #000;
  font-weight: 500;
  padding-left: 61px;
  background-image: url(../images/check_icon-nor.svg);
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: 21px center;
}

/*Our Mentors*/
.mentor-card .mentor-img img {
  border-radius: 20px;
}

.mentor-card {
  display: flex;
  padding: 21px 20px;
  font-size: 16px;
  align-items: center;
  box-shadow: 3px 7px 20px #00000042;
  border-radius: 20px;
  margin: 24px 14px;
}

.mentor-card .mentor-info {
  padding-left: 20px;
}

.mentor-card .catd-title {
  margin-bottom: 28px;
  display: block;
}

.mentor-list-w .mentor-list {
  padding: 0;
}

.mentor-list-w .mentor-list li {
  position: relative;
  list-style: none;
  padding-left: 26px;
  margin-bottom: 11px;
}

.mentor-list-w .mentor-list li:last-child {
  margin-bottom: 0;
}

.mentor-list-w .mentor-list li:after {
  background-image: url(../images/star-icon.svg);
  background-size: cover;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  top: 4px;
  content: "";
}

.mentors-slider-wrap {
  margin: 0 -14px;
}

.slick-arrow {
  height: 57px;
  width: 57px;
  background-image: url(../images/arrow-right.svg) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  z-index: 1;
  border-radius: 100%;
  box-shadow: 10px 9px 20px rgb(0 0 0 / 20%);
}

.slick-prev {
  background-image: url(../images/arrow-left.svg) !important;
}

.slick-arrow:before {
  display: none;
}

.slick-prev {
  left: -15px;
}

.slick-next {
  right: -15px;
}

.our-mentors .heading-wrap {
  margin-bottom: 32px;
}

.our-mentors {
  padding: 80px 0;
  background-color: #F8F8F8;
}

/*Confused*/
.confused {
  background-color: #F8F8F8;
  padding-bottom: 70px;
}

.confused .meet-certification:after,
.confused .meet-certification:before {
  display: none;
}

.confused .meet-certification {
  border-color: #F3E6E6;
}

.confused .meet-certification .inner {
  font-size: 28px;
}

.btn-wrap {
  margin-top: 45px;
}


.contact-form {
  padding: 44px 30px 35px;
  background-image: linear-gradient(to right top, #df2121, #cf1a19, #bf1311, #b00a08, #a10101);
  border-color: transparent;
  border-radius: 24px;
}
.modal-body .contact-form {
  padding: 0;
  background: #fff;
  border-radius: 0;
}
.modal-body .contact-form .heading-sec .title,
.modal-body .contact-form .heading-sec p{
  color: #333;
}
.modal-body .contact-wrap label{
  color: #333;
}

.form-control {
  height: 44px;
  font-size: 14px;
}

.contact-form {
  color: #fff;
}

.contact-form .started {
  font-size: 14px;
  padding: 7px 25px;
  background-color: #FFC43D;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  max-width: 200px;
  border-radius: 5px;
  margin-bottom: 18px;
  display: inline-block;
}

.contact-form .heading-sec .title {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-form .heading-sec {
  margin-bottom: 20px;
}

.contact-wrap label {
  display: inline-block;
  font-size: 16px;
}

.contact-wrap .btn-wrap {
  margin-top: 37px;
}

.contect-us {
  padding: 80px 0;
  background-color: #212020;
  position: relative;
}
.contect-us >* {
  position: relative;
  z-index: 1;
}

.contect-details {
  background-image: linear-gradient(to right top, #fcfcfc, #e2e2e2, #c9c9c9, #b0b0b0, #989898);
  border: solid #bb100e;
  border-style: dotted;
  margin-top: -3px;
  padding: 22px 18px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 23px;
  margin-bottom: 20px;
}

.contact-number {
  display: inline-block;
}

.contact-number .them-img {
  padding: 0 15px;
}

.contact-number .detail-number {
  font-weight: 700;
  font-size: 33px;
  color: #EE0000;
}

.contact-number .detail-number a {
  color: #EE0000;
}

.contect-details .detail-name {
  font-weight: 600;
  margin-bottom: 8px;
}
ul.service-list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 50px -6px 0;
}
ul.service-list li.item img {
  border: solid 14px #fff;
  border-radius: 64px;
}
ul.service-list li.item {
  margin: 0 6px 17px;
  list-style: none;
}


li.check-none:after {
    display: none;
}

li.check-none {
    padding-left: 18px;
}
ul.certified-list {
    margin-bottom: 35px;
}
.rhca-lsit li:after {
  top: 0;
}

.tools-card ul.certified-list {
    padding-left: 5px;
}
.tools-card .certified-list li {
  font-weight: 700;
}
.tools-card ul.rhca-lsit li {
  font-size: 15px;
  margin-bottom: 18px;
  color: #616161;
  font-weight: 400;
  padding-left: 35px;
}

.accor-wrap .card {
  margin-bottom: 15px;
  box-shadow: 5px 0px 38px #0000000f;
  border-radius: 12px;
  border: none;
}
.accor-wrap .card-header  {    
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 0;
  padding: 12px 14px;
}
.accor-wrap .card-header .btn-link {
  font-size: 19px;
  font-weight: 600;
  width: 100%;
  text-align: left;
  color: #000;
  position: relative;
}
.accor-wrap .card-header .btn-link:after {
  background-image: url(../images/down-arrow.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  height: 12px;
  width: 20px;
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: rotate(180deg);
  transition: all 0.35s;
}
.accor-wrap .card-header .btn-link.collapsed:after {
transform: unset;
}
.accor-wrap .card-header .btn-link:hover,.accor-wrap .card-header .btn-link:focus {
  text-decoration: none;
}
.course-content {
  padding: 80px 0;
}
.tools-card .certified-list {
  margin-top: 0;
}
.slick-dots li button {
  background-color: #0000009e;
  border-radius: 100%;
  padding: 7px;
  height: 8px;
  width: 8px;
}
.slick-dots li {
  width: 12px;
}
li.slick-active button {
    background-color: #cb0000;
}
.slick-dots {   
  bottom: -34px;
}
.footer-bottom {
  background-color: #131313;
  padding: 19px 0;
}
.footer-bottom .shocial-icons {
  display: flex;
  justify-content: end;
  margin-bottom: 0;
}
.footer-bottom .shocial-icons li {
  margin-left: 15px;
  list-style: none;
}
.footer-bottom .copyrights {
  color: #fff;
  margin-bottom: 0;
  font-size: 15px;
}
.footer-bottom .shocial-icons li img {
  width: 23px;
}
.contect-us:after,.contect-us:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 229px;
  width: 199px;
  background-image: url(../images/after.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.contect-us:before {
  background-image: url(../images/before.png);
  left: auto;
  bottom: 0;
  right: 0;
  top: auto;
}