html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

article,
aside,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

dfn {
  font-style: italic;
}

sub,
sup {
  vertical-align: baseline;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

ul,
ol {
  list-style-position: inside;
}

a {
  text-decoration: none;
  cursor: pointer;
}

ul {
  margin: 0;
  padding: 0;
}

ul>li {
  list-style-type: none;
}

button {
  cursor: pointer;
}

p {
  margin: 0;
}

/* ...........Slick........... */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    width: 100%;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots button {
    text-indent: -9999px;
    border: 0;
    border-radius: 100%;
    width: inherit;
    height: inherit;
    background-color: #D9D9D9;
    padding: 0;
}

.slick-dots .slick-active button {
    background-color: #264583;
}

.slick-dots li{
	width:10px;
	height: 10px;
}

.slick-dots li{
	margin-left: 8px;
	margin-right: 8px;
}
.slick-dots{
	display: flex;
	justify-content: center;
	margin-top: 27px;
}

/* .................... */

body {
  font: 400 18px/33px "Poppins", sans-serif;
  color: #3B3B3B;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  min-width: 320px;
  -ms-overflow-style: scroll-bar;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  counter-reset: section;
  scroll-behavior: smooth;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin: 0;
  color: #FFBF0A;
  letter-spacing: 0;
}

h1 {
  color: #264583;
  font-size: 80px;
  font-weight: 900;
  line-height: 66px;
  text-transform: uppercase;
}

.page-id-2736 h1 {
	font-size: 56px;
}

#page-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.row {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  row-gap: 30px;
}

.col {
  padding-left: 20px;
  padding-right: 20px;
}

.col-6,
.col-3 {
  width: 100%;
}

.abt-me-row .col-6,
.excel-banner-row .col-6,
.test-img {
  display: flex;
}

.btn {
  border-radius: 50px;
  border: 2px solid transparent;
  text-align: center;
  font: 700 18px/21px "Poppins", sans-serif;
  transition: all 0.3s ease;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 17px;
  display: inline-block;
}

.btn-primary {
  background-color: #FFBF0A;
}

.btn-primary:hover {
  color: #FFBF0A;
  border: 2px solid #FFBF0A;
  background-color: #fff;
}

.btn-secondary {
  background-color: #264583;
}

.btn-secondary:hover {
  color: #264583;
  border: 2px solid #264583;
  background-color: #fff;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.header-logo {
  background-color: #fff;
  position: relative;
}

.header-logo .container {
  position: relative;
}

.logo-img {
  position: absolute;
  top: 20px;
  right: 120px;
}

.banner-btn {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  gap: 12px;
  margin-top: 36px;
}

.ex-banner-rgt {
  position: relative;
  max-width: 520px;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.excel-banner-row::before {
  position: absolute;
  background-color: #EAFEFF;
  top: 0;
  left: -999px;
  right: -999px;
  content: "";
  width: auto;
  height: auto;
  bottom: 0;
  z-index: -1;
}

.ex-banner-rgt p {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}

.ex-banner-rgt span {
  color: #1D7946;
  font-size: 50px;
  font-weight: 900;
  line-height: 57px;
  text-transform: uppercase;
}

.ex-banner-rgt span:nth-of-type(2) {
  font-size: 35px;
  line-height: 40px
}

.excl-banner-img img,
.job-img img,
.abt-me-img img,
.test-img img,
.job-img-mbl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.abt-me-img {
  width: 100%;
}

.excel-banner-row {
  position: relative;
  align-items: center;
}

.abt-me-img video{
	width: 100%;
	height: 100%;
}

.banner-btn .btn {
  font-size: 18px;
  line-height: 20px;
  padding: 20px 11px;
}

.job-banner {
  position: relative;
}

.job-img,
.job-img-mbl {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.job-img-mbl {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 45.8%, rgba(0, 0, 0, 0.40) 97.87%);
}

.job-img {
  display: none;
}

.job-banner-cont h2,
.abt-me-cont h2 {
  font-size: 80px;
  line-height: 66px;
  max-width: 362px;
}

.page-id-2736 .job-banner-cont h2 {
	font-size: 66px;
}

.job-banner-cont p {
  max-width: 448px;
  font-size: 45px;
  line-height: 51px;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
}

.training-sec {
  background-color: #EAFEFF;
  padding-top: 31px;
  padding-bottom: 56px;
}

.training-sec .container {
  max-width: 987px;
}

.job-cont h3 {
  color: #1D7946;
  font-size: 40px;
  line-height: 45px;
  text-transform: uppercase;
  margin-bottom: 21px;
}

.job-cont p {
  color: #1D7946;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 34px;
}

.job-cont a {
  min-width: 316px;
}

.job-cont {
  text-align: center;
}

.claim-sec {
  padding-top: 82px;
  padding-bottom: 26px;
}

.claim-sec .container {
  max-width: 993px;
}

.claim-header {
  margin-bottom: 30px;
  text-align: center;
}

.claim-header span {
  color: #264583;
  font-size: 25px;
  line-height: 45px;
  letter-spacing: 25.25px;
  text-transform: uppercase;
  display: block;
}

.claim-header h4 {
  color: #264583;
  font-size: 45px;
  line-height: 50px;
}

.clain-col-cont p {
  color: #264583;
  text-align: center;
  font-size: 25px;
  line-height: 32px;
}

.claim-img {
  display: flex;
  justify-content: center;
  height: 79px;
  margin-bottom: 40px;
}

.claim-row {
  margin-bottom: 55px;
}

.claim-btn {
  display: flex;
  justify-content: center;
}

.claim-btn a {
  font-size: 25px;
  line-height: 29px;
  padding: 20px 28px;
}

.abt-me-cont {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  color: #1C1A1A;
}

.abt-me-cont p+p {
  margin-top: 15px;
}

.abt-me-cont span {
  color: #787878;
  font-weight: 400;
  font-size: 18px;
  display: block;
  margin-top: 31px;
}

.abt-me-row {
  align-items: center;
  margin-left: -30px;
  margin-right: -30px;
}

.abt-me-row .col {
  padding-left: 30px;
  padding-right: 30px;
}

.abt-me .container {
  max-width: 1175px;
}

.abt-me-cont h2 {
  margin-bottom: 21px;
}

.book-sec {
  padding-top: 106px;
  padding-bottom: 90px;
}

.book-header span {
  color: #264583;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 13px;
  text-transform: uppercase;
}

.book-header h2 {
  color: #264583;
  font-size: 55px;
  line-height: 55px;
  margin-bottom: 10px;
}

.book-header h4 {
  color: #264583;
  font-size: 25px;
  line-height: 25px;
}

.book-header {
  text-align: center;
  margin-bottom: 50px;
}

.who-col {
  position: relative;
}

.who-img-row {
  row-gap: 0;
  margin-left: 0;
  margin-right: 0;
}

.who-col-img img {
  width: 100%;
  height: 100%;
}

.who-col strong {
  position: absolute;
  min-height: 115px;
  bottom: 20px;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  max-width: 356px;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
}

.who-img-sec h3 {
  background-color: #FFBF0A;
  color: #264583;
  text-align: center;
  font-size: 55px;
  font-weight: 700;
  line-height: 56px;
  padding: 50px 47px 40px 47px;
}

.abt-me {
  padding-top: 30px;
  padding-bottom: 80px;
}

.learn-sec .container {
  max-width: 1202px;
}

.learn-wrap {
  padding: 37px 15px;
  background-color: #1D7946;
  border-radius: 48px;
}

.learn-wrap h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.learn-wrap li {
  color: #FFF;
  font-size: 22px;
  line-height: 20px;
  text-align: center;
}

.learn-wrap li+li {
  margin-top: 15px;
}

.learn-wrap strong {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  max-width: 683px;
  margin: 0 auto;
  display: block;
  margin-top: 50px;
}

.seats-img img,
.seats-img-mbl img {
  width: 100%;
  height: 100%;
}

.seats-img {
  margin-top: 40px;
  padding-bottom: 30px;
  display: none;
}

.seats-sec {
  background-color: #ECC25C;
  padding-bottom: 55px;
}

.seats-sec .container {
  max-width: 974px;
}

.seats-cont span {
  color: #264583;
  font-size: 30px;
  font-weight: 700;
  line-height: 26px;
}

.seats-cont h3 {
  color: #1D7946;
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 23px;
}

.seats-cont ul li {
  color: #3B3B3B;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.seats-cont ul {
  margin-bottom: 26px;
}

.seats-cont {
  color: #3B3B3B;
}

.testimonial-row {
  margin-left: 0;
  margin-right: 0;
  align-items: center;
}

.test-cont {
  margin-left: 56px;
  color: #3B3B3B;
  font-weight: 500;
  max-width: 500px;
  margin-right: auto;
}

.testimonial {
  padding-top: 32px;
}

.camp-list {
  padding-top: 46px;
  background-color: #264583;
  position: relative;
  z-index: 0;
}

.camp-list .container {
  max-width: 1220px;
}

.camp-list-det{
  max-width: 689px;
  margin-left: auto;
  text-align: center;
}

.camp-list-det h4 {
  font-size: 30px;
  line-height: 41px;
  margin-bottom: 15px;
  text-align: center;
}

.camp-list-det strong {
  color: #FFF;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  display: block;
  margin-bottom: 30px;
}

.camp-list-det ul li {
  color: #FFF;
  line-height: 28px;
  font-size: 18px;
  text-align: center;
}

.form-sec {
  padding-top: 25px;
  padding-bottom: 64px;
}

.form-sec .container {
  max-width: 840px;
}

.form-header h5 {
  font-size: 30px;
  line-height: 27px;
  margin-bottom: 20px;
  color: #264583;
}

.form-header p {
  color: #000;
  font-size: 20px;
  line-height: 32px;
  max-width: 594px;
  margin: 0 auto;
}

.form-header {
  margin-bottom: 40px;
  text-align: center;
}

.detail-form label {
  color: #000;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 8px;
}

.detail-form input,
.detail-form textarea,
.detail-form select{
  width: 100%;
  background-color: #F2F2F2;
  padding: 10px 20px;
  height: 67px;
  margin-bottom: 16px;
  border: 0;
  outline: none;
}

.detail-form textarea {
  min-height: 212px;
  resize: none;
}

.form-btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.form-btn button {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  text-transform: uppercase;
  padding: 17px 30px;
}

.hp-footer-sec {
  background-color: #F1F1F1;
  padding-top: 25px;
  padding-bottom: 19px;
}

.hp-footer-sec .container {
  max-width: 1170px;
}

.hp-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}

.hp-footer p {
  color: #3B3B3B;
}

.how-work {
  padding-top: 58px;
  padding-bottom: 32px;
}

.how-work .container {
  max-width: 1033px;
}

.how-wrk-wrap h3 {
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 40px;
}

.fee-table {
  max-width: 100%;
  overflow-x: auto;
}

.fee-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 17px;
  line-height: 28px;
  color: #3B3B3B;
}

.fee-table th,
.fee-table td {
  border: 1px solid #000;
  padding: 19px 20px 12px 20px;
  text-align: left;
  vertical-align: top;
}

.fee-table th {
  font-size: 20px;
  font-weight: 700;
}

.fee-table small {
  font-size: 12px;
  color: #666;
}

.fee-table th:nth-child(1),
.fee-table td:nth-child(1) {
  width: 28%;
  min-width: 300px;
}

.fee-table th:nth-child(2),
.fee-table td:nth-child(2) {
  width: 26%;
  min-width: 300px;
}

.fee-table th:nth-child(3),
.fee-table td:nth-child(3) {
  width: 46%;
  min-width: 300px;
}

.book-sl-det h3 {
  color: #1D7946;
  font-size: 45px;
  line-height: 58px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.book-sl-det strong {
  color: #1D7946;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 26px;
  display: block;
}

.book-sl-det ul li {
  color: #3B3B3B;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

.book-sl-det ul li+li {
  margin-top: 20px;
}

.book-sl-det {
  text-align: center;
}

.how-wrk-wrap strong {
  color: #000;
  text-align: center;
  font-family: "Poppins";
  font-size: 16px;
  line-height: 26px;
  display: block;
  margin-top: 31px;
}

.testimonial h3 {
  color: #264583;
  font-family: "Poppins";
  font-size: 40px;
  line-height: 72px;
  margin-bottom: 15px;
  text-align: center;
}

.camp-list-det ul li+li {
  margin-top: 15px;
}

.excl-banner-img {
  width: 100%;
}

.train-img {
  max-width: 364px;
  margin: 0 auto;
}

.training-img-row {
  align-items: center;
  flex-direction: column;
}

.training-img-row .col-40 {
  position: relative;
}

.training-img-row .col-40::before {
  position: absolute;
  content: '';
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.training-img-sec {
  background-color: #295BA9;
  position: relative;
  z-index: 0;
}

.training-img-sec .job-cont {
  max-width: 700px;
  padding-left: 60px;
  padding-right: 20px;
  padding-bottom: 30px;
}

.training-img-sec .job-cont h3 {
  color: #FFBF0A;
}

.training-img-sec .job-cont p {
  color: #fff;
  margin-bottom: 44px;
}

.training-img-sec .btn-secondary {
  background-color: #FFBF0A;
}

.training-img-sec .job-cont a {
  color: #264583;
}

.col-40{
  width: 100%;
}

.testimonial .container{
  max-width: 856px;
}

.testimonailSlider{
	padding-bottom: 77px;
}

.test-cont h2{
	color: #1D7946;
    font-size: 40px;
    line-height: 50px;
	margin-bottom: 24px;
}

.testimonial-reverse h2{
	font-size: 55px;
	line-height: 50px;
	color: #264583;
}

.testimonial-reverse h2 span{
	font-size: 45px;
	line-height: 81px;
	color: #1D7946;
	display: block;
}

.test-cont p{
	font-size: 18px;
	line-height: 32px;
	font-weight: 400;
}

.camp-list-img img{
	width: 100%;
	height: 100%;
}


.whatsapp-btn {
	display: flex;
	align-items: center;
	background-color: #FFBF0A;
	color: #006b3c;
	border-radius: 50px;
	color: #1D7946;
	font-size: 25px;
	font-weight: 700;
	line-height: 29px;
	text-transform: uppercase;
	max-width: 467px;
	margin: 0 auto;
	padding: 2px 23px;
	gap: 15px;
	position: relative;
	z-index: 0;
}

.whatsapp-btn:hover {
    background-color: #ffc107;
}

.whatsapp-btn img {
    width: 75px;
    height: 75px;
    margin-right: 10px;
}

.whatsapp-btn::before {
	position: absolute;
	content: "";
	background-color: #FFBF0A;
	width: 114px;
	height: 114px;
	border-radius: 100%;
	z-index: -1;
	left: 0;
}

.whatsapp-sec .container{
	max-width: 842px;
}

.whatsapp-sec{
	margin-top: 40px;
	margin-bottom: 50px;
}

.whats-cont{
	padding-top: 48px;
	padding-bottom: 50px;
	text-align: center;
	background-color: #1D7946;
	border-radius: 281px;
}

.whats-cont h5{
  color: #FFF;
  font-size: 55px;
  font-weight: 700;
  line-height: 69px;
  margin-bottom: 6px;
}

.whats-cont p{
  color: #FFF;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 30px;
}

.workshop-sec{
	padding-top: 50px;
	padding-bottom: 30px;
}

.workshop-sec h3{
	color: #1D7946;
	text-align: center;
	font-size: 35px;
	line-height: 43px;
	margin-bottom: 40px;
}

.workSlider .slick-slide{
	padding-right: 30px;
}

.input-wrap .col{
	padding-left: 10px;
	padding-right: 10px;
}

.input-wrap.row{
	margin-left: -10px;
	margin-right: -10px;
	row-gap: 0;
}

.detail-form label {
   margin-left: 20px;
}

.lan-chng{
  position: absolute;
  content: '';
  right: 34px;
  display: flex;
  gap: 20px;
  top: 26px;
  z-index: 10;
  color: #000;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.lan-chng::before {
	position: absolute;
	content: '';
	background-color: #fff;
	width: 300px;
	height: 100%;
	right: -30px;
	left: -20px;
	z-index: -1;
	border-radius: 30px 0 0 30px;
}

.lan-chng li{
	position: relative;
	padding-top: 7px;
	padding-bottom: 7px;
}

.lan-chng li + li::before{
	position: absolute;
	content: '';
	background-color: #000;
	width: 20px;
	height: 1px;
}

.lan-chng li + li::before {
	position: absolute;
    content: '';
    background-color: #000;
    width: 16px;
    height: 2px;
    transform: rotate(90deg);
    top: 15px;
    left: -18px;
}

.lan-chng li a.active,
.lan-chng li a:hover{
	font-weight: 700;
	text-decoration: underline;
}

@media (min-width: 576px) {
  .col-3 {
    width: 50%;
  }

  .banner-btn {
    justify-content: flex-start;
    flex-direction: row;
    width: auto;
  }

  .hp-footer {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .claim-header h4 {
    font-size: 55px;
    line-height: 80px;
  }
	
  .testimonial-row.testimonial-reverse{
	flex-direction: row-reverse;
  }
	
  .claim-header{
	margin-bottom: 60px;	
  }
	
  .col-6 {
    width: 50%;
  }

  .col-3 {
    width: 33.33%;
  }

  .row {
    flex-direction: row;
  }

  .ex-banner-rgt span {
    font-size: 35px;
    line-height: 40px;
  }

  h1 {
    font-size: 70px;
    line-height: 60px;
  }
	
	.page-id-2736 h1 {
		font-size: 60px;
	}

  .ex-banner-rgt span:nth-of-type(2) {
    font-size: 35px;
    line-height: 40px;
  }

  .banner-btn {
    margin-top: 15px;
  }

  .ex-banner-rgt {
    padding-left: 0;
    padding-top: 90px;
  }

  .banner-btn {
    justify-content: flex-end;
  }

  .banner-btn .btn {
    padding: 10px 11px;
  }

  .job-banner-cont h2 {
    font-size: 128px;
    line-height: 107px;
    max-width: 517px;
  }
	
	.page-id-2736 .job-banner-cont h2 {
		font-size: 103px;
	}

  .job-banner-cont {
    padding-top: 37px;
    padding-bottom: 46px;
    padding-left: 60px;
  }
	
	.page-id-2736 .job-banner-cont {
		padding-top: 87px;
		padding-bottom: 96px;
	}

  .job-img {
    display: block;
  }

  .job-img-mbl {
    display: none;
  }

  .job-cont h3 {
    font-size: 45px;
    line-height: 51px;
  }

  .training-sec {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .abt-me {
    padding-bottom: 20px;
  }

  .who-img-sec h3 {
    line-height: 100px;
    padding: 37px 0 21px 0;
  }

  .who-col strong {
    font-size: 18px;
    line-height: 20px;
    min-height: 65px;
  }

  .logo-img {
    position: absolute;
    top: 20px;
    right: 50%;
    max-width: 200px;
	margin-right: -220px;
  }

  .job-banner-cont p {
    font-size: 30px;
    line-height: 34px;
  }
	
  .bookSlider .slick-slide{
	padding-left: 33px;
	padding-right: 33px;
  }

  .job-banner-cont h2 {
    font-size: 78px;
    line-height: 74px;
    max-width: 387px;
  }

  .claim-img {
    max-width: 150px;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .clain-col-cont p {
    font-size: 18px;
    line-height: 24px;
  }

  .claim-header span {
    font-size: 18px;
    line-height: 25px;
  }

  .claim-header h4 {
    font-size: 45px;
    line-height: 60px;
  }

  .claim-header {
    margin-bottom: 40px;
  }

  .claim-btn a {
    font-size: 21px;
    line-height: 18px;
  }

  .book-header span {
    font-size: 25px;
    line-height: 45px;
    letter-spacing: 30px;
  }

  .book-header h2 {
    font-size: 75px;
    line-height: 75px;
    margin-bottom: 0;
  }

  .book-header h4 {
    font-size: 35px;
    line-height: 36px;
  }

  .book-header {
    margin-bottom: 60px;
  }

  .learn-wrap {
    padding: 50px;
    border-radius: 70px;
  }

  .learn-wrap strong {
    font-size: 30px;
    line-height: 38px;
  }
	
	.page-id-2736 .learn-wrap strong {
		font-size: 26px;
	}

  .learn-wrap li+li {
    margin-top: 25px;
  }

  .seats-img-mbl {
    display: none;
  }

  .seats-img {
    display: flex;
  }

  .seats-cont span {
    font-size: 45px;
    line-height: 82px;
  }

  .seats-cont h3 {
    font-size: 65px;
    line-height: 66px;
  }

  .seats-cont ul li {
    font-size: 25px;
    line-height: 40px;
  }

  .how-wrk-wrap h3 {
    font-size: 55px;
    line-height: 55px;
    padding-left: 41px;
    margin-bottom: 20px;
    text-align: start;
  }

  .testimonial h3 {
    font-size: 55px;
    line-height: 68px;
	margin-bottom: 28px;
  }

  .camp-list-det h4 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 0;
  }

  .camp-list-det strong {
    font-size: 25px;
    line-height: 38px;
	margin-bottom: 10px;
  }

  .camp-list-det ul li {
    line-height: 33px;
  }

  .camp-list-det ul li+li {
    margin-top: 0;
  }
	
  .camp-list-img{
	margin-top: -210px;
    position: relative;
    z-index: -1;
  }

  .form-header h5 {
    font-size: 45px;
    line-height: 41px;
    margin-bottom: 10px;
  }

  .form-btn button {
    font-size: 25px;
    line-height: 29px;
  }
	
	.training-img-sec .job-cont h3 {
    font-size: 30px;
    line-height: 38px;
  }

  .training-img-sec .job-cont p {
    font-size: 18px;
    line-height: 28px;
  }

  .training-img-row {
    flex-direction: row;
  }

  .col-40 {
    width: 40%;
  }

  .col-60 {
    width: 60%;
  }
	
  .workshop-sec h3{
	font-size: 55px;
	line-height: 68px;
  }
	
  .testimonial-reverse .test-cont{
	margin-right: 30px;
	margin-left: auto;
	padding-left: 30px;
  }
	
	.lan-chng{
		position: fixed;
		right: 34px;
		top: 60px;
	}
}

@media (min-width: 992px) {
  .ex-banner-rgt span {
    font-size: 55px;
    line-height: 60px;
  }

  h1 {
    font-size: 98px;
    line-height: 92px;
  }

  .ex-banner-rgt span:nth-of-type(2) {
    font-size: 45px;
    line-height: 54px;
  }

  .who-col strong {
    font-size: 30px;
    line-height: 35px;
    min-height: 115px;
  }

  .logo-img {
    position: absolute;
    top: 20px;
    right: 50%;
    max-width: 100%;
	margin-right: -320px;
  }

  .job-banner-cont p {
    font-size: 45px;
    line-height: 51px;
  }

  .job-banner-cont h2 {
    font-size: 128px;
    line-height: 107px;
    max-width: 517px;
  }

  .claim-img {
    max-width: 100%;
    margin: 0 0 40px 0
  }

  .clain-col-cont p {
    font-size: 25px;
    line-height: 32px;
  }

  .claim-header span {
    font-size: 25px;
    line-height: 45px;
  }

  .claim-header h4 {
    font-size: 45px;
    line-height: 55px;
  }

  .claim-header {
    margin-bottom: 60px;
  }

  .claim-btn a {
    font-size: 25px;
    line-height: 29px;
  }

  .abt-me-cont h2 {
    font-size: 128px;
    line-height: 107px;
    max-width: 517px;
  }

  .test-cont {
    padding-top: 57px;
  }

  .testimonial-row {
    align-items: center;
  }

  .learn-wrap {
    padding: 55px 110px 44px 110px;
    border-radius: 110px;
  }

  .learn-wrap h2 {
    font-size: 85px;
    line-height: 86px;
  }
	
	.training-img-sec .job-cont h3 {
    font-size: 45px;
    line-height: 51px;
  }

  .training-img-sec .job-cont p {
    font-size: 20px;
    line-height: 36px;
  }
	
	.form-header {
		margin-bottom: 85px;
	}
}

@media (min-width: 1150px) {
  .ex-banner-rgt span {
    font-size: 75px;
    line-height: 86px;
  }

  h1 {
    font-size: 128px;
    line-height: 107px;
  }
	
	.page-id-2736 h1 {
		font-size: 98px;
	}

  .ex-banner-rgt span:nth-of-type(2) {
    font-size: 55px;
    line-height: 63px;
  }

  .banner-btn {
    margin-top: 36px;
  }

  .banner-btn .btn {
    padding: 20px 20px;
  }

  .learn-wrap h2{
    max-width: 762px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 25px;
  }
	
  .abt-me-img{
	min-height: 737px;
  }
	
	.abt-me-img iframe{
	height: 100%;
	}
}

@media (max-width: 767px) {
  .claim-img{
	margin-bottom: 20px;
  }
	
  .claim-btn a {
	font-size: 18px;
    line-height: 14px;
    padding: 20px 28px;
    letter-spacing: 1.2px;
  }
	
  .logo-img {
    position: static;
    max-width: 176px;
    padding-top: 17px;
    padding-bottom: 14px;
  }
	
  .lan-chng{
	top: 20px;
	right: 20px;
  }

  .excel-banner-row {
    padding-bottom: 78px;
  }

  .job-banner-cont h2 {
    text-align: center;
    margin-bottom: 24px;
  }

  .job-img {
    min-height: 601px;
  }

  .job-banner-cont {
    min-height: 601px;
    display: flex;
    justify-content: end;
    align-items: flex-end;
	flex-direction: column;
  }
	
  .job-banner-cont p{
	font-size: 30px;
	line-height: 34px;
	text-align: center;
	margin-bottom: 20px;
  }

  .abt-me-row {
    position: relative;
  }

  .abt-me-cont h2 {
	font-size: 42px;
    line-height: 36px;
  }

  .abt-me-cont p+p {
    margin-top: 25px;
  }

  .abt-me-img {
    max-height: 522px;
  }

  .abt-me-cont span {
    display: none;
  }

  .who-col-img {
    display: flex;
  }

  .who-img-row .col-3 {
    width: 100%;
  }

  .learn-wrap li {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
  }

  .learn-sec {
    margin-bottom: 100px;
  }

  .seats-cont ul li+li {
    margin-top: 10px;
  }

  .seats-cont {
    margin-top: 50px;
	text-align: center;
  }

  .test-cont {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    margin: 0 auto;
  }
	
  .test-cont h2{
	font-size: 30px;
	line-height: 37px;
  }
	
  .test-cont p {
	font-size: 20px;
	line-height: 36px;
	font-weight: 400;
	margin-bottom: 60px;
  }
	
  .testimonial-reverse h2 span{
	font-size: 30px;
    line-height: 54px;
  }
	
  .testimonial-reverse h2{
	font-size: 40px;
    line-height: 42px;
  }

  .banner-btn .btn {
    padding: 20px 26px;
  }
	
  .training-img-row .col-40 {
 	padding-left: 0;
    padding-right: 0;
  }
	
  .training-img-sec .job-cont {
	padding-left: 20px;
	padding-right: 20px;
  }
	
  .camp-list-img{
	margin-top: 20px;
  }
	
  .claim-row{
	align-items: center;
  }
	
  .whats-cont{
	border-radius: 47px;
  }
	
  .whats-cont h5{
	font-size: 47px;
	line-height: 50px;
    margin-bottom: 14px;
  }
	
  .whatsapp-btn{
	font-size: 20px;
	line-height: 22px;
    margin-left: 20px;
    margin-right: 20px;
	padding: 10px 23px;
  }
	
  .whatsapp-btn::before{
	width: 90px;
    height: 90px;
  }
	
  .whatsapp-btn img {
	width: 45px;
	height: 45px;
  }
	
	.header-logo {
		position: fixed;
		width: 100%;
		z-index: 999;
	}
}