/********** Template CSS **********/
:root {
    --primary: #00b050;
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark: #091E3E;
}


/*** Heading ***/
.container{
        max-width: 1240px;
        padding: 0 20px;
    }
body{
    color: #383636;
}
p {
    font-size: 17px;
}
h1,
h2,
.fw-bold {
    font-weight: 800 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
}
img{
    width: auto;
    max-width: 100%;
}
h5,
h6,
.fw-medium {
    font-weight: 600 !important;
}
li{
    font-size: 17px;
}
.text-primary{
    color: #002060 !important;
}
/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.navbar-dark{
    background: #fff;
}
.orange{
    color: #e46c0a;
}
/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative; 
    padding: 40px 20px;
    color: #000 !important;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}
.navbar-dark .navbar-nav .nav-link .dropdown-item{
    padding: 10px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary) !important;
}

.navbar-dark .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}
.navbar-dark .navbar-nav .nav-link:last-child{
    padding-right: 0;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark { 
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark);
    }

    .navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}

@media (min-width: 992px) {
    .navbar-dark {
        position: sticky;
        width: 100%;
        top: -1px;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: #e46c0a;
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}

.main-banner{
    background-image: url(../img/home-banner-image.jpg);
    background-position: right;
    background-repeat: no-repeat; 
    background-size: cover;
}

.main-banner .carousel-caption{
    position: relative;
    padding-bottom: 110px;
    padding-top: 50px;
}
/*** Carousel ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .7);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}


/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: #e46c0a;
    border-radius: 2px;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #332f6d;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}

@-webkit-keyframes section-title-run-center {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 45px; } 100% { left: 50%; margin-left: -75px; }
}

@-webkit-keyframes section-title-run-sm {
    0% {left: 0; } 50% { left : 85px; } 100% { left: 0; }
}


/*** Service ***/
.service-item {
    position: relative; 
    padding: 20px;
    padding-bottom: 40px;
    transition: .5s;
    height: 100%;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    max-width: 450px;
    margin: auto;
}
.service-item h4{
    font-size: 24px;
    font-weight: 800 !important;
}
.service-item h4 a{
    color: #002060;
}
.service-item h4 a:hover{
    color: #00b050;
} 
.service-item .service-icon {
       margin-bottom: 30px;
    width: 100%;
    background: #ffffff;
    border-radius: 2px;
    height: 250px;
    padding: 10px;
}

.service-item .service-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
    background-color: #00b050 !important;
}
.service-item:hover a.btn:hover{
    color: #fff;
}

/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}


/*** Team ***/
.team-item {
    transition: .5s;
    background-color: #f3f3f3 !important;
    padding: 20px;
    height: 100%;
    box-shadow: inset rgba(0, 0, 0, 0.16) 0px 3px 3px, inset rgba(0, 0, 0, 0.23) 0px 0px 4px 0px;
    min-height: 400px;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

 
.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img  {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}


/*** Miscellaneous ***/
@media (min-width: 1199px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/about-banner-image.png) center center no-repeat;
    background-size: cover !important;
}

.link-animated a {
    transition: .5s;    
    color: #091E3E;
}
footer{
    border-top: 1px solid#ddd;
}
footer .btn-class {
    padding: 8px 10px;
    font-size: 15px;
    text-transform: capitalize;
    margin-top: 25px;
}
footer p, footer a{

    color: #091E3E;
}
footer a:hover{

    color: #00b050;
}
footer .d-flex:nth-child(3){
    line-break: anywhere;
}

.link-animated a:hover {
    padding-left: 10px;
}
 






section{
    padding: 60px 0;
    overflow: hidden;
}


/**/
 
 .logo{
    max-height: 100px;
    padding: 10px 0;
 }
 footer .logo{
    max-height: 150px
 }
 footer .bg-primary{
    background-color: #fff !important;
 }

 .banner-homepage h1{
    font-size: 56px;
    color: #fff;
    margin: 40px 0; 
    margin-top: 20px;
 }

 .banner-homepage .banner-icon{
    text-align: center;
    max-width: 300px;
    margin: auto;
    margin-bottom: 30px;
    display: block;
 }

 .facts .col-lg-4{
    max-width: 19%; 
 }

 .facts .col-lg-4:nth-child(even){
    margin-top: 60px;
 }

 .facts .col-lg-4 img{
    border: 2px solid;
    width: 100%;
 }
.institute-profile{
    text-align: center;
}
 .institute-profile img{
    max-width: 350px;
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
 }
  .institute-profile .row img{ 
    border: 5px solid#00b050;
  }
  .box-2s{
    margin-top: -90px;

  }
  .institute-profile .col-md-4.col-sm-6.wow.zoomIn:nth-child(2) img {
    border: 5px solid#332f69;
}
 .institute-profile .col-md-4.col-sm-6.wow.zoomIn:nth-child(2){
    margin-top: 100px;
 }
 .heading h2, .heading h3{
    font-size: 42px;
    color: #002060;
 }
 .heading h2 strong, .heading h3 strong{
    font-size: 42px;
    color: #00b050;
 }
 .institute-profile p b{
    font-weight: 500;
 }
hr{
        background: #b1adad;
        margin: 0;
}
.about-img{
    position: relative;
    height: 100%;
    max-width: 450px;
    margin: auto;
}
.about-img img{ 
    width: 100%; 
    border-style: solid;
    border-width: 5px;
    border-color: #00b050;
}
/*.about-img:before{
    border-style: solid;
    border-width: 4px;
    border-color: #00b050;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 30px 80px 0px 30px;
    margin-right: 30px;
    margin-left: 30px;
    padding: 0px 30px 30px 0px;
    position: absolute;
    overflow: hidden;
    content: "";
    height: 100%;
    left: 0;
    z-index: -9;
    width: 100%;
}*/
.about-img2:before{
    left: auto;
    right: 0;
}
/*.about-img img{
    object-fit: cover;
}*/
.ul-list {
    list-style: none;
    padding-left: 0;
}

.ul-list li{ 
    font-weight: 600;
    display: flex;

}
.ul-list li i{
    color: #00b050;
    margin-right: 12px;
    line-height: 20px;
}
.bg-primary{
    background-color: #00b050 !important;
}
.btn-class{
    background-color: #00b050;
    padding: 14px 35px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    box-shadow: inset 0 0 0 50px transparent;
}
 
.btn-class:hover{
   box-shadow: inset 0 0 0 0 #002060;
   background-color: #002060;
   color: #fff;
}
.smo-links a{ 
    color: #FFFFFF;
    margin:0 2px;
    font-weight: 500;
    transition: .3s;
    text-align: center;
    background-color: #fff ;
    border: 1px solid#fff;
    width: 40px;
    padding: 5px 0;
}
.smo-links a img{
    width: 100%;
}
.smo-links a i{
    color: #fff;
}

.smo-links a:hover{

    background-color: #FFFFFF;
    color: #07ac52 ;
}
.smo-links a:hover i{
    color: #07ac52 ;
}
footer i{
    color: #091e3e;
}

.team-social a{
    background-color: #fff;
    color: #002060;
}

.team-social a:hover{
    background-color: #fff;
    border-color: #fff;
    }




 
.ul-listing {
  padding-left: 50px;
}

.ul-listing li {
  color: #4F4F4F;
  padding-left: 16px;
  margin-top: 24px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  box-shadow: 0.1rem 0.1rem 1.5rem rgba(0, 0, 0, 0.3); 
  padding: 30px
}
.ul-listing li:before {
  content: "";
  display: block;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  border: 2px solid #ddd;
  position: absolute;
  top: -12px;
  left: -34px;
}

.ul-listing strong {
  color: #292929;
}

.ul-listing li:nth-child(odd):before {
  border-color: #0BAD02;
}
.ul-listing li:nth-child(even):before {
  border-color: #2378D5;
}

 
.list2{
    padding-left: 0;
}
.list2 li {
    --stop: calc(100% / var(--length) * var(--i));
    --l: 62%;
    --l2: 88%;
    --h: calc((var(--i) - 1) * (180 / var(--length))); 
    --c2: hsl(var(--h), 71%, var(--l2));
    
    position: relative;
    counter-increment: list;
    max-width: 80%;
    margin: 2rem auto;
    padding: 2rem 1rem 1rem;
    box-shadow: 0.1rem 0.1rem 1.5rem rgba(0, 0, 0, 0.3);
    border-radius: 0.25rem;
    overflow: hidden;
    background-color: white;
    padding: 40px;
}
.list2 li {
    max-width: 900px;
}
.list2 li:last-child{
    margin-bottom: 0
}
.list2 li::before {
    content: '';
    display: block;
    width: 100%;
    height: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #00b050 var(--stop), var(--c2) var(--stop));
}
.list2 li:nth-child(even)::before{
    background: linear-gradient(to right, #002060 var(--stop), var(--c2) var(--stop));
}
.list2 li:nth-child(even) p::before{
    background-color: #002060;
}
.list2 p {
    display: flex;
    align-items: baseline;
    margin: 0 0 1rem;
    color: rgb(70 70 70);
    margin-bottom: 0
}

.list2 p::before {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    margin-right: 1rem;
    width: 3rem;
    height: 3rem;
    content: counter(list);
    padding: 1rem;
    border-radius: 50%;
    background-color: #00b050;
    color: white;
}
 



 /*service page css start here*/



.service-tab {
    min-height: 100vh;
    background-color: #f1f1f1d9;
}

.nav-pills-custom .nav-link {
        color: #fff;
    background: #00b050;
    position: relative;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
    margin-bottom: 20px;
    padding: 11px 32px;
    text-align: left;
    font-size: 17px;
    margin-right: 20px;

}
.service-tab .tab-content{
    padding: 40px;
    background-color: #fff !important;
}
.nav-pills-custom .nav-link.active {
    color: #fff;
    background: #002060;
} 
.service-tab table { 
  border-collapse: collapse;
  width: 100%;
  text-align: center!important;
  margin-top: 40px;
background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.service-tab table:first-child{
    margin-top: 0;
}
.service-tab td, .service-tab th {
  border: 1px solid #000000;
  color: #000000; 
  padding: 12px;
  text-align: center;
    font-family: 'Nunito';
}
.service-tab th{
    color: #000;
}
.service-tab tr:first-child th {
    font-size: 21px;
    font-family: 'Nunito';
    padding: 17px 30px;
    background-color: #d56c17 !important;
}
.service-tab tr:nth-child(2){
    background-color: #fff;
}
.service-tab td{
height: 50px;
}
.criteria-sec h3 {
    font-size: 31px;
    font-weight: 800 !important;
}
.ul-list3 {
    padding: 0;
}
.ul-list3 li{
    display: flex;

} 

.ul-list3 li i {
    font-size: 23px;
    margin-right: 10px; 
    color: #00b050;
}
.ul-list3 li strong{
    display: block;
    font-size: 20px;
    color: #00b050;
}
/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-left: 8px solid transparent;
        border-top: 10px solid #002060;
        border-right: 8px solid transparent;
        position: absolute;
        bottom: -10px;
        right: 10%;
        transform: translatex(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}
.icon-wrapper{
    display: flex;
    align-items: self-start;
    margin-top: 20px;
}
.icon-box{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color:#fff;
    padding: 0px; 
}
.icon-box i {
    font-size: 26px;
}
.icon-wrapper p{
        color: #000;
    margin-bottom: 8px;
    font-weight: 500;

}
.icon-wrapper p a{
    color: #000;
    transition: .3s
    }
    .icon-wrapper p a:hover{
    color: #000;
    }
.icon-wrapper p strong {
    font-size: 20px;
    font-weight: 600;
    color: #002060;
}
form{
    background: #FDFDFC;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 70px 0px rgb(0 0 0 / 6%);
    box-shadow: 0px 0px 18px 0px rgb(57 55 55 / 26%);
    
}
.form-control:focus{
    outline:0; 
    box-shadow: unset;
}
iframe{
        border: 4px solid#00b050;
        box-shadow: 0px 0px 6px 6px rgb(57 55 55 / 26%);
}
.social-media-icons h4, .sub-title{
    font-size: 26px;
    color: #002060;
    text-align: center;
    font-weight: 700;
    font-family: 'Nunito';
    line-height: normal;
}
.sub-title{
    margin-bottom: 0
}
.social-media-icons  .smo-links a i {
    color: #fff;
    font-size: 50px;
}
.social-media-icons .smo-links{
    justify-content: center;
}
.social-media-icons .smo-links a:hover{
    background-color: #002060;
}
/*
*
* ==========================================
* FOR DEMO PURPOSE
* ==========================================
*/

.img-box{
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 100%;
    border: 5px solid#00b050;
    cursor: pointer;
}
.img-box img{
    object-fit: cover;
    width: 100%;
    transform: scale(1); 
    transition: .3s;
    height: 100%
}
.img-box:hover img{
    object-fit: cover;
    width: 100%;
    transform: scale(1.1); 
}

.supporters-list{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0
}
.supporters-list li{
    width: 48%;
    font-size: 17px;
    margin-bottom: 10px;
}
.supporters-list li:before {
    content: "\f005";
    font-family: 'FontAwesome';
    margin-right: 10px;
    color: #00b050;
    margin-bottom: 10px;

}
.account-box {
    padding: 30px;
    background-color: #f1f1f1;
    border-radius: 10px;
    margin-top: 30px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 11px 0px;
}
.account-box .sub-title{
        font-weight: 800!important;
    text-align: left;
    color: #00b050;
    margin-bottom: 20px;
}
.account-box p {
    font-size: 19px;
        display: flex;
}
.account-box p b {
    width: 210px;
    margin-right: 30px;
}
.account-box p span {
    width: 70%;
}
 
p.sub-title2 {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    color: #00b050;
    line-height: normal;
}
.programs-wrapper .sub-title{
    font-size: 21px;
}
.programs-wrapper .col-lg-2 .img-box {
    height: 170px;
    margin-top: 40px;
}


.owl-carousel .owl-stage-outer{
    height: auto !important;
}
button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: unset;
}



#team {
  position: relative;
} 
.owl-nav{
    position: absolute;
      top: 50%;
    transform: translate(0, -50%);
    width: 100%;
}
.our-team .owl-prev, .our-team .owl-next {
  position: absolute;
  height: 50px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.our-team .owl-prev i, .our-team .owl-next i {
  font-size: 2.5rem;
  color: #00b050;
}
.our-team .owl-prev {
  left: -30px;
}
.our-team .owl-next {
  right: -30px;
}


.service-img {
    margin-top: 40px;
}
.service-img img {
    max-width: 350px;
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
    border: 5px solid#00b050;
}

.service-img .col-lg-4{
    margin-top: 100px;
}
.service-img .col-lg-4:nth-child(2) {
    margin-top: 0px;
}
.service-img .col-lg-4:nth-child(2) img{
        border: 5px solid#332f69;
}
.service-img2{
    text-align: center;
}
.service-img2 img{
        margin: auto;
        max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
    width: auto;
    border: 5px solid#00b050;
}
.career-img-wrapper .img-box{
    height: inherit;
}
.career-img-wrapper .img-box:hover img{

    transform: scale(1.04);
}

.programs-img-wrapper{ 
}
.programs-img-wrapper .img-box{
   
}



/*gallery css start here*/
 
 

.gallery-box-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}
.gallery-box-wrap .card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  height: 300px
}
.gallery-box-wrap .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;
  transition: .3s;
  overflow: hidden;
  height: 100%
}


.gallery-box-wrap .card-image:hover img{
    transform: scale(1.1);
}

.gallery-box-wrap .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s;
}
.gallery-box-wrap .card-image:hover img{
    filter: grayscale(5);
}



@media only screen and (max-width: 1199px) {
    .navbar-dark .navbar-nav .nav-link{
        font-size: 16px;
        padding: 39px 11px;
    }
    .facts{ 
        position: relative;
        margin-top: -40px;
        z-index: 1;
    }
    .banner-homepage .banner-icon{
        max-width: 220px;
    }
    .facts .col-lg-4:nth-child(even) {
    margin-top: 40px;
}
.about-img:before{
    top: -10px;
    left: -10px;
}
.main-banner .carousel-caption{
    padding-bottom: 60px;
}

.col-xl-5.order-1.order-xl-2 {
    margin-bottom: 70px;
} 
.col-xl-5 {
    margin-bottom: 70px;
}
}


@media only screen and (max-width: 1024px) {
    .banner-homepage h1 {
        font-size: 48px;
        color: #fff;
        margin: 20px 0;
        font-weight: 800 !important;
    }

}

@media only screen and (min-width: 992px) {
.ten-years {
    margin-bottom: -60px
}
}


@media only screen and (max-width: 992px) {
    .footer-about{
        margin: auto;
    }

 .section-title{ 
    margin-bottom: 32px !important ;
 }
.navbar-dark .navbar-nav .nav-link{
    padding: 7px 12px !important;
}
.service-img .col-lg-4{
    margin-top: 0;
    text-align: center;
}
.career-img-wrapper .img-box {
    max-width: 450px;
    margin: auto;
    margin-top: 30px;
}
/*.placement-box-wrapper .col-lg-4 {
    margin-top: 0;
}*/
}

@media only screen and (max-width: 767px) {
    section{
        padding: 40px 0;
    }
     .banner-homepage h1 {
        font-size: 38px; 
        font-weight: 800 !important;
    }
    .institute-profile .col-md-4.col-sm-6.wow.zoomIn:nth-child(2){
        margin-top: 0;
    }
    .box-2s{
        margin-top: 0px;
    }
    .heading h2, .heading h3 {
    font-size: 33px; 
}
.heading h2 strong, .heading h3 strong {
   font-size: 33px;
    }
    .team-item{
        min-height: auto;
        height: 100%;
    }
    #team .owl-nav{
        display: none;
    }
    .facts .col-lg-4 {
    max-width: 32%;
    margin-top: 10px !important;
}
.facts .row{
    justify-content: space-around !important;
}
    .facts .col-lg-4:nth-child(even) {
    margin-top: 0px;
}
.supporters-list li{
    width: 100%;
}

.social-media-icons h4, .sub-title{
    font-size: 22px;
}
}

@media only screen and (max-width: 575px) {

  .gallery-box-wrap .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
  .about-img{
    width: 300px;
  }

.gallery-box-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    }
.account-box {
    padding: 20px;
}
.account-box p{
    display: inline-block;
}
.account-box p b{
    display: block;
}
form{
    padding: 20px;
}
.service-tab .tab-content{
    padding: 20px;
}
}


@media only screen and (max-width: 480px) {
 .heading h2, .heading h3 {
    font-size: 28px; 
}
.heading h2 strong, .heading h3 strong {
   font-size: 28px;
    }
    .col-xl-5, .col-xl-5.order-1.order-xl-2 {
    margin-bottom: 30px;
}
.section-title {
    margin-bottom: 22px !important;
}
.list2 p{
    display: block;
}
.list2 li{
    padding: 20px;
    padding-top: 40px;
}
.list2 p::before{
    margin-bottom:20px ;
}
.account-box .sub-title{
    margin-bottom: 10px;
    font-size: 20px;
}
.icon-wrapper{
    display: block;
    text-align: center;
}
.icon-box{
    margin: auto;   
    margin-bottom: 20px;
}
.social-media-icons h4, .sub-title{
    font-size: 20px;
}
.service-tab th:first-child{
    width: 50px !important;
}
p.sub-title2{
    font-size: 28px;
}
.programs-img-wrapper .col-md-3.col-sm-4.col-6 {
    padding: 0px 5px;
    margin-top: 10px;
}
p.sub-title2{
    margin-bottom: 30px;
}
.last-child-w{
    width: 92px !important;
    padding: 5px;
}
.service-tab th{
    font-size: 14px;
}
.service-tab td {
    padding: 10px 5px;
}
}
@media only screen and (max-width: 375px) {
    .about-img {
    width: 270px;
}
.about-img:before{
    margin-left: 24px;
    margin-top: 24px;
}
}