/* ======================================= 
                IMPORT FONTS 
 ======================================= */
 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Monoton&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Kalam&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Shantell+Sans&family=Tilt+Neon&display=swap');
 @font-face {
  font-family: 'GT Walsheim Pro';
  src: local('GT Walsheim Pro Bold'), local('GT-Walsheim-Pro-Bold'),
      url('https://nytcindia.org/public/font/GTWalsheimPro-Bold.woff2') format('woff2'),
      url('https://nytcindia.org/public/font/GTWalsheimPro-Bold.woff') format('woff'),
      url('https://nytcindia.org/public/font/GTWalsheimPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* ======================================= 
                * CSS
 ======================================= */
 
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
    outline-color: transparent;
    outline-width: 0;
    outline-style: none;
    box-shadow: 0 0 0 0 rgba(0,123,255,0);
}
a {
  text-decoration: none !important;
}
.cursor-pointer
{
  cursor: pointer;
}
/* ======================================= 
                NAVBAR CSS
 ======================================= */
 .myMarquee {
  width: 100%;
  height: 80px;
  overflow: hidden;
  position: relative; 
  background: #4ad;
  display: flex;
  font-family: 'Poppins',sans-serif;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  background-image: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(rgba(255, 255, 255, 0.7)),
    to(rgba(255, 255, 255, 0))
  );
}
 
 
.change:before {
  content: 'National Youth Training Council';
  font-size: 100%;
  animation-name: change-letter;
  animation-duration: 6s;
  animation-iteration-count: infinite;

}

@keyframes change-letter {
  0%, 25% {
    opacity: 1;
    content: "National Youth Training Council";
    color: #3a2b7c;
    font-weight: 700;
  }
  41.67%, 66.67% {
    opacity: 1;
    content: "জাতীয় যুব প্রশিক্ষণ পরিষদ";
    color:#F44336;
    font-weight: 700;
  }
  83.34%, 100% {
    opacity: 1;
    content: "जातीय युवा प्रशिक्षण परिषद";
    color:#009688;
    font-weight: 700;
  }
}

.ticker-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  background:#0a2356;
  padding:18px 10px;
   font-family: 'Poppins';
   font-size: 14px;
    color:#ffffff;
}

.ticker-wrapper {
  display: inline-block;
  animation: ticker 50s linear infinite;
}

.ticker-wrapper:hover {
  animation-play-state: paused;
}

.ticker {
  display: inline-block;
}

.ticker-text {
  font-weight: 600;
  color: #FFFFFF;
}

.blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

@keyframes ticker {
  0% {
    transform: translateX(40%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.btn {
  background: #F2B922; 
  padding:5px 8px;
  border-radius:5px;
  text-decoration:none;
}

 .navbar-brand span {
  margin-top: 5px;
}

 nav 
 {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index: 99999999 !important;
  position: relative;
  padding-top:14px !important;
  padding-bottom:14px !important;
 }
nav .nav-link {
    margin: left 7px; 
    margin-right:7px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color:#6e6d7a;
}
 
.nav-item ~ .dropdown .dropdown-menu {
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
   
  border: none; 
  width: 500px;
  border-radius: 24px;
  -webkit-box-shadow: 0px 10px 70px rgb(0 0 0 / 15%);
  box-shadow: 0px 10px 70px rgb(0 0 0 / 15%);
}
.nav-item ~ .dropdown .dropdown-menu.show{
  display: block;
}
.media-body span {
  font-size: 14px;
  font-family: 'Poppins',sans-serif;
  margin-top: 4px; 
  color: #262626;
}
.browse-courses
{
  background: #f8f8f8;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
.browse-courses a {
  color: #6e6d7a;
  text-decoration:none;
  font-size: 14px;
}
.nav-dropdown
{
  width: 350px !important;
  padding:22px 25px; 
  font-size: 14px;
  font-family: 'Poppins',sans-serif; 

}
.nav-dropdown::before{ 
  height: 10px;
  width: 10px;
  background-color: red; 
}
.nav-dropdown li a 
{
  transition: 0.3s;
}
.nav-dropdown li:hover a {
  color: #4c1764 !important;
  margin-left: 8px;
}

.nav-dropdown:after{
  content:''; /* Required to display content */
  position: absolute; /* Sets the position absolute to the top div */
  top: 0;
  left: 11%;/* position the little arrow */
  margin-left: -15px;
  margin-top:-10px; /* Set margin equal to border px */
  width: 0;
  z-index:1;
  height: 0;
  border-bottom: solid 10px #ffffff; /* Creates the arrow pointing up, to change to a notch instead user border-top */
  border-left: solid 10px transparent; /* Creates triangle effect */
  border-right: solid 10px transparent; /* Creates triangle effect */
}


.nav-dropdown li:not(:last-child) {
  padding-bottom: 12px;
  border-bottom: 1.4px dashed #eee;
}
.nav-dropdown li a {
  color: #6e6d7a !important;
}
 
  nav .signinBtn {
    color:#6e6d7a;
    border:none;
    background: none;
    outline: none;
    font-size: 16px;
  }
  nav .signupBtn, .comingsoonBtn {
    color: #ffffff;
    display: inline-block; 
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    padding: 10px 25px;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    border: none;
    border-radius: 24px;
    outline: none;
    background: #0f141a;
    text-align: center; 
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    
}
 
.sidenav {
  height: 100%;
  width: 80%;
  position: fixed;
  z-index: 999999999999;
  top: 0;
  right:  -100%;
  background-color: #ffffff; 
  transition: 0.3s; 
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  
}
.sidebar-nav-link
{
  height: 380px;
  overflow: scroll;
}
.sidebar-nav-link li   
{
   
  padding-top: 1rem;
  padding-bottom: 1rem;
 
}
.sidebar-nav-link li:not(:last-child)
{
  border-bottom: 1px dotted lightgray;
}
.sidebar-nav-link li a
{
  font-size: 15px;
  font-family: 'Poppins',sans-serif;
  font-weight: 400;
  color: #262626 !important;
  text-decoration: none; 
}
.sidebar-nav-link li a.active {
  color: #0b2356 !important;
  font-weight: 500;
}
.sub-header span {
  
  -webkit-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
}
.rotate-arrow {
   transform: rotate(90deg); 
}

.sub-menu li a
{
  font-size: 14px;
  font-family: 'Poppins',sans-serif;
  font-weight: 300;
}
.bottom-section{
 margin-top: 3rem; 

}
.bottom-section a {
  padding: 14px 0;
  margin:1rem 0; 
  font-weight: 500;
}
 
.bottom-section button {
   
  background: #0b2356;
  color: #ffffff; 
  border-radius: 24px;
  padding:3px 40px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;

 }
/* ======================================= 
              HOME PAGE CSS 
 ======================================= */
 .bounce
 {
     animation: bounce 1s; 
            animation-direction: alternate; 
            animation-timing-function: cubic-bezier(.5, 0.05, 1, .5); 
            animation-iteration-count: infinite; 
 }
     
        @keyframes bounce { 
            from { 
                transform: translate3d(0, 0, 0); 
            } 
            to { 
                transform: translate3d(0, 50px, 0); 
            } 
        } 
.landing-section
{ 
    height:85vh;
    width:100%; 
     background-color: #0a2356;
     overflow: hidden;
     position: relative;
 }
 .landing-section .svg-waves {
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  height:180px;
  }
  
.svg-waves use {
  -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
          animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.svg-waves use:nth-child(1) {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  fill: rgba(255, 255, 255, 0.7);
}

.svg-waves use:nth-child(2) {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  fill: rgba(255, 255, 255, 0.5);
}

.svg-waves use:nth-child(3) {
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
  -webkit-animation-duration: 13s;
          animation-duration: 13s;
  fill: rgba(255, 255, 255, 0.3);
}

.svg-waves use:nth-child(4) {
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  fill: white;
}

@-webkit-keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
 

.landing-text
{
  font-family: 'Poppins',sans-serif;
  font-weight: 700;
  color:#ffffff;
  font-size: 40px;
    text-transform: capitalize;
    line-height: 60px;
 
}
.landing-text span { 
  color: #ffd43b;
}
 
.wel-text h1 span {font-weight:300;font-family: 'Roboto Condensed', sans-serif;font-size: 14px;line-height: 28px;letter-spacing: 0.5px;margin: 0px 0px;color: #1c2636;}
.wel-text h1 {font-weight: 600;font-family: 'Roboto Condensed', sans-serif;font-size: 25px;text-transform: uppercase;letter-spacing: 0.5px;margin: 0px 0px;color: #325098;}
.decor-4 {
  width: 100%;
  text-align: left;
  margin: 0px auto;
}
.decor-4:after {
  position: relative;
  top: 0px;
  display: inline-block;
  width: 200px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 4px solid #ffd43b;
  margin: 3px 0px;
  content: '';
}

 

/* CSS */
.button-15 {
  background-image: linear-gradient(#42A1EC, #0070C9);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 1px solid #0077CC;
  border-radius: 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  direction: ltr;
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -.022em;
  line-height: 1.47059;
  min-width: 30px;
  overflow: visible;
  padding: 12px 38px;
  text-align: center;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
}

.button-15:disabled {
  cursor: default;
  opacity: .3;
}

.button-15:hover {
  background-image: linear-gradient(#51A9EE, #147BCD);
  border-color: #1482D0;
  text-decoration: none;
}

.button-15:active {
  background-image: linear-gradient(#3D94D9, #0067B9);
  border-color: #006DBC;
  outline: none;
}

.button-15:focus {
  box-shadow: rgba(131, 192, 253, 0.5) 0 0 0 3px;
  outline: none;
}
.btn-demo 
{
  margin-top: 1.4rem;
  font-size: 16px;
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF !important;
    background-color: #6440FB;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #6440FB;
    border-radius: 8px 8px 8px 8px;
    padding: 10px 50px 10px 50px;
}

.btn-class 
{
  margin-top: 1.4rem;
  font-size: 16px;
  font-weight: 500; 
  fill: #ffd43b;
  color: #ffd43b;
  background-color: #00000000;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #ffd43b;
    border-radius: 8px 8px 8px 8px;
    padding: 10px 50px 10px 50px;
}
.btn-class:hover {
  background-color: #ffd43b;
  color:#ffffff;
}
.landing-image
{
  height: 450px;
  width:100%;
  object-fit: contain;
}
.ld-icon-img
{
  height: 55px;
  width:55px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
 
}
.ld-icon-img img{
  height: 35px;
  width:35px;
  object-fit: cover;
}
.ld-icon-img:nth-child(1)
{
  position: absolute;
  top: 3rem;
  left:3rem;
}
.ld-icon-img:nth-child(2)
{
  position: absolute;
  top: 2rem;
  right:2rem;
}
.ld-icon-img:nth-child(3)
{
  position: absolute;
  bottom: 0px;
  left:4rem;
}
.ld-icon-img:nth-child(4)
{
  position: absolute;
  bottom: 3rem;
  right:3rem;
}
.info-image
{
  height: 300px;
}
.info-section {
 width: 100%; 
margin-top: 6rem;
position: relative;
z-index: 999;
}
.bells {
  position: absolute;
  top: 0;
  right: 2%;
  object-fit: cover;
  height: 80px;
}
 
 .info-img
 {
  position: absolute;
  top: 50%;
  left:50%; 
  transform: translate(-50%,-50%);
  width: 70%;
  object-fit: contain; 
  border: none;
 }
 .info-img-next
 {
  position: absolute;
  top: 10%;
  right: 0;
  border: 1px solid #000;
  box-sizing: border-box; 
  z-index: 99;
  height:14rem;
  width: 10rem;
  object-fit: cover; 
 }
 .info-img-logo 
 {
  position: absolute;
  bottom: 15%;
  right: 35%;
  border: 1px solid #000;
  box-sizing: border-box; 
  border: none; 
  border-radius: 50%;  z-index: 99;
  height:4rem;
  width: 4rem;
  object-fit: cover;  
 }
.svg-bg
{ 
  border-radius: 2px;
  height: 15rem;
  position: absolute;
  width:20rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
}

 .info-section p
 {
  font-family:'Poppins',sans-serif;
  font-size: 14px;  
  margin-top: .8rem; 
 }
 .btn-read {
  background-color: #002359;
  color: #ffffff !important;
  padding: 8px 22px;
  border-radius: 0px;
  font-size: 14px;
  margin-top: .4rem;
 }
 .info-section p span {
  color :#f45b0f; 
 }
 
 .course-section-home {
  margin-top: 6rem; 
   background-image: linear-gradient(rgba(0,0,0,0) 0%, #f4f4f4 10%, #f4f4f4 90%, rgba(0,0,0,0)); 
  background: url('https://nytcindia.org/public/assets/images/tpc.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

 
    padding: 90px 10px 140px 10px;

 }
 .verification-section {
  background-image: linear-gradient(rgba(0,0,0,0) 0%, #f5f0e6 10%, #f5f0e6 100%, rgba(0,0,0,0));

 }
.course-heading,.info-section h2{
  font-family:'GT Walsheim Pro';
  font-weight: 700; 
  color: #002333;
}
.tabs li a {
  font-family:'GT Walsheim Pro';
  font-weight: 700; 
  color: #002333;
  text-decoration: none;
  padding-bottom: 1rem ; 
}
.activeClass{
  color: #3722d3 !important;
  border-bottom: 4px solid #3722d3;
}
.owl-stage{
  margin: 0px;
  overflow: visible;
}
.owl-item.active {
opacity: 1;
}
.owl-nav button {
  position: absolute;
  top: 40%;
  height: 50px;
 width: 50px; 
 border-radius: 50%;
 box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
 background: #ffffff !important;
 border: none;
 display: flex;
 justify-content: center;
 align-items: center;
}
.owl-nav button.owl-prev { 
  left: -2%;
}
.owl-nav button.owl-next { 
  right: -2%;
}
.owl-dots {
  text-align: center;
  padding-top: 12px;
}
.owl-dots button.owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  /* background-color: #3722d3; */
  background-color:#55c1f7;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-card
{
  font-family:'GT Walsheim Pro';
  border-radius: 8px;
  text-align: center;   
   box-shadow: 0 2px 4px 0 rgb(184 184 184 / 50%);
}
.card-img-top {
  height: 110px !important;
  object-fit: cover;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.why-section
{
  margin-top: 8rem;
}
.spec-img-bg
{
  height:500px;
  width:500px;
  position:absolute;
  top:10%;
  left:5%;
  
}

.notice-container { 
  background-color: #f9f7f7;
  width:100%;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
  height: auto;
  border-radius: 10px;
}

.notice-header { 
  background-color: #002359;
  width:100%;
  color:#fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Poppins';
  padding: 13px 15px;
  display: flex;
  justify-content: space-between;
}
.notices {
  display: flex;
  flex-direction: column;
  height: 260px;
  overflow:hidden;
}
.notice-body {
  width:100%;
  padding:8px;
  border-top:none;
  border-right:none;
  border-left:none;
  border-bottom: 1px dotted #555 !important;
  display: flex;
}
.date{
  display: flex;
  flex-direction: column;  
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 600;
  text-align: center; 
  padding: 4px 14px;
  border-radius: 4px;
  
}
.d
{
  color:#0b71b8;
}
.m
{
  color:#f1ab0d;
}
.msgbody {
  border-left: 1px solid #013b47;
  font-size: 14px;
  font-family: "Poppins";
}
.notice-bottom {
  padding: 8px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  position: relative;
}
button {
  padding: 2px 12px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #002359; 
}




.why-section h1 {
  font-family:'GT Walsheim Pro';
  font-weight: 700; 
  color: #002333;
  padding-bottom: .4rem;
}
.why-section hr {
 width:100px;
 height: 6px;
 border-radius: 24px;
 margin-left: 0;
 background-color:  #3722d3;
}
.why-section p {
  padding-top: .4rem;
  font-family:'Poppins',sans-serif; 
  font-size: 18px;
 }
 .why-section button 
 {
  margin-top: .5rem;
  color: #3722d3;  
    height: 40px;
    padding: 8px 22px;  
    border-radius:  4px;
    outline: none;
    background: #ffffff;
    border: 1px solid #3722d3;
    text-align: center; 
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family:'GT Walsheim Pro', sans-serif;
    font-size: 16px; 
    transition: 0.2s all;
 }
 .why-section button:hover {
  background-color: #3722d3;
  color: #ffffff;
 }

.spec-card
{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  border-radius: 8px;
  font-family: 'Poppins',sans-serif;
  height: 150px;
  font-size: 18px;
  font-weight: 500;
   cursor: pointer;
}
.spec-card i {
  color: #0cbd80 ; 
  transition: 0.3s all;
}
.spec-card:hover i {
  margin-left: 10px;
}
.spec-img {
  height: 75px;
  object-fit: contain;
  position: absolute;
  bottom: .5rem;
  right: .5rem;
}



.wrapper{
  /* margin-top: 10rem; */
  font-family: 'Comfortaa', sans-serif;
  display: flex;
}

#about{
  color: #000000;  
 
}
#about span{
  font-family:'Poppins', sans-serif;
  font-size:10px;
  margin-bottom: .2rem;
  font-weight: 600;
  display: block;
  letter-spacing: 1px;
 
}
#about h5{
  font-family:'Poppins', sans-serif;
  font-weight: 600;
 
}
#about p{
  font-family:'Poppins', sans-serif; 
}
#about ul{
  font-family:'Poppins', sans-serif;
  margin-top: 1.5rem;
  font-weight: 400;
  font-size: 16px;
}
#about ul i{
  color: #185f34;
}
#about a.contact {
  background:#4a154b;
  color: #ffffff;
  text-decoration: none; 
  padding: 15px 30px;
  font-size: 17px;
  font-family:'Poppins', sans-serif;
  border-radius: 4px;
  margin-top: 1rem;
  display: inline-block;
}


#about a.learn-more {
  color: #1264a3;
  font-family:'Poppins', sans-serif;
  margin-top: 1rem;
  padding-bottom: .3rem;
  font-weight: 300;
  display: inline-block; 
  transition: 0.3s all;
}
a.learn-more:after{
  margin-top: 0.2rem;
  height:2px;
  width:0%;
  background-color:#1264a3;
  display:block;
  content:'';
  transition:0.4s;
}

a.learn-more:hover:after{
  left:0;
  width:100%;
}

.title{
 
  padding: 5rem 2rem;
}

 

 

 
 
 .outer3{ 
    
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
   
}

  
.quick-call .animation-area {
	background: linear-gradient(to left, #8942a8, #ba382f);
	width: 100%;
	height: 100%;
}
.quick-call .box-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.quick-call .box-area li {
	position: absolute;
	display: block;
	list-style: none;
	width: 25px;
	height: 25px;
	background: rgba(255, 255, 255, 0.2);
	animation: animatebg 20s linear infinite;
	bottom: -150px;
}
.quick-call .box-area li:nth-child(1) {
	left: 86%;
	width: 80px;
	height: 80px;
  border-radius: 8px;
	animation-delay: 0s;
}
.quick-call .box-area li:nth-child(2) {
	left: 12%;
	width: 30px;
	height: 30px;
	animation-delay: 1.5s;
	animation-duration: 10s;
  border-radius: 8px;
}
.quick-call .box-area li:nth-child(3) {
	left: 70%;
	width: 100px;
	height: 100px;
	animation-delay: 5.5s;
  border-radius: 8px;
}
.quick-call .box-area li:nth-child(4) {
	left: 42%;
	width: 150px;
	height: 150px;
	animation-delay: 0s;
	animation-duration: 15s;
  border-radius: 8px;
}
.quick-call .box-area li:nth-child(5) {
	left: 65%;
	width: 40px;
	height: 40px;
	animation-delay: 0s;
}
.quick-call .box-area li:nth-child(6) {
	left: 15%;
	width: 110px;
	height: 110px;
	animation-delay: 3.5s;
  border-radius: 4px;
}
@keyframes animatebg {
	0% {
		transform: translateY(0) rotate(0deg);
		opacity: 1;
	}
	50% {
		transform: translateY(-800px) rotate(360deg);
		opacity: 0;
	}
}

 
 
 .card-verification
{
  z-index:0 !important;
  position: relative;
  height: 200px; 
  background-color: #ffd43b;
  color: #1e3050;
  cursor: pointer;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
  transition: 0.5s;
  border-radius: 10px;
}
.card-verification:hover  {
  background-color: #002359;
  color:#ffffff;
 }
 .card-verification:hover p{
  color:#ffffff;
 }
.card-verification:hover .icon {
 transform: rotate(360deg);
}
 .card-verification .icon {
  height: 65px;
  width:65px;
  border-radius: 50%;
  display: flex;
  font-size: 17px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #1e3050;
  transition: 0.5s;
}
 .card-verification h5 {
  font-family: 'Poppins',sans-serif;
  font-weight: 500;
  margin-top: 1.2rem;
}
 .card-verification p {
  font-family: 'Poppins',sans-serif; 
  font-size: 12px;
  color: #605c5c;
  transition: 0.5s;
}  
 .card-btn-grp {

 height: 120px;
 color: #000; 
 transition: 0.3s all;
 cursor: pointer;
 background-image: linear-gradient(to top, #B6D0E2 0%, #B6D0E2 1%, #e2f0fc 31%, #eeeeee 75%, #cfe4f9 100%); 
 box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
 .card-btn-grp h5 {
  font-family: 'Poppins',sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-top: 1rem;
}
 .card-btn-grp img {
height: 40px;
width: 40px;
object-fit: cover;
}
 .card-btn-grp span {
  position: absolute;
  right: 1.5rem;
  bottom: 1rem;
  }
 .card-btn-grp:hover{
  transform: scale(1.1);
}
 .student-service h2 {
    color:#223341 ;
  font-family: 'Poppins',sans-serif;
  font-weight: 600;
 }
  
.student-service p {
  font-family: 'Poppins',sans-serif;
  font-size: 14px;
}
.student-service button{
  background:#002359 ; 
  color:#ffffff;
  border-radius: 4px;
  border: none;
  outline: none;
  padding: 10px 30px;
  font-family: 'Poppins',sans-serif;
  font-size: 14px;
}

.row.justify-content-center {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
  
  
.register-section
{ 
  background-image: url("https://nytcindia.org/public/assets/images/parallax.svg");
  min-height: 500px;  
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  

}
.register-section h1 {
  color:#ffffff;
  font-family: 'Poppins',sans-serif;
  font-weight: 600;
}
 .register-section p{
  color:#ffffff;
  font-family: 'Poppins',sans-serif;
  font-weight: 400;
}
 
.register-card
{
  z-index: 0;
  border-radius: 24px;
}
.register-card h5
{
  font-family: 'Poppins',sans-serif;
  color: #002333;
  font-weight: 600;
}
.btn-dark
{
  background:  #002333 !important;
  font-family: 'Poppins',sans-serif;
  padding:8px 0;
}
hr.hr-text {
  position: relative;
    border: none;
    height: 1px;
    background: #999;
}
hr.hr-text::before {
  content: attr(data-content);
  display: inline-block;
  background: #fff;
  font-weight: bold;
  font-size: 0.85rem;
  color: #999;
  border-radius: 30rem;
  padding: 0.2rem 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.register-card input 
{
  width:100%;
  height:45px;
  padding-left: 12px;
  border-radius: 4px;
  border:1px solid #dcdee1;
  font-family: 'Poppins',sans-serif;
  font-size: 14px;
  color: #344f5c;
  font-weight: 500;
  outline: none !important;
}
.register-card input:focus {
 border-color: #015fcc;
}
.register-card form button {
  width:100%;
  
  border:none;
  background:#002359;
  font-weight: 500;
  color: #ffffff;
  padding: 8px 0;
  font-size: 14px;
  border-radius: 4px;
} 
.register-card form p {
  font-size: 12px;
}
.course-img
{
 position: relative;
 margin-left:4rem;
  height: 510px;
  width: 80%;
  object-fit: contain;
  z-index: 99;  
  box-sizing: border-box;
}
 
.after-svg
{
  position: absolute;
  top:40%;
  right: 10%;
  height: 300px; 
}
.before-svg
{
  position: absolute;
  top:0%;
  left: 5%;
  height: 300px; 
}
.offer 
{
  position: absolute;
  top: 20%;
  left:  20%; 
  font-family:'GT Walsheim Pro', sans-serif;
  font-weight: 700;
  color: #ffffff; 
  z-index: 999;
}
.offer button{
   
  margin-top: .5rem;
  border:none;
  background:#ffd43b;
  font-weight: 500;
  color: #002333;
  padding: 7px 22px;
  font-size: 14px;
  border-radius: 24px;
}


 
.myaccordion .card {
  border: none;
  background:  transparent;
  

}
.myaccordion .card p {
  font-family: 'Poppins';
  font-size: 14px;
}

.myaccordion .card-header {
  border: none;
  background: transparent;
}
.myaccordion .btn {
  width: 100%;
  font-weight: normal;
  color: #262626; 
  letter-spacing: 0; 
  font-family: 'Poppins'; 
 padding: 12px 30px !important;
  position: relative;
  text-decoration: none; 
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
button[aria-expanded="false"] {
  background-color: #ffffff;
}
button[aria-expanded="true"] {
  background-color: #002359;
  color: #ffffff !important;
}
button[aria-expanded="true"] i{ 
  color: #ffc107 !important;
}
.myaccordion .card-header .heading {
  position: relative;
  font-weight: 300;
  z-index: 0;
}
.myaccordion .card-header .heading h3 {
  font-size: 14px;
  margin-bottom: 0;
  text-align: left;
}

.icon i {
  transition: transform 0.3s ease; /* Add transition for the transform property */
}

.testimonial-section
{
  background-image: url("https://nytcindia.org/public/assets/images/testimonial.jpg"); 
  background-color: #625b23;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
}
.testimonial-section h2 {
  font-family:'GT Walsheim Pro';
  font-weight: 600; 
  color: #ffffff;
}
.testimonial-section p {
  font-family: 'Poppins',sans-serif;
  font-size: 17px;
  color: #ffffff;
}

 .testimonial-wrap {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
 }
.quote {
  font-style: italic;
  max-width: 55%; 
  padding: 18px 18px 5px 15px;
  border-radius: 5px; 
}

.student {
  margin-left: 25px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.student .photo img{
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  float: left;
  margin-right: 10px;
  object-fit: cover;
  border:4px solid #55c1f7;
}
.student p {
  position: relative;
  top: 5px;
  text-transform: uppercase;
}
.student p:nth-child(2) {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.student p:nth-child(3) {
  font-size: 14px;
  color: #777;
}

.fa-quote-left
{
   position: absolute;
}
.quick-call
{
  background: #002359;
    border: none;
    clip-path: ellipse(75% 100% at center top);
    height: auto;
    min-height: 370px; 
}
.quick-call h1 {
  font-family:'GT Walsheim Pro';
  font-weight: 700; 
  color: #ffffff;
}
.quick-call h1 {
  font-family:'GT Walsheim Pro';
  font-weight: 700; 
  color: #ffffff;
}
.quick-call a {
 padding: 12px 35px;
 border-radius: 2px;
 font-size: 16px;
 margin-top:20px; 
 display: inline-block;
  
}
.quick-call .connect  {
  background:#ffffff;
  text-decoration: none;
  color: #002359; 
 }
 .quick-call .query  {
  background:#002359;
  color: #ffffff;
  text-decoration: none;
  border:1px solid #ffffff; 
 }
 .learning-gif
 {
  position: absolute;
  top: 25%;
  right: 2%;
  height: 400px;
 }
 .affiliations-section h3 {
  font-family:'GT Walsheim Pro';
  font-weight: 700; 
 }
   /* ======================================= 
                FOOTER CSS
 ======================================= */

 .footer-section 
 {
  background-color: #10162f;
  color: #ffffff;
 }
.company h5 {
  font-family:'GT Walsheim Pro';
  font-weight: 700; 


}
.company li {
  font-family:'Poppins',sans-serif;
  font-weight: 400; 
  font-size: 14px;
}  
 
.ft-col li{
  font-family:'Poppins',sans-serif;
  font-weight: 400; 
  font-size: 14px;
  margin-top: 10px;
}
.footerbulb
{
  position: absolute;
  top:0;
  right:5%;
  height: 80px;
}
.footer-svg
{
  position: absolute;
  bottom:0%;
  left:10%; 
  height: 100px;
}
#affiliation-owl img 
{
  height: 80px;
  object-fit: contain;
}
.social li a {
  font-size: 28px;
}



   /* ======================================= 
                CONTACT  CSS
 ======================================= */
 .get-in-touch
 {
 display: inline-block;
  font-weight: 600;
  font-family: "Poppins"; 
  position: relative;

 }

.get-in-touch::after{
  content:'';
  height:5px;
  width:40%;
  border-radius: 24px;
  background:#fa949d;
   position: absolute;
   bottom:-12px;
   left:calc(50% - 22%);
 
  
}
 .bg-contact
 {
  background-color: #3e2093;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
 }
  
 .bg-contact h4 {
  color: white;
  font-family: 'Poppins',sans-serif;
 
 }

 .bg-contact p , .bg-contact ul li span {  
  color: #c5bcde;
  font-size: 14px;
  font-family: 'Poppins',sans-serif;

}
.bg-contact ul li i {
  color: #fa949d; 

 }
  .half-circle
  {
    height: 160px;
    width:160px;
    background: #fa949d; 
    position: absolute;
    right: -45px;
    bottom: -45px;
    border-radius: 50%;
  }

  .semi-circle
  {
    height: 70px;
    width: 70px;
    background: #7e53f9; 
    position: absolute;
    right: 55px;
    bottom: 55px;
    border-radius: 50%;
    z-index: 9;
  }



#contactForm input {  
  padding: 10px 0; 
  margin-bottom: 50px; 
} 
#contactForm textarea {  
  height: 100px;
  resize: none;
  padding: 10px 0; 
}
#contactForm textarea , #contactForm input { 
  width: 100%; 
  box-sizing: border-box;
  box-shadow: none;
  outline: none;
  border: none;
  transition: 0.3s all;
  border-bottom: 2px solid #dbdbe5;
}
 
#contactForm div label {
  position: absolute;
  top:0;
  left:15px;
  font-size: 14px;
  font-family: 'Poppins',sans-serif;
  color: #101047;
  font-weight: 500;
  pointer-events: none;
  transition: 0.3s all;
} 
#contactForm input:focus ~  label {
  top: -14px;
  font-size: 12px;
  color: #5929e1;
}
#contactForm textarea:focus ~  label {
  top: -14px;
  font-size: 12px;
  color: #5929e1;
}
#contactForm input:focus  { 
  border-color: #5929e1;
}
#contactForm textarea:focus  { 
  border-color: #5929e1;
}
#contactForm button{
 font-size: 14px;
 font-family: 'Poppins',sans-serif;
 background-color: #5929e1;
 color: #ffffff;
 border-radius: 6px;
 padding: 15px 35px;
 border: none;
 outline: none;
}


/* ======================================= 
             STUDENT VERIFICATION
 ======================================= */
#verification-card {
background-color: #f0f2f5;
border-radius: 24px;
border: none; 
font-family: 'Poppins';
font-size: 14px;
}
 
#verification-card  .list-group
{
  border-radius: 24px;
}
.list-group-item 
{
  background: none;
  color: #000;
  
}
.st-verified
{
  height: 30px;
  font-size: 12px;
  padding: 0px 28px;  
  color: rgb(48, 194, 46);
  font-family: 'Poppins',sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background-color: rgb(48 194 46 / 10%);
}
 
#verification-card .fa-user-graduate
{
  color: #6610f2;
}
#verification-card .fa-mailbox
{
  color: #dc3545;
}

/* ======================================= 
               STUDENT VERIFICATION
 ======================================= */
  
.stverheading
{
  font-family: 'Poppins',sans-serif;
  font-weight: 600;
  color: #161616;
}
.stverheading img {
  height: 40px;
}
.input-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 290px;
  height: 60px;
  min-width: 290px;
  margin-right: 16px;
  padding: 18px 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ccd1d6;
  border-radius: 30px;
  cursor: pointer;
}.text-field {
  margin-bottom: 0;
  padding: 0;
  border: 1px #000;
  line-height: 24px;
  letter-spacing: -.32px;
}
.text-size-regular {
  font-size: 1rem;
  line-height: 1.6rem;
  letter-spacing: -.02em;
}
.w-input{
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px  15px;
  margin-bottom: 0px;
  font-size: 16px;
  font-family: 'Poppins';
  line-height: 1.42857143;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: none;
  outline: none;
}
input {
  line-height: normal;
}
.button-wrap.left-align {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: sans-serif;
}
.button-wrap {
  position: relative;
  display: inline-block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transition: .5s;
  transition: .5s;
  
}
.stverform .div-btn {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 32.5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 30px;
  background-color: #f075c6;
  color: #fff;
  line-height: 1rem;
  letter-spacing: -.02em;
  cursor: pointer;
} 
.btn-overlay
{
  position: absolute;
  left: 3px;
  top: 4px;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-color: #14181f;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.studentvrimg
{
  height: 400px;
}
.marks-table thead tr th 
{
 background-color: #262626;
 color: #ffffff;
 padding: 15px !important; 
 font-weight: 400; 
}
.marks-table tbody 
{
 border: 1px solid #ccc;
}
.marks-table tbody tr td 
{
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 24px !important;
}
.btm-badge
{
  padding: 10px 25px;
  color: gray;
  background-color: rgb( 0 0 0 / 5%);
  border-radius: 24px;
}
.btm-badge-success {
  border-radius: 24px;
  padding: 8px 25px;
  color: rgb(48 194 46);
  background-color: rgb(48 194 46 / 10%);
}
.btm-badge-primary {
  border-radius: 24px;
  padding: 8px 25px;
  color: rgb(0 123 255);
  background-color: rgb(0 123 255 / 10%);
}


/* ======================================= 
              VIEW COURSES
 ======================================= */
.course-section
{
  background-color: #f8c365; 
}
.course-heading {
  font-family: "Poppins";
  font-weight: 600;
}
.imgpentool
{
  height: 60px;
  width: 60px;
  rotate: 45deg;
}
.course-heading span { 
  
  font-family: 'Kalam', cursive;
}
.course-explore-btn
{
  padding: 8px 25px;
  background:#000;
  border: none;
  color: #fff;
  border-radius: 24px;
  font-size: 14px;
  margin-top:1rem; 
  font-family: 'Poppins',sans-serif;
}
.card-title-course
{
  border-radius: 24px;
  background-color: #000;
  color: #ffffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.card-title-course span {
  color: #f8c365;
  font-family: 'Kalam', cursive; 
}
.card-title-course svg {
  height: 25px;
  position: absolute;
  top: 2.2rem;
  left: 2rem;
  rotate: -38deg;
}
.card-title-course button {
 width:160px;
 margin-top: 2rem;
 background-color: #f8c365; 
 border: none;
 outline: none;
 padding: 10px;
 border-radius: 24px;
 font-family: 'Poppins';
 font-size: 14px;
 
 
}

.card-content-course
{
  height: 16.5rem;
  border-radius: 24px;
  border: none;   
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.card-content-course img {
  height: 50px;
  width: 50px;
}
.card-content-course span {
  font-size: 18px; 
  font-family: 'Tilt Neon', cursive;
  color: #262626;
}
.card-content-course p {
  font-size: 14px; 
  font-family: 'Tilt Neon', cursive;
  color: gray;
}
.course-card
{
  z-index: 0;
  border-radius: 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.course-card li {
  font-family: 'Poppins',sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #262626;
}
.c-card-b
{
  width: 100%;
  position: absolute;
  bottom: 1rem;
} 
#features-bg {
  background-image: url("https://nytcindia.org/public/assets/images/Vorderrhein.svg");
  background-size: cover; 
  margin-top: 5rem;
  
}
.course-content p:last-child {
  display: none;
}
.course-content
{
  margin-top: 1rem;
  border-radius: 10px;
  background-color: #f6f8fa;
  padding: .7rem;
}
.course-content p {
  font-size: 14px;
  font-family: 'Poppins',sans-serif;
  margin: .7rem;
  color: #24292f;
}
.display-4
{
  font-family: 'Poppins',sans-serif;
  color: #ffffff;
  font-weight: 700;
}
.jumbotron p {
  font-family: 'Poppins',sans-serif;
  color: #ffffff;
}

.masonry {
  margin-top: 2rem;
  display: inline-block;
	column-count: 4;
	column-gap: 12px;
}

.masonry .mItem {
  display: inline-block;
  margin-bottom: 14px;
  width: 100%;
}
.masonry .mItem img {
  width: 100%;
}
@media (max-width: 1199px) {
  .masonry {
    column-count: 3;
  }
}

@media (max-width: 991px) {
  .masonry {
    column-count: 2;
  }
}

@media (max-width: 767px) {
  .masonry {
    column-count: 1;
  }
  .quote { 
    max-width: 100%;  
  }
}

.jumbotron {
  height: 40vh;
  border-radius: 0px;
  background-image: url("https://nytcindia.org/public/assets/images/svgbg.svg");
    background-repeat: no-repeat;
  background-attachment: fixed; 
}
.field {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}
-down {
  margin-top: 1.5rem;
  width: 40px;
  height: 40px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  position: relative;
  animation: down 1.5s infinite;
  -webkit-animation: down 1.5s infinite;
}
-down::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 12px;
  width: 12px;
  height: 12px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}

@keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}
@-webkit-keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}

  
 
/* ======================================= 
                MEDIA QUERIES 
 ======================================= */


@media only screen and (max-width: 600px) {
  .landing-section .svg-waves {
     height:80px;
   }
  .box .box-inner { 
    padding:  5px;  
    
  }
  .myMarquee
  {
    height: 60px;

  }
  .myMarquee h3 {
    font-size: 1.2rem;
  }
  .student-service h2
  {
    font-size: 1.2rem;
  }
  .myaccordion .card-header .heading h3 {
    font-size: 14px;
    margin-bottom: 0;
    text-align: left;
  }
  .landing-section
{ 
    height:70vh;
}
.title{
 
  padding: 2rem 0rem;
}

.info-img,.info-img-next{
  position: relative;
}
.info-img{
  width:100%;
  height: 16rem;
}
.info-img-logo{
bottom:-12%;
left:7%;
}
  .owl-stage{
    margin: 0px; 
  }
  .navbar-brand img {
    height: 35px;
    width:35px;
  }
  .navbar-brand span {
    font-size: 18px;
    margin-top: 5px;
  }
  .wel-text h1
  {
    font-size: 20px;
  }
.landing-text
{ 
  font-size: 28px;
  line-height: normal;
}
 
.btn-demo 
{ 
  font-size: 14px;
    font-weight: 500; 
    display:inline;
    padding:9px 18px;
   
}

.btn-class 
{ 
   font-size: 14px;
    font-weight: 500; 
    display:inline;
    padding:9px 18px;
}
.comingsoonheader {
  margin-top: 2rem;
  font-size: 20px;
}
.comingsoonBtn
{
  font-size: 12px;
}
.landing-image
{
  height: 200px;
}
.ld-icon-img
{
  display: none;
}
.info-image {
  display: none;
}
.pattern
{
  height: 350px;
}
.course-section
{
  margin-top: 2rem;
}
.tabs li a
{
  padding-bottom: 0.5rem;
}
.why-section
{
  margin-top: 5rem;
}

.register-section h1 {
  font-size: 1.2rem;
}
 .register-section p{
  font-size: 14px;
}
.quick-call h1 {
  font-size: 30px;
}
.quick-call h1,a {
  z-index: 9999;
  position: relative;
}
.footer-svg
{
 display: none;
}
.social li a {
  font-size: 22px;
}

 .outer3
{
  z-index: 0;
  padding-left: 20px;
  padding-right: 20px;
} 
 
.card-img-top {
  height: 90px !important; 
}
  
}
 
 .outer:nth-child(3)
{
  height: 45rem;
}

.register-section svg {
  display: none;
}
.jumbotron
{
  height: 60vh;
}
.display-4 {
  font-size: 40px;
  margin-top: 5rem;
}
 .outer:nth-child(2)
{
  height: 30rem !important;
}

 .card-btn-grp
{
  height:110px;
}
 .card-btn-grp img{
  height: 30px;
  width: 30px;
}
.text-col-4 {
  font-size: 12px !important; 
}
 
 

@media only screen and (max-width: 399px) {
   .outer:nth-child(3)
  {
    height: 25rem;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
  .button-15 {
   width:100%;
  }
  .info-section
  {
    margin-top: 2rem;
  }
 


 
}
 
@media only screen and (min-width: 768px) {
  .button-52 {
    padding: 13px 50px 13px;
  }
 
}

@media only screen and (max-width: 768px) {
   
   
  .spec-img-bg
  {
    display: none;
  }
  .svg-bg
  {
    display: none;
  }
  .course-heading
  {
    font-size: 1.2rem;
  }
   .outer:nth-child(2)
  {
    height: 58.6rem;
    display: block;
  }
  
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {
  .path 
  {
  display: none;
  }
}

@media only screen and (min-width: 992px) {
  .sidenav 
  {
  display: none;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up)
@media only screen and (min-width: 1200px) {...} */
 
 
 
 

@media (min-width: 768px) {
	.vertical-decoration {
		width: 10em;
	}
  
}


@media (min-width: 992px) {
	.vertical-decoration {
		width: 12em;
	}
}

 

.vertical-decoration.top {
	top: 0;

}

.vertical-decoration.bottom {
	bottom: 0;
	-webkit-transform: scaleY(-1);
  	transform: scaleY(-1);
}