@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  padding: 0px;
  margin: 0px;
}

body {
  font-size: 14px;
  color: #333;
  font-family: "Poppins", serif;
}

img {
  max-width: 100%;
}

@font-face {
  font-family: "timesi.otf";
  src: url(../fonts/timesi.ttf);
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

a,
a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

li,
ol {
  list-style: none;
}

button:focus {
  outline: none !important;
}

header {
  position: absolute;
  z-index: 99999;
  width: 100%;
  padding: 5px 0;
  background: #DCAE27;
}
header .main-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .main-logo img {
  max-width: 60px;
}
header a.con-btn {
  border-radius: 10px;
  background: #182855;
  display: table;
  padding: 13px 50px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

section.banner-part {
  position: relative;
}
section.banner-part .decp {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
}
section.banner-part h1 {
  color: #FFF;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  text-transform: uppercase;
  max-width: 539px;
}
section.banner-part h1 span.color1 {
  color: #FFD200;
}
section.banner-part h1 span.ft {
  font-family: "timesi.otf";
  text-transform: lowercase;
  font-weight: 400;
}
section.banner-part h3 {
  color: #FFF;
  font-size: 28px;
  font-style: italic;
  font-weight: 275;
  line-height: normal;
}
section.banner-part .wrap {
  border-left: 3px solid #ffd200;
  padding-left: 14px;
}
section.banner-part .wrap p {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.1px;
  max-width: 400px;
}
section.banner-part .wrap p span {
  font-size: 12px;
  display: block;
  font-weight: 300;
}
section.banner-part .form-wrap {
  border-radius: 20px;
  border: 1px solid #FDF5FB;
  background: #FFF;
  box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.05);
  padding: 40px;
  position: relative;
}
.form-wrap{
	scroll-margin-top: 3rem;
}
 
section.banner-part .form-wrap h4 {
  position: absolute;
  top: -36px;
  left: 0;
  width: 95%;
  color: #333;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  background: url(../images/form-shape1.svg);
  margin: 0;
  background-size: 100% 73%;
  padding: 14px 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
}
section.banner-part .form-wrap input:not([type=submit]):not([type=checkbox]),
section.banner-part .form-wrap select {
  border-radius: 5px;
  border: 1px solid #E0D0DB;
  background: #FFF;
  width: 100%;
  padding: 12px;
  margin: 0 0 17px;
}
section.banner-part .form-wrap label {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: #453440;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0 0 17px;
}
section.banner-part .form-wrap label input[type=checkbox] {
      float: left;
    top: 8px;
    position: relative;
    width: 73px;
    height: 20px;
    border: 1px solid;
}
.wpcf7-spinner {
    display: none;
}
section.banner-part .form-wrap input[type=submit] {
  border-radius: 10px;
  background: #FFD200;
  display: table;
  padding: 10px 50px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
  border: none;
}


section.banner-part .slider:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 11, 44, 0.78);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
section.banner-part .slider .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(../images/ban-shape.svg);
  z-index: 9999999;
  background-repeat: no-repeat;
  background-position: center;
  padding: 11px 0;
  text-align: center;
}
section.banner-part .slider .owl-dots span {
  display: table;
  background: #D9D9D9;
  width: 25px;
  height: 6px;
  margin: 0 5px;
  border-radius: 20px;
  transition: all 0.3s ease-out;
}
section.banner-part .slider .owl-dots button.owl-dot.active span {
  background: #1D1D1D;
  width: 35px;
}

section.body-cont1 {
  padding: 100px 0;
}
section.body-cont1 .loc-cara .item {
  border-radius: 24px;
  background: #182855;
  padding: 25px 25px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 285px;
  justify-content: center;
}
section.body-cont1 .loc-cara .item img {
  width: auto;
  margin: 0 auto 40px;
  display: table;
}
section.body-cont1 .loc-cara .item h3 {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 93.2%;
  letter-spacing: 0.1px;
  margin: 0 0px 22px;
}
section.body-cont1 .loc-cara .item p {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 119.2%;
  margin: 0;
}
section.body-cont1 .loc-cara .item.odd {
  background: #FFC72C;
}
section.body-cont1 .loc-cara .owl-nav button.owl-prev {
  position: absolute;
  left: -65px;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
}
section.body-cont1 .loc-cara .owl-nav button.owl-next {
  position: absolute;
  right: -65px;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
}

section.body-cont2 h5 {
  color: #DCAE27;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
section.body-cont2 h2 {
    color: #182855;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 70px;
    margin: 0 0 10px;
}
section.body-cont2 .img-wrap {
  position: relative;
}
section.body-cont2 .img-wrap .wrap {
  border-radius: 20px;
  background: #182855;
  position: absolute;
  bottom: 40px;
  right: 15px;
  padding: 25px;
}
section.body-cont2 .img-wrap .wrap .star {
  margin: 0 0 8px;
}
section.body-cont2 .img-wrap .wrap .star i.fas.fa-star {
  color: #DCAE27;
  margin-right: 5px;
}
section.body-cont2 .img-wrap .wrap h3 {
  color: #FFF;
  font-size: 33px;
  font-style: normal;
  font-weight: 500;
  line-height: 33px;
}
section.body-cont2 .img-wrap .wrap h4 {
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}
section.body-cont2 .tab-menu {
  margin: 0 0 15px;
}
section.body-cont2 .tab-menu ul {
  display: flex;
}
section.body-cont2 .tab-menu ul li a.tab-a {
  color: #182855;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  padding-right: 12px;
  margin-right: 12px;
  position: relative;
}
section.body-cont2 .tab-menu ul li a.tab-a:after {
  content: "/";
  position: absolute;
  right: -4px;
}
section.body-cont2 .tab-menu ul li a.tab-a.active-a {
  color: #FFC72C;
}
section.body-cont2 .tab-menu ul li:last-child a:after {
  display: none;
}
section.body-cont2 .tab {
  display: none;
}
section.body-cont2 .tab ul {
  margin: 0 0 20px;
  padding-left: 18px;
}
section.body-cont2 .tab ul li {
  margin-bottom: 8px;
  list-style-type: disc;
}
section.body-cont2 .tab ol {
  margin: 0 0 20px;
  padding-left: 18px;
}
section.body-cont2 .tab ol li {
  margin-bottom: 8px;
  list-style-type: auto;
}
section.body-cont2 .tab-active {
  display: block;
}

section.body-cont3 {
  background: #6c80ba;
  padding: 100px 0;
  margin: 0 0 100px 0;
}
section.body-cont3 h2 {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  margin: 0 0 44px;
  text-align: center;
}
section.body-cont3 ul {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 25px;
}
section.body-cont3 ul .img-wrap {
  width: 90px;
  height: 90px;
  border: 1px solid #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
}
section.body-cont3 ul h4 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
section.body-cont3 ul p {
  color: #DADADA;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
section.body-cont3 a.more {
  display: table;
  margin: 40px auto 0;
  border-radius: 10px;
  background: #FFD200;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 12px 45px;
}

.home-sec4 {
  padding: 100px 0;
}
.home-sec4 h2, .faq-section h2 {
  color: #242424;
  text-align: center;
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.625rem;
  /* 111.538% */
  margin-bottom: 20px;
}
.home-sec4 .review-cara {
  position: relative;
}
.home-sec4 .review-cara .rv-card {
  padding: 1.81rem 1.44rem;
  border-radius: 1.25rem;
  background: #fcfcfe;
  box-shadow: 0px 10px 17px 0px rgba(0, 0, 0, 0.25);
}
.home-sec4 .review-cara .rv-card .prof {
  display: flex;
  align-items: center;
  gap: 0 0.75rem;
  margin-bottom: 1.87rem;
}
.home-sec4 .review-cara .rv-card .prof img {
  width: 3.625rem;
  height: 3.625rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-sec4 .review-cara .rv-card .prof h5 {
  color: var(--Black-959, #222631);
  font-family: Poppins;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.125rem;
  /* 141.667% */
  letter-spacing: 0.012rem;
  margin-bottom: 0;
  width: 70%;
}
.home-sec4 .review-cara .rv-card p {
  color: var(--Black-958, #373e4e);
  font-size: 1.1625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  /* 164.706% */
  letter-spacing: 0.0085rem;
  max-width: 22.0825rem;
}
.home-sec4 .review-cara .rv-card .btm {
  margin-top: 2.12rem;
  display: flex;
  justify-content: space-between;
}
.home-sec4 .review-cara .rv-card .btm .star {
  display: flex;
  gap: 0 0.38rem;
  padding: 0.38rem 0.75rem;
  border-radius: 1.6875rem;
  background: var(--Primary-100, #f6fbd0);
}
.home-sec4 .review-cara .rv-card .btm .star img {
  display: block;
}
.home-sec4 .review-cara .rv-card .btm p {
  color: var(--Black-958, #373e4e);
  text-align: right;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  /* 155.556% */
  letter-spacing: 0.009rem;
  margin-bottom: 0;
  max-width: 12.5rem;
}
.home-sec4 .review-cara .item {
  padding: 30px 16px;
}
.home-sec4 .review-cara .item img {
  width: auto;
}
.home-sec4 .review-cara .star {
  display: flex;
  gap: 0 0.38rem;
  padding: 0.38rem 0.75rem;
  border-radius: 1.6875rem;
  background: var(--Primary-100, #f6fbd0);
  max-width: -moz-max-content;
  max-width: max-content;
}
.home-sec4 .review-cara .owl-dots {
  margin-top: 2.38rem !important;
}
.home-sec4 .review-cara .owl-dots .owl-dot span {
  background: #8f3e97;
}
.home-sec4 .review-cara .owl-dots .owl-dot.active span {
  width: 4.25rem;
}

footer {
  background: #182855;
  padding: 30px 0;
  text-align: center;
}
footer h6 {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
}
footer h6 a {
  color: #fff;
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #FFD200 !important;
    color: #000 !important;
}
.faq-section{
	padding:0 0 80px;
}
.accordion-item {
    background-color: #fff;
    border: 1px solid #182855;
}
.accordion {
    margin:30px auto 0;
    width: 70%;
}
.accordion .accordion-item {
  border-bottom: 1px solid #182855;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #182855;
}
.accordion-item {
    background-color: #fff;
    border: 1px solid #182855;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #182855;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #182855;
  border: 1px solid #182855;
}

.accordion button .accordion-title {
  color:#000;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 20px;
  width: 22px;
  height: 22px;
  color: #fff;
    border-radius: 22px;
    background: #182855;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #182855;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: max-content;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
    padding: 0 30px;
}
.whatsapp-icon img {
    width: 60px;
    position: fixed;
    z-index: 99;
    bottom: 20px;
    right: 20px;
	z-index:999;
}
span.mobile_icon {
    display: block;
    color: #fff;
    font-size: 24px;
}
span.mobile_icon a {
	vertical-align: middle;
    font-size: 24px;
    color: #000;
    padding: 0 20px;
}
.mobile_icon img {
    width: 35px;
}
.our_story_bottom_content {
    padding: 3rem 0 0;
}
section.body-cont2 .training_dates h2 {
    max-width: 100%;
    font-size: 42px;
}
table, td, th {  
  border: 1px solid #ddd;
  text-align: left;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  padding: 15px;
}
span.dis_mobile_icon{
	display:none;
}
.even-row {
    padding: 35px 0;
}
.body-cont2 .row {
    align-content: center;
    align-items: center;
}
.body-cont2 ul li {
    padding: 0 0 1px;
    list-style: circle;
}
.body-cont2 ul{
    padding: 0 0 0 30px;
}
.inner_banner img {
    width: 100% !important;
    object-fit: cover;
    height: 400px;
}
.body-partners{
	padding: 0 0 100px;
}
section.body-partners h2 {
    color: #242424;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    margin: 0 0 44px;
    text-align: center;
}
.body-partners ul {
    text-align: center;
}
.body-partners ul li {
    display: inline-block;
    width: 9%;
    padding: 0 5px;
}