/*common-css*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
html{  scroll-behavior: smooth;}
body{ font-family: 'Poppins', sans-serif; margin: 0; font-size: 16px; }
ul {list-style-type: none; padding: 0; margin: 0; }
a:hover, a:focus, button:hover, button:focus {text-decoration: none; outline: none; }
.display-flex {display: flex }
.display-grid {display: grid }
.flex-1{ flex:1; }
.align-items-start {align-items: flex-start }
.align-items-end {align-items: flex-end }
.align-items-center {align-items: center }
.flex-wrap {flex-wrap: wrap }
.flex-column {flex-direction: column }
.justify-space-between {justify-content: space-between }
.justify-content-center {justify-content: center }
.justify-content-end {justify-content: flex-end }
.text-blue{ color: #1b4d89;}
.text-green{ color: #6cb784;}
.text-yellow{ color: #e4be30;}
.logo img{ max-height: 86px;}
.logo{ margin: 10px 0;}
.bg-light{ background-color: #F6F5F5;}
header{ display: inline-block; width: 100%;}
.banner-img{ position: relative; padding: 30px; background-image: url(../images/wave.svg); background-size: cover; background-repeat: no-repeat; background-position: center; background-attachment: fixed; background: linear-gradient(90deg, rgba(27, 77, 137, 1) 0%, rgba(93, 160, 155, 1) 100%); }
.banner-bg{ background-image: url(../images/banner.png); background-size: cover; background-repeat: no-repeat; background-position: center; height: 70vh; }
.float {  
    animation-name: ani-float;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out; 
  }
 
  @keyframes ani-float {
    0% { transform: translate(0,  0px); }
    50% { transform: translate(0, 15px); }
    100% { transform: translate(0, -0px); }    
  }
.clg-name h1{ font-size: 50px; margin: 30px 0 0; font-weight: 700; display: inline-block; color: #1b4d89; line-height: 1.2; }
.clg-name p{  font-size: 18px; margin: 15px 0 30px; }
.short-item svg{ height: 45px; width: 45px; fill: #e4be30; margin-bottom: 10px;}
.short-item{ width: 20%; flex-direction: column;}
.form-flex .form-group:first-child{ margin: 0 15px 15px 0; }
.enroll-btn .btn{ font-size: 20px;  background: #1b4d89; color: #fff; border-radius: 30px; font-weight: 700; padding: 10px 20px; box-shadow: 0 12px 50px rgba(27, 77, 136, 0.62);}

.top_form{ background: #6db784; position: relative; margin: 20px auto 0;  max-width: 380px;  padding: 28px; z-index: 1; box-shadow: 0 20px 50px rgb(108, 183, 132); }
.top_form h2{ font-size: 30px; margin: 0 0 20px; font-weight: 700;color: #1b4d89; }
.top_form .form-control{  border: 1px solid #6cb784; height: 50px; font-size: 16px; }
.top_form .form-control::placeholder{  font-weight: 300;}
.top_form .form-control:focus{ box-shadow: none; }
.submit-btn button{ border:0;  background: #1b4d88; outline: 0 !important; color: #fff !important; padding: 9px 24px; border-radius: 40px; font-size: 26px; font-weight: 700; margin: 10px 0; box-shadow: 0 12px 50px rgb(27 77 136 / 46%); }
.submit-btn button:hover{ color: #fff; }
.submit-btn button:focus{ outline: 0; }

.common{ padding: 30px; display: inline-block; width: 100%;}
.body-section p{ font-size: 18px; margin-top: 0;}
.heading h2{ font-size: 44px; margin: 0 0 40px; letter-spacing: -1px; position: relative;  display: inline-block; color: #1b4d88; text-shadow: 2px 4px 3px rgba(0,0,0,0.3)}
.heading h2::before{ content: ""; display: block; height: 7px; width: 100px; background: #e4be30; position: absolute; right: 0; bottom: 0; }
.heading.vision h2::before{ width: 30px; height: 4px;}
.course-head{ font-size: 30px; text-align: center; margin-top: 0; background: #e4be30; color: #6db784; padding: 10px; border-radius: 6px; box-shadow: 0 10px 20px rgba(249, 228, 90, 0.81);}
.course-list{ padding: 0;}
.why-choose-list{ grid-template-columns: repeat(2, 1fr); gap: 20px; counter-reset: section 0;}
.why-choose-list li{ font-size: 16px;   position: relative;   margin-bottom: 50px;  }
.why-choose-list li:last-child{ margin-bottom: 0;}
/* .about-container img{
    border-radius: 4px 220px 4px 4px;
    height: 500px;
    width: 100%;
    object-fit: cover;
    box-shadow: 0 12px 50px rgb(207 203 201 / 52%);
    filter: brightness(.5);
}      */
/* .why-choose-list li:before{ counter-increment: section 1;
    font-size: 32px;
    position: absolute;
    top: -5px;
    left: 0;
    content: counters(section, ".") " ";
    min-height: 50px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgb(109 183 132 / 59%) 0px 4px 12px;
    background: #6db784;
    border-radius: 2px;
    display: none;
}  */
.why-icon{ height: 100px; width: 100px; border-radius: 50%; margin-bottom: 15px; box-shadow: 0 20px 50px rgb(245 245 245 / 33%);}
.why-icon img{ height: 60px; width: 60px;}
.enroll-btn.white-bg .btn{ background-color: #fff; color: #1b4d88;}
.course-card{ background-color: #f7f7f7; border-radius: 10px;}
.course-card a{ color: #10100F;}
.course-card img{ border-radius: 10px 10px 0 0; filter: brightness(.7); height: 180px; width: 100%; object-fit: cover;}
.course-card p{ margin: 0; padding: 10px; font-size: 16px;}
.owl-nav{ display: flex; align-items: center; width: 100%; justify-content: center;  position: absolute; top: 40%; transform: translateY(-50%);}
.owl-nav button{ display: flex; position: absolute;z-index: 2; align-items: center; justify-content: center; font-size: 30px !important; outline: 0; margin: 0 5px; background: #1b4d88 !important; transition: all .5s ease-in; color: #fff !important; height: 40px; width: 40px; border-radius: 50%;}
.owl-nav button:hover{opacity: .7;}
.owl-nav button.owl-prev{ left: 0;}
.owl-nav button.owl-next{ right: 0;}
.facility-item {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    place-items: center;
}
.f-item img{ max-height: 110px; width: 170px; object-fit: cover; border-radius: 4px; cursor: pointer; transition: all .5s ease-in-out; opacity: .8;}
.f-item:hover img{opacity: 1; transform: scale(1.2);}
.f-item p {
    font-size: 16px !important;
    margin: 10px 0;
    color: #fff;
}
.placement-item { grid-template-columns: repeat(6, 1fr); gap: 20px; }
.placement-item  img{ max-height: 50px; transition: all .5s ease-in-out; cursor: pointer;}
.placement-item  img:hover{ transform: scale(1.2);}
.placement-item .item{ margin: 10px 0; display: flex; overflow: hidden; align-items: center; justify-content: center; width: 100%; text-align: center; padding: 12px; background-color: #fff; border-radius: 2px;}
.f-item{ overflow: hidden;}
footer .svg-icons{ height: 20px; width: 20px; fill: #fff; margin-right: 10px;}
footer{  padding: 30px; }
.cc-logo h3{ font-size: 16px; margin: 0;}
.contact-num a{ margin-right: 10px; }
.contact-num{ margin: 15px 0;}
footer svg{ fill: #1b4d88;}
footer p, footer p a{ margin: 0; color: #fff;}
.social-icon a{ display: flex; color: #fff;}
.text-white{ color: #fff;}
.clg-name .text-white{ color: #fff;}
.inner-bg, .bg-gradient{background:linear-gradient(90deg, rgba(27, 77, 137, 1) 0%, rgba(93, 160, 155, 1) 100%);}
.bg-gradient, .bg-gradient h2 { color: #fff;}
.cc-logo img{ border-radius: 2px; padding: 4px;}