@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;
}


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

}

.frmBg h1 {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #060919;
}

.contact_fild {
    padding: 0px 20px;
}

span {
  color: #F78D27;
  font-family: 'Lato';
  font-weight: 700;
  line-height: 130%;
}


.text-orange {
  color: #F78D27 !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.png);
  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: #F78D27;
  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: #F78D27;
  font-weight: 800;
  font-size: 45px;
}

 .program-tags {
  background-color: #f58220;
  color: white;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 24px;
  padding: 0px 8px;
  display: inline-block;
  border-radius: 4px;
}
 .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: rgb(0, 0, 0);
}


.dsu-form {
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    padding: 15px 10px;
    background: rgba(255, 255, 255);
    border-radius: 3px;
}

.frmBg {
    text-align: center;
    position: relative
}

    .frmBg h4 {
        font-size: 13px;
        font-weight: 400;
        line-height: 27px;
        letter-spacing: 0.01em;
        text-align: center;
        color: #7A7A7A;
    }

    .frmBg p {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 8px;
    }

.about_j {
    position: relative;
    z-index: 0;
    background: url(../images/about_bg.webp);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
}

    .about_j p {
        font-size: 15px;
        width: 65%;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 0.01em;
        text-align: left;
        color: #2C2B2B;
    }

.student_img_name {
    float: left;
    width: 100%;
}

.item_student {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    float: left;
    width: 100%;
}

.student_img {
    float: left;
    width: 30%;
}

    .student_img img {
        border-radius: 60px;
        width: 74% !important;
    }

.student_name {
    width: 70%;
    float: right;
    padding: 20px 0;
}

    .student_name h4 {
        font-size: 16px;
        color: #050038;
        font-weight: 600;
    }

    .student_name p {
        font-size: 13px;
    }

section.Students-section {
    background: url(../images/test-banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.content_review p {
    font-size: 13px;
    line-height: 20px;
    padding-top: 14px;
}

.rankitemsContainer {
    height: 100%;
}

.rankitemsContainer {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px 0 5px;
}

.contact-fild-box .form-control {
    font-size: 13px;
    color: rgba(0, 0, 0, .8);
    border-radius: 5px;
    background-color: #fff;
    margin: 0 auto;
    padding: 13px 8px;
    height: auto;
    box-shadow: none;
    background: #fff;
    border: 1.5px solid #ddd;
}

.contact-fild-box {
    margin-bottom: 13px;
    position: relative;
}

.frmBg h5 {
    text-align: center;
    margin: auto;
    padding: 10px 0;
    font-size: 15px;
}

    .frmBg h5 img {
        text-align: center;
        margin: auto;
        padding: 0 0 10px 0;
    }
       


.sideNavi {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 2;
}
.sideNavi a {
  background-color: #f78c27ce;
  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;
  height: 400px;
  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: #F78D27;
}

.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: #F78D27;
}


.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: #F78D27;
  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.png);
  background-position: right;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.about_j p {
  font-size: 16px;
  width: 65%;
  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: 24px;
font-weight: 600;
line-height: 34px;
letter-spacing: 0.01em;
text-align: left;
color: #060919;
}
.key_takeway_sec .keyaway_text ol li{
  padding: 3px 0px;
}
.courses_offered_section {
  background: rgba(247, 141, 39, 0.1);
  position: relative;
}

.courses_offered_section::after {
  content: '';
  background-image: url(../images/bg_Layer.png);
  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: #F78D27;
}

.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 #F78D27;
}

.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: #F78D27 !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: #F78D27;
  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: #F78D27;
  position: relative;
  z-index: 1;
}

.partner-section::after {
  position: absolute;
  content: '';
  top: 37px;
  right: 178px;
  width: 300px;
  height: 100px;
  background-image: url(../images/bird1.png);
  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.png);
  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, #F78D27 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: #F78D27;
}


.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;
}

@media(max-width:991px){
    .dsu-form{
        max-width:100%;
    }
}

@media(max-width:767.98px){
    .dsu-form {
        background: #fff8ed;
        border: 1px solid #c7c7c7;
        width: 100%;
        margin-top: 0;
        margin: 0 auto;
        padding: 20px 30px;
    }
}