body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior:smooth;
    }
}

.home-megamenus .navbar-brand>img:focus{
	outline:none;
}
nav .container {
  max-width: 1256px;
}

.headind_full h1 {
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  color: rgba(14, 14, 14, 1);
  margin-bottom: 1.5rem;
  font-family: "Inter", sans-serif;
}
.headind_full p {
  width: 75%;
  font-family: "Inter", sans-serif;
  line-height: 24px;
  font-weight: 400;
  margin: 0 auto 35px;
  font-size: 15px;
  text-align: center;
  color: rgba(28, 28, 28, 1);
}
.left_banner {
  padding-top: 100px;
}

.left_banner h1 {
  font-weight: 500;
  font-style: italic;
  font-size: 50px;
  line-height: 80px;
  width: 100%;
  color: white;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
}
.row {
  justify-content: center;
  align-items: center;
}
.pra {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 35px;
  width: 70%;
  font-family: "Inter", sans-serif;
  line-height: 24px;
  font-weight: 400;
}
.arow {
  height: 55px;
  width: 55px;
}
.btn_s a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  min-height: 40px;
  background: white;
  color: black;
  width: 140px;
}
.btn_s a:hover{
  background: #26b3fa;
}
.banner_img {
  background-image: url(../images/new_training/main_training/training_banner.webp);
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  padding-top: 135px;
  margin-bottom: 50px;
}

.btn_s .btn2 {
  margin-left: 30px;
  background-color: #08133180;
  color: white;
  border: 1px solid white;
}

.form_n {
  display: grid;
  /* background-color: rgba(255, 255, 255, 0.2); */
  background-image: url(../images/new_training/main_training/form-bg.png);
  padding: 20px;
  border-radius: 16px;
  color: #fff;
  width: 100%;
  gap: 10px;
  background-size: cover;
  margin-bottom: 80px;
}
.form-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom:0px;
  gap: 6px;
}
.form-list-wrap{
	width:49%;
}
.list-wrap {
  flex-wrap: nowrap;
  gap: 15px;
}
.enquiry {
  text-align: center;
  font-family: "Inter", sans-serif;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
}
.form_n label {
  width: 100%;
  font-size: 13px;
  margin-bottom: 0px;
  font-weight: 400;
}
.form_n select,
.form_n input,
.form_n textarea {
  height: 37px;
  padding: 5px 10px;
  border-radius: 8px;
  width: 100%;
  color: #000000;
  border: 0.2px solid rgba(255, 255, 255);
  background-color: rgb(249 249 252 / 52%);
  border-style: hidden;
  font-size: 13px;
  font-weight:600;
}
.form_n textarea {
	height: 60px;
}
.form_n select:focus, .form_n input:focus ,
.form_n textarea:focus{
	outline:none;
}

.form_n input::placeholder {
  color: #000000;
  font-size: 13px;
}

.course_found {
  display: flex;
  gap: 10px;
}
.course_found div {
  width: 50%;
}

.colo select {
  color: #000000;
  background-color: rgb(249 249 252 / 52%);
  font-weight:600;
}
.sumbit_check {
  display: flex;
  gap: 10px;
  width: 100%;
}
.sumbit {
  width: 100%;
  border-radius: 40px;
  height: 55px;
  border: none;
  font-weight: 600;
  background-color: rgb(38, 179, 250);
}
.sumbit:hover{
	background:#ffffff;
	color:#000000;
}
.enquiry_button:hover{
	background:#ffffff;
	border:1px solid #1b79e4;
	color:#000;
}
.enquiry_button:hover img{
	filter: invert(1);
}

.banner-google-recaptcha{
	width: 55%;
}

/*-------------------------Table-Design---------------------------*/

.industry-table {
  margin-bottom: 100px;
}
.comparison-card {
  display: flex;
  gap: 20px;
}
.left-section {
  background-color: white;
  align-items: center;
  width: 32%;
  margin-top: 100px;
  position: relative;
}
.left-section:before {
  position: absolute;
  content: "";
  border-top: 1px solid #c6c8cd;
  border-left: 1px solid #c6c8cd;
  border-bottom: 1px solid #c6c8cd;
  height: 96%;
  width: 105%;
  border-radius: 30px 0px 0px 30px;
  z-index: 99;
}
.left-list {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 15px 30px;
  min-height: 136px;
  border-bottom: 1px solid #c6c8cd;
  position: relative;
  z-index: 999;
}
.left-list span{
	color:#000000;
	font-weight:600;
	font-size: 16px;
}
.left-list.first-box {
  min-height: 170px;
}
.content.first-box {
  min-height: 170px;
}
.left-icon {
  margin-right: 10px;
  width: 55px;
}
.arrow-right {
  margin-left: auto;
}
.right-section {
  display: flex;
  gap: 30px;
  width: 68%;
}
.box {
  width: 50%;
  border-radius: 0px 0px 15px 15px;
  /* overflow: hidden; */
}
.table-header {
  color: white;
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
}
.industry-title {
  background-image: url(../images/new_training/main_training/industry_experts_title.jpg);
  background-size: cover;
  background-color: #ffffff;
  width: 100%;
  height: 99px;
  padding-top: 63px;
}
.regular-title {
  background-image: url(../images/new_training/main_training/regular-institutes.jpg);
  background-size: cover;
  background-color: #ffffff;
  width: 100%;
  height: 99px;
  padding-top: 63px;
}
.content {
  padding: 20px;
  font-size: 14px;
  display: flex;
  gap: 7px;
  align-items: center;
  line-height: 24px;
  min-height: 132px;
  border-bottom: 1px solid #c6c8cd;
}
.box.industry .content {
  min-height: 132px;
}
.industry {
  background: rgb(0, 108, 255);
  background: linear-gradient(
    274deg,
    rgba(0, 108, 255, 1) 0%,
    rgba(2, 53, 127, 1) 34%,
    rgba(3, 1, 6, 1) 74%
  );
  color: white;
  position: relative;
  padding-bottom: 50px;
}
.regular {
  background-color: #f6f4fb;
  color: #000000;
}
.checkmark {
  color: #00ff7f;
  margin-right: 8px;
}
.warning {
  color: #ffcc00;
  margin-right: 8px;
}
.enquiry_btn {
  justify-content: center;
  display: flex;
  bottom: -26px;
  position: absolute;
  width: 100%;
  background: transparent;
  border: none;
}
.enquiry_button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  min-height: 50px;
  background: #1b79e4;
  color: #ffffff;
  width: 175px;
  text-transform: uppercase;
  border:1px solid #1b79e4;
}
.enquiry_button img {
  width: 20px;
  margin-left: 10px;
}


.offer-section{
	margin-top:100px;
}

/*----------------------Table-Closed--------------------*/

.software-list {
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
  margin: 25px 0px;
}
.software {
  width: 48%;
  padding: 30px 22px;
  border: 1px solid #dee5e9;
  border-radius: 10px;
}
.software img {
  margin-bottom: 10px;
  width: 30px;
}
.software h6 {
  color: rgba(38, 123, 221, 1);
  font-size: 10px;
  font-weight: 600;
}
.software h5 {
  font-size: 16px;
  font-weight: 700;
}
.software p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
}
.software-img {
  width: 100%;
}

.corporate-section {
  margin: 50px 0px;
}
.corporate-section-main {
  display: flex;
  justify-content: space-between;
  text-align: center;
  width: 85%;
  margin: 0 auto 50px;
  gap: 50px;
}
.corporate-section-list {
  box-shadow: -18px 11px 50px rgba(16, 24, 40, 0.2);
  -webkit-transition: box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s;
  -o-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  border-radius: 20px;
  padding: 20px 30px;
  width: 22%;
  margin: 20px 0px;
}
.corporate-section-list:hover {
  box-shadow: -18px 11px 50px rgba(16, 24, 40, 0.1);
}
.corporate-section-list p {
  color: #2d2d2d;
  font-weight: 600;
  padding: 10px 0px 0px 0px;
  line-height: 23px;
  font-size: 18px;
}

.contact-section {
  background-image: url(../images/new_training/main_training/contact-section.png);
  height: 450px;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  padding: 80px;
  margin-bottom: 50px;
  text-align: center;
  margin-top:100px;
}
.contact-section .headind_full {
  width: 100%;
}
.contact-section .headind_full p {
  width: 52%;
  margin: 0 auto;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
}
.contact-enquiry {
  text-align: center;
  width: 100%;
  justify-content: center;
  display: flex;
  margin-top: 25px;
  position:relative;
}
.contact-enquiry .enquiry_btn{
	bottom: 0;
    position: relative;
}
#g-recaptcha-2, #g-recaptcha-1 {
    transform: scale(0.70);
    -webkit-transform: scale(0.70);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}









@media screen and (max-width:991px) {

.left-icon, .checkmark, .warning{
	display:none;
}
.content{
	padding: 13px;
    font-size: 12px;
}
.comparison-card{
	width: 1300px;
    overflow: auto;
}	
.industry-table{
	width: 100%;
    overflow-x: auto;
}
.left-section{
	width: 25%;
}
.right-section{
	width:75%;
}
.left-list.first-box {
    min-height: 134px;
}
.left_banner {
    padding-top: 0;
}
.banner_img{
	padding-top: 75px;
	margin-bottom: 10px;
}
.left_banner h1{
	font-size: 32px;
    line-height: 60px;
	text-align: center;
}
.left_banner h1 .arow{
	display:none;
}
.pra{
	width: 100%;
}
.banner_img .btn_s{
	text-align: center;
    margin-bottom: 50px;
}
.headind_full {
	font-size: 26px;
    line-height: 40px;
}
.headind_full p{
	width: 100%;
	margin: 0 auto 7px;
}
.industry-table {
    margin-bottom: 50px;
}
.software-list{
	margin: 10px 0px;
}
.software{
	width: 100%;
}
.corporate-section-main{
	gap: 15px;
    flex-wrap: wrap;
	width: 95%;
}
.corporate-section-list{
	width: 47%;
}
.contact-section{
	background-position: center;
	background-size: cover;
    padding: 15px;
	height: 345px;
	border-radius:30px;
}
.contact-section .headind_full p{
	width: 87%;
}
.form_n{
	margin-top: 40px;
}
.headind_full h1{
	line-height: 50px;
	font-size: 24px;
}

.banner-google-recaptcha {
    width: 100%;
}
.sumbit_check{
	width: 100%;
	margin-top: 15px;
}
	
	
.training-modal.bottom-form .right-form {
    width: 100%;
    float: left;
    padding: 15px;
}
#g-recaptcha-2, #g-recaptcha-1 {
    transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
.banner_section .enquiry_button{
	margin: 0 auto;
}
.form-list-wrap {
    width: 100%;
}
	
	
}