/* globel */
.bg-primary-Dark{
  background-color: #393862;
}
.bg-gray{
  background-color: #f5f5f5;
}
.bg-logocolor-1{
    background-color: #091d4a;
}
.font-25{ font-size: 25px;}
.font-20{ font-size: 20px;}
.font-14{ font-size: 14px;}
.font-12{ font-size: 12px;}
.font-10{ font-size: 10px;}
.border-blue{ border: 1px solid blue;}
.border-dark-blue {
    border: 1px solid #091d4a;
}
.text-start { font-size: 14px;}
.text-start .fa-star { font-size: 13px; margin: 5px 5px 0 0;}
.listBlue {color: #6f6fa5;}
.listBlue li{ display: inline; margin: 3px; font-size: 10px;}

.listBlue li:before {
  content: '\ffed';
  margin-right: 0.5em; color: gray;
}
body{
    /*font-family: "Poppins", sans-serif;*/
    /*font-size:.85rem;*/
    font-family: "Public Sans", sans-serif;
}
btn:focus, a:focus
{
         outline: none;
}
.btn-primary:hover, .btn-primary:focus {
    color: black !important; border-color:#facf49 !important ;
    background-color: #facf49 !important;
}
.card-header{font-size:1rem;}
.color-yellow{ color: #facf49;}
.navbar-toggler:focus
{
         outline: none !important;
         box-shadow: none;
}
a {text-decoration: none;}
h3{ font-size: 20px; color: #000;}
h3.hedding3 { font-size: 20px; font-weight: 500; border-bottom: 1px solid #ccc; margin-bottom: 20px;}
h3.hedding3 span { border-bottom: 3px solid #091d4a; background: #fff; padding-right: 15px;
  top: -1px;position: relative;}
.h3-normal h3 { font-weight: 400;}
h5{ font-size:1rem;}
.color-blue2{ color: #68689e;}
.checked {
  color: orange;
}
.star-blue.checked {
  color: blue;
}
.progress{height: 7px;}
img {max-width: 100%;}
.tabHome ul li.tablist{    margin: 0 10px;
    border-radius: 8px;
    color: #FFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #031446;
  }
  ul li.tablist .nav-link{ color: #031446;}
  ul li.tablist .nav-link:hover{ color: black ; border-color:#facf49  ;
   background-color: #facf49 ;}
  ul li.tablist .nav-link.active:hover{ color: #fff ; border-color: #51c5e5;
    background-color: #51c5e5;}

   .tabschool ul li.tablist .nav-link{ color: #0d6efd; border: #0d6efd 1px solid;}
   .tabschool ul li.tablist { margin: 0 10px;}
   .tabschool ul li.tablist .nav-link.active{ color: #fff;}
   .tabschool ul li.tablist .nav-link:hover
   { color: black ; border-color:#facf49 ; 
    background-color: #facf49 ;}
.form1 .form-label{ font-size: 13px;}
/* header */
.fixed-top .marquee-container{ display: none;}
.marquee-container{
    display: flex;
    align-items: center;
    background: #091d4a;
    overflow: hidden;
}
.marquee{
    font-size: 12px;
    line-height: 1.3;
    /*font-family: sans-serif;*/
    font-family: "Public Sans", sans-serif;
    padding: 10px 0;
    color: #ffffff;
    white-space: nowrap; margin-bottom: 0;
    animation: marquee 8.5s infinite linear; /* notice the infinite */
}
@keyframes marquee{
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-50%)
    }
}

#header {
    height: auto;
    background: rgb(23 14 68);
    background: linear-gradient(180deg, rgba(23, 14, 68,1) 0%, rgba(23, 14, 68,.95) 100%);
    transition: all 0.5s;
    z-index: 997;
    padding: 0px 0;
    box-shadow: 0px 0 18px rgba(55, 66, 59, 0.08);
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
}
  .fixed-top{
    animation: smoothScroll 1s forwards;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  
  .navbar li {
    position: relative;
    margin: 10px 0 10px 20px
  }
  
  
  .navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    border-bottom: 3px solid transparent;
    justify-content: normal;
    /*justify-content: space-between;*/
    /* padding: 10px 0 10px 30px; */
    /*font-family: "Poppins", sans-serif;*/
    font-family: "Public Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #37423b;
    white-space: nowrap;
    transition: 0.3s;
  }
  
  .navbar a i, .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
/*   
  .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: #5fcf80;
    border-bottom: 3px solid #facf49;
  } */
  .nav-item.dropdown{
    padding-left: 0;
  }
  .nav-link:focus, .nav-link:hover {
    color: inherit;
  }
  .nav-item.dropdown .dropdown-menu:not(.show) {
   display: none;
  }
  .nav-item.dropdown .dropdown-menu{
    padding: 0;margin: 6px 0 0 0;
    border-top: none;
  }
  .nav-item.dropdown .dropdown-menu li{
   padding:5px 0 5px 0px;
   margin: 0;
  }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #000000;
    background-color: #18bcd617;
   
  }
  .mobile-nav-toggle {
    color: #37423b;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
    border: none;
  }


  .mobile-nav-toggle.bi-x {
    color: #fff;
  }
  
  
  
  .navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(32, 38, 34, 0.9);
    transition: 0.3s;
    z-index: 999;
  }
  .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 6px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
  }
  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 14px;
    right: -50px;
  }
  .badge{
    font-weight: 300;
  }
  .badge-img{
    background: #12A9C1;
    font-size: 15px;
    margin:-10px 0 0 8px;
  }
  
  .more-link .bi{
    font-size: 10px;
  }
  
  
  .navbar-mobile a {
    padding: 10px 20px;
    font-size: 15px;
    color: #37423b;
  }
  
  .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
    color: #12A9C1;
  }
  
  .navbar-mobile .getstarted {
    margin: 15px;
  }
  
  .navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  }
  
  .navbar-mobile .dropdown ul li {
    min-width: 200px;
  }
  
  .navbar-mobile .dropdown ul a {
    padding: 10px 20px;
  }
  
  .navbar-mobile .dropdown ul a i {
    font-size: 12px;
  }
  
  .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
    color: #facf49;
  }
  
  .navbar-mobile .dropdown > .dropdown-active {
    display: block;
  }

.firstblock{ background: #fff ;}
.firstblock .border-bottom{ border-bottom: 1px solid rgb(221 221 221) !important;}
.firstblock nav a{     font-size: 0.75rem; color: #000; padding-right: 25px; text-decoration: none;}
.secondblock{ height: auto;background-color: #fff;}
.secondblock .navbar-nav .nav-item a{ color: #000; }
.secondblock .navbar-nav .nav-item .dropdown-menu a{ color: #000;}
.secondblock .navbar-nav .nav-item a:hover, .secondblock .navbar-nav .nav-item a.active { color: #facf49;}
/* banner */
.banner{ margin-top: 0;}

.page-holder {
    min-height: 50vh;
    /*min-height: 320px;*/
    background: rgb(116,121,209);
background: radial-gradient(circle, rgba(116,121,209,1) 0%, rgba(51,28,163,1) 43%, rgba(23,14,68,1) 100%);
}
/*.carousel-inner{ height: 81vh;}*/
  .bg-cover {
    background-size: cover !important; background-position:center;
  }
  .inner-baner.page-holder  {height:180px; min-height:180px;}
  .inner-baner .carousel-inner  {height:180px;}
 .banner-cont{
    position: absolute;
    width: 100%;
    top: 5%;
    text-align: center;
    color: #fff;
    padding: 30px 0 0 30px;
 }
 .banner-cont h2{ font-size: 50px;font-weight: 600;}
 #baner-text-ani{
    text-align:center;
    font-size:50px;
    background-image: linear-gradient(
      -225deg,
      #ffea00 0%,
      #e3f02d 29%,
      #ff1361 67%,
      #fff800 100%
    );
    background-clip:border-box;
     text-fill-color: transparent;
    background-clip:text;
    -webkit-background-clip:text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    animation: textclip 2s linear infinite;
  }
  
  @keyframes textclip {
    to {
      background-position: 200% center;
    }
  }
/* swiper slider */
  .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: left;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mySwiperIcon .swiper-slide img {
    object-fit: contain;
  }
  .tab-two li{ margin: 5px 0;}
.tab-two li button {    
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 17.75px;
  width: 100%;
    text-align: left;
    color: #000;
    border-radius: 5px 5px 5px 5px;
    padding: 15px 10px;
}
.tab-two li button.nav-link.active {
  color: #FFF;
    background-color: #51c7e8;
    border-style: solid;
    border-width: 0px 0px 0px 6px;
    border-color: #fad048;
  }
  .nav-tabs-3.nav-tabs .nav-link { color: initial; border: none; font-size:1rem;}
.nav-tabs-3.nav-tabs .nav-link.active {
  border: none;
  border-bottom: 3px solid #51c7e8;
  background-color: #091d4a;
  color: #fff;
}

  .scrollbar {
    max-height: 600px;
    padding: 1rem;
    overflow-y: auto;
    direction: ltr;
    scrollbar-color: #091d4a #e4e4e4;
    scrollbar-width: thin;
 }
 
  .scrollbar::-webkit-scrollbar {
    width: 5px;
 }
  .scrollbar::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
 }
  .scrollbar::-webkit-scrollbar-thumb {
    border-radius: 100px;
    border: 1px solid transparent;
    background-clip: content-box;
    background-color:#FACF49 ;
 }
 .elementor-iconIMG{ width: 34px; height: 34px;
background: url('../img/quality.svg') no-repeat; background-size: cover;} 
.borL5{ border-left:5px solid #facf49;}

.testimonials-slider .swiper-slide{ border: 1px solid #FACF49; text-align: center;
  border-radius: 10px; padding: 10px;}
  .bgBoxOne .testimonials-slider p{ position: relative; font-size: 12px;
  margin: 0;}
.testimonials-slider p::before {
  content: "\201D";
  /*font-family: Arial,sans-serif;*/
  font-family: "Public Sans", sans-serif;
  color: #facf49;
  font-weight: bold;
  font-size: 68px;
  line-height: 70px;
  position: absolute;
  left: -6px;
    top: -28px;
}
.testimonial-img{ width: 100px; height: 100px;overflow: hidden; border-radius: 100px;
margin: 0 auto;}

.banner-text h3{ color:#000;font-weight:500;}
.notification-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px;
    margin-bottom: 7px;
    background: #fff;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}

.notification-list--unread {
    border-left: 2px solid #facf49;
}


.notification-list .notification-list_content .notification-list_detail p {
    margin-bottom: 5px;
    line-height: 1.2;
}

/*footer icon*/
/*
.phone-call {
  width: 50px;
  height: 50px;
  left: 20px;
  bottom: 20px;
  background: #10b418;
  position: fixed;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  z-index: 99;
  display: inline-block;
  line-height: 65px;
}

.phone-call:before {
  position: absolute;
  content: " ";
  z-index: -1;
  top: -15px;
  left: -15px;
  background-color: #10b418;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  opacity: 0.6;
  -webkit-animation: pulse 1s ease-out;
  animation: pulse 1.8s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0.3);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.6);
    opacity: 0.6;
  }
  75% {
    -webkit-transform: scale(0.9);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  25% {
    transform: scale(0.3);
    opacity: 1;
  }
  50% {
    transform: scale(0.6);
    opacity: 0.6;
  }
  75% {
    transform: scale(0.9);
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
*/
.phone-call-right {
  width: 50px;
  height: 50px;
  right: 20px;
  bottom: 130px;
  background: #10b418;
  position: fixed;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  z-index: 99;
  display: inline-block;
  line-height: 50px;
}
/*
.phone-call-right:before {
  position: absolute;
  content: " ";
  z-index: -1;
  top: -15px;
  left: -15px;
  background-color: #10b418;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  opacity: 0.6;
  -webkit-animation: pulse 1s ease-out;
  animation: pulse 1.8s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
*/

.phone-call-right-One {
  width: 50px;
  height: 50px;
  right: 20px;
  bottom: 200px;
  background: #10b418;
  position: fixed;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  z-index: 99;
  display: inline-block;
  line-height: 50px;
}
/*
.phone-call-right-One:before {
  position: absolute;
  content: " ";
  z-index: -1;
  top: -15px;
  left: -15px;
  background-color: #10b418;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  opacity: 0.6;
  -webkit-animation: pulse 1s ease-out;
  animation: pulse 1.8s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
*/

footer{ color: #fff;}
footer.bgBoxOne p{font-size: 14px;}
footer a {color: #fff;letter-spacing: normal;}
footer .block1 p{ padding-right: 100px; }
footer .nav-list { list-style: none;margin: 4px 0;}
footer .nav-list  a{ color: #fff;  transition: all .2s linear; text-decoration: none;}
footer .nav-list  a:hover{ color: #facf49; }
.footerTwo{ border-top: 1px solid rgba(255,255,255,0.19);
 padding: 30px 0 0;margin-top: 20px; text-align: center; font-size: 12px; color: #fff;}


.facility .icon{
  background: #170e45; color: #fff;    font-size: 25px;
  width: 50px; height: 45px;text-align: center;
}
.facility .icon i {margin: 0 auto;vertical-align: middle;}
.facility .text{
  background: #f2f0fb; color: #170e45; font-size: 14px; width: 100%; padding: 10px;
}
.user .user-icon{
  width: 35px; padding: 10px;
  border-radius: 80px;
  margin-right: 10px;
}
.news-pagi{
    padding-bottom: 2rem;
}
.news-pagi .hidden{
    display: none;
}
.news-pagi .justify-between{
    align-items: center;
    display: flex;
    justify-content: center;
}
.navbar-mobile ul {
    display: block;
    position: absolute;
   
  }
.new-home-banner{
    width:100%;
    height:auto;
    background-color:#1f174b;
    padding-top: 130px;
    padding-bottom: 170px;
    position: relative;
}
.new-home-banner h1{
    color:#fff;
    text-align:center;
    font-size: 32px;
    margin-bottom: 20px;
}
.new-home-banner p{
    color:#fff;
    text-align:center;
}
.new-home-banner a{
    color:#fff;
    text-align:center;
    border: 1px solid #fff;
    padding: 2px 20px;
    font-size: 14px;
    border-radius: 10px;
}
.new-home-banner a:hover{
    color:#1f174b;
    border: 1px solid #fff;
    background-color:#fff;
}
.banner_dots_bg{
    bottom: 0;
    left: 0;
    position: absolute;
    width: 423px;
}
.posi-z-index{
    position: relative;
    z-index: 99;
}
.lss{
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: -65px;
}
.lss h6{
    text-align: center;
    color:#fff;
}
.align-content-center{
    align-content: center;
}
.sectionTwo{
    width: 100%;
    height: auto;
    padding-top:110px;
    padding-bottom:60px;
}
.sectionTwo h2{
    text-align:center;
    color: #111111;
    font-size: 24px;
}
.sectionTwo p{
    text-align:center;
    color: #000;
    font-size: 19px;
    font-weight: 300;
}
.wrapper-comp {
    gap: 61px;
}
.row_center {
    display: flex;
    justify-content: center;
}
.home_card_warpper {
    background-color: #fff;
    border: 1px solid #f7f7f7;
    border-radius: 8px;
    box-shadow: 0 5px 10px 0 #0000001a;
    margin-bottom: 20px;
    padding: 15px;
}
.home_card_warpper h3 {
    align-items: center;
    display: flex;
    font-size: 20px;
    gap: 10px;
    font-weight: 500;
}
.home_card_warpper .card_para {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}
.home_card_warpper .card_links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.home_card_warpper .card_links a {
    /*color: #02a569;*/
    color:#006f46;
    cursor: pointer;
    text-transform: uppercase;
}
.home_card_warpper .icon {
    height: 24px;
    margin-right: 10px;
    margin-top: -3px;
    vertical-align: middle;
    width: 30px;
}
.home_card_warpper img {
    max-width: 100%;
}
.home_card_warpper .card_links svg {
    background: #02a569;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
}
.home_section_gray {
    background: #eceef4;
    padding: 70px 0;
}
.home_card_warpper .card_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.home_card_warpper .card_tags a {
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    color: #333;
    display: inline-block;
    line-height: 28px;
    min-height: 30px;
    padding: 0 10px;
}
.hidden.show {
    text-align: center;
}
.counselling_wrapper h2 {
    font-size: 24px;
    text-align: center;
}
.counselling_wrapper .para {
    color: #666;
    font-size: 16px;
    font-weight: 300;
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
}
.google-rating{
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: aliceblue;
}
.percentage {
    fill: #666;
    font-family: inherit;
    font-size: .6em;
    text-anchor: middle;
}
.circle {
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    animation: progress 2s ease-out forwards;
}
.circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 2.8;
}
.google-orange .circle {
    stroke: #ff9f00;
}
.facebook-green .circle {
    stroke: #4CC790;
}
.jd-blue .circle {
    stroke: #3cadfe;
}
.circular-chart {
    display: inline-block;
    max-width: 75px;
    max-height: 75px;
    margin-left: 1em;
}
.star-link {
    position: relative;
}
.rat_text1 {
    font-size: 14px;
    color: #0077b5;
    margin-left: 10px;
}
.up-date {
    font-size: 14px;
    color: #0077b5;
    position: absolute;
    bottom: 20px;
    right: 7em;
}
.margin-bottom-30{
    margin-bottom:30px;
}
.sectionfour1{
    padding-top:60px;
    padding-bottom:60px;
}
.sectionfour12{
    padding-top:60px;
    padding-bottom:0px;
}
.sectionfaq{
    padding-top:120px;
    padding-bottom:60px;
}
.sectionblog{
    padding-top:60px;
    padding-bottom:60px;
}
.faq-justify-content{
    justify-content: center;
}
.faq-justify-content2{
    box-shadow: 0px 0px 10px 5px #ededed;
}
.white-flex{
    background-color: #fff;
    display: flex;
    margin: 0 7px;
    border-radius: 5px;
    border-bottom: 5px solid #51c5e5;
}
.tygyhb{
    padding: 5px 10px;
    font-size: 12px;
    align-content: center;
    height: 103px;
    text-align: left;
}
.tygyhb h3{
    font-size: 12px !important;
    line-height: 16px !important;
    text-align: left;
}
.jkfuy{
    padding: 10px;
}
.jkfuy img{
    border-radius: 5px;
}
.display-inline-block{
    display: inline-block;
}
.over-flow-hidden{
    overflow: hidden;
}
.other-box{
    height: 106px;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
}
.main-logoooo{
    width: 130px;
}
.position-relative{
    position:relative;
}
.course-details{
    padding: 30px 0;
    background-color: #51c7e8;
}
.course-details ol{
    margin-bottom: 0;
}
.course-details2{
    margin-top:40px;
    font-size: 16px;
}
.course-details2 h1{
   font-size: 24px;
    margin-bottom: 40px;
    color: #000;
}
.course-details2 h2{
    font-size: 20px;
    margin-top: 40px;
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.other-courses{
    box-shadow: 0px 0px 4px rgba(207, 207, 207, 0.5);
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 15px;
    margin-bottom: 30px;
    background-color: #f0f8ff;
}
.other-courses-h4{
    
}
.other-courses-h4 h4{
    color: #1c1c1c;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 22px;
}
.other-courses a{
    display: block;
    color: #4D586C;
    padding-bottom: 15px;
}
.pl-8{
    padding-left: 2rem;
}
.pr-8{
    padding-right: 2rem;
}
#text{
      display:none;
}
.footer-logooo{
    width: 130px;
}
.about-title{
    background-color: #fff;
    border: 1px solid #51c7e8;
    border-radius: 12px;
    box-shadow: 16px 16px 0 0 #51c7e8;
    margin-right: 74px;
    overflow: hidden;
    padding: 28px 40px;
}
.about-title h2{
    margin-bottom:20px;
    color: #000;
    font-size: 2rem;
}
.about-title h1{
    margin-bottom:20px;
    color: #000;
    font-size: 2rem;
}
.about-justify{
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
}
.background-color-f5f5f9{
    background-color: #f5f5f9;
}
.padding-rl{
    padding: 0 5px;
}
.breadcrumb_conatiner{
    padding-top:20px;
}
.w-box{
    padding:15px 30px;
    box-shadow: 0 3px 6px 0 #d7d7e5;
    border-radius: 16px;
    height:300px;
}
.w-box{
    font-size:14px;
}
.w-box h3{
    font-size: 1rem;
}
.icon-css{
    width: 70px;
    margin-bottom: 10px;
}
.center-align-items{
    align-items: center;
}
.reactout{
    background-color: #fff;
    border: 1px solid #d9d8e9;
    border-radius: 12px;
    padding: 30px 30px 30px 30px;
}
.kg2pglogo{
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.kg2pglogo img{
    width: 180px;
}
.kg2pglogo h3{
    font-size: 28px;
    color: #51c7e8;
    font-weight: 800;
}
.careers_contact{
    align-items: flex-start;
    display: flex;
    gap: 12px;
    margin-bottom: 30px;
}
.careers_contact h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}
.careers_contact p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}
.careers_contact a {
    color: #5a5695 !important;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline !important;
}
.breadcrumb_conatiner a{
    color: #043cb9;
}
.breadcrumb_conatiner li{
    color: #091d4a;
}
.pdfnjjn{
    padding-top: 60px;
}
.pdfnjjn h2{
    text-align:center;
    color: #000;
    margin-bottom: 25px;
}
.whyus-title{
    background-color: #fff;
    border: 1px solid #51c7e8;
    border-radius: 12px;
    box-shadow: 16px 16px 0 0 #51c7e8;
    margin-right: 74px;
    overflow: hidden;
    padding: 28px 40px;
}
.whyus-title h2{
    margin-bottom:20px;
    color: #000;
}
.padding-right-125{
    padding-right: 125px;
}
.btn-special{
    background-color: #51c7e8;
    border-color: #51c7e8;
    color: #000000;
}
.hr-box{
    padding: 15px;
    background-color: #091d4a;
}
.jbisudivsbd{
    margin-bottom: 18px;
    font-size: 18px;
}
.bjjshd{
    font-size: 18px;
    margin-bottom: 30px;
}
.utshdd{
    border: 5px dashed #091d4a;
    margin-top: 40px;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 40px;
}
.utshdd p{
    margin-bottom: 0;
}
.badge {
    --bs-badge-padding-x: 2.65em;
    --bs-badge-padding-y: 1.35em;
    margin-bottom: 4px;
}
.collegedetails-padd{
    padding-top:60px;
}
.explore-padd{
    padding-top:40px;
}
.btn-sm-2{
    --bs-btn-padding-x: 2.65em;
    --bs-btn-padding-y: 1.35em;
}
.signup-form {
    background: #091d4a;
    border-radius: 5px;
    overflow: hidden;
}
.form-header {
    background: #51c7e8;
    padding: 20px 30px 10px;
    color: white;
    position: relative;
    margin-bottom: 15px;
    text-align: center;
}
.signup-form .form-header:after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 28px;
    background: url('https://www.kg2pgeduhub.com/assets/img/triangle.png') center bottom;
}
.signup-form .form-content {
    padding: 40px;
}
.new-section-pad{
    padding-top:40px;
}
.llwokj{
    border-bottom: 1px dotted;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.mmaql{
    padding: 10px;
    border-radius: 25px;
    background-color: #091d4a !important;
}
.kolkolk{
    margin-bottom: 30px;
}
.line-hight--{
    line-height: 28px !important;
}
.sectionfour---{
    background-color: #091d4a;
    padding-top:50px;
    padding-bottom:70px;
}
.small-title----{
    margin-top: 10px;
    font-weight: 700;
    color: #091d4a;
    font-size: 16px;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
      display: block;
    }
    .navbar ul {
      display: none;
    }
    .secondblock .navbar-nav .nav-item a{ color: #000;}
    
  }
  
@media (min-width: 767px) {
    /* .collapse:not(.show) {
      display: block!important;
  } */
  
  }
  
@media (max-width: 768px) {
    #text{
      display:block;
    }
    .secondblock {
    background-color: #1f174b;
}
.lss {
    position: relative !important;
    bottom: 0 !important;
}
.sectionTwo {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
}
.row_center {
    display: block;
}
.sectionfour1 {
    padding-top: 40px;
    padding-bottom: 20px;
}
.tabHome ul li.tablist {
    margin-bottom: 10px;
}
.bgBoxFive {
    padding: 40px 10px 40px 10px;
}
.sectionfaq {
    padding-top: 30px;
    padding-bottom: 30px;
}
.sectionblog {
    padding-top: 20px;
    padding-bottom: 0px;
}
.uael-heading br{
    display:none;
}
.new-home-banner a {
    display: inline-block;
    margin-bottom: 10px;
}
.new-home-banner {
    padding-top: 115px;
    padding-bottom: 115px;
}
.white-flex {
    display: flex;
    margin: 0;
}
.carousel-control-next, .carousel-control-prev {
    width: 8% !important;
}
.tygyhb {
    font-size: 18px;
    height: auto;
}
.tygyhb h3 {
    font-size: 18px !important;
    line-height: 28px !important;
}
.other-box {
    height: 167px;
    border-top: 5px solid #51c5e5;
    border-left: 5px solid #51c5e5;
    border-right: 5px solid #51c5e5;
}
.about-title {
    box-shadow: 10px 10px 0 0 #51c7e8;
    margin-right: 0;
}
.padding-right-125{
    padding-right: 12px;
}
.contact-images{
    display:none !important;
}
.banner_dots_bg{
    display: none;
}
.new-home-banner h1 {
    font-size: 18px;
}
}
  
@media (max-width: 576px) {
      .mt-xs-10{margin-top:10px;}
    .firstblock nav a{padding-right: 10px;}
    .navbar-brand img{max-width: 80%;}
    .banner-cont h2,#baner-text-ani{ font-size: 25px;}
    .banner-cont .font-25 {font-size: 15px; margin-right:10px;}
    .banner-cont .logo {max-height: 50px;}
    footer .block1 p{ padding: 0px;margin: 30px 0; }
    .navbar li {
      position: relative;
      margin: 10px 0 10px 0px;
  }
    .fixed {
      animation:none;
    }
  
    .header-one{
      display: none !important;
    }
  
  
  .footer-newsletter{
    margin-top: 20px;
  }
  .text-xs-center {
    text-align: center !important;
  }
  
  .navbar-mobile ul {
    display: block;
    position: absolute;
   
  }
  }
  
@media (max-width: 455px) {
  .firstblock nav a {
    font-size: 0.65rem;
  }
  }
  
@media (min-width: 1024px) {
  
  }

/* http://jsfiddle.net/Tassak/2ve4hbmm/ */
  
  
  
  