@charset "UTF-8";
/*
Theme Name: Academy FB Landing 
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: webskitters-academy-landingone-fb
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/
@import url("https://fonts.googleapis.com/css2?family=Exo+2: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&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=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800;900&display=swap");

:root {
  --theme-color1: #00baff;
  --theme-color2: #f1b10f;
  --theme-color3: #091e29;
  --theme-color4: #38a3e4;
  --footer-text: #6b8b9b;
  --background-color1: #09161d;
  --black: #000;
  --white: #fff;
  --popinsFont: "Poppins", sans-serif;
  --ExoFont: "Exo 2", sans-serif;
  --body-font: "Montserrat", sans-serif;
  --heading-font: "Quicksand", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--body-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  font-weight: 500;
  font-style: normal;
  color: var(--white);
  font-size: 16px;
  line-height: 1.25;
  overflow-x: hidden;
  background-color: #091b24;
}

b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 22px 0;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px 0;
  padding: 0;
  color: var(--white);
  font-weight: 700;
  line-height: 1.1;
  font-family: "Quicksand", sans-serif;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1,
.cmn-h1 {
  font-weight: 700;
  font-size: 50px;
}

h2,
.cmn-h2 {
  font-weight: 700;
  font-size: 38px;
}

h3 {
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
}

h4 {
  font-size: 24px;
  line-height: 1.2;
}

h5 {
  font-size: 20px;
  line-height: 1.2;
}

h1 span,
.cmn-h1 span,
h2 span,
.cmn-h2 span {
  color: var(--theme-color1);
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  color: var(--white);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: var(--theme-color4);
}

img {
  max-width: 100%;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
  background-color: transparent;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  color: #ffffff;
  border: none;
  border-bottom: 1px solid #0d2531;
  height: 35px;
  padding: 0;
  outline: none !important;
  font-weight: 400;
  font-size: 16px;
}

textarea {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 12px 16px;
  width: 100%;
  color: #000;
  height: 158px;
  outline: none !important;
}

select {
  width: 100%;
  background: url(images/drop.svg) no-repeat calc(100% - 2px) center transparent;
  background-size: 10px;
  padding-right: 30px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type="submit"] {
  color: #091d26;
  height: 49px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: -webkit-gradient(linear, left top, right top, from(#f1b10f), to(#efb010));
  background: -o-linear-gradient(left, #f1b10f 0%, #efb010 100%);
  background: linear-gradient(90deg, #f1b10f 0%, #efb010 100%);
  border-radius: 50px;
  padding-left: 30px;
  padding-right: 30px;

  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
  background: -webkit-gradient(linear,
      left top, right top,
      from(var(--theme-color1)),
      to(var(--theme-color4)));
  background: -o-linear-gradient(left,
      var(--theme-color1) 0%,
      var(--theme-color4) 100%);
  background: linear-gradient(90deg,
      var(--theme-color1) 0%,
      var(--theme-color4) 100%);
  color: var(--white);
}

::-webkit-input-placeholder {
  opacity: 0.7;
  color: #000;
}

:-ms-input-placeholder {
  opacity: 0.7;
  color: #000;
}

::-moz-placeholder {
  opacity: 0.7;
  color: #000;
}

:-moz-placeholder {
  opacity: 0.7;
  color: #000;
}

/* images alignment for wordpress content pages */
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  float: none;
  clear: both;
}

/* custom checkbox */

.form_input_check label {
  position: relative;
  margin: 0;
  padding-left: 40px;
  display: inline-block;
}

.form_input_check label span {
  margin: 0;
  padding: 0;
}

.form_input_check label input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

.form_input_check label input[type="checkbox"]+span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  border: 1px solid #3e3e42;
  background: transparent;
}

.form_input_check label input[type="checkbox"]+span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(images/tick.svg) no-repeat center center;
  background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
}

/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked+span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
}

/* custom radio */

.form_input_radio label {
  position: relative;
  margin: 0;
  padding-left: 30px;
  display: inline-block;
}

.form_input_radio label span {
  margin: 0;
  padding: 0;
}

.form_input_radio label input[type="radio"] {
  visibility: hidden;
  display: none;
}

.form_input_radio label input[type="radio"]+span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border: 2px solid #000000;
  border-radius: 100%;
  background: #fff;
}

.form_input_radio label input[type="radio"]+span::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #4b0049;
  position: absolute;
  top: 6px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked)+span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
}

/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked+span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
}

/* custom radio end */

/* back to top */

#scroll {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 55px;
  height: 55px;
  background-color: #bdd653;
  display: none;
  border-radius: 100%;
  line-height: 68px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
}

#scroll:hover {
  background: #88a725;
}

#scroll i {
  color: #fff;
  font-size: 44px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
      transform: translateY(0);
}

#scroll:hover i {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
      transform: translateY(-6px);
}

/* navbar*/

.navbar-brand {
  padding: 0;
  margin: 0;
  width: 196px;
  display: inline-block;
}

.navbar {
  background: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  height: inherit;
  border: none;
  border-radius: 0;
}

.navbar-nav li {
  position: relative;
  list-style: none;
}

.navbar-nav>li {
  margin: 0 15px;
  padding: 20px 0;
  position: relative;
}

.navbar-nav>li:last-child {
  margin-right: 0;
}

.navbar-nav>li:first-child {
  margin-left: 0;
}

.navbar-nav>li>a {
  color: #000;
  font-size: 16px;
  line-height: 1.2;
  position: relative;
  font-weight: normal;
}

.navbar-nav>li>a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #3b61dc;
  /* opacity: 0; */
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
  color: #3b61dc;
}

.navbar-nav>li.current-menu-item>a:after,
.navbar-nav>li>a:hover:after,
.navbar-nav>li.menu-item-has-children:hover>a:after {
  width: 100%;
}

/* navbar submenu*/

.sub-menu {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  width: 140px;
  padding: 0;
}

.sub-menu>li>a {
  color: #000;
  display: block;
  width: 100%;
  padding: 6px 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.sub-menu>li {
  width: 100%;
  display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
  background: #eab71e;
  color: #fff;
}

.navbar-nav>li:last-child>.sub-menu {
  right: 0;
  left: inherit;
  padding: 0;
}

/* 2nd level submenu */
.navbar-nav>li>.sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}

/* for push-menu */
.navbar-collapse .navbar-toggler {
  display: none;
}

#navoverlay {
  display: block;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  margin: 0;
  padding: 0 !important;
  z-index: 99;
  -webkit-transition: background-color 0.5s linear;
  -o-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}

/* for push-menu end*/

.cmn-gap {
  padding: 110px 0;
}

.main-head {
  padding: 33px 0;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 999;
}

.banner-left .cmn-h2 {
  margin-bottom: 30px;
}

.banner-sub-heading {
  font-size: 20px;
  display: block;
  margin-bottom: 30px;
}

.banner-sub-heading:last-child {
  margin-bottom: 0;
}

.banner-left ul {
  padding-left: 0;
  margin-bottom: 30px;
}

.banner-left ul:last-child {
  margin-bottom: 0;
}

.banner-left li {
  list-style: none;
  padding-left: 33px;
  background-image: url(images/ban-tik.svg);
  background-repeat: no-repeat;
  background-position: left top 2px;
  background-size: 18px;
}

.banner-left li:not(:last-child) {
  margin-bottom: 22px;
}

.banner-left {
  padding-right: 25px;
}

.banner {
  padding: 142px 0 120px;
  overflow: hidden;
}

.banner-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner-row {
  margin-bottom: 64px;
}

.banner-right {
  padding-left: 70px;
}

.banner-right-detail {
  position: relative;
  margin-right: -90px;
  width: 100%;
  width: 684px;
}

.banner-right-side {
  position: absolute;
  right: -330px;
  top: -438px;
  max-width: 949px;
  pointer-events: none;
  z-index: -1;
}

.banner-right-detail-wrapper {
  position: relative;
  border-radius: 21px;
  overflow: hidden;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
}

.banner-right-detail-wrapper::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -o-linear-gradient(72.64deg,
      #081f2b -2.61%,
      rgba(9, 27, 36, 0) 49.94%);
  background: linear-gradient(17.36deg,
      #081f2b -2.61%,
      rgba(9, 27, 36, 0) 49.94%);
}

.banner-side1 {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  max-width: 395px;
  z-index: -1;
}

.banner-right {
  position: relative;
}

.banner-vdo {
  position: absolute;
  z-index: 4;
  left: 45px;
  bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.play-txt {
  display: block;
  margin-left: 13px;
  font-weight: 600;
  font-size: 18px;
  font-family: var(--heading-font);
  width: calc(100% - 95px);
  text-align: left;
}

.video-main {
  position: relative;
  display: inline-block;
  width: 81px;
  height: 81px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.videoic {
  position: relative;
  z-index: 5;
}

.waves {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  left: 0;
  top: 0;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}

@-webkit-keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  background: rgba(225, 225, 225, 0.6);
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  background: #b7e5f1;
  opacity: 0.5;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  background: #b7e5f1;
  opacity: 0.15;
}

.watch-vdo {
  font-size: 15px;
  font-family: var(--heading-font);
  margin-top: 14px;
  padding-top: 17px;
  padding-left: 93px;
  position: relative;
  display: inline-block;
  margin-left: 100px;
}

.watch-vdo::before {
  content: "";
  width: 79px;
  height: 27px;
  background-image: url(images/watch-vdo.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 79px;
  position: absolute;
  left: 0;
  top: 0;
}

.banner-bottom-left {
  text-align: center;
}

.banner-bottom-left .price {
  color: var(--white);
  text-decoration: line-through;
}

.banner-bottom-left .cmn-h1 {
  margin-bottom: 17px;
}

.banner-bottom-left p {
  font-size: 20px;
  letter-spacing: 0.095em;
}

.banner {
  position: relative;
}

.banner::before {
  content: "";
  width: 11px;
  height: 11px;
  background: #f1b10f;
  border-radius: 5px;
  position: absolute;
  top: 95px;
  left: 41%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: -1;
}

.banner::after {
  content: "";
  width: 11px;
  height: 11px;
  background: #cb187c;
  border-radius: 5px;
  position: absolute;
  top: 65%;
  left: 97px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: -1;
}

.cmn-btn {
  display: inline-block;
  padding: 20px 53px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: var(--theme-color3);
  background-color: var(--theme-color2);
  border-radius: 50px;
}

.cmn-btn:hover {
  background-color: var(--theme-color4);
  color: var(--white);
}

.banner-circle {
  position: absolute;
  left: 0;
  top: 42%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  max-width: 95px;
}

.left-circle {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  max-width: 415px;
}

.middle-circle {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  max-width: 745px;
  z-index: -2;
}

.heading {
  max-width: 730px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.heading h2 {
  text-transform: capitalize;
}

.text-cemter {
  text-align: center;
}

.job-course-slide {
  padding: 40px 25px;
  background-color: #f1b10f;
  transition: all 0.3 ease-in-out;
  -webkit-transition: all 0.3 ease-in-out;
  -moz-transition: all 0.3 ease-in-out;
  -ms-transition: all 0.3 ease-in-out;
  -o-transition: all 0.3 ease-in-out;
  border-radius: 12px;
  -webkit-box-shadow: 0px 2px 10px #c8dae6;
          box-shadow: 0px 2px 10px #c8dae6;
}

.job-course .slick-slide:nth-child(2n + 1) .job-course-slide {
  background-color: #2196f3;
}

/* .job-course .slick-slide:nth-child(3n+1) .job-course-slide{
    background-color: #0D2531;
} */

/* .job-course-slide:hover{
    background-color: #082938;
    border-right: 1px solid transparent;
} */

.job-course .slick-slide {
  margin: 20px 7px;
}

.job-course .slick-list {
  margin: 0 -7px;
}

.job-course-slide-a {
  display: block;
  width: 100%;
}

.job-course-slide-a .job-course-text {
  color: var(--white);
}

.job-course-img {
  display: inline-block;
  margin-bottom: 17px;
}

.job-course-text {
  display: block;
  text-transform: uppercase;
  max-width: initial;
  font-size: 14px;
}

/* .job-course .slick-list{
    
} */

.job-course .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
}

.job-course .slick-dots li {
  list-style: none;
  margin-right: 8px;
}

.job-course .slick-dots li:last-child {
  margin-right: 0;
}

.job-course .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #796161;
  border: none;
  padding: 0;
  font-size: 0;
  color: transparent;
}

.job-course .slick-dots li.slick-active button {
  background-color: var(--theme-color4);
}

.job-course {
  position: relative;
}

.job-course::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 5px;
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: absolute;
  right: 127px;
  top: 0;
}

.progress-sec::after {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: #2196f3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: absolute;
  -webkit-transform: rotate(-8.01deg);
      -ms-transform: rotate(-8.01deg);
          transform: rotate(-8.01deg);
  left: 99px;
  top: 40px;
  z-index: -1;
}

.progress-sec::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 5px;
  background: #f1b10f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: absolute;
  right: 95px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.progress {
  max-width: 845px;
  margin: 0 auto;
  margin-bottom: 11px;
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  background: rgba(22, 74, 100, 0.1);
  overflow: inherit;
}

.progress-bar {
  background: -o-linear-gradient(359.93deg, #0ba41b 0.08%, #37dce1 100%);
  background: linear-gradient(90.07deg, #0ba41b 0.08%, #37dce1 100%);
  -webkit-box-shadow: 0px 1px 16px rgba(11, 153, 224, 0.15);
          box-shadow: 0px 1px 16px rgba(11, 153, 224, 0.15);
  border-radius: 45px;
  overflow: inherit;
}

.progress-text {
  font-weight: 600;
  font-size: 9px;
  letter-spacing: 0.205em;
  text-transform: uppercase;
  margin-top: 41px;
}

.progress-btn {
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  color: var(--white);
  padding: 18px 70px;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.88%, #c60f78), color-stop(105.64%, #f866a1));
  background: -o-linear-gradient(left, #c60f78 2.88%, #f866a1 105.64%);
  background: linear-gradient(90deg, #c60f78 2.88%, #f866a1 105.64%);
  border-radius: 50px;
}

.progress-btn:hover {
  color: var(--white);
  background: -webkit-gradient(linear, left top, right top, color-stop(2.88%, #f866a1), color-stop(105.64%, #c60f78));
  background: -o-linear-gradient(left, #f866a1 2.88%, #c60f78 105.64%);
  background: linear-gradient(90deg, #f866a1 2.88%, #c60f78 105.64%);
}

.btn-sec {
  margin-top: 45px;
}

.pro-circle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: -50px;
  max-width: 940px;
  pointer-events: none;
}

.progress-sec {
  position: relative;
}

.submit-sec-row {
  background: #081f2b;
  border-radius: 10px;
}

.submit-sec-left {
  padding: 53px 57px;
}

.submit-sec-col {
  height: 100%;
}

.submit-sec-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}

.submit-sec-heading-left {
  margin-right: 30px;
  position: relative;
}

.submit-sec-heading-right {
  width: calc(100% - 228px);
}

.submit-sec-heading-img {
  height: 198px;
  width: 198px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
}

.submit-sec-heading-left::before {
  content: "";
  width: 153px;
  height: 153px;
  background: #13846f;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  position: absolute;
  left: -8px;
  top: -8px;
}

.submit-sec-heading-left::after {
  content: "";
  width: 153px;
  height: 153px;
  background: #13846f;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  position: absolute;
  right: -8px;
  bottom: -8px;
}

.submit-name {
  display: block;
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 500;
}

.submit-name.submit-name-pera {
  color: var(--black);
}

.submit-post {
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--theme-color4);
}

.submit-sec-heading-right p {
  font-weight: 400;
}

.submit-sec-left ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 41px;
}

.submit-sec-left li {
  list-style: none;
  margin-bottom: 15px;
  padding-left: 32px;
  background-image: url(images/new-tik.svg);
  background-repeat: no-repeat;
  background-position: left top -4px;
  background-size: 38px;
  line-height: 1.7;
}

.submit-sec-left li:last-child {
  margin-bottom: 0;
}

.submit-sec-left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.submit-sec-right {
  background: #6dc1b2;
  padding: 45px 53px;
  border-radius: 20px 0 0 20px;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  -ms-border-radius: 20px 0 0 20px;
  -o-border-radius: 20px 0 0 20px;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.submit-sec-right .submit-name {
  margin-bottom: 35px;
}

.submit-sec-right label {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #707b84;
}

.submit-form-col {
  padding: 22px 8px;
}

.submit-form-row {
  margin: -22px -8px;
}

.combind-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #0d2531;
}

.combind-form input[type="tel"] {
  border-bottom: none;
  width: calc(100% - 43px);
}

.submit-sec-right input[type="submit"] {
  width: 100%;
}

.submit-form-col-sub {
  padding-top: 10px;
}

/*selected-area*/

.sort_by_dropdwn {
  width: 33px;
  margin-right: 10px;
  height: 35px;
}

.gllry_slct_box_wrpper {
  /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/
  /* border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 2px 0; */
}

.gllry_slct_box_wrpper label {
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 0;
  color: #888b97;
  font-weight: 400;
  text-transform: uppercase;
  -ms-flex-preferred-size: calc(100% - 98px);
  flex-basis: calc(100% - 98px);
  border-right: 2px solid rgba(0, 0, 0, 0.1);
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select_outer {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #252525;
  width: 100%;
  height: 26px;
  line-height: 26px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
  background-color: transparent;
  padding: 0 15px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left bottom;
  background-image: url(images/flag.svg);
}

.select-styled:after {
  position: absolute;
  content: "";
  right: 0;
  background: url(images/drop.svg) right center no-repeat;
  background-size: 10px;
  width: 10px;
  height: 10px;
  bottom: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.select-styled:hover {
  background-color: transparent;
}

.select-styled:active,
.select-styled.active {
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left bottom;
  background-image: url(images/flag.svg);
}

.select-styled:active:after,
.select-styled.active:after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  padding-top: 0;
}

.select-options li {
  margin: 0;
  padding: 5px 0;
  text-indent: 15px;
  line-height: 19px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  height: 29px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: center;
  font-size: 0;
}

.select-options li:last-child {
  border-bottom: none;
}

.select-options li[rel="4"] {
  background-image: url(images/flag.svg);
}

.select-options li[rel="3"] {
  background-image: url(images/flag.svg);
}

.select-options li[rel="2"] {
  background-image: url(images/flag.svg);
}

.select-options li[rel="1"] {
  background-image: url(images/flag.svg);
}

.submit-sec-row {
  position: relative;
}

.tri-shape {
  position: absolute;
  left: -135px;
  top: -100px;
  max-width: 355px;
  pointer-events: none;
  z-index: -1;
}

.submit-sec {
  position: relative;
}

.submit-sec::before {
  content: "";
  width: 11px;
  height: 11px;
  background: #cb187c;
  border-radius: 5px;
  position: absolute;
  bottom: 10px;
  left: 119px;
  z-index: -1;
}

.testimonial-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testi-arrow-lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonial-slider {
  position: relative;
  padding-top: 80px;
}

.testimonial-sec .slick-arrow {
  width: 43px;
  height: 43px;
  border-radius: 100%;
  background-color: #38a3e4;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  margin-right: 21px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px;
  font-size: 0;
  border: none;
  color: transparent;
  position: absolute;
  top: 0;
  z-index: 2;
  transition: all 0.3 ease-in-out;
  -webkit-transition: all 0.3 ease-in-out;
  -moz-transition: all 0.3 ease-in-out;
  -ms-transition: all 0.3 ease-in-out;
  -o-transition: all 0.3 ease-in-out;
}

.testimonial-sec .slick-arrow:hover {
  background-color: var(--theme-color2);
}

.testimonial-sec .slick-prev {
  background-image: url(images/testi-arrow-prev.svg);
  right: 61px;
}

.testimonial-sec .slick-next {
  background-image: url(images/testi-arrow-next.svg);
  right: 0;
}

.testi-arrow:last-child {
  margin-right: 0;
}

.testimonial-heading .resp-tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 161px;
  width: 100%;
  margin-bottom: -75px;
  position: relative;
  z-index: 2;
}

.testimonial-heading .resp-tabs-list li {
  list-style: none;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--white);
  padding: 0 !important;
  padding-bottom: 5px !important;
  border-bottom: 1px solid transparent;
  margin-right: 79px;
}

.testimonial-heading .resp-tabs-list li:hover {
  color: #2ab8ff;
  border: none;
  border-bottom: 1px solid #2ab8ff;
  background-color: transparent;
}

.testimonial-heading .resp-tabs-list li:last-child {
  margin-right: 0;
}

.testimonial-heading .resp-tabs-list li.resp-tab-item.resp-tab-active {
  color: #2ab8ff;
  border: none;
  border-bottom: 1px solid #2ab8ff;
  background-color: transparent;
  margin-bottom: 0 !important;
}

.testimonial-sec .resp-tab-content {
  border: none;
  padding: 0;
}

.testimonial-sec .resp-tabs-container {
  background-color: transparent;
}

.testimonial-slide .video-main {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.testimonial-slide .videoic {
  max-width: 31px;
}

.testimonial-fig {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0;
  width: 100%;
}

.testimonial-fig-img {
  min-height: 340px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonial-slide {
  padding: 12px 9px;
  background: #0f3448;
  border: 1px solid rgba(7, 113, 155, 0.13);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 10px;
}

.testimonial-sec .slick-slide {
  margin: 0 13px;
}

.testimonial-sec .slick-list {
  margin: 0 -13px;
}

.placement-fig img {
  width: 100%;
}

.big-container {
  max-width: 1324px;
  padding: 0 12px;
  margin: 0 auto;
}

.placement-fig img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.placement .heading {
  max-width: 100%;
}

.placement-fig {
  position: relative;
}

.placement-fig::before {
  content: "";
  background-image: url(images/placement1.png);
  width: 55%;
  height: 69px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% 100%;
}

.placement-fig::after {
  content: "";
  background-image: url(images/placement2.png);
  width: 55%;
  height: 69px;
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% 100%;
}

.testimonial-sec {
  position: relative;
  background-color: var(--white);
}

.testi-circle {
  position: absolute;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  max-width: 755px;
  pointer-events: none;
}

.testimonial-sec::before {
  content: "";
  height: 97px;
  width: 97px;
  right: 60px;
  bottom: 119px;
  background-image: url(images/dott.svg);
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  pointer-events: none;
}

.testimonial-sec::after {
  content: "";
  width: 26px;
  height: 26px;
  background: #2196f3;
  border-radius: 5px;
  transform: rotate(-8deg);
  position: absolute;
  right: 65px;
  bottom: -23px;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  left: 145px;
  bottom: 137px;
  z-index: -1;
}

.submit-sec:after {
  content: "";
  width: 26px;
  height: 26px;
  background: #2196f3;
  border-radius: 5px;
  transform: rotate(-8deg);
  position: absolute;
  right: 65px;
  bottom: -23px;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  z-index: -1;
}

.who-we-row {
  margin: -12px -27px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.who-we-col {
  padding: 12px 27px;
}

/* .who-we-slider{
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    overflow: hidden;
} */

.who-we-slide {
  border-radius: 0;
  padding: 25px 0;
  background-color: #000000;
}

.who-we-slide img {
  width: 100%;
}

.who-we-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
}

.who-we-slider .slick-dots li {
  list-style: none;
  margin-right: 8px;
}

.who-we-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: rgba(217, 217, 217, 0.2);
  border: none;
  padding: 0;
  font-size: 0;
  color: transparent;
}

.who-we-slider .slick-dots li.slick-active button {
  background-color: var(--theme-color4);
}

.who-we-left {
  position: relative;
}

.who-we-lef-back {
  position: absolute;
  left: -70px;
  top: 39%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  max-width: 720px;
}

.who-we {
  position: relative;
}

.who-we-circle {
  position: absolute;
  max-width: 810px;
  left: 0;
  top: 20%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  pointer-events: none;
}

.who-we-circle2 {
  position: absolute;
  max-width: 730px;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  pointer-events: none;
}

.who-we::before {
  content: "";
  width: 11px;
  height: 11px;
  background: #cb187c;
  border-radius: 5px;
  transform: rotate(-8deg) translateX(-50%);
  -webkit-transform: rotate(-8deg) translateX(-50%);
  -moz-transform: rotate(-8deg) translateX(-50%);
  -ms-transform: rotate(-8deg) translateX(-50%);
  -o-transform: rotate(-8deg) translateX(-50%);
  position: absolute;
  top: 38px;
  right: 22%;
  z-index: -1;
}

.who-we::after {
  content: "";
  width: 26px;
  height: 26px;
  background: #2196f3;
  border-radius: 5px;
  transform: rotate(-8deg);
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  position: absolute;
  right: 3px;
  bottom: 255px;
  z-index: -1;
}

.review-slide {
  background: #09161d;
  -webkit-box-shadow: 0px 10px 18px #081c26;
          box-shadow: 0px 10px 18px #081c26;
  border-radius: 20px;
  padding: 29px 34px;
}

.review-top .g {
  max-width: 20px;
  margin-right: 9px;
}

.review-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.review-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 11px;
  padding-left: 0;
  margin-bottom: 0;
}

.review-star li {
  list-style: none;
  margin-right: 5px;
}

.review-star li:last-child {
  margin-right: 0;
}

.review-m {
  font-weight: 400;
  font-size: 11px;
  color: #77858c;
}

.review-slide p {
  font-weight: 400;
  font-size: 15px;
}

.review-man {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}

.review-img {
  width: 57px;
  height: 57px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 17px;
}

.review-name {
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: var(--theme-color4);
  width: calc(100% - 75px);
  text-transform: capitalize;
}

.review .slick-slide {
  margin: 0 17px;
}

.review .slick-list {
  padding: 0 190px !important;
}

.testi-arrow-lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 60px;
}

.testi-arrow {
  width: 43px;
  height: 43px;
  border-radius: 100%;
  background: #38a3e4;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  margin-right: 21px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  z-index: 2;
  transition: all 0.3 ease-in-out;
  -webkit-transition: all 0.3 ease-in-out;
  -moz-transition: all 0.3 ease-in-out;
  -ms-transition: all 0.3 ease-in-out;
  -o-transition: all 0.3 ease-in-out;
}

.testi-arrow:hover {
  background: var(--theme-color2);
}

/* .review-slide-inner{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background: #09161D;
    box-shadow: 0px 10px 18px #081C26;
    border-radius: 20px;
    padding: 29px 34px;
} */

.main-footer {
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.79;
  color: #6b8b9b;
  padding: 80px 0 57px;
}

.footer-bottom {
  font-weight: 400;
  font-size: 14px;
  margin-top: 34px;
  color: var(--theme-color4);
}

.footer-bottom a {
  color: var(--theme-color4);
}

.footer-bottom a:hover {
  color: var(--theme-color2);
}

.testimonial-sec .heading {
  margin-left: 0;
  max-width: 100%;
}

.testimonial-sec .heading h2 {
  text-transform: none;
}

.fancybox__thumbs {
  display: none;
}

.banner-bottom-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sort_by_dropdwn select option {
  font-size: 0;
}

.submit-sec-row select option {
  color: #000000;
}

.testimonial-text {
  padding: 15px 15px;
  text-align: center;
  /* background-color: #091B24;
    width: 100%;
    height: 100%; */
}

.testimonial-text p {
  font-size: 14px;
  line-height: 1.6;
}

.testi-img {
  height: 70px;
  width: 70px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin: 0 auto 25px;
}

.testi-img img {
  height: 100%;
  width: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testi-name {
  display: block;
  font-size: 25px;
  color: #ffffff;
  font-family: "Quicksand", sans-serif;
  margin-bottom: 25px;
}

.testimonial-slide2 {
  padding: 12px 9px;
  background: #0f3448;
  border: 1px solid rgba(7, 113, 155, 0.13);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 10px;
  min-height: 435px;
}

.who-we-fig {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.job-course-slide-a img {
  height: 54px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.btn-price {
  display: block;
  text-align: center;
  margin-top: 5px;
  font-size: 18px;
}

.amount {
  text-decoration: line-through;
}

.banner-bottom-row {
  text-align: center;
}

.submit-sec-row {
  background: #44b7a2;
}

.job-course {
  position: relative;
  background: var(--white);
}

.job-course .heading {
  color: #091c24;
}

/* .review{
    background: linear-gradient(90deg, #6B8B9B 0%, rgba(255,255,255,0) 100%, rgba(0,212,255,0) 100%);
} */

.who-we-left-btn {
  margin-top: 25px;
  display: none;
}

.placement {
  position: relative;
}

.placement::before {
  content: "";
  width: 100%;
  height: 95%;
  background: rgb(41 63 75);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3);
}

.who-we-row {
  border-bottom: 1px solid #6b8b9b;
}

/* update start RN 09-06-2023 */
.main-footer {
  background: rgba(0, 0, 0, 0.2);
}

.submit-post {
  color: var(--black);
}

.ftr_top p {
  color: #6b8b9b;
}

.thank-you-head .navbar {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cmn-btn i {
  display: inline-block;
}

.cmn-btn.color-cmn-btn i img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  height: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cmn-btn.color-cmn-btn {
  background-color: var(--theme-color4);
  color: var(--white);
}

.cmn-btn.color-cmn-btn:hover {
  color: var(--theme-color3);
  background-color: var(--theme-color2);
}

.cmn-btn.color-cmn-btn:hover i img {
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
}

.thank-you {
  text-align: center;
  padding: 150px 0 65px;
}

.thank-you h1 span {
  display: block;
  color: #ffffff;
}

.thank-you h1,
.thank-you .cmn-h1 {
  display: block;
  margin-bottom: 25px;
}

.thank-you-heading {
  margin-bottom: 25px;
}

.ban-time-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-bottom: 15px;
}

.ban-time-list li {
  list-style: none;
  text-align: center;
  font-size: 16px;
  font-style: normal;
}

.ban-time-list li span {
  display: block;
  font-size: 31px;
  font-weight: 500;
  font-style: normal;
  color: var(--theme-color1);
}

.ban-time-list li:not(:last-child) {
  margin-right: 25px;
}

.ti-widget.ti-goog .ti-review-item>.ti-inner {
  background: #09161d !important;
  -webkit-box-shadow: 0px 10px 18px #081c26 !important;
          box-shadow: 0px 10px 18px #081c26 !important;
}

.review .ti-widget.ti-goog .ti-review-item .ti-inner {
  background: #09161d !important;
  -webkit-box-shadow: 0px 10px 18px #081c26 !important;
          box-shadow: 0px 10px 18px #081c26 !important;
  border-radius: 20px !important;
  padding: 29px 34px 105px 34px !important;
  border-color: transparent !important;
}

.review .ti-widget.ti-goog .ti-review-content .ti-stars {
  margin-bottom: 15px;
}

.review .ti-widget.ti-goog .ti-widget-container {
  color: #ffffff;
}

.review .ti-widget.ti-goog .ti-review-header {
  position: absolute !important;
  bottom: 35px !important;
  left: 8px !important;
  padding-left: 30px !important;
}

.review .ti-widget.ti-goog .ti-review-item {
  position: relative !important;
}

.review .ti-widget.ti-goog .ti-read-more span {
  color: var(--white) !important;
}

.review .ti-widget.ti-goog .ti-widget-container .ti-name {
  font-weight: 600 !important;
  font-size: 15px !important;
  color: var(--theme-color4) !important;
  text-transform: capitalize !important;
}

.review .ti-widget.ti-goog .ti-widget-container .ti-date {
  color: var(--white) !important;
}

.review .ti-widget.ti-goog .ti-review-header:before {
  display: none;
}

.review .ti-widget.ti-goog .ti-profile-img {
  width: 57px !important;
  height: 57px !important;
  border-radius: 100% !important;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 17px !important;
}

.review .ti-widget.ti-goog .ti-profile-img img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.review .ti-widget.ti-goog .ti-profile-details {
  width: calc(100% - 75px) !important;
}

.review .ti-widget.ti-goog .ti-rating-text,
.review .ti-widget.ti-goog .ti-rating-text strong,
.review .ti-widget.ti-goog .ti-rating-text strong a,
.review .ti-widget.ti-goog .ti-rating-text strong span,
.review .ti-widget.ti-goog .ti-rating-text span strong,
.review .ti-widget.ti-goog .ti-rating-text span,
.review .ti-widget.ti-goog .ti-footer,
.review .ti-widget.ti-goog .ti-footer strong,
.review .ti-widget.ti-goog .ti-footer span,
.review .ti-widget.ti-goog .ti-footer strong a {
  color: var(--white) !important;
}

.review .ti-widget.ti-goog .ti-controls-dots .dot {
  width: 8px !important;
  height: 8px !important;
  border-radius: 100% !important;
  background-color: #ffffff !important;
  border: none !important;
  opacity: 1;
}

.review .ti-widget.ti-goog .ti-controls-dots .dot.active {
  background-color: var(--theme-color4) !important;
}

.review .ti-widget.ti-goog .ti-controls .ti-next,
.review .ti-widget.ti-goog .ti-controls .ti-prev {
  /* width: 43px;
    height: 43px;
    border-radius: 100%;
    background: #38A3E4;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    margin-right: 21px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    transition: all 0.3 ease-in-out;
    -webkit-transition: all 0.3 ease-in-out;
    -moz-transition: all 0.3 ease-in-out;
    -ms-transition: all 0.3 ease-in-out;
    -o-transition: all 0.3 ease-in-out;
    padding: 0;
    top: 50%;
    transform: translateY(-50%); */
  display: block !important;
}

.glrvs {
  display: inline-block;
  padding: 20px 53px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: var(--theme-color3);
  background-color: var(--theme-color2);
  border-radius: 50px;
  margin: 0 auto;
  margin-top: 25px;
}

.glrvs:hover {
  background-color: var(--theme-color4);
  color: var(--white);
}

.review {
  text-align: center;
}

.h1-sub {
  display: block;
  font-weight: 700;
  font-size: 25px;
  font-family: var(--heading-font);
  line-height: 1.3;
  letter-spacing: 0.805em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 10px;
}

.banner-ribon {
  display: inline-block;
  padding: 5px 15px;
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 37px;
  line-height: 127.5%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
  background-color: var(--theme-color2);
  border-radius: 2px;
  margin-bottom: 10px;
}

.banner-sub-heading-color {
  color: var(--theme-color2);
}

.banner .cmn-h2 {
  text-transform: capitalize;
}

.ban-time-list li {
  padding: 12px 9px;
  background: #1a3543;
  border-radius: 5px;
  position: relative;
}

.ban-time-list li span {
  font-family: var(--heading-font);
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 0.055em;
  color: var(--white);
}

.ban-time-list li:not(:last-child) {
  margin-right: 25px;
}

.ban-time-list li:not(:last-child)::before {
  content: ":";
  font-weight: 700;
  font-size: 65px;
  font-family: var(--heading-font);
  letter-spacing: 0.055em;
  color: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -25px;
}

.sub-h2 {
  display: block;
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 23px;
  line-height: 1.3;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #091c24;
}

.progress-sec .sub-h2 {
  color: var(--white);
  font-size: 25px;
}

.sub-h2-ribon {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  padding: 5px 15px;
  letter-spacing: 0.095em;
  text-transform: uppercase;
  line-height: 1.3;
  background-color: var(--theme-color2);
  color: var(--white);
  border-radius: 2px;
}

.job-course .sub-h2-ribon {
  background-color: #0d2531;
}

.sub-h2-ribon:not(:last-child) {
  margin-bottom: 10px;
}

.widget_container.label_no {
  padding: 0 !important;
  background-color: transparent !important;
}

.submit-sec-right .form-control {
  height: 48px;
  background-color: transparent;
  border-radius: 0;
  color: #000000;
  border: none;
  border-bottom: 1px solid #000000;
}

.submit-sec-right .submit-name {
  color: #000000;
  display: inline-block;
  padding-right: 25px;
  background-image: url(images/sub-dic.svg);
  background-repeat: no-repeat;
  background-position: right top 5px;
  background-size: 22px;
}

.testimonial-sec .heading {
  text-align: left;
}

/* 15/06/2023 dm */

.testimonial-sec .heading h2 {
  color: #0d2531;
}

.testimonial-sec .heading .cmn-h2 {
  color: #0d2531;
  display: block;
}

.progress-sec .heading .sub-h2-ribon {
  background: #2196f3;
}

.testimonial-heading .resp-tabs-list li {
  color: #091c25;
}

.testimonial-slide {
  background: #f2f6f8;
  border: 1px solid rgba(7, 113, 155, 0.13);
  -webkit-backdrop-filter: blur(16.5px);
          backdrop-filter: blur(16.5px);
}

.placement::before {
  display: none;
}

.placement {
  background: #091b24;
}

.placement .heading .sub-h2 {
  color: #ffffff;
}

.placement .sub-h2-ribon {
  text-transform: uppercase;
}

.who-we {
  background: #fff;
}

.who-we .who-we-row {
  border: 0;
}

.who-we .heading h2 {
  color: #0d2531;
}

.main-footer {
  background: transparent;
}

/* 15/06/2023 dm */

.who-we-slider {
  -webkit-filter: drop-shadow(0px 4px 44px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 44px rgba(0, 0, 0, 0.25));
}

.banner-ribon img {
  width: 35px;
  margin-top: -10px;
}

.who-we-right .heading h2 span {
  display: block;
  font-weight: 400;
  color: #0d2531;
}

.submit-sec-right .npf_wgts {
  padding: 4px;
  border-radius: 10px;
  background: #091b24;
}

.thank-you-footer .footer-bottom {
  margin-top: 0;
}

.thank-you-footer {
  padding-bottom: 25px;
}

/* .thank-wrpp{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
} */

.who-arrow {
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.who-arrow li {
  width: 43px;
  height: 43px;
  border-radius: 100%;
  background-color: #38a3e4;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  margin-right: 21px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  transition: all 0.3 ease-in-out;
  -webkit-transition: all 0.3 ease-in-out;
  -moz-transition: all 0.3 ease-in-out;
  -ms-transition: all 0.3 ease-in-out;
  -o-transition: all 0.3 ease-in-out;
}

.who-arrow li:hover {
  background-color: var(--theme-color2);
}

.who-arrow li:last-child {
  margin-right: 0;
}

.separate-testi-heading {
  display: inline-block;
  text-align: center;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2ab8ff;
  padding: 0 !important;
  padding-bottom: 5px !important;
  border-bottom: 1px solid #2ab8ff;
}

.separate-testi {
  display: none;
}

.thank-down-detail {
  margin-top: 50px;
}

.thank-down-detail .banner-ribon {
  padding: 5px 25px;
  margin-bottom: 15px;
}

.testimonial-sec .heading.academy_test_head {
  text-align: center;
}

.academy_test_inner_spn {
  display: inline-block;
}

.academy_test_inner_spn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 21px;
}

.academy_test_inner_spn h2 {
  margin-bottom: 0;
  padding-right: 13px;
}

.separate-testi.new_spt {
  display: block;
}

.separate-testi.new_spt .separate-testi-detail {
  margin-bottom: 50px;
}

.separate-testi.new_spt .separate-testi-detail:last-child {
  margin-bottom: 0;
}

.head_testing_cmn {
  font-size: 30px;
  font-weight: 700;
  padding: 5px 15px !important;
  letter-spacing: 0.095em;
  text-transform: uppercase;
  line-height: 1.3;
  color: var(--white);
  border-radius: 2px;
  background: #2196f3;
  display: table;
  margin: 0 auto;
  margin-bottom: 20px;
}

.who-we-slidersec .slick-slide {
  padding: 0 13px;
  height: auto;
}

.who-we-slidersec .slick-list {
  margin: 0 -13px;
}

.who-we-slidersec .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.who-we-slidersec .slick-slide>div {
  height: 100%;
}

.who-we-slidersec .who-we-slide {
  height: 100%;
}

.who-we-slidersec .who-we-fig {
  -o-object-fit: contain;
     object-fit: contain;
}

.new_head_center {
  text-align: center;
  position: relative;
  z-index: 1;
}

.who_are_heading .sub-h2 {
  font-size: 30px;
}

.thank_you_page_head.heading {
  max-width: 100%;
}

.thank_you_page_head.heading .sub-h2 {
  color: #fff;
}

.thank_you_page_head.heading .sub-h2-ribon {
  background: transparent;
  padding: 0;
}

.backr_white {
  background-color: var(--white);
}

.social_icon_more li {
  display: inline-block;
  margin-right: 5px;
}

.social_icon_more li:last-child {
  margin-right: 0;
}

.social_icon_more li a {
  display: inline-block;
}

.social_icon_more li a img {
  max-width: 50px;
  -webkit-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.social_icon_more li a:hover img {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.social_icon_more {
  text-align: center;
}

.social_icon_more ul {
  padding: 0;
}

.discover_more_sec {
  padding: 65px 0;
}

.main-footer.thank-you-footer {
  padding: 30px 0;
}

/* 4.12.2023 */
.award-sec-new {
  background-color: var(--white);
}

.award-new-innr {
  background: url(images/award-lft-back.svg) no-repeat center top;
  background-size: 100%;
  padding: 50px 44px 50px 47px;
  border-radius: 25px;
  overflow: hidden;
  margin-right: -93px;
  margin-top: 93px;
  position: relative;
  z-index: 3;
}

.award-new-txt>h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}

.award-new-txt {
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.award-new-txt::after {
  content: "";
  height: 22px;
  width: 22px;
  position: absolute;
  top: -3%;
  right: 15%;
  background: url(images/yellow-polygon.svg) no-repeat center;
  background-size: 100%;
  z-index: -1;
}

.award-new-innr figure {
  margin-bottom: 0;
  max-width: 276px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}

.award-new-innr figure::after {
  content: "";
  height: 312px;
  width: 333px;
  position: absolute;
  top: -17px;
  left: -57px;
  background: url(images/award-fig-back.png) no-repeat center;
  background-size: 100%;
  z-index: -1;
}

.award-new-innr figure::before {
  content: "";
  height: 79px;
  width: 79px;
  position: absolute;
  top: 43%;
  right: 0;
  background: url(images/award-dot.svg) no-repeat center;
  background-size: 100%;
  z-index: -1;
}

.award-new-lft {
  width: 37%;
}

.award-new-rgt {
  width: 63%;
}

.award-new-rgt figure {
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 0;
  height: 575px;
  position: relative;
  z-index: 1;
}

.award-new-rgt {
  position: relative;
  z-index: 1;
}

.award-new-rgt::after {
  content: "";
  height: 271px;
  width: 273px;
  position: absolute;
  top: -8%;
  left: -18%;
  background: url(images/award-rgt-fig-dot.png) no-repeat center;
  background-size: 100% 100%;
  z-index: -1;
}

.award-new-rgt figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.award-new-img-wrap {
  position: relative;
  z-index: 1;
}

.award-new-img-wrap::after {
  content: "";
  height: 22px;
  width: 22px;
  position: absolute;
  top: 15%;
  left: 3%;
  background: url(images/border-polygon.svg) no-repeat center;
  background-size: 100% 100%;
  z-index: -1;
}

/* 4.12.2023 */

/* start 16/2/20224 */
#cfrm .gchoice.gchoice_1_8_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}

#cfrm input {
  background: #fff !important;
  border-radius: 100px !important;
  border: none !important;
  padding: 23px 21px !important;
  color: #000 !important;
}

#cfrm label#label_1_8_1 {
  color: #fff !important;
  font-weight: 500;
}

#cfrm input.gform_button {
  width: 100%;
  padding: 15px !important;
  border-radius: 100px !important;
  background: #f1b10f !important;
  height: 55px !important;
}

#cfrm input.gform_button:hover {
  background-image: -webkit-gradient(linear,
      left top, right top,
      from(#f1b10f),
      color-stop(#e7a90e),
      color-stop(#dda20d),
      color-stop(#d49a0b),
      to(#ca930a)) !important;
  background-image: -o-linear-gradient(left,
      #f1b10f,
      #e7a90e,
      #dda20d,
      #d49a0b,
      #ca930a) !important;
  background-image: linear-gradient(to right,
      #f1b10f,
      #e7a90e,
      #dda20d,
      #d49a0b,
      #ca930a) !important;
}

/* end 16/2/20224 */
/*support 20/2/2024*/
.whatsapchat-link {
  max-width: 323px;
  display: inline-block;
}

.whatsapchat-imgbox {
  text-align: center;
}

.whatsapchat-link img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.whatsapchat-link:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.l-job-course {
  position: relative;
  background-color: #ffffff;
}

.l-job-course-slider.row {
  margin-bottom: -30px;
}

.l-job-course-outrslide {
  margin-bottom: 30px;
}

.l-job-course-slide {
  padding: 40px 25px;
  background-color: #f1b10f;
  transition: all 0.3 ease-in-out;
  -webkit-transition: all 0.3 ease-in-out;
  -moz-transition: all 0.3 ease-in-out;
  -ms-transition: all 0.3 ease-in-out;
  -o-transition: all 0.3 ease-in-out;
  border-radius: 12px;
  -webkit-box-shadow: 0px 2px 10px #c8dae6;
  box-shadow: 0px 2px 10px #c8dae6;
  height: 100%;
}

.l-job-course-outrslide:nth-child(odd) .l-job-course-slide {
  background-color: #2196f3;
}

.l-job-course-slide-a {
  display: block;
  width: 100%;
}

.l-job-course-img {
  margin-bottom: 17px;
}

.l-job-course-slide-a img {
  height: 54px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.l-job-course-text {
  display: block;
  text-transform: uppercase;
  max-width: initial;
  font-size: 14px;
}

.l-job-course .sub-h2-ribon {
  background-color: #0d2531;
}

.l-job-course-outrslide:nth-child(odd) .job-course-slide {
  background-color: #2196f3;
}

.ln-cmn-butn {
  padding: 17px 40px;
}

.ln-submit-sec .gform_wrapper.gravity-theme .gfield-choice-input+label {
  color: #000000;
}

/*support 20/2/2024*/
/*support 8/4/2024 start*/
/*blockchain course*/
.blockchaincourse.blckchaincorse-abtsec {
  position: relative;
  overflow: hidden;
}

.blockchaincourse .blckchain-circle {
  position: absolute;
  max-width: 95px;
  top: 3%;
  left: 0;
}

.blckchaincorse-abtsec .heading {
  margin-bottom: 44px;
}

.blckchaincorse-abtsec .sub-h2 {
  color: #ffffff;
}

.blckchaincorse-abtsec .blkchain-abt-wrapr {
  color: #ffffff;
}

.blckchaincorse-abtsec .sub-h2-ribon {
  color: #ffffff;
  font-size: 38px;
  text-transform: uppercase;
}

.blkchain-abt-wrapr {
  max-width: 889px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.blkchain-abt-wrapr p {
  line-height: 1.6;
}

.blckchaincorse-abtsec .grn-ribon {
  background-color: #1ebc70;
}

.blkchainabtbk-shape {
  position: absolute;
  left: 47%;
  top: -122px;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.blkchainabt-yelwdot,
.blkchainabt-pinkdot {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
}

.blkchainabt-yelwdot {
  background-color: #f1b10f;
  top: -34px;
  right: 53px;
}

.blkchainabt-pinkdot {
  background-color: #cb187c;
  top: 14%;
  left: 0;
}

.blkchain-carercourse {
  background-color: #ffffff;
}

.blockchaincourse.blkchain-carercourse .heading {
  max-width: 100%;
}

.blockchaincourse.blkchain-carercourse .sub-h2-ribon {
  text-transform: uppercase;
  font-size: 38px;
}

.grn-rbn-two {
  background-color: #44b7a2;
}

.blockchaincourse.banner .banner-sub-heading-color {
  color: #ffffff;
}

.blockchaincourse.banner .banner-ribon {
  padding: 5px 7px;
  letter-spacing: 0;
}

.blockchaincourse.banner .h1-sub {
  letter-spacing: 0.4em;
}

.blockchaincourse.banner .l-banner-bottom-left {
  text-align: left;
}

.blockchaincourse.banner .banner-row {
  margin-bottom: 45px;
}

.blockchaincourse.banner h1 {
  font-size: 34px;
}

.blockchaincourse.banner h1 .bnrthin-texth1 {
  font-weight: 400;
  color: var(--white);
  text-transform: lowercase;
}

.blkchain-carr-card {
  border-radius: 12px;
  padding: 30px 26px 50px 26px;
  background-color: #2196f3;
  height: 100%;
  -webkit-box-shadow: 0px 2px 10px #c8dae6;
  box-shadow: 0px 2px 10px #c8dae6;
}

.blkchain-carrimgbx {
  width: 73px;
  height: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 27px;
}

.blkchain-carrhd {
  font-size: 16px;
  font-family: var(--body-font);
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 20px;
}

.blkchain-carer-lstbx ul {
  padding-left: 0;
}

.blkchain-carer-lstbx ul li {
  position: relative;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  background-image: url(images/whihetransparenticon.svg);
  background-repeat: no-repeat;
  background-position: left top 2px;
  background-size: 18px;
  list-style: none;
  padding-left: 25px;
}

.blkchain-carer-lstbx ul li:not(:last-child) {
  margin-bottom: 20px;
}

.blkchain-carer-rw {
  --bs-gutter-x: 1.875rem;
  --bs-gutter-y: 20px;
}

.blkchain-carr-card-grn {
  background-color: #1ebc70;
}

.blkchain-carr-card-ylw {
  background-color: #f1b10f;
}

.blkchain-carercourse {
  padding: 72px 0 76px 0;
}

.blockchaincourse.banner .banner-ribon {
  font-size: 40px;
}

.blockchaincourse.banner .banner-left {
  width: 44%;
  padding-right: 15px;
}

.blockchaincourse.banner .banner-right {
  width: 56%;
}

/*support 8/4/2024 end*/
/*blockchain course*/


/* 25.09.24 css start */

/* global css 25.09.24 */

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
.form-control {
  padding: 5px 18px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #fff;
  border-radius: 25px;
  width: 100%;
  font-family: "Poppins", sans-serif;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  margin: 0 0 22px 0;
  font-size: 15px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.02em;
}

.sec_gap {
  padding: 100px 0;
}

/* global css 25.09.24 */

.wa-lnd-page-wrap>* {
  color: #0c1110;
}

.wa-lnd-page-wrap h1 {
  font-size: 42px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: #0c1110;
  line-height: 1.2;
  text-transform: capitalize;
}

.wa-lnd-page-wrap h1 span {
  font-weight: 900;
  background: -webkit-gradient(linear, left top, left bottom, from(#0bc3fa), to(#0662e9));
  background: -o-linear-gradient(top, #0bc3fa 0%, #0662e9 100%);
  background: linear-gradient(180deg, #0bc3fa 0%, #0662e9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.wa-lnd-page-wrap h2 {
  font-size: 40px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: #0c1110;
  line-height: 1.2;
  text-transform: capitalize;
}

.wa-lnd-page-wrap h2 span {
  font-weight: 900;
  background: -webkit-gradient(linear, left top, left bottom, from(#0bc3fa), to(#0662e9));
  background: -o-linear-gradient(top, #0bc3fa 0%, #0662e9 100%);
  background: linear-gradient(180deg, #0bc3fa 0%, #0662e9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.wa-new-cmn-btn {
  font-family: var(--popinsFont);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #0c1110;
  background: #ffd100;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 30px;
  border-radius: 40px;
  text-transform: capitalize;
}

.wa-new-cmn-btn:hover {
  background: #f1b10f;
}

.wa-new-cmn-heading {
  margin-bottom: 15px;
}

.wa-new-cmn-heading img {
  max-width: 110px;
}

.wa-new-cmn-heading h2 {
  margin-bottom: 5px;
}

.wa-cmn-sec-head {
  margin-bottom: 50px;
}
.std-quote-sec .wa-cmn-sec-head  {
  margin-bottom: 80px;
}
.wa-cmn-sec-head p {
  font-size: 18px;
  font-weight: 500;
  color: #0c1110;
}

.wa-lnd-page-wrap {
  background-color: #fff;
  min-height: 100vh;
  color: #0c1110;
}

.wa-lnd-page-wrap .container {
  max-width: 1170px;
  padding: 0px 15px;
  margin: 0 auto;
}

.wa-new-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

.hdr-wa-top {
  background: #000;
  text-align: center;
  padding: 12px 0px;
}

.hdr-wa-top p {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.185em;
  text-transform: uppercase;
}

.hdr-wa-top p span {
  color: #0bc3fa;
}

.hdr-wa-logo {
  width: 200px;
  margin: 13px 0px 0px 0px;
}

.hdr-wa-main {
  overflow: hidden;
  padding-bottom: 20px;
}

.hdr-wa-main-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.hdr-wa-rgt-area>img {
  width: 48px;
  margin-right: 10px;
}

.hdr-wa-rgt-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 0px;
  background: #fff;
  font-size: 26px;
  color: #000;
  position: relative;
  z-index: 0;
}

.hdr-wa-rgt-area p {
  color: #000;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 800;
  font-family: "Inter", sans-serif;
}

.hdr-wa-rgt-area p span {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#0bc3fa), to(#0662e9));
  background: -o-linear-gradient(top, #0bc3fa 0%, #0662e9 100%);
  background: linear-gradient(180deg, #0bc3fa 0%, #0662e9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.hdr-wa-rgt-area:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 3000px;
  height: 100%;
  top: 0px;
  right: -2618px;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 2% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 2% 100%);
}

.hdr-wa-rgt-area:after {
  content: "";
  position: absolute;
  width: 3000px;
  height: 100%;
  top: 15px;
  right: -2609px;
  z-index: -2;
  background: -webkit-gradient(linear, left top, left bottom, from(#0bc3fa), to(#0662e9));
  background: -o-linear-gradient(top, #0bc3fa 0%, #0662e9 100%);
  background: linear-gradient(180deg, #0bc3fa 0%, #0662e9 100%);
  opacity: 0.05;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 2% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 2% 100%);
}

.wa-new-landing-banner {
  position: relative;
  background: -webkit-gradient(linear,
      left top, left bottom,
      from(rgb(11 195 250 / 6%)),
      to(rgb(6 98 233 / 6%)));
  background: -o-linear-gradient(top,
      rgb(11 195 250 / 6%) 0%,
      rgb(6 98 233 / 6%) 100%);
  background: linear-gradient(180deg,
      rgb(11 195 250 / 6%) 0%,
      rgb(6 98 233 / 6%) 100%);
  padding: 210px 0px 60px;
  z-index: 1;
  overflow: hidden;
}

.wa-new-ban-frame-cont {
  position: relative;
  z-index: 1;
  text-align: center;
}

.wa-new-ban-frame-cont .avatar-back-frame-img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  max-width: 470px;
}

.wa-new-ban-frame-cont .frm-avatar-img {
  max-width: 380px;
  margin: 0 auto;
  display: block;
}

.wa-new-ban-lt-text-wrap {
  position: absolute;
  bottom: 22px;
  left: -130px;
  background: rgba(255, 255, 255, 0.8);
  border: 0.8px solid #ffffff;
  -webkit-box-shadow: 0px 65px 65px rgba(75, 134, 213, 0.15);
          box-shadow: 0px 65px 65px rgba(75, 134, 213, 0.15);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  border-radius: 10px;
  padding: 30px 20px;
  max-width: 218px;
  z-index: 1;
  text-align: center;
  font-size: 20px;
  color: #0c1110;
}

.wa-new-ban-lt-cont {
  position: relative;
}

.wa-new-ban-lt-text-wrap i {
  width: 50px;
  height: 50px;
  background: #ffffff;
  -webkit-box-shadow: 0px 25px 15px rgba(253, 210, 210, 0.11);
          box-shadow: 0px 25px 15px rgba(253, 210, 210, 0.11);
  position: absolute;
  top: -25px;
  left: -25px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wa-new-ban-lt-text-wrap i img {
  width: 35px;
}

.wa-new-ban-lt-text-wrap span {
  display: block;
  line-height: 1.5;
}

.wa-new-ban-lt-text-wrap strong {
  color: #5900ff;
  font-size: 52px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  text-transform: capitalize;
}

.wa-new-ban-shape-img {
  position: absolute;
  width: 100;
  top: 0;
  left: -50px;
  z-index: -1;
}

.wa-new-ban-form-wrap {
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 35px rgba(75, 134, 213, 0.15);
          box-shadow: 0px 5px 35px rgba(75, 134, 213, 0.15);
  border-radius: 12px;
  padding: 30px;
}

.wa-new-ban-form-wrap h1 {
  max-width: 465px;
  margin-bottom: 15px;
}

.wa-new-ban-rt {
  padding-left: 50px;
}

.wa-new-ban-form-wrap p {
  color: #0c1110;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 18px;
}

.wa-new-ban-form-wrap ::-webkit-input-placeholder {
  color: #0c1110;
}

.wa-new-ban-form-wrap ::-moz-placeholder {
  color: #0c1110;
}

.wa-new-ban-form-wrap :-ms-input-placeholder {
  color: #0c1110;
}

.wa-new-ban-form-wrap ::-ms-input-placeholder {
  color: #0c1110;
}

.wa-new-ban-form-wrap ::placeholder {
  color: #0c1110;
}

.wa-new-ban-cmn-fld {
  height: 50px !important;
  background-color: #f0f6ff;
  border-radius: 70px !important;
  background-image: url("images/webinar/student-name-wa-icon.svg");
  background-repeat: no-repeat;
  background-position: center left 15px;
  background-size: 15px;
  padding: 0px 15px !important;
  padding-left: 42px !important;
  font-size: 14px;
  color: #0c1110;
}

.wa-new-ban-form-wrap input:not([type="submit"]) {
  width: 100%;
  height: 50px !important;
  background-color: #f0f6ff;
  border-radius: 70px !important;
  background-image: url("images/webinar/student-name-wa-icon.svg");
  background-repeat: no-repeat;
  background-position: center left 15px;
  background-size: 15px;
  padding: 0px 15px !important;
  padding-left: 42px !important;
  font-size: 14px !important;
  color: #0c1110;
}

.wa-new-ban-form-wrap input[type="submit"] {
  text-transform: capitalize;
}

.wa-new-ban-form-wrap #input_13_5 {
  background-image: url("images/webinar/email-wa-icon.svg");
}

.wa-new-ban-form-wrap #input_13_11 {
  background-image: url("images/webinar/phn-wa-icon.svg");
}

.wa-new-ban-form-wrap #input_13_16 {
  background-image: url("images/webinar/whatsapp-wa-icon.svg");
}

.wa-new-ban-form-wrap .gfield {
  width: 100%;
  -ms-grid-column-span: 12 !important;
  grid-column: span 12 !important;
}

.wa-new-ban-form-wrap input:not([type="submit"]):focus {
  border-color: transparent !important;
}

.wa-new-ban-frm-fld-grp {
  margin-bottom: 15px;
}

.wa-new-ban-frm-fld-submit-btn {
  font-weight: 400;
  color: #0c1110 !important;
  background: #ffc500 !important;
  padding: 15.5px 20px !important;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  text-transform: capitalize !important;
  letter-spacing: 0px !important;
}

.wa-new-ban-frm-fld-submit-btn:hover {
  background: #f1b10f !important;
}

.wa-new-ban-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.std-quote-sec {
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}

.wa-new-std-obj {
  position: absolute;
  top: -32%;
  right: 0;
  z-index: -1;
  pointer-events: none;
}

.std-quote-item {
  /* padding-top: 35px; */
  /* padding-bottom: 70px; */
}

.std-quote-item-inn {
  background: #ffffff;
  -webkit-box-shadow: 0px 14px 83px rgba(97, 153, 213, 0.14);
          box-shadow: 0px 14px 83px rgba(97, 153, 213, 0.14);
  border-radius: 16px;
  padding: 24px 20px;
  position: relative;
}

.std-qty-icon {
  position: absolute;
  width: 55px;
  height: 55px;
  right: 10px;
  top: -30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0bc3fa), to(#0662e9));
  background: -o-linear-gradient(top, #0bc3fa 0%, #0662e9 100%);
  background: linear-gradient(180deg, #0bc3fa 0%, #0662e9 100%);
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.std-quote-int {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.std-quote-int>img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
}

.std-qty-int-text h3 {
  font-size: 16px;
  line-height: 1.2;
  color: #0c1110;
  text-transform: capitalize;
  margin-bottom: 7px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

.std-qty-int-text p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #353535;
  margin-bottom: 8px;
}

.wa-new-std-ratings {
  font-size: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wa-new-std-ratings img {
  width: 15px;
  margin-right: 5px;
}

.std-quote-item-inn>p {
  color: #353535;
  font-size: 15px;
}

.std-quote-slider {
  margin-bottom: -70px;
}

.std-quote-slider .slick-list {
  padding: 0px 20%;
}

.wa-new-footer {
  background-image: url("images/webinar/wa-new-footer-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 80px;
  text-align: center;
}

.wa-new-ft-title {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  font-style: italic;
  text-transform: capitalize;
  display: block;
  padding: 0px 10px;
}

.wa-new-ft-countdown {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wa-new-ft-ctdn-title {
  font-size: 26px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #fff;
  margin-right: 40px;
}

.wa-new-ft-ctdn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wa-new-ft-ctdn-item {
  width: 85px;
  height: 85px;
  border-radius: 11px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0bc3fa), to(#0662e9));
  background: -o-linear-gradient(top, #0bc3fa 0%, #0662e9 100%);
  background: linear-gradient(180deg, #0bc3fa 0%, #0662e9 100%);
  padding: 2px;
}

.wa-new-ft-ctdn-inner {
  background: #424646;
  height: 100%;
  width: 100%;
  border-radius: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
}

.wa-new-ft-ctdn-item:not(:last-child) {
  margin-right: 25px;
}

.wa-new-ft-ctdn-num {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 5px;
}

.wa-new-ft-ctdn-label {
  font-weight: 400;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ffffff;
}

.wa-new-ft-btn-wrap {
  margin-top: 50px;
}

.ftr-btm-area {
  margin-top: 80px;
  padding-top: 35px;
  border-top: 1px solid #5a5a5a;
  padding-bottom: 35px;
}

.wa-new-award-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -25px;
}

.wa-new-award-item {
  width: 20%;
  padding: 25px;
}

.wa-new-award-sec {
  background: -webkit-gradient(linear,
      left top, left bottom,
      from(rgb(11 195 250 / 10%)),
      to(rgb(6 98 233 / 10%)));
  background: -o-linear-gradient(top,
      rgb(11 195 250 / 10%) 0%,
      rgb(6 98 233 / 10%) 100%);
  background: linear-gradient(180deg,
      rgb(11 195 250 / 10%) 0%,
      rgb(6 98 233 / 10%) 100%);
}

.wa-new-award-inn {
  background: -webkit-gradient(linear, left top, left bottom, from(#0bc3fa), to(#0662e9));
  background: -o-linear-gradient(top, #0bc3fa 0%, #0662e9 100%);
  background: linear-gradient(180deg, #0bc3fa 0%, #0662e9 100%);
  border-radius: 100%;
  padding: 10px;
}

.wa-new-award-inn img {
  width: 100%;
  border-radius: 100%;
}

.wa-new-award-shwcase-lt-wrap {
  background-image: url(images/webinar/wa-new-award-back.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  padding: 30px 30px 0px;
  text-align: center;
  margin-top: 170px;
  position: relative;
  z-index: 2;
}

.wa-new-award-shwcase-sec .container {
  max-width: 1072px;
}

.wa-new-award-shwcase-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wa-new-award-shwcase-lt {
  width: 39%;
}

.wa-new-award-shwcase-lt-wrap h2 {
  font-weight: 800;
  color: #fff;
  text-align: left;
  margin-bottom: 15px;
  line-height: 1.1;
}

.wa-new-ard-trphy {
  max-width: 225px;
}

.wa-new-award-shwcase-rt {
  width: calc(61% + 155px);
  margin-left: -155px;
}

.wa-new-award-shwcase-rt-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 65px 25px 64px 43px;
}

.wa-new-awd-main-img {
  width: 100%;
  border-radius: 12px;
}

.wa-new-dots-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}

.wa-new-dots-2 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  pointer-events: none;
}

.wa-new-hgt-acdmy-sec {
  position: relative;
  z-index: 1;
  padding-bottom: 24px;
}

.wa-new-hglt-abs {
  position: absolute;
  top: -25%;
  left: 0;
  z-index: -1;
  pointer-events: none;
  width: 100%;
  right: 0;
}

.wa-new-hgt-acdmy-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wa-new-hgt-acdmy-lt {
  width: 40%;
}

.wa-new-hgt-acdmy-rt {
  width: 60%;
  padding-left: 50px;
}

.wa-new-hgt-acdmy-lt .wa-new-cmn-heading {
  margin-bottom: 15px;
}

.wa-new-hgt-acdmy-lt p {
  font-size: 18px;
  font-weight: 400;
  color: #0c1110;
}

.wa-new-hgt-acdmy-lt p span {
  color: #0662e9;
  font-weight: 600;
}

.wa-new-cmn-list-wrap strong {
  display: block;
  color: #0c1110;
  margin-bottom: 12px;
  font-weight: 600;
  font-family: var(--popinsFont);
}

.wa-new-cmn-list li {
  margin-bottom: 10px;
  padding-left: 25px;
  color: #353535;
}

.wa-new-cmn-list li:before {
  content: "";
  background: url(images/webinar/ads-list-icon.svg) no-repeat;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  background-size: 21px;
  background-position: center;
  top: 7px;
  left: 0px;
}

.wa-new-hglt-btn-wrap {
  margin-top: 25px;
}

.wa-new-hgt-acdmy-rt-wrap {
  position: relative;
  padding-left: 70px;
}

.wa-new-hglt-text-wrap {
  position: absolute;
  top: 50px;
  left: 0;
  width: 233px;
  min-height: 233px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.1);
  border: 0.8px solid #ffffff;
  -webkit-box-shadow: 0px 0px 72px rgba(75, 134, 213, 0.15);
          box-shadow: 0px 0px 72px rgba(75, 134, 213, 0.15);
  -webkit-backdrop-filter: blur(22.5px);
          backdrop-filter: blur(22.5px);
  border-radius: 132.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-family: "Inter", sans-serif;
}

.wa-new-hgt-acdmy-rt-wrap img {
  width: 100%;
}

.wa-new-hglt-text-title {
  font-size: 20px;
  font-weight: 700;
  color: #5900ff;
  line-height: 1.2;
  margin-bottom: 15px;
}

.wa-new-hglt-text-dsct-price {
  font-size: 16px;
  color: #353535;
  line-height: 1.2;
  margin-bottom: 6px;
}

.wa-new-hglt-text-dsct-price span {
  text-decoration: line-through;
}

.wa-new-hglt-text-rl-price {
  font-size: 22px;
  font-weight: 700;
  color: #5900ff;
  line-height: 1.2;
}

.wa-new-award-shwcase-sec.sec_gap {
  padding-top: 0px;
}

/* */

.wa-new-overview-col-left-wrap>img {
  width: 100%;
  z-index: 1;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.wa-new-student-row img {
  width: 43px;
  height: 43px;
  -o-object-fit: cover;
     object-fit: cover;
  background: #4b86d5;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-left: -13px;
}

.wa-new-student-row img:first-child {
  margin-left: 0;
}

.wa-new-overview-btm-cont strong {
  font-size: 50px;
  color: #5900ff;
  line-height: 1;
  margin-bottom: 4px;
  display: block;
}

.wa-new-overview-btm-cont p {
  color: #333333;
  font-weight: 500;
  margin-bottom: 14px;
}

.wa-new-overview-btm-cont {
  max-width: 242px;
  padding: 20px 30px;
  background: rgba(255, 255, 255, 0.82);
  border: 0.8px solid #ffffff;
  -webkit-box-shadow: 0px 65px 65px rgba(75, 134, 213, 0.15);
          box-shadow: 0px 65px 65px rgba(75, 134, 213, 0.15);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  border-radius: 10px;
  position: absolute;
  bottom: 22px;
  right: 0;
  z-index: 1;
}

.wa-new-overview-col-left-wrap {
  position: relative;
  padding-top: 42px;
  padding-left: 19px;
  padding-right: 80px;
}

.wa-new-overview-top-icon {
  position: absolute;
  top: 0;
  left: 0;
}

.wa-new-overview-col-rgt-wrap p {
  color: #353535;
}

.wa-new-overview-col-rgt-wrap h3 {
  font-size: 18px;
  color: #0c1110;
  font-weight: 400;
}

.wa-new-overview-btn {
  margin-top: 20px;
}

.wa-new-overview-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wa-new-overview-col-left {
  width: 53.8%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.wa-new-overview-col-rgt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 46.2%;
}

.wa-new-overview-col-rgt-wrap {
  padding-left: 18px;
}

.wa-new-overview-main {
  position: relative;
}

.wa-new-layer-1 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.wa-new-layer-2 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.wa-new-trust-sub-heading h3 {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  text-align: center;
  color: #0c1110;
  font-weight: 400;
  margin: 0;
  text-transform: capitalize;
}

.wa-new-trust-sub-heading {
  max-width: 748px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.wa-new-social-card-review strong {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  color: #000;
  margin-right: 4px;
  line-height: 1;
}

.wa-new-social-card-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px;
}

.wa-new-social-card-rgt p {
  color: #000;
  font-family: "Inter", sans-serif;
  line-height: 1;
}

.wa-new-social-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 19px 21px;
  background: rgba(255, 255, 255, 0.1);
  border: 0.8px solid #ffffff;
  -webkit-box-shadow: 0px 0px 72px rgba(75, 134, 213, 0.15);
          box-shadow: 0px 0px 72px rgba(75, 134, 213, 0.15);
  -webkit-backdrop-filter: blur(22.5px);
          backdrop-filter: blur(22.5px);
  border-radius: 10px;
}

.wa-new-social-card-rgt {
  margin-left: 18px;
}

.learn-card-cont p {
  color: #0c1110;
}

.learn-card-icon {
  width: 54px;
  height: 54px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0bc3fa), to(#0662e9));
  background: -o-linear-gradient(top, #0bc3fa 0%, #0662e9 100%);
  background: linear-gradient(180deg, #0bc3fa 0%, #0662e9 100%);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.learn-card {
  padding: 22px 16px;
  text-align: center;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wa-new-lrn-btn {
  margin-top: 40px;
  text-align: center;
}

.wa-lrn-btn-title {
  font-family: var(--popinsFont);
  font-size: 20px;
  font-weight: 500;
  color: #0c1110;
  margin-bottom: 7px;
}

.wa-new-lrn-btn a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* font-family: "Inter", sans-serif; */
  min-width: 422px;
}

.wa-lrn-btn-price {
  color: #0c1110;
}

.wa-lrn-btn-price span {
  text-decoration: line-through;
}

.wa-new-trust-col {
  padding: 15px;
}

.wa-new-trust-row {
  margin: -15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*support 24/9/2024*/
.wa-new-trust-lrncrd .learn-card-cont p strong {
  font-weight: 600;
}

.wa-new-trust-lrncrd .learn-card-cont p {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  color: #0c1110;
  line-height: 1.6;
}

.wa-new-stdnt-gglervwimg img {
  width: 100%;
}

.wa-new-lrn-btn .wa-new-cmn-btn {
  max-width: 469px;
  padding: 20px 36px;
  border-radius: 100px;
}

.wa-new-lrn-btn .wa-new-cmn-btn .wa-lrn-btn-title {
  margin-bottom: 0;
}

/*support 24/9/2024*/

/* SS240924 Begin */

.ftr-btm-area {
  margin-top: 0;
}

.wa-new-bgimg-none {
  background: #000;
}

.wa-new-deal-sec {
  background-image: url('images/webinar/deal-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 80px;
  text-align: center;
  position: relative;
  z-index: 2;
  padding-bottom: 80px;
  background-color: #0C1110;
}

.wa-new-deal-sec .wa-new-deal-sec-inr h2 {
  color: var(--white);
  margin-bottom: 5px;
}

.wa-new-deal-sec .wa-new-deal-sec-inr h2~p {
  max-width: 650px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 2.2 !important;
  text-transform: capitalize;
  font-family: "Inter", sans-serif;
}

/* End Of SS240924 */

/* M.M css Start */

.hdr-wa-top p {
  color: var(--white);
}

.wa-new-ban-form-wrap p {
  line-height: 1.2;
}

.wa-new-ban-form-wrap input[type="submit"] {
  padding: 12px 36px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 16px !important;
  height: 60px;
  background: #f1b10f;
  border: 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  /* letter-spacing: 1px; */
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}

.wa-new-ban-form-wrap input[type="submit"]:hover {
  background: #c38d05;
  color: var(--black);
}

.wa-new-ban-form-wrap #input_4_4 {
  background-image: url("images/webinar/email-wa-icon.svg");
}

.wa-new-ban-form-wrap #input_4_5 {
  background-image: url("images/webinar/phn-wa-icon.svg");
}

.wa-new-ban-form-wrap #input_4_6 {
  background-image: url("images/webinar/whatsapp-wa-icon.svg");
}

.wa-new-ban-form-wrap input::-webkit-input-placeholder {
  opacity: 1;
  color: #0c1110;
}

.wa-new-ban-form-wrap input:-ms-input-placeholder {
  opacity: 1;
  color: #0c1110;
}

.wa-new-ban-form-wrap input::-moz-placeholder {
  opacity: 1;
  color: #0c1110;
}

.wa-new-ban-form-wrap input:-moz-placeholder {
  opacity: 1;
  color: #0c1110;
}

.wa-new-ban-lt-text-wrap {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.wa-new-cmn-list li {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  font-family: var(--popinsFont);
  text-transform: capitalize;
}

.wa-new-cmn-list li:before {
  position: absolute;
}

.wa-lnd-page-wrap>* {
  color: #0c1110;
}

.wa-new-overview-col-rgt-wrap h3 {
  max-width: 480px;
  font-family: var(--popinsFont);
  line-height: 1.2;
}

.wa-new-overview-btm-cont strong {
  font-family: var(--popinsFont);
}

.wa-new-overview-btm-cont {
  padding: 20px 29px;
}

.wa-new-cmn-list li:before {
  background-size: 19px;
  top: 6px;
}

.wa-new-cmn-btn:hover {
  color: #283772;
}

.wa-new-layer-2 {
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.wa-new-trust-sub-heading h3 {
  line-height: 1.3;
}

.ftr-btm-area,
.wa-new-deal-sec .wa-new-deal-sec-inr h2~p {
  font-weight: 400;
  line-height: 1.8;
}

.wa-new-hgt-acdmy-lt p {
  line-height: 1.8;
  text-transform: capitalize;
}

.std-quote-item-inn>p {
  line-height: 1.8;
  font-weight: 400;
}

.std-quote-slider .slick-list {
  margin: -35px 0px -70px;
}

.std-quote-slider .slick-slide {
  padding: 35px 15px 70px;
}

.wa-new-ban-form-wrap .gform_wrapper .instruction {
  display: none;
}

.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  padding: 0 !important;
  border: 0 !important;
  font-size: 13px !important;
  background: transparent !important;
}

.wa-new-trust-lrncrd .learn-card-cont p {
  font-weight: 400;
}

.wa-new-layer-1 {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.learn-card-cont p {
  font-size: 20px;
  font-weight: 400;
}

/* M.M css End */

/* 25.09.24 css end */

/* 26.09.24 css start */

.wa-new-ban-form-wrap .gform_footer {
  padding: 0 !important;
  margin: 20px 0 0 !important;
}

.wa-new-ban-form-wrap .gform_footer input {
  margin-bottom: 0 !important;
}

.wa-new-ft-btn-wrap .wa-new-cmn-btn {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

/* 26.09.24 css end */

/* SS011024 Begin */

.hdr-bg-pj{
  background: #20259f9e;
  backdrop-filter: blur(8px);
  padding: 10px 0;
}
section.pj-banner.tnk-yu-main{
  padding-top: 115px;
}

/* End of SS011024 */

/* SS031024 Begin */

.codeurpjnw{
  background: url(https://www.webskitters.co/wp-content/themes/webskitters-academy-landingone-fb/images/codeyourpuja/codeurpj-fm-bg.jpg) no-repeat center;
  background-size: cover;
}
.codeurpjnw .sub-code-form{
  margin-bottom: -277px;
}
.term-and-conds-main.cmn-space{
  padding-top: 277px !important;
}
.codeurpjnw .head-center p{
  color: var(--white);
}
.bg-gr-nw-l,.bg-gr-nw-r{
  width: 372px;
  height: 372px;
  border-radius: 50%;
  position: absolute;
  pointer-events: none;
}
.bg-gr-nw-l{
  left: -1px;
  top: 0;
}
.bg-gr-nw-r{
  right: -133px;
  top: 0;
}
.bg-gr-nw-l::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(180deg, #0BC3FA 0%,#0662E9 100%);
  opacity: 0.14;
  pointer-events: none;
  filter: blur(125px);
}
.bg-gr-nw-r::after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(180deg, #0BC3FA 0%,#0662E9 100%);
  opacity: 0.14;
  pointer-events: none;
  filter: blur(125px);
}
.bg-gr-nw-l::before{
  content: "";
  position: absolute;
  left: -144px;
  top: -73px;
  width: 334px;
  height: 334px;
  background: linear-gradient(180deg, #9E00FF 0%,#0662E9 100%);
  border-radius: 50%;
  opacity: 0.14;
  pointer-events: none;
  filter: blur(75px);
}
.bg-gr-nw-r::before{
  content: "";
  position: absolute;
  width: 334px;
  height: 334px;
  left: -243px;
  top: -84px;
  background: linear-gradient(180deg, #9E00FF 0%,#0662E9 100%);
  border-radius: 50%;
  opacity: 0.14;
  pointer-events: none;
  filter: blur(75px);
}
.term-and-conds-mainnw{
  position: relative;
  overflow: hidden;
}

/* End Of SS031024 */

/* SS091024 Begin */

.yt-vdo-wrp{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    max-width: 600px;
    min-height: 450px;
    overflow: hidden;
    position: relative;
    border-radius: 30px;
}
.yt-vdo-wrp iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

/* End Of SS091024 */



/* ========== responsive css =========== */

@media (min-width: 1280px) {
  .container {
    max-width: 1209px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (min-width: 1025px) {

  /* navbar*/
  .navbar-nav .clickD {
    display: none;
  }

  .navbar-nav li.menu-item-has-children:hover>.sub-menu {
    display: block;
  }
}

/* 25.09.24 css */
@media (max-width: 1500px) {
  .wa-new-ban-lt-text-wrap {
    top: 160px;
    bottom: auto;
    left: 0;
    padding: 21px;
  }

  .wa-new-ban-lt-text-wrap strong {
    font-size: 40px;
  }

  .wa-new-ban-lt-text-wrap i {
    top: -20px;
    left: -10px;
  }
}

/* 25.09.24 css */

@media (max-width: 1399px) {
  .review .slick-list {
    padding: 0 100px !important;
  }

  .big-container {
    max-width: 1300px;
  }
}

@media (max-width: 1325px) {
  .big-container {
    max-width: 1285px;
  }

  .banner-right-detail {
    width: 595px;
  }

  .banner-right-side {
    right: -275px;
  }
}

@media (max-width: 1299px) {
  .review .slick-list {
    padding: 0 50px !important;
  }

  .banner-left {
    padding-right: 12px;
  }

  h2,
  .cmn-h2 {
    font-size: 37px;
  }

  /* .big-container {
        max-width: 1025px;
    } */

  h2,
  .cmn-h2 {
    font-size: 36px;
  }

  .banner-ribon {
    font-size: 35px;
  }

  /*suport 8/4/2024*/
  .blkchain-carer-rw {
    --bs-gutter-x: 1.5rem;
  }

  .blockchaincourse.blkchain-carercourse .sub-h2-ribon {
    font-size: 36px;
  }

  .blckchaincorse-abtsec .sub-h2-ribon {
    font-size: 36px;
  }

  .blockchaincourse.banner .banner-ribon {
    font-size: 35px;
  }

  .blockchaincourse.banner .banner-left {
    padding-right: 12px;
  }

  /*suport 8/4/2024*/
}

@media (max-width: 1199px) {
  .banner-right {
    padding-left: 55px;
  }

  .banner-right-detail {
    width: 425px;
  }

  .banner-side1 {
    max-width: 185px;
    left: 25px;
  }

  .banner-vdo {
    left: 25px;
  }

  .watch-vdo {
    margin-left: 65px;
  }

  .banner-left ul {
    margin-bottom: 15px;
  }

  .banner-left .cmn-h2 {
    margin-bottom: 20px;
  }

  .banner-sub-heading {
    margin-bottom: 15px;
  }

  .banner-left li:not(:last-child) {
    margin-bottom: 11px;
  }

  .submit-sec-heading-img {
    height: 155px;
    width: 155px;
  }

  .submit-sec-heading-right {
    width: calc(100% - 179px);
  }

  .submit-sec-heading-left {
    margin-right: 20px;
  }

  .submit-sec-heading-left::before {
    width: 120px;
    height: 120px;
  }

  .submit-sec-heading-left::after {
    width: 120px;
    height: 120px;
  }

  .review .slick-slide {
    margin: 0 10px;
  }

  .review-img {
    margin-right: 10px;
  }

  .review-name {
    font-size: 13px;
    width: calc(100% - 61px);
  }

  .review-img {
    height: 50px;
    width: 50px;
  }

  .cmn-gap {
    padding: 95px 0;
  }

  .banner {
    padding: 142px 0 95px;
  }

  .testimonial-slide2 {
    min-height: 520px;
  }

  .job-course-text {
    font-size: 14px;
  }

  .banner-ribon {
    font-size: 35px;
  }

  .who-we-right .sub-h2 {
    margin-bottom: 5px;
  }

  /* 4.12.2023 */
  .award-new-txt>h2 {
    font-size: 38px;
  }

  .award-new-innr figure {
    max-width: 205px;
  }

  .award-new-innr figure::after {
    height: 250px;
    width: 255px;
    left: -47px;
  }

  .award-new-innr figure::before {
    height: 55px;
    width: 55px;
  }

  .award-new-rgt figure {
    height: 455px;
  }

  .award-new-innr {
    margin-right: -75px;
    margin-top: 60px;
  }

  /* 4.12.2023 */
  /*support 20/2/2024*/
  .l-job-course-outrslide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
            flex: 0 0 33.3%;
    max-width: 33.3%;
  }

  /*support 20/4/2024*/
  /*support 8/4/2024*/
  .blkchain-carr-card {
    padding: 30px 15px;
  }

  .blkchain-carer-lstbx ul li {
    font-size: 15px;
    padding-left: 20px;
    background-size: 14px;
  }

  .blkchain-carer-rw {
    --bs-gutter-x: 1rem;
  }

  .blockchaincourse.banner .banner-left {
    width: 50%;
  }

  .blockchaincourse.banner .banner-right {
    width: 50%;
  }

  /*support 8/4/2024*/

  /*support 24/9/2024*/
  .wa-new-trust-lrncrd .learn-card-cont p {
    font-size: 16px;
  }

  /*support 24/9/2024*/

  /* 25.09.24 css */
  .sec_gap {
    padding: 50px 0;
  }

  .wa-new-award-row {
    margin: -15px;
  }

  .wa-new-award-item {
    padding: 15px;
  }

  .wa-new-ban-frame-cont .frm-avatar-img {
    max-width: 310px;
  }

  .wa-new-ban-frame-cont .avatar-back-frame-img {
    right: 0px;
    margin: 0 auto;
    max-width: 420px;
  }

  .learn-card-cont p {
    font-size: 16px;
  }

  /* 25.09.24 css */

  /* 26.09.24 css */
  .wa-new-deal-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /* 26.09.24 css */


}

@media (max-width: 1024px) {

  /* navbar*/
  .navbar-nav .clickD {
    position: absolute;
    right: 0;
    top: 17px;
    width: 20px;
    height: 20px;
    background: url(images/sort-down.svg) center center no-repeat;
    display: block;
    background-size: 10px;
    cursor: pointer;
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
  }

  .sub-menu>li.menu-item-has-children .clickD {
    top: 8px;
    right: 5px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
  }

  .sub-menu>li.menu-item-has-children .clickD.toggled {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
  }

  .navbar-nav>li.menu-item-has-children {
    padding-right: 20px;
  }

  .sub-menu>li.menu-item-has-children>a {
    padding-right: 20px;
  }

  .sub-menu.show {
    display: block;
  }

  .navbar-nav>li {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-nav>li.current-menu-item>a:after,
  .navbar-nav>li>a:after,
  .navbar-nav>li.menu-item-has-children>a:after {
    width: 100%;
    opacity: 0;
  }

  .navbar-nav>li.current-menu-item>a:after,
  .navbar-nav>li>a:hover:after,
  .navbar-nav>li.menu-item-has-children:hover>a:after {
    width: 100%;
    opacity: 1;
  }

  /* navbar end*/
}

@media (max-width: 991px) {
  .who-we-right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .who-we-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* navbar*/
  .navbar-toggler {
    position: relative;
    width: 33px;
    margin-left: auto;
    height: 28px;
    padding: 0;
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .stick,
  .stick:after,
  .stick:before {
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    top: auto;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    border-radius: 5px;
  }

  .stick:before {
    content: "";
    top: -10px;
    left: 0;
  }

  .stick:after {
    content: "";
    top: 10px;
    left: 0;
  }

  .stick.open {
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);
    background: transparent;
  }

  .stick.open:before {
    -webkit-transform: rotate(45deg) translate(42px, -28px);
        -ms-transform: rotate(45deg) translate(42px, -28px);
            transform: rotate(45deg) translate(42px, -28px);
    left: 2px;
  }

  .stick.open:after {
    -webkit-transform: rotate(-45deg) translate(42px, 28px);
        -ms-transform: rotate(-45deg) translate(42px, 28px);
            transform: rotate(-45deg) translate(42px, 28px);
    left: 2px;
  }

  .navbar-nav .clickD {
    top: 8px;
    right: 10px !important;
    -webkit-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
        transform: rotate(0) !important;
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
        transform: rotate(180deg) !important;
  }

  .sub-menu,
  .navbar-nav>li>.sub-menu .sub-menu {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    border: none;
    right: inherit;
  }

  .navbar-nav>li.menu-item-has-children {
    padding-right: 0;
  }

  .navbar-nav>li {
    margin: 0;
    padding: 0;
  }

  .navbar-nav li.menu-item-has-children>a {
    padding-right: 30px !important;
  }

  .navbar-nav>li>a {
    padding: 8px 20px;
    display: inline-block;
    width: 100%;
  }

  .sub-menu>li>a {
    padding-left: 40px;
  }

  .sub-menu .sub-menu>li>a {
    padding-left: 60px;
  }

  .sub-menu .sub-menu .sub-menu>li>a {
    padding-left: 80px;
  }

  .navbar-nav>li>a:after {
    bottom: 0;
  }

  /* navbar end*/

  /* push nav */

  .navbar-collapse {
    background: #fff;
    position: fixed;
    top: 0;
    height: 100% !important;
    width: 290px;
    overflow-y: auto;
    -webkit-transition: inherit !important;
    -o-transition: inherit !important;
    transition: inherit !important;
    right: 0;
    margin: 0;
    display: block !important;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
        transform: translateX(100%);
    -webkit-transition: transform 0.2s ease-in-out !important;
    -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
    transition: -webkit-transform 0.2s ease-in-out !important;
    -o-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
    z-index: 100;
  }

  .navbar-collapse.show,
  .navbar-collapse.collapsing {
    display: block !important;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
        transform: translateX(0);
    -webkit-transition: transform 0.2s ease-in-out !important;
    -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
    transition: -webkit-transform 0.2s ease-in-out !important;
    -o-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
  }

  .navbar-collapse .navbar-nav {
    margin: 80px 0 0 !important;
    padding: 0 0 40px 0;
  }

  .navbar-collapse .navbar-toggler {
    display: block;
    right: 20px;
    top: 20px;
    position: absolute;
  }

  #navoverlay.open {
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: all;
    -webkit-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
  }

  body.open-nav,
  html.open-nav {
    height: 100%;
    overflow: hidden !important;
  }

  /* push nav end */

  .pro-circle {
    max-width: 500px;
  }

  .who-we-circle {
    max-width: 500px;
  }

  .who-we-circle2 {
    max-width: 350px;
  }

  .who-we-lef-back {
    top: 50%;
  }

  .cmn-gap {
    padding: 75px 0;
  }

  .banner-left {
    margin-bottom: 35px;
  }

  .banner-right-detail {
    width: 100%;
    margin-right: 0;
  }

  .banner-side1 {
    max-width: 261px;
    left: 12px;
    top: 62%;
  }

  h1,
  .cmn-h1 {
    font-size: 43px;
  }

  .banner-bottom-left p {
    font-size: 18px;
  }

  .cmn-btn {
    padding: 15px 30px;
    font-size: 17px;
  }

  .banner-row {
    margin-bottom: 40px;
  }

  .job-course-slide {
    padding: 31px 20px;
  }

  .heading {
    margin-bottom: 35px;
  }

  .submit-sec-left {
    padding: 45px 53px;
  }

  .submit-sec-right {
    border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
  }

  .testimonial-heading .resp-tabs-list li {
    margin-right: 25px;
  }

  .testimonial-sec .slick-slide {
    margin: 0 13px;
  }

  .who-we-right {
    text-align: center;
  }

  .who-we-col {
    padding: 12px 12px;
  }

  .who-we-row {
    margin: -12px -12px;
  }

  .main-footer {
    padding: 55px 0 35px;
  }

  .placement-fig::before {
    bottom: -7px;
  }

  .placement-fig::after {
    top: -7px;
  }

  .testimonial-slide2 {
    min-height: 476px;
  }

  .btn-price {
    font-size: 15px;
  }

  .review .ti-widget.ti-goog .ti-widget-container {
    font-size: 14px !important;
  }

  .review .ti-widget.ti-goog .ti-profile-img {
    width: 34px !important;
    height: 35px !important;
    margin-right: 12px !important;
  }

  .review .ti-widget.ti-goog .ti-profile-details {
    width: calc(100% - 100px) !important;
  }

  .review .ti-widget.ti-goog .ti-review-item .ti-inner {
    padding: 29px 15px 105px 15px !important;
  }

  .review .ti-widget.ti-goog .ti-review-header {
    padding-left: 11px !important;
  }

  .review .ti-widget.ti-goog .ti-widget-container .ti-name {
    font-size: 13px !important;
  }

  .thank-you-footer {
    padding-bottom: 25px;
  }

  .academy_test_inner_spn {
    display: block;
  }

  .testimonial-sec .heading h2 {
    padding: 0;
    margin: 0 0 25px 0;
  }

  /* 4.12.2023 */
  .award-new-wrap>* {
    width: 100%;
  }

  .award-new-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .award-new-innr {
    margin-right: 0;
    margin-top: 0;
    background: url(images/award-lft-back-mobile.png) no-repeat center top;
    background-size: 100% 100%;
    margin-top: -65px;
    padding-bottom: 70px;
  }

  .award-new-innr figure {
    margin: 0 auto;
    margin-bottom: -80px !important;
  }

  .award-new-innr figure::before {
    right: -75%;
  }

  .award-sec-new {
    padding-bottom: 50px !important;
  }

  .award-new-rgt::after {
    display: none;
  }

  /* 4.12.2023 */
  /*support 20/2/2024*/
  .whatsapchat-link {
    max-width: 250px;
  }

  /*support 20/2/2024*/
  /*support 8/4/2024*/
  .blockchaincourse.banner .l-banner-bottom-left {
    text-align: center;
  }

  .blockchaincourse.banner h1 {
    font-size: 32px;
  }

  .blckchaincorse-abtsec .heading {
    margin-bottom: 25px;
  }

  .blockchaincourse.blkchain-carercourse .sub-h2-ribon {
    font-size: 32px;
  }

  .blckchaincorse-abtsec .sub-h2-ribon {
    font-size: 32px;
  }

  .blockchaincourse.banner .banner-left {
    width: 100%;
  }

  .blockchaincourse.banner .banner-right {
    width: 100%;
  }

  /*support 8/4/2024*/

  /* 25.09.24 css */

  .wa-new-ban-frame-cont .avatar-back-frame-img {
    right: 0px;
    margin: 0 auto;
  }

  .wa-new-ban-lt-text-wrap {
    left: 50px;
    top: 90px;
  }

  .wa-new-ban-lt-cont {
    margin-bottom: 40px;
  }

  .hdr-wa-top p {
    font-size: 12px;
  }

  .hdr-wa-logo {
    width: 130px;
  }

  .hdr-wa-rgt-area>img {
    width: 25px;
  }

  .hdr-wa-rgt-area p {
    font-size: 16px;
  }

  .hdr-wa-rgt-area:before {
    right: -2738px;
  }

  .hdr-wa-rgt-area:after {
    right: -2730px;
    top: 12px;
  }

  .wa-lnd-page-wrap h1 {
    font-size: 30px;
    max-width: 100%;
  }

  /* .wa-new-ban-form-wrap {
    text-align: center;
  } */

  .wa-lnd-page-wrap h2 {
    font-size: 25px;
  }

  .wa-new-ban-form-wrap p {
    font-size: 16px;
  }

  .wa-new-overview-col-left {
    width: 100%;
    margin-bottom: 40px;
  }

  .wa-new-overview-col-rgt {
    width: 100%;
  }

  .wa-new-ban-rt {
    padding-left: 15px;
  }

  .wa-new-trust-main-wrap .col-lg-4 {
    width: 33.3333%;
  }

  .wa-new-overview-col-rgt-wrap {
    padding: 0px;
    text-align: center;
  }

  .wa-new-trust-col {
    width: 50%;
  }

  .wa-new-hgt-acdmy-lt {
    width: 100%;
    text-align: center;
  }

  .wa-new-hgt-acdmy-rt {
    width: 100%;
    padding-left: 0;
    margin-bottom: 40px;
  }

  .wa-new-hgt-acdmy-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .wa-new-hgt-acdmy-rt-wrap {
    max-width: 480px;
    margin: 0 auto;
  }

  .wa-new-hglt-text-wrap {
    top: -30px;
  }

  .wa-new-cmn-list ul {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    /* -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; */
  }
  .wa-new-cmn-list ul li{
    width: 50%;
    padding-right: 15px;
  }

  .wa-new-cmn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .wa-new-award-shwcase-rt-wrap {
    padding: 20px;
  }

  .wa-new-award-item {
    width: 20%;
  }

  .wa-new-award-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .wa-new-award-inn {
    max-width: 140px;
    margin: 0 auto;
  }

  .std-quote-slider .slick-list {
    padding: 0 9%;
  }

  .wa-new-landing-banner {
    padding: 160px 0px 60px;
  }

  .wa-new-ban-form-wrap input[type="submit"] {
    margin: 0 auto;
  }

  /* 25.09.24 css */
  /* 26.09.24 css */
  .wa-cmn-sec-head {
    margin-bottom: 40px;
  }
  .std-quote-sec .wa-cmn-sec-head {
    margin-bottom: 70px;
  }

  .ftr-btm-area {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .wa-new-ard-trphy {
    max-width: 145px;
}
.wa-new-overview-col-rgt-wrap h3 {
  margin: 0 auto 25px;
}
.wa-new-deal-sec .wa-new-deal-sec-inr h2~p {
  line-height: 1.5 !important;
}
.wa-new-deal-sec .wa-new-deal-sec-inr h2 {
  margin-bottom: 12px;
}
  /* 26.09.24 css */

  /* SS091024 Begin */

  .yt-vdo-wrp{
    min-height: 450px;
  }

  /* End Of SS091024 */

}

@media (max-width: 767px) {

  /* images alignment for wordpress content pages */
  .alignright,
  .alignleft,
  .aligncenter {
    float: none;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    clear: both;
    margin-bottom: 24px;
  }

  .who-we-lef-back {
    max-width: 513px;
  }

  .cmn-gap {
    padding: 55px 0;
  }

  .banner-side1 {
    top: 45%;
  }

  .banner-bottom-left {
    margin-bottom: 25px;
  }

  .banner-bottom-right {
    text-align: center;
  }

  .banner {
    padding: 142px 0 65px;
  }

  h2,
  .cmn-h2 {
    font-size: 32px;
  }

  .job-course::before {
    top: -31px;
  }

  .progress-btn {
    font-size: 17px;
    padding: 15px 50px;
  }

  .testimonial-heading .resp-tabs-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .testimonial-slider {
    padding-bottom: 70px;
  }

  .testimonial-sec h2.resp-accordion {
    margin-bottom: 25px !important;
    border: none;
    background-color: transparent;
    color: #091c25;
    font-size: 20px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
    display: none;
  }

  .testimonial-sec .resp-arrow {
    display: none;
  }

  /* .testimonial-heading .resp-tabs-list li{
        text-align: center;
    }

    .testimonial-heading .resp-tabs-list li{
        margin-right: 0;
        margin-bottom: 24px;
    }

    .testimonial-slider{
        padding-top: 0;
    } */

  /* .testimonial-sec h2.resp-tab-active{
        background-color: var(--theme-color4) !important;
        color: var(--white);
        border: none !important;
    } */

  .testimonial-heading .resp-tabs-list {
    padding-right: 0;
  }

  .testimonial-sec h2.resp-tab-active span.resp-arrow {
    border-bottom: 12px solid var(--white);
  }

  .testimonial-sec .resp-tab-content {
    margin-bottom: 25px;
  }

  .testimonial-sec .resp-tab-content:last-child {
    margin-bottom: 0;
  }

  .testimonial-sec::before {
    z-index: -1;
  }

  h2,
  .cmn-h2 {
    font-size: 29px;
  }

  .testi-arrow-lst {
    margin-top: 35px;
  }

  .footer-bottom {
    margin-top: 25px;
  }

  .submit-sec-left li {
    background-position: left top -1px;
  }

  .main-head {
    padding: 20px 0;
  }

  .testimonial-slide2 {
    min-height: auto;
  }

  .testimonial-fig-img {
    min-height: auto;
  }

  .job-course-text {
    font-size: 13px;
  }

  .job-course-slide-a img {
    height: 45px;
  }

  .thank-you h1,
  .thank-you .cmn-h1 {
    font-size: 33px;
  }

  .thank-you {
    padding: 135px 0 45px;
  }

  .testimonial-sec .slick-arrow {
    top: auto;
    bottom: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .testimonial-sec .slick-arrow.slick-prev {
    left: 44%;
  }

  .testimonial-sec .slick-arrow.slick-next {
    left: 56%;
  }

  .testimonial-sec .heading {
    text-align: center;
  }

  .cmn-btn {
    font-size: 18px;
  }

  .discover_more_sec {
    padding: 45px 0;
  }

  /* 4.12.2023 */

  .award-new-innr figure {
    max-width: 136px;
  }

  .award-new-innr figure::before {
    right: -100%;
    top: 20%;
  }

  .award-new-txt>h2 {
    font-size: 34px;
  }

  .award-new-innr figure::after {
    height: 150px;
    width: 178px;
    left: -32px;
    top: 0;
  }

  .award-new-innr figure::before {
    height: 40px;
    width: 40px;
  }

  .award-new-rgt figure {
    height: 340px;
    border-radius: 0;
  }

  /* 4.12.2023 */

  /* 	16/2/2024 */
  #cfrm input.gform_button {
    padding: 8px !important;
    height: 45px !important;
  }

  /*support 20/2/2024*/
  .whatsapchat-link {
    max-width: 270px;
  }

  .l-job-course-slider.row {
    margin: 0 0;
  }

  .l-job-course-slider .slick-list {
    margin: 0 -7px;
  }

  .l-job-course-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .l-job-course-outrslide {
    margin-bottom: 0;
  }

  .l-job-course-outrslide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
  }

  .l-job-course-slider .slick-slide {
    height: auto;
    padding: 20px 7px;
  }

  .l-job-course .slick-dots {
    bottom: 0;
    position: static;
  }

  .l-job-course .slick-dots li {
    margin-left: 0;
    height: auto;
  }

  .l-job-course .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px;
  }

  .l-job-course .slick-dots li {
    list-style: none;
    margin-right: 8px;
  }

  .l-job-course .slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background-color: #796161;
    border: none;
    padding: 0;
    font-size: 0;
    color: transparent;
  }

  .l-job-course .slick-dots li.slick-active button {
    background-color: #38a3e4;
  }

  .l-job-course-slider .slick-slide .job-course-slide {
    background-color: #f1b10f;
    height: 100%;
  }

  .l-job-course-slider .slick-slide:nth-child(odd) .job-course-slide {
    background-color: #38a3e4;
  }

  .whatsapchat-imgbox {
    margin-top: 15px;
  }

  /*support 20/2/2024*/
  /*support 8/4/2024*/
  .blockchaincourse.banner h1 {
    font-size: 29px;
  }

  .blockchaincourse.blkchain-carercourse .sub-h2-ribon {
    font-size: 29px;
  }

  .blckchaincorse-abtsec .sub-h2-ribon {
    font-size: 29px;
  }

  .blockchaincourse.banner .banner-ribon {
    font-size: 31px;
  }

  .blkchain-carr-card {
    height: auto;
  }

  .blkchain-carer-rw {
    --bs-gutter-x: 1.5rem;
  }

  /*support 8/4/2024*/
  /* 25.09.24 css */
  /* M.M css start */
  .wa-new-ban-lt-text-wrap {
    top: auto;
    left: 0;
    right: 0;
    margin: 25px auto 0px;
    bottom: -100px;
    position: static;
    /* width: 100%; */
    max-width: 420px;
    /* padding-top: 40px; */
  }

  .wa-new-ban-lt-text-wrap strong {
    font-size: 30px;
  }

  .wa-new-ban-lt-text-wrap i {
    left: 5px;
    position: static;
    margin: 0 auto 10px;
  }

  .hdr-wa-top p {
    /* font-size: 10px; */
    line-height: 1.8;
  }

  .wa-new-ban-form-wrap input:not([type="submit"]) {
    font-size: 16px !important;
  }

  .wa-new-cmn-list li,
  .wa-new-deal-sec-inr>p,
  .wa-new-ban-form-wrap input[type="submit"] {
    font-size: 14px;
  }

  .wa-new-cmn-list li:before {
    top: 5px;
  }

  .wa-lrn-btn-title {
    font-size: 16px;
  }

  .wa-new-award-shwcase-lt-wrap {
    margin-top: 0px;
    text-align: center;
    margin-bottom: 20px;
  }

  .wa-new-award-shwcase-rt {
    width: 80%;
    margin: 0 auto;
  }

  .wa-new-award-shwcase-lt-wrap h2 {
    text-align: center;
  }

  .wa-new-award-shwcase-lt {
    width: 80%;
    margin: 0 auto;
  }

  .wa-new-ard-trphy {
    margin-left: 20px;
    max-width: 100px;
  }

  .std-quote-item-inn>p {
    font-size: 14px;
  }

  .wa-lnd-page-wrap h1 {
    font-size: 28px;
  }

  /* M.M css end */

  /* 25.09.24 css */

  /* 26.09.24 css */
  .wa-new-ban-form-wrap input[type="submit"] {
    height: 55px;
  }
  .wa-new-cmn-btn {
    padding: 18px 30px;
  }
  .wa-new-deal-sec .wa-new-deal-sec-inr h2~p,
  .wa-new-overview-col-rgt-wrap h3,
  .wa-new-hgt-acdmy-lt p,
  .wa-new-trust-sub-heading h3 {
    font-size: 16px;
  }
  .wa-new-lrn-btn .wa-new-cmn-btn {
    max-width: 338px;
    padding: 15px 26px;
    min-width: 1px;
}
.wa-new-award-row {
  margin: -5px;
}
.wa-new-award-item {
  padding: 5px;
}
.wa-cmn-sec-head {
  margin-bottom: 30px;
}
.std-quote-sec .wa-cmn-sec-head {
  margin-bottom: 60px;
}
  /* 26.09.24 css */

}

/* 25.09.24 css start */
@media (max-width:640px) {

  /*support 24/9/2024*/
  .learn-card-cont p,
  .wa-new-trust-lrncrd .learn-card-cont p {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  /*support 24/9/2024*/

  /* SS091024 Begin */

  .yt-vdo-wrp{
    min-height: 380px;
  }

  /* End Of SS091024 */

}



/* 25.09.24 css end */

@media (max-width: 575px) {
  .main-head {
    padding: 15px 0;
  }

  .banner {
    padding: 120px 0 55px;
  }

  h1,
  .cmn-h1 {
    font-size: 35px;
  }

  .banner-row {
    margin-bottom: 25px;
  }

  .banner-right-side {
    right: -101px;
    top: -185px;
    max-width: 400px;
  }

  .who-we-circle {
    max-width: 280px;
  }

  .who-we-circle2 {
    max-width: 200px;
  }

  .pro-circle {
    max-width: 280px;
  }

  .testi-circle {
    max-width: 280px;
  }

  .who-we-lef-back {
    left: -35px;
    max-width: 460px;
  }

  .testimonial-sec .slick-slide {
    margin: 0 11px;
  }

  .testimonial-sec .slick-list {
    margin: 0 -11px;
  }

  .cmn-gap {
    padding: 35px 0;
  }

  .job-course-text {
    font-size: 13px;
  }

  .submit-sec-heading-img {
    height: 120px;
    width: 120px;
  }

  .submit-sec-heading-left::before {
    height: 100px;
    width: 100px;
  }

  .submit-sec-heading-left::after {
    height: 100px;
    width: 100px;
  }

  .submit-sec-heading-right {
    width: calc(100% - 140px);
  }

  .submit-sec-heading {
    margin-bottom: 30px;
  }

  .submit-sec-left ul {
    margin-top: 30px;
  }

  .submit-sec-left li {
    margin-bottom: 19px;
  }

  .submit-form-col {
    padding: 15px 8px;
  }

  .submit-form-row {
    margin: -15px -8px;
  }

  .testi-arrow-lst {
    margin-top: 15px;
  }

  .placement-fig::before {
    height: 50px;
  }

  .placement-fig::after {
    height: 50px;
  }

  /* update start RN 09-06-2023 */
  .who-we-left-btn {
    display: block;
    text-align: center;
  }

  .mob-btn-none {
    display: none;
  }

  .thank-you h1,
  .thank-you .cmn-h1 {
    font-size: 30px;
  }

  .glrvs {
    margin-top: 15px;
    padding: 17px 35px;
  }

  .sub-h2-ribon {
    font-size: 27px;
  }

  .h1-sub {
    font-size: 21px;
  }

  .banner-ribon {
    font-size: 31px;
  }

  .submit-sec-right {
    padding: 35px 15px;
  }

  .sub-h2 {
    font-size: 19px;
  }

  .testimonial-heading .resp-tabs-list {
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .testimonial-slider {
    padding-top: 0;
  }

  .testimonial-heading .resp-tabs-list li {
    margin-bottom: 23px;
    margin-right: 0;
    text-align: center;
  }

  .testimonial-heading .resp-tabs-list li:last-child {
    margin-bottom: 0;
  }

  .testimonial-heading .resp-tabs-list li.resp-tab-item.resp-tab-active {
    margin-bottom: 25px !important;
  }

  .testimonial-heading .resp-tabs-list li.resp-tab-item.resp-tab-active:last-child {
    margin-bottom: 0 !important;
  }

  .testimonial-slider {
    padding-top: 0;
  }

  .who-we-left {
    padding: 12px 25px;
  }

  .navbar {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .separate-testi {
    display: block;
    text-align: center;
  }

  #horizontalTab {
    display: none !important;
  }

  .separate-testi-detail:not(:last-child) {
    margin-bottom: 30px;
  }

  .separate-testi-heading {
    margin-bottom: 35px;
  }

  .banner-head-wrapper {
    text-align: center;
  }

  .head_testing_cmn {
    font-size: 27px;
  }

  .who_are_heading .sub-h2 {
    font-size: 23px;
  }

  .social_icon_more li a img {
    max-width: 40px;
  }

  /* 4.12.2023 */
  .award-new-innr {
    padding: 39px 28px 50px 28px;
  }

  .award-new-txt>h2 br {
    display: none;
  }

  .award-new-txt {
    margin-bottom: 15px;
    max-width: 305px;
  }

  .award-new-txt::after {
    right: 0;
  }

  .award-new-innr figure::after {
    height: 122px;
    width: 145px;
    left: -15px;
    top: 0;
  }

  .award-new-rgt figure {
    height: 276px;
    border-radius: 0;
  }

  .award-new-innr figure::before {
    right: -85%;
  }

  .award-new-img-wrap::after {
    height: 18px;
    width: 18px;
    top: 12%;
    left: 5%;
  }

  .award-sec-new {
    padding-bottom: 50px !important;
    margin-bottom: -1px;
  }

  /* 4.12.2023 */

  /* 25.09.24 css start */
  .wa-new-trust-sub-heading h3 {
    font-size: 16px;
  }

  /* 25.09.24 css end */

  /* 27.09.24 css */
  .wa-new-cmn-list ul li{
    width: 100%;
    padding-right: 5px;
  }

  /* SS091024 Begin */

  .yt-vdo-wrp{
    min-height: 340px;
    border-radius: 12px;
  }

  /* End Of SS091024 */

}

@media (max-width: 479px) {
  body {
    font-size: 15px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 15px 0;
  }

  p {
    margin: 0 0 12px 0;
  }

  .who-we-lef-back {
    max-width: 280px;
  }

  .banner {
    padding: 111px 0 55px;
  }

  .banner::before {
    display: none;
  }

  .banner::after {
    display: none;
  }

  .banner-sub-heading {
    font-size: 17px;
  }

  .banner-right {
    padding-left: 40px;
  }

  .banner-side1 {
    max-width: 175px;
  }

  .watch-vdo {
    padding-left: 55px;
    font-size: 12px;
    padding-top: 7px;
    margin-left: 40px;
  }

  .watch-vdo::before {
    width: 47px;
    height: 20px;
    background-size: 55px;
  }

  .banner-vdo {
    left: 10px;
    bottom: 10px;
  }

  .play-txt {
    margin-left: 5px;
  }

  .video-main {
    width: 65px;
    height: 65px;
  }

  .video-main .videoic {
    max-width: 35px;
  }

  h2,
  .cmn-h2 {
    font-size: 26px;
  }

  .job-course::before {
    display: none;
  }

  .progress-sec::before {
    display: none;
  }

  .progress-sec::after {
    display: none;
  }

  .submit-sec-heading-img {
    height: 90px;
    width: 90px;
  }

  .submit-sec-heading-left::before {
    height: 60px;
    width: 60px;
    left: 0;
    top: 0;
  }

  .submit-sec-heading-left::after {
    height: 60px;
    width: 60px;
    right: 0;
    bottom: 0;
  }

  .submit-sec-heading-left {
    margin-right: 10px;
  }

  .submit-sec-heading-right {
    width: calc(100% - 100px);
  }

  .submit-sec-left {
    padding: 35px 25px;
  }

  .submit-sec-right {
    padding: 35px 15px;
  }

  .banner-left li {
    padding-left: 25px;
    background-size: 14px;
  }

  .submit-sec-left li {
    padding-left: 25px;
    background-size: 14px;
  }

  .submit-name {
    font-size: 17px;
  }

  .submit-sec-heading {
    margin-bottom: 20px;
  }

  .submit-sec-left ul {
    margin-top: 20px;
  }

  .submit-sec-left li {
    margin-bottom: 17px;
    font-size: 13px;
    background-size: 35px;
    background-position: left -6px top -4px;
  }

  .submit-sec-right label {
    margin-bottom: 5px;
    font-size: 14px;
  }

  input[type="text"],
  input[type="tel"],
  input[type="password"],
  input[type="email"],
  select {
    height: 25px;
  }

  .submit-form-col {
    padding: 12px 8px;
  }

  .submit-form-row {
    margin: -12px -8px;
  }

  input[type="submit"] {
    height: 35px;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .submit-sec:after {
    display: none;
  }

  .who-we-slider .slick-dots {
    margin-top: 10px;
  }

  .review .slick-slide {
    margin: 0 5px;
  }

  .review .slick-list {
    padding: 0 25px !important;
  }

  .main-footer {
    padding: 45px 0 30px;
    font-size: 14px;
  }

  .footer-bottom {
    font-size: 13px;
    margin-top: 15px;
  }

  .testi-arrow-lst {
    margin-top: 10px;
  }

  .who-we::before {
    display: none;
  }

  .who-we::after {
    display: none;
  }

  .heading {
    margin-bottom: 25px;
  }

  .progress-btn {
    font-size: 14px;
    padding: 11px 30px;
  }

  .cmn-btn {
    padding: 11px 20px;
  }

  .banner-bottom-left p {
    font-size: 15px;
  }

  .banner-bottom-left {
    margin-bottom: 17px;
  }

  .banner {
    padding: 90px 0 35px;
  }

  .banner-side1 {
    max-width: 145px;
    left: 15px;
  }

  .play-txt {
    font-size: 12px;
  }

  .navbar-brand {
    width: 135px;
  }

  .review-slide {
    padding: 25px 20px;
  }

  .review-slide p {
    font-size: 14px;
  }

  .testimonial-sec::after {
    display: none;
  }

  .testi-name {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .testi-img {
    margin-bottom: 15px;
  }

  .job-course-text {
    font-size: 14px;
  }

  .job-course-slide {
    padding: 20px 15px;
  }

  .job-course-slide-a img {
    height: 31px;
    margin-bottom: 10px;
  }

  .thank-you {
    padding: 95px 0 35px;
  }

  .thank-you h1,
  .thank-you .cmn-h1 {
    font-size: 21px;
    margin-bottom: 15px;
  }

  .btn-price {
    font-size: 13px;
  }

  .ban-time-list li span {
    font-size: 28px;
  }

  .ban-time-list li:not(:last-child)::before {
    font-size: 30px;
    right: -15px;
  }

  .ban-time-list li:not(:last-child) {
    margin-right: 17px;
  }

  .ban-time-list li {
    font-size: 14px;
  }

  .ban-time-list li:not(:last-child) {
    margin-right: 21px;
  }

  .glrvs {
    font-size: 17px;
  }

  .h1-sub {
    font-size: 22px;
    letter-spacing: 0.4em;
  }

  .banner-head-wrapper {
    text-align: center;
  }

  .banner-ribon {
    font-size: 27px;
  }

  .banner-ribon img {
    width: 26px;
  }

  .banner-left li {
    font-size: 13px;
  }

  .banner-bottom-left p {
    font-size: 12px;
  }

  .sub-h2 {
    font-size: 19px;
    margin-bottom: 10px;
  }

  .job-course-slide-a img {
    height: 40px;
    margin-bottom: 21px;
  }

  .sub-h2-ribon {
    font-size: 21px;
  }

  .job-course .slick-dots {
    margin-top: 10px;
  }

  .btn-sec {
    margin-top: 25px;
  }

  .submit-sec-right .submit-name {
    padding-bottom: 15px;
    margin-bottom: 10px;
  }

  .testimonial-sec .heading span.cmn-h2 {
    font-size: 23px;
  }

  .submit-name {
    font-size: 21px;
  }

  .submit-post {
    font-size: 11px;
  }

  .submit-sec-heading-right p {
    font-size: 13px;
  }

  .submit-name.submit-name-pera {
    font-size: 17px;
  }

  .submit-sec-right .submit-name {
    font-size: 17px;
  }

  .who-we-circle {
    max-width: 315px;
  }

  .review {
    padding-top: 49px;
  }

  .ti-widget.ti-goog .ti-review-content .ti-review-text {
    font-size: 13px;
  }

  .testimonial-sec .slick-arrow.slick-prev {
    left: 41%;
  }

  .testimonial-sec .slick-arrow.slick-next {
    left: 59%;
  }

  .thank-you-footer {
    padding-bottom: 15px;
  }

  .banner-left .h1-sub {
    text-align: center;
  }

  .banner-ribon {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-left .cmn-h2 {
    text-align: center;
  }

  .main-footer {
    font-size: 13px;
  }

  .progress-sec .sub-h2 {
    font-size: 21px;
  }

  .head_testing_cmn {
    font-size: 21px;
  }

  .who_are_heading .sub-h2 {
    font-size: 20px;
  }

  .discover_more_sec {
    padding: 35px 0;
  }

  /* 4.12.2023 */
  .award-new-txt>h2 {
    font-size: 33px;
  }

  .award-new-innr figure::before {
    right: -60%;
    top: 30%;
  }

  /* 4.12.2023 */
  /*support 20/2/2024*/
  .whatsapchat-link {
    max-width: 250px;
  }

  /*support 20/2/2024*/
  /*support 8/4/2024*/
  .blockchaincourse.banner h1 {
    font-size: 26px;
  }

  .blckchaincorse-abtsec .sub-h2-ribon {
    font-size: 26px;
  }

  .blockchaincourse.blkchain-carercourse .sub-h2-ribon {
    font-size: 26px;
  }

  .blockchaincourse.banner .banner-ribon {
    font-size: 27px;
  }

  .blockchaincourse.banner .h1-sub {
    letter-spacing: 0.15em;
  }

  /*support 8/4/2024*/
  /* 25.09.24 css */

  .wa-new-ban-frame-cont .frm-avatar-img {
    max-width: 214px;
  }

  .wa-new-ban-frame-cont .avatar-back-frame-img {
    max-width: 290px;
  }

  .wa-new-ban-lt-text-wrap span {
    font-size: 18px;
  }

  .wa-new-ban-form-wrap {
    padding: 30px 15px;
  }

  .wa-lnd-page-wrap h1 {
    font-size: 24px;
  }

  .wa-lnd-page-wrap h2 {
    font-size: 22px;
  }

  .wa-new-ban-form-wrap p {
    line-height: 1.2;
  }

  .wa-new-overview-btm-cont {
    position: static;
    margin-top: 20px;
    max-width: 100%;
    text-align: center;
  }

  .wa-new-overview-col-left-wrap {
    padding: 0px;
  }

  .wa-new-cmn-btn {
    font-size: 14px;
    padding: 15px 20px;
  }

  .wa-new-trust-main-wrap .col-lg-4 {
    width: 100%;
  }

  .wa-new-trust-col {
    width: 50%;
  }

  .wa-new-hglt-text-wrap {
    position: static;
    margin: 0 auto 35px;
  }

  .wa-new-hgt-acdmy-rt-wrap {
    padding-left: 0px;
    text-align: center;
  }

  .wa-new-hgt-acdmy-sec {
    padding-top: 60px;
  }

  .wa-new-cmn-list ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }

  .wa-new-award-shwcase-rt {
    width: 100%;
  }

  .wa-new-award-shwcase-rt-wrap {
    padding: 0px;
  }

  .wa-new-award-item {
    width: 33.333%;
  }

  .std-quote-slider .slick-list {
    padding: 0px;
  }

  .wa-cmn-sec-head {
    margin-bottom: 30px;
  }

  .wa-new-ft-title {
    font-size: 16px;
  }

  .wa-new-ft-ctdn-title {
    font-size: 18px;
  }

  .wa-new-award-inn {
    max-width: 110px;
  }

  .wa-new-ban-form-wrap #input_13_15 {
    -webkit-transform: scale(0.8) !important;
        -ms-transform: scale(0.8) !important;
            transform: scale(0.8) !important;
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
  }

  /* M.M css start */
  .wa-new-lrn-btn .wa-new-cmn-btn {
    max-width: 100%;
    min-width: 1px;
    font-size: 14px;
    padding: 15px 20px;
  }

  .wa-new-trust-row {
    margin: -5px;
  }

  .wa-new-trust-col {
    padding: 5px;
  }

  .std-quote-item {
    padding-bottom: 0;
  }

  .wa-new-ban-form-wrap input[type="submit"] {
    width: 100%;
    white-space: normal;
    line-height: 1.2;
    padding: 10px 15px;
    height: 46px;
  }

  .ginput_recaptcha {
    -webkit-transform: scale(0.8) translateX(-22px);
        -ms-transform: scale(0.8) translateX(-22px);
            transform: scale(0.8) translateX(-22px);
  }

  .hdr-wa-rgt-area:before {
    right: -2800px;
  }

  .hdr-wa-rgt-area p {
    font-size: 12px;
  }

  .hdr-wa-rgt-area>img {
    margin-right: 5px;
  }

  .hdr-wa-rgt-area:after {
    right: -2798px;
    top: 5px;
  }

  .hdr-wa-logo {
    width: 100px;
  }

  .hdr-wa-rgt-area {
    padding: 12px 0;
  }

  .wa-lrn-btn-title {
    font-size: 14px;
  }

  /* 25.09.24 css */
  /* 26.09.24 css */
  .wa-cmn-sec-head p {
    font-size: 16px;
  }
  .ftr-btm-area {
    padding-top: 15px;
    padding-bottom: 15px;
}
.ftr-btm-area p{
  font-size: 12px;
}
.hdr-wa-top p {
  font-size: 14px;
}

  /* 26.09.24 css */
  /* 27.09.24 css */
  .wa-new-award-shwcase-lt {
    width: 100%;
  }
  /* 27.09.24 css */

  /* 01.10.24 css start */
  .hdr-wa-top {
    display: none;
  }
  /* 01.10.24 css end */

  /* SS091024 Begin */

  .yt-vdo-wrp{
    min-height: 250px;
  }

  /* End Of SS091024 */

}

@media (max-width: 375px) {
  .submit-name {
    margin-bottom: 5px;
  }

  .submit-sec-heading-right p {
    font-size: 13px;
  }

  .submit-post {
    margin-bottom: 5px;
  }

  .submit-sec-heading {
    margin-bottom: 13px;
  }

  .submit-sec-left ul {
    margin-top: 13px;
  }

  .watch-vdo {
    padding-left: 25px;
    padding-top: 0;
  }

  .watch-vdo::before {
    width: 20px;
    height: 15px;
    background-size: 35px;
    top: -5px;
  }

  h2,
  .cmn-h2 {
    font-size: 21px;
  }

  .job-course-text {
    font-size: 11px;
  }

  .banner-ribon {
    font-size: 22px;
  }

  .cmn-btn {
    font-size: 15px;
  }

  .sub-h2 {
    font-size: 14px;
  }

  .progress-sec .sub-h2-ribon {
    font-size: 17px;
  }

  .submit-name.submit-name-pera {
    font-size: 14px;
  }

  .submit-sec-right .submit-name {
    font-size: 16px;
  }

  .testimonial-sec .heading span.cmn-h2 {
    font-size: 20px;
  }

  .head_testing_cmn {
    font-size: 17px;
  }

  .who_are_heading .sub-h2 {
    font-size: 18px;
  }

  /* 4.12.2023 */
  @media (max-width: 374px) {
    .award-new-txt>h2 {
      font-size: 25px;
    }

    .award-new-innr figure::before {
      right: -45%;
      top: 30%;
    }
  }

  /* 4.12.2023 */

  /*support 20/2/2024*/
  .whatsapchat-link {
    max-width: 213px;
  }

  /*support 20/2/2024*/
  /*support 8/4/2024*/
  .blockchaincourse.banner h1 {
    font-size: 21px;
  }

  .blockchaincourse.blkchain-carercourse .sub-h2-ribon {
    font-size: 21px;
  }

  .blckchaincorse-abtsec .sub-h2-ribon {
    font-size: 21px;
  }

  .blockchaincourse.banner .banner-ribon {
    font-size: 22px;
  }

  /*support 8/4/2024*/

  /* 26.09.24 css start */
  .wa-new-ban-form-wrap input[type="submit"] {
    font-size: 14px;
  }

  /* 26.09.24 css end */

  /* SS091024 Begin */

  .yt-vdo-wrp{
    min-height: 220px;
  }

  /* End Of SS091024 */

}