/*General css*/

body{
    overflow-x: hidden;
}

section {
    padding: 60px 0;
    position: relative;
}
h2.theme-heading {
    font-size: 38px;
    margin-bottom: 2.2rem;
    text-align: center;
    font-weight: 700;
}
.bg-main-three-600 {
    background-color: hsl(252.46deg 55.56% 45.88%) !important;
}

/* Dropdown Button */
.dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd;}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {background-color: #3e8e41;}


  .top_text{
    margin:2px 0px ;
    color: rgb(73, 73, 246);
    
    /* font-weight: 600;
    font-size: 23px; */
    letter-spacing: 1px;

  }

  .bottom_text{
    margin:0px 0px ;
    color: #f37739;
    letter-spacing: 1px;
    /* font-size: 18px;
    font-weight: 600; */

  }

  .bput_img{
    width: 1296px;
    height: 600px;
    object-position: bottom;
  }

  .aboutus_btn{
    border-color: white !important;
    color: white !important;
  }

  .my_border{
    border-color: #f6f8fe !important;
  }

 .login_div{
    width: 80%;
 }

  /* .my_bg{
    background-image: url('/assets/images/bg-img.jpg');
  } */

  /*Course Details*/

section.details-sec {
    padding: 60px 0;
}
.course-nav ul {
    width: 35%;
    border: solid 2px #dfeffe;
    border-radius: 12px;
    padding: 1rem;
    height: 100%;
    position: sticky;
    top: 0;
}
.course-nav ul li {
    width: 100%;
}
.course-nav ul li button {
    padding: 10px 11px;
    font-size: 14px;
    margin-bottom: 7px;
    width: 100%;
    text-align: left;
    color: #1d2f43;
    background: #f4f5ff;
    letter-spacing: -0.1px;
    font-weight: 500;
    text-transform: uppercase;
}
.course-nav ul li .nav-link.active {
    background: #034795;
    border-radius: 4px;
}
.course-nav .tab-content {
    margin-left: 1.5rem;
    background: #f3f9ff;
    padding: 1.5rem 1.5rem 1rem;
    border: solid 2px #e6f2ff;
    border-radius: 12px;
}
.course-nav .tab-content h4 {
    font-weight: 600;
    text-transform: capitalize;
    border-left: solid 3px #f38147;
    padding-left: 9px;
    font-size: 1.4rem;
}
.course-nav .tab-content p {
    font-size: 15px;
    letter-spacing: -0.2px;
    margin-bottom: 1.5rem;
}
.course-nav .tab-content h2.accordion-header span {
    color: #f37c41;
    font-size: 15px;
    display: block;
    margin-bottom: 3px;
}
.course-nav .tab-content .accordion-button {
    position: relative;
    display: block;
    padding: 16px 20px;
}
  .course-min {
    font-size: 15px;
    display: flex;
    gap: 6px;
    margin-top: 9px;
}
.course-nav .tab-content .common-accordion .accordion-body {
    padding: 5px 20px 5px;
}


.quiz-card {
    background: #fff;
    border: solid 3px #ffe1d2bf;
    border-radius: 10px;
    padding: 1.3rem;
}
.quiz-card ul {
    width: 100%;
    border: none;
    padding: 0;
}
.quiz-card ul li {
    padding: 10px 5px;
    border-bottom: dashed 1px #f3814724;
}
.course-nav ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.course-nav ul li h5 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: -0.2px;
}
.course-nav ul li span {
    border: solid 1px #dcedfd;
    font-size: 16px;
    font-weight: 500;
    color: #f38147;
    background: #f3f9ff;
    padding: 2px 13px;
    width: 46px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
a.quiz-btn {
    background: #f38147;
    width: 55%;
    margin: 1.2rem auto 0rem;
    display: table;
    text-align: center;
    padding: 6px;
    border-radius: 100px;
    color: #fff;
}
.quiz-card h6 {
    background: #f4f5ff;
    color: #f38147;
    padding: 8px 12px;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.quiz-card h6 span {
    color: #222e48;
    font-size: 15px;
}
.details-img {
    background: #f3f9ff;
    padding: 0.8rem;
    border: solid 2px #e6f2ff;
    border-radius: 12px;
}
.details-img img{
    border-radius: 12px;
}
.details-rt-sidebar {
    background: #f3f9ff;
    padding: 0.8rem;
    border: solid 2px #e6f2ff;
    border-radius: 12px;
    margin-top: 1rem;
}
.details-rt-sidebar ul li {
    font-size: 15px;
    padding-left: 1.5rem;
    margin-bottom: 0.7rem;
    line-height: 20px;
    position: relative;
}
.details-rt-sidebar ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #066ccb;
    position: absolute;
    left: 5px;
    top: 6px;
    transform: rotate(45deg);
}
.details-rt-sidebar h4 {
    font-size: 20px;
    border-bottom: solid 1px #ddebf8;
    padding-bottom: 0.6rem;
    margin-bottom: 0.8rem;
}


/*Inner Details*/

.inner-dtls img {
    width: 100%;
}
.inner-dtls-wrap {
    padding: 2rem;
    border-radius: 15px;
    background: #f3f9ff;
    border: solid 2px #e6f2ff;
    height: 100%;
}
.inner-dtls-wrap h4 {
    font-weight: 600;
    text-transform: capitalize;
    border-left: solid 3px #f38147;
    padding-left: 9px;
    font-size: 1.4rem;
    margin: 1.6rem 0 1.6rem;
}
.inner-course-cont li {
    width: calc(100% / 2 - 12px);
    display: inline-block;
    padding: 1rem;
    border: solid 1px #bdd5ee99;
    border-radius: 10px;
    margin: 0 4px;
}
.inner-course-cont li h5 {
    position: relative;
    z-index: 1;
    padding: 1rem 1rem 1rem 3rem;
    background: #e0f0ff;
    width: 96%;
    margin-left: auto;
    margin-bottom: 0;
}
.inner-course-cont li h5 span {
    position: absolute;
    width: 42px;
    height: 42px;
    top: 50%;
    left: -18px;
    transform: translateY(-50%);
    border-radius: 100px;
    background: #60a5e4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    
}
.inner-course-cont li h6 {
    border: solid 1px #afceeb;
    padding: 0.8rem;
    width: 96%;
    margin-left: auto;
    gap: 15px;
    display: flex;
    border-top-color: #afceeb69;
    font-weight: 600;
    margin-bottom: 0;
}
.learn-wrapper ul {
    margin-bottom: 2rem;
}
.learn-wrapper li {
    display: inline-block;
    position: relative;
    width: calc(100% / 2 - 5px);
    padding-left: 1.3rem;
    color: #222e48;
}
.learn-wrapper li:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #066ccb;
    position: absolute;
    left: 0;
    top: 7px;
    transform: rotate(45deg);
}


/*Header*/
.header {
    padding: 0px 50px;
    background-color: #4f34b6;
    z-index: 1;
    border-bottom: none;
}
header.header.fixed-header {
    background: #4f34b6;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
}
.header-content-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}
.nav-menu__link {
    padding: 21px 2px;
    color: #e3def9;
    font-weight: 400;
    letter-spacing: 0.2px;
    font-size: 15px;
}
.btn-main {
    background-color: #4f34b6 !important;
    border-color: #4f34b6 !important;
}

/*Banner*/

.banner-content h1 {
    font-size: 48px;
    visibility: visible;
    animation-name: bounceInLeft;
}
.carousel-item {
    width: 100%;
    height: 80vh;
    background-size: cover;
    background-position: center right;
    background-position-x: right;
    background-position-y: center;
}
.carousel-item .container, .carousel-item .row {
    height: 100%;
    position: relative;
    z-index:1;
}
.banner-cont-col{
    display: flex;
    align-items: center;
}
.carousel-item:after {
    content: "";
    background: linear-gradient(158deg, rgba(22, 20, 64, 1) 0%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.banner-content {
    padding: 0 1rem 0 3rem;
}
.carousel-indicators {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    right: 6%;
    margin: 0;
    bottom: unset;
    left: unset;
}
.carousel-indicators button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 100% !important;
    display: block;
    border: solid 4px #ff000000 !important;
    margin: 5px;
}
.carousel-indicators .active {
    opacity: 1;
    border: solid 4px #fd9700 !important;
}

/*Announcement*/

.announcement-sec {
    padding: 0;
}
.ann-row {
    background: #f3f9ff;
    margin: -1.7rem auto 0;
    position: relative;
    padding: 0.6rem;
    display: flex;
    align-items: center;
    gap: 26px;
    width: 100%;
    border: dashed 1px #4f34b6;
    box-shadow: 0px 0px 21px 5px #2414412e;
}
.ann-row h5 {
    text-wrap-mode: nowrap;
    margin: 0;
    clip-path: polygon(0 0, 87% 0%, 100% 100%, 0% 100%);
    background: #FF9800;
    padding: 0.9rem 2.6rem 0.9rem 1rem;
}
marquee a {
    padding-left: 15px;
    position: relative;
    margin-right: 14px;
    color: #15133c;
}
.custom_merquee a:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #ff9800;
    position: absolute;
    border-radius: 100px;
    left: 0;
    top: 9px;
}


/*Research*/

section.research-sec:after {
    content: "";
    background-image: url(https://wordpress.themeholy.com/webteck/wp-content/uploads/2024/01/particle_3.png);
    width: 100%;
    height: 591px;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
}
section.research-sec .container {
    position: relative;
    z-index: 1;
}
.research-col h2.theme-heading {
    text-align: left;
}
.research-wrapper {
    background: #e7e8f1;
    padding: 1.3rem;
    border-radius: 15px;
}
.research-image {
    background: #fff;
    max-height: 240px;
    height: 100vh;
    border-radius: 15px;
    margin-bottom: 1.3rem;
}
.research-title {
    text-align: center;
}
.research-title h4 {
    margin-bottom: 3px;
    font-size: 22px !important;
    letter-spacing: -0.2px;
}
.research-title p {
    font-size: 14px;
}
.research-title a {
    margin-top: 10px;
    font-size: 15px;
    letter-spacing: -0.4px;
    font-style: italic;
    color: #e28804;
    font-weight: 400;
}
.news-wrapper {
    background: #281769;
    height: calc(100% / 1 - 44px);
    border-radius: 0px 0 20px 20px;
    padding: 1rem;
}
.news-wrapper li {
    border-bottom: dashed 1px rgb(204 197 229 / 72%);
    padding-bottom: 0.7rem;
    margin-bottom: 2rem;
}
.news-wrapper li a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: gold !important;
    font-size: 15px;
}
.news-head {
    visibility: visible;
    animation-name: bounceIn;
    font-size: 24px;
    display: table;
    margin: 0 0 0 auto;
    clip-path: polygon(12% 0%, 100% 0%, 100% 100%, 0% 100%);
    background: #FF9800;
    padding: 8px 15px 8px 30px;
}

/*About Sec*/

section.about-sec {
    background-image: url(https://wordpress.themeholy.com/webteck/wp-content/uploads/2024/05/blog_bg_9.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    background-position: center;
}
.about-sec h2.theme-heading {
    margin-bottom: 1rem;
    text-align: left;
}

/*Latest Project*/

.project-wrapper {
    padding: 1rem;
    background: #e7e8f1;
    border-radius: 15px;
    max-height: 300px;
    height: 100vh;
    position: relative;
}
.project-title {
    background: #fff;
    border-radius: 15px;
    position: absolute;
    width: 92%;
    left: 50%;
    transform: translateX(-50%);
    padding: 1rem;
    bottom: 14px;
    text-align: center;
}
.project-title h4 {
    font-size: 19px;
    letter-spacing: -0.2px;
    margin-bottom: 3px;
}
.project-title p {
    display: flex;
    justify-content: center;
    gap: 8px;
}
.project-title p a{
    font-size: 14px;
    color: #e28804;
}

/**/

section.srv-sec {
    padding-top: 0;
}
.srv-box {
    text-align: center;
    background: #4f34b6;
    padding: 2rem;
    height: 100%;
    border-radius: 15px;
}
.srv-box h4 {
    color: #fff;
    font-weight: 600;
}
.srv-box p {
    font-size: 15px;
    color: #f7f4ff;
}
section.srv-sec .row {
    padding: 0 1rem !important;
}


/*Footer*/

footer {
    background-color: #3f2a8f !important;
}

footer.footer:after {
    content: "";
    background-image: url(https://wordpress.themeholy.com/webteck/wp-content/uploads/2024/02/footer_shape_2.svg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    opacity: 0.7;
}


/*----------------------------------------- Satyabrata Swain---------------------------------------- */

.sec-title h2::before{
    position: absolute;
    left: 0;
    bottom: -9px;
    content: "";
    height: 4px;
    width: 200px;
    background-color: #faa203;
}

.bold-text{
    position: relative;
    color: #06092d;
    font-size: 17px;
    line-height: 1.7em;
    padding-right: 100px;
    margin-top: 30px;
    font-family: "Montserrat", sans-serif;
}

.banner_img_new{
    max-width: 100%;
    width: 535px;
    height: 500px;
    object-fit: fill;
}

.right_column{
  background-color: rgb(255 255 255);
  .inner_div{
        margin: 8px;
        background-color: #ffffff;
        padding: 10px 0px;
        border-radius: 15px;
  }
}

.custom_navlink{
  font-size: 15px;
  font-weight: 600;
  color: #ffffff !important;
   padding: 10px;
   display: flex;
   align-items: center;
   gap: 5px;
}

.custom_navlink.active {
    background-color: #FF9800 !important;
    color: #333 !important;
    border-radius: 10px 10px 0px 0px;
    padding: 10px;

    .icon_img{
    width: 15px;
    filter: invert(0);
  
}


}

.heading_text{
      font-family: "Montserrat", sans-serif;
    font-size: 19px;
    font-weight: 700;
    text-align: start;
    color: #4f34b6;
    padding: 15px 0px;
}

.custom_tab{
    background-color: #281769;
    border: 1px solid #8080803d;
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
    height: 62vh;
}

  

.custom_tab>.active{
  opacity: 1;
}


    .table>thead>tr>th,.table>tbody>tr>th {
    background-color: #3f2a8f !important;
    color: #fff;
    text-align: center;
    vertical-align: middle !important;
}

.banner_section{
  position: relative;
}

.banner_section::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 3, 32, 0.6);;
    position: absolute;
    top: 0;
}

.inner_container{
  padding: 100px 0px;
  position: relative;
  z-index: 1;
  h2{
    margin: 0;
    font-weight: 800;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
  }
  p{
    color: #fff;
    margin-top: 10px;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
  }
}

#myBtn {
    background-color: #ff5252 !important;
}

#myBtn:hover{
  background-color: #ff5252;
}

.second_container p{
   font-size: 16px;
    line-height: 32px;
}

.second_container h2{
   font-size: 16px !important;
    background-color: #fff !important;

}


.content-date {
    /* width: 23%; */
    text-align: center;
    border-bottom: 2px solid #014694;
}

.content-date-flex {
    display: flex;
    justify-content: space-evenly;
    align-items: baseline;
}

.day {
    color: #ff9800;
    font-size: 16px;
    font-weight: bold;
}

.month {
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.year {
    color: #ff5252 !important;
    font-size: 14px;
    font-weight: bold;
}

.icon_img{
    width: 15px;
    filter: invert(1);
}








