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

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body{
  font-family: 'Lato',sans-serif;
}

.header .logo {
  width: 20rem;
}

.header .right-logo {
  width: 27rem;
  float: right;
}


ul{
    list-style-type:none;
}

footer ul>li>a{
    text-decoration:none;
}



.sec1Head {
  width: 80%;
  margin: auto;
  text-align: center;

}

span {
  color: #17469e;
  font-family: 'Lato';
  font-weight: 700;
  font-size: 63px;
  line-height: 130%;
}

.bg-blue{
  background-color:  #17469e;
}

.small-text {
  font-size: 16px;
}


.program-title{
  border-radius: 10px;
}


.text-orange {
  color: #17469e !important;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 0.01em;
}

.text {
  color: #ffffff !important;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 0.01em;
}

.main-banner {
  width: 100%;
  background-image: url(../images/bg-banner.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.main-banner .heading-text h1 {
  font-family: 'Lato';
  display: inline-block;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #313030;
}

.main-banner p{
  font-family: 'Roboto',sans-serif;
font-size: 32px;
font-weight: 400;
line-height: 46.95px;
letter-spacing: 0.01em;
text-align: left;
color: #3C3C3C;
margin: 0;

}
.main-banner .batch{
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
 align-items: center;
  gap: 5px;
}
.main-banner .batch h6{
font-size: 36px;
font-weight: 800;
line-height: 40.8px;
letter-spacing: 0.01em;
text-align: left;
margin-right: 5px;
color: #000000;

}
.main-banner .batch h6 span{
  color: #17469e;
  font-size: 32px;
  font-weight: 800;
  line-height: 40.8px;
  letter-spacing: 0.01em;
  text-align: left;
}
.main-banner .batch img{
  width: auto !important;
  height: auto !important;
}
.main-banner .heading-text h1 span {
  color: #17469e;
  font-weight: 800;
  font-size: 45px;
}

 .program-tag {
  color: #060919;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 24px;
  /* padding: 0px 8px; */
  border-radius: 4px;
}
 .program-tag span {
  /* margin: 0 5px; */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  position: relative;
  /* font-size: 26px; */
  letter-spacing: -0.02em;
  color: #060919;
}
 .program-tag span:not(:last-child)::after {
  content: "+";
  /* position: absolute; */
  left:100%;
  color:#060919;
}

.program-tag span {
  font-size: 42px;
}


.program-tags {
  background-color: #17469e;
  color: white;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 24px;
  padding: 0px 8px;
  display: inline-block;
  border-radius: 4px;
}
.read-more{
    display:none;
}

.program-tags span {
  margin: 0 5px;
  padding: 0 10px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  position: relative;
  font-size: 26px;
  line-height: 47px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}

.program-tags span:not(:last-child)::after {
  content: "+";
  position: absolute;
  left: 100%;
  color: #fff;
}

.sideNavi {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 2;
}
    .sideNavi a {
        background-color: #17469e;
        border: 1px solid #fff;
        border-radius: 10px 0px 0px 10px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        border-right: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 16px;
        line-height: 16px;
        padding: 7px 15px;
        text-decoration: none;
    }

.sideNavi a img{
  border: 1px solid #fff;
  border-radius: 100%;
  background-color: #fff;
  padding: 1px;
  width: 30px;
  height: 30px;
}


.banner-sec .packeg img {
  margin-right: 3px;
  transform: scale(.8);
}

.top-banner .packeg img {
  margin-right: 3px;
  transform: scale(.8);
  z-index: 11;
}


.main-banner .pack-contant {
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #C2D0F6;
  padding: 0;
  margin: 0;
}


.main-banner .tl-pack {
  font-size: 12px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}

.main-banner .nb-pack {
  font-size: 32px;
  font-weight: 700;
  padding: 0;
  line-height: 24px;
}



.top-banner {
  width: 100%;
  background-image: url(../img/banner.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}



.main-banner .form-container {
  width: 350px;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 20px;
  float: right;
}


.main-banner .form-container .terms {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #17469e;
}

.mobile_form {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  height: 430px;
  background: #FFFFFF;
  border-radius: 4px;
  margin: 20px;
}


.mobile_form .form-container .terms {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #17469e;
}


.main-banner .form-container .enquiry-form a {
  text-decoration: none;
}

.main-banner .form-container .enquiry-form p {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #7A7A7A;
  margin: 0;
}

.enquiry-form h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
  font-size: 20px;
}

.form-group .fild {
  display: block;
  width: 100%;
  height: auto;
  padding: 15px 20px;
  font-size: 14px;
  margin-bottom: 10px;
  color: #7A7A7A;
  background: #FFFFFF;
  border: 1px solid #D4D7E3;
  border-radius: 4px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.01em;
}

button[type="submit"] {
  width: 100%;
  border: none;
  border-radius: 40px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 10px;
  padding: 16px 32px;
  background: #17469e;
  border-radius: 4px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}

button[type="submit"]:hover {
  background-color: #001f4d;
}

.about_j {
  position: relative;
  z-index: 0;
  background: url(../images/dihe_about.webp);
  background-position: right;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.about_j p {
  font-size: 16px;
  width: 100%;
  margin-top: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #000000;
}



.key_takeway_sec .keyaway_text ol{
font-size: 18px;
font-weight: 600;
line-height: 34px;
letter-spacing: 0.01em;
text-align: left;
color: #060919;
}


.num {
  font-size: 14px;
  background: #17469e;
  width: 25px;
  height: 25px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
}

.keyaway_text >ul{
  padding: 15px 18px;
  margin-bottom: 0;
      box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.keyaway_text >ul>li {
  display: flex
;
  column-gap: 14px;
}

.keyaway_text {
  display: flex;
  column-gap: 18px;
  list-style-type: none;
}

.key_takeway_sec .keyaway_text ul li{
  list-style-type: none;
  margin-bottom: 20px;
}
.courses_offered_section {
  background: rgba(247, 141, 39, 0.1);
  position: relative;
}

.courses_offered_section::after {
  content: '';
  background-image: url(../images/bg_Layer.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.courses_offered_section .courser_sliderSec {
  margin-left: 30px;
  margin-right: 30px;
}

.courses_offered_section .sec-heading span {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 48px;
  letter-spacing: 0.01em;
  color: #17469e;
}

.cust_width {
  width: 80%;
  margin: auto;
  text-align: center;
}

.courses_offered_section .courses_items {
  width: 100%;
  height: 304.26px;
  background: #FFFFFF;
  box-shadow: 0px 1.0053px 6.03177px rgba(0, 0, 0, 0.05);
  border-radius: 8.04236px;
  text-align: center;
  border: 1px solid #fff;
}

.courses_offered_section .courses_items:hover {
  border: 1px solid #17469e;
}

.courses_offered_section .card_sec img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  padding: 20px;
}

.courses_offered_section .card_sec h2 {
  padding: 20px 0;
  font-size: 1.8rem;
  color: #333;
  font-weight: bold;
}


.courses_offered_section .owl-carousel .owl-prev {
  position: absolute;
  top: 120px;
  width: 38px;
  height: 38px;
  left: -75px;
}

.courses_offered_section .owl-carousel .owl-next {
  position: absolute;
  top: 120px;
  width: 38px;
  height: 38px;
  right: -75px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF !important;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #17469e !important;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
}


.why_section .dihe_item {
  border: 0.433046px solid #DFDFDF;
  box-shadow: 0px 0px 2.59828px 2.59828px rgba(0, 0, 0, 0.03);
  border-radius: 3.46437px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  min-height: 158.49px;
  background: #FFFFFF;
  transition: all .5s;
}

.why_section .dihe_item:hover {
  background-color: #17469e;
  color: #fff !important;
  transform: translateY(-10px);
  transition: all .5s;
}

.why_section .dihe_item:hover h3 {
  color: #fff;
}

.why_section .dihe_item .dihe_icon {
  width: 43.55px;
  height: 43.55px;
  text-align: center;
}


.why_section .dihe_item .dihe_icon img {
  width: 100%;
  object-fit: cover;
  transition: filter 0.3s ease-in-out;
}


.why_section .dihe_item:hover img {
  filter: brightness(0) invert(1);
}

.why_section .why_dihe_sec{
  padding: 10px 0px;
}

.why_section .dihe_item h3 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #060919;
}


.partner-section {
  background: #17469e;
  position: relative;
  z-index: 1;
}

.partner-section::after {
  position: absolute;
  content: '';
  top: 37px;
  right: 178px;
  width: 300px;
  height: 100px;
  background-image: url(../images/bird1.webp);
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.partner-section .owl-carousel .owl-prev {
  position: absolute;
  top: 40px;
  width: 38px;
  height: 38px;
  left: -80px;
}

.partner-section .owl-carousel .owl-next {
  position: absolute;
  top: 40px;
  width: 38px;
  height: 38px;
  right: -80px;
}

div#client-slider .position-relative:hover {
  box-shadow: 0px 4px 4px 0px #00000040;
  transform: translateY(-10px);
  transition: all .5s;
}

.partner-section .owl-theme .owl-nav [class*=owl-] {
  color: #FFF !important;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  border: 1px solid #fff;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
}

.partner-section::before {
  position: absolute;
  content: '';
  top: 16px;
  left: -30px;
  width: 149px;
  height: 100px;
  background-image: url(../images/bird.webp);
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

div#client-slider .position-relative {
  border-radius: 7px;
  background-color: #fff;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  height: 100px;
}

div#client-slider .text-center {
  padding: 15px 0px;
}

div#client-slider .position-relative img {
  object-fit: contain !important;
  width: 80%;
  height: 80%;
}



.about_section .bgClr {
  background: linear-gradient(95.22deg, #17469e 16.25%, #E86106 117.17%);
  border-radius: 16px;
  overflow: hidden;
  gap: 48px;
}

.about_section .about_title p {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}

.about_section .about_item {
  position: relative;
  z-index: 1111;
}

.about_section .about_item::after {
  content: '';
  position: absolute;
  width: 312px;
  height: 312px;
  left: -30px;
  top: 60px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  z-index: -1;
}



.study {
  background-color: #f5f7f9;
}

.sec-heading .main-heading{
font-size: 34px;
font-weight: 600;
line-height: 44px;
letter-spacing: 0.01em;
text-align: left;
color: #060919;
}
.sec-heading .main-heading span{
font-size: 34px;
font-weight: 600;
line-height: 44px;
letter-spacing: 0.01em;
text-align: left;
color: #060919;
}


.study .main-heading {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  color: #17469e;
}


.study .custom-card:hover {
  border: 1px solid #243D80;
}

.study .study-para {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
  color: #000;
}

.inde {
  z-index: 1;
}

.study .over-img {
  position: absolute;
  top: -70px;
  left: -78px;
}

.awards .over-mg {
  position: absolute;
  top: -40;
  right: 0;
}

.study .custom-card {
  display: flex;
  align-items: center;
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}

.icon-container {
  width: 60px;
  height: 60px;
  border: 1px solid #29499E;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.3s ease, transform 0.3s ease;
  padding: 10px;
}

.icon-container img {
  color: white;
  font-size: 24px;
}

.study .custom-card h5 {
  font-weight: 500;
  font-size: 19px;
  line-height: 25px;
  color: #243D80;
}

.study .custom-card:hover .icon-container {
  background: linear-gradient(280deg, rgba(41, 73, 158, 1) 6%, rgba(90, 131, 240, 1) 100%);
  transform: RotateY(180deg);
  transition: all .4s ease-in;
}

.courses {
  background: linear-gradient(280deg, rgba(41, 73, 158, 1) 6%, rgba(90, 131, 240, 1) 100%);
}


.courses .main-heading {
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  color: #FAFBFD;
}

.courses .cour-box {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  border: 2px solid #fff;
}


.courses .cour-box img {
  height: 186px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.courses .cour-item {
  height: 70px;
  padding: 0 10px;
}

.courses .cour-para {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 15px 0;
  justify-content: space-between;
}

.courses .cour-box .cour-para p {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
}

.courses .cour-box .cour-para a {
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  padding: 5px 15px;
  background: #fff;
  border-radius: 20px;
  background: linear-gradient(280deg, rgba(41, 73, 158, 1) 6%, rgba(90, 131, 240, 1) 100%);
  text-decoration: none;
}


.tags {
  background-color: #F4F7FE;
}

.tags .tag-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tags .left-tex {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  color: #2F50A8;
  padding-left: 70px;
}

.tags .right-tex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  background-color: #243D80;
  clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%);
  padding: 10px 50px;
  gap: 10px;
}

.tags .right-tex img {
  width: 20px;
}

.tags .right-tex h1 {
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;

}



.footer {
  background-color: #060919;
}

.footer p {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #FAFAFA;
}


/**************************************
 ** - 10 - Hire Section CSS
 **************************************/
.hire-section {
	position: relative;
	z-index: 1;
	background-image: url(../images/banner-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	padding: 70px 0;
}

.hire-section::before {
	content: "";
	position: absolute;
    z-index: -1;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0.4;
	background-color: #5e87eb;
	background-image: linear-gradient(-135deg, #611bdd 0%, #5e87eb 100%);
}

.hire-content h6 {
	font-size: 16px;
	font-weight: 600;
	color: #FF9800;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.hire-content h2 {
	font-size: 35px;
	color: #fff;
	margin: 0;
	font-weight: 600;
}

.hire-content p {
	color: #fff;
	font-size: 16px;
	margin: 20px 0 0 0;
}

.hire-content .hire-btn {
	margin-top: 20px;
}

.hire-content .hire-btn .default-btn {
    margin-right: 15px;
}

.txl-video-poster {
		width: 100%;
		height: 300px;
		position: relative;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		-webkit-transition: opacity 1s ease-in-out;
		-moz-transition: opacity 1s ease-in-out;
		-o-transition: opacity 1s ease-in-out;
		transition: opacity 1s ease-in-out;
	}
	
	.txl-video-poster .playbtn {
		position: absolute;
		left: 50%;
		top: 50%;
		margin: -30px 0 0 -30px;
		z-index: 10;
	}
	.playbtn {
		background-color: #17469e;
		width: 60px;
		height: 60px;
		border-radius: 50px;
		font-size: 1.6rem;
		color: #fff;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
/* End Fancy Box */

.services-section .section-title {
	margin-bottom: 35px;
}

.single-services-item {
	position: relative;
	z-index: 1;
	display: block;
	padding: 35px 30px;
	text-align: center;
	border-radius: 10px;
	background-color: #ffffff;
	margin-top: 30px;
	overflow: hidden;
	-webkit-box-shadow: 0px 2px 25px 0px rgb(110, 110, 110, 0.12);
    -moz-box-shadow: 0px 2px 25px 0px rgb(110, 110, 110, 0.12);
    box-shadow: 0px 2px 25px 0px rgb(110, 110, 110, 0.12);
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.services-icon {
    display: inline-block;
    margin-bottom: 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    will-change: transform;
}

.services-icon i {
    color: #635CDB;
	font-size: 35px;
	width: 75px;
    height: 75px;
    line-height: 75px;
	display: block;
    margin: auto;
    background: rgb(215, 215, 215, 0.17);
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-services-item h3 {
	font-size: 18px;
    font-weight: 600;
	margin-bottom: 0;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.single-services-item h3 a {
	display: inline-block;
}

.single-services-item p {
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 0;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}

.single-services-item .services-btn-link {
	margin-top: 16px;
}

.single-services-item .services-btn-link .services-link {
    display: inline-block;
    font-size: 16px;
    color: #635CDB;
	letter-spacing: 0.5px;
    font-weight: 600;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
	text-decoration: underline;
}

.single-services-item:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.single-services-item:hover .services-icon i {
    background: #fff;
}

.single-services-item:hover h3 {
	color: #fff;
}
.single-services-item:hover p {
	color: #fff;
}
.single-services-item:hover .services-btn-link .services-link {
	color: #fff;
}
.single-services-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
	z-index: -1;
    background-image: linear-gradient(-135deg, #611bdd 0%, #5e87eb 100%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
}
.single-services-item.active:before, .single-services-item:hover:before {
    opacity: 1;
}