@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@300;400;500;600;700&family=Pridi:wght@400;500;600;700&display=swap');

body{
    display: block;
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 1.9;
    color: #555a64;
    background-color: #fff;
    text-align: left;
    overflow-x: hidden!important;
    position: relative;
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 2px;
    /* color: #294c73; */
    color: #1facebca;
    font-family: 'Pridi', serif;
}
h2 {
    font-size: 32px;
}
.sec_head{
    font-size: 32px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.375rem + 2px);
    padding: .6875rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #555a64;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #eaedf2;
    border-radius: .1875rem;
    box-shadow: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
section {
    padding: 4rem 0 0;
}
.w-35{
    width: 35% !important;
}
.btn{
    font-size: 1.1rem;
    padding: .5rem 1.5rem;
    border-radius: 50px;
}
.btn-primary{
    background-color: #294c73;
    border-color: #294c73;
}
.btn-primary:hover{
    background-color: #ff8c00;
    border-color: #ff8c00;
}
.btn-secondary{
    background-color: #ff8c00;
    border-color: #ff8c00;
}
.btn-secondary:hover{
    background-color: #1facebca;
    border-color: #1facebca;
}

.bg_blue_trans{
    background-color: rgba(43, 169, 194, 0.5);
}
.bg_green_trans{
    background-color: rgba(134, 187, 81, 0.8);
}
.card{
    border: 0;
    transition: all .2s ease-in-out;
    /* box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 2px 1px -1px rgba(0,0,0,0.12); */
    background: #faf9fb;
}
.card:hover{
  box-shadow: 0px 0 25px 0 rgb(0 0 0 / 10%);
}

.banner_overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, 0.7);
}

.breadcrumb-item+.breadcrumb-item::before{
    color: #fff;
}
/*Navbar start*/
.navbar{
    padding: 0.5rem 1rem;
    transition: all .2s ease-in-out;
    /*background: rgba(248, 249, 250, 0.8)!important;*/
    background-color: #fff !important;
}
.navbar.navbar_fixed {
    background-color: rgba(255, 255, 255, 1) !important;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 2px 1px -1px rgba(0,0,0,0.12);
}
.navbar.navbar_fixed .navbar-brand{
    padding-top: 0;
    padding-bottom: 0;
}
.navbar.navbar_fixed .navbar-brand img {
    max-width: 160px;
    width: 80px;
}
.navbar-brand img{
    max-width: 300px;
    transition: all .2s ease-in-out;
}

.navbar ul li a{
    color: #333;
    font-size: 1.1rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.navbar-light .navbar-nav .nav-link{
    color: #294c73;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0.4rem 1.2rem;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link:hover{
    /* color: #ff8c00; */
    color: #1faceb;
    font-weight: 600;
}
.navbar-expand-lg .navbar-collapse{
    justify-content: flex-end;
}

.nav-link {
  text-decoration: none;
  color: #031D44;
  display: inline-block;
  position: relative;
  transition: ease 0.5s;
}

.dropdown-toggle::after{
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 1rem;
    position: absolute;
    color: #2c3038;
    border: 0;
    top: 22%;
}
/*Navbar End*/

/*Banner Strat*/
.jumbo_grad{
    background: linear-gradient(to right,#2568ef,#ff564f)!important;
    border-bottom-left-radius: 300px;
}
.banner_one{
    background-image: url(../images/banners/development.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    position: relative;
    background-position: 0 40px;
}
.banner_two{
    background-image: url(../images/banners/outsourcing.jpg);
    background-position: 0 10px;
}
.banner_three{
    background-image: url(../images/banners/consulting.jpg);
    background-position: 0 70px;
}
.banner_sec .carousel-item{
    height: 100vh;
}
.banner_sec .carousel-caption{
    width: 70%;
    top: 60%;
    left: 50%;
    right: inherit;
    bottom: inherit;
    margin: 0 auto;
    transform: translate(-50%, -50%);
}
.banner_sec .carousel-caption h2, .banner_sec .carousel-caption p{
    color: #fff;
}
.banner_sec .carousel-caption h2{
    font-size: 4rem;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    width: 40px;
    height: 40px;
}

.carousel-control-prev-icon {
    background-image: none;
    position: relative;
}
/* .carousel-control-prev-icon::after{
    content: "\f137";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 2.5rem;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;
} */
/* .carousel-control-next-icon {
    background-image: none;
    position: relative;
}
.carousel-control-next-icon::after{
    content: "\f138";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 2.5rem;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;
} */

/* .carousel-indicators li {
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    border-radius: 50%;
    background-color: #fff;
}
.carousel-indicators .active{
    background-color: #ff8c00;
} */

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #ff8c00;
    text-decoration: none;
    outline: 0;
    opacity: 0.7;
}
.hero-home p{
  font-size: 2rem;
  font-weight: 500;
}
.e-now{
  color: #ff8c00;
}
.hero-age{
  font-size: 3rem !important;
}
/*Banner End*/
.class_schedule{
  background:linear-gradient(0deg, rgba(30, 59, 112, 0.9), rgba(59, 95, 156, 0.9)), url(/assets/images/bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.features_sec li{
    list-style: none;
    padding-bottom: 1.5rem;
    position: relative;
}
.features_sec ul li::before{
    content: '\f138';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 1rem;
    position: absolute;
    left: -7%;
    color: #ff8c00;
    padding-top: 4px;
}
.sec_padding{
    padding-top: 4rem;
    padding-bottom: 4rem;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    text-align: center;
    padding: 40px 20px 30px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    min-width: 300px;
  }
  .services .icon-box .icon {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.3s;
    position: relative;
  }
  .services .icon-box .icon i {
    font-size: 36px;
    transition: 0.5s;
    position: relative;
  }
  .services .icon-box .icon svg {
    position: absolute;
    top: 0;
    left: 0;
  }
  .services .icon-box .icon svg path {
    transition: 0.5s;
    fill: #f5f5f5;
  }
  .services .icon-box h4 {
    font-weight: 600;
    margin: 10px 0 15px 0;
    font-size: 22px;
  }
  .services .icon-box h4 a {
    color: #2c4964;
    transition: ease-in-out 0.3s;
  }
  .services .icon-box p {
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 0;
    text-align: initial;
  }
  .services .icon-box:hover {
    border-color: #fff;
    box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  }
  .services .iconbox-blue i {
    color: #47aeff;
  }
  .services .iconbox-blue:hover .icon i {
    color: #fff;
  }
  .services .iconbox-blue:hover .icon path {
    fill: #47aeff;
  }
  .services .iconbox-orange i {
    color: #ffa76e;
  }
  .services .iconbox-orange:hover .icon i {
    color: #fff;
  }
  .services .iconbox-orange:hover .icon path {
    fill: #ffa76e;
  }
  .services .iconbox-pink i {
    color: #e80368;
  }
  .services .iconbox-pink:hover .icon i {
    color: #fff;
  }
  .services .iconbox-pink:hover .icon path {
    fill: #e80368;
  }
  .services .iconbox-yellow i {
    color: #ffbb2c;
  }
  .services .iconbox-yellow:hover .icon i {
    color: #fff;
  }
  .services .iconbox-yellow:hover .icon path {
    fill: #ffbb2c;
  }
  .services .iconbox-red i {
    color: #ff5828;
  }
  .services .iconbox-red:hover .icon i {
    color: #fff;
  }
  .services .iconbox-red:hover .icon path {
    fill: #ff5828;
  }
  .services .iconbox-teal i {
    color: #11dbcf;
  }
  .services .iconbox-teal:hover .icon i {
    color: #fff;
  }
  .services .iconbox-teal:hover .icon path {
    fill: #11dbcf;
  }

  /*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box h4 {
    font-size: 22px;
    font-weight: 700;
    margin: 5px 0 10px 60px;
  }
  .features .icon-box i {
    font-size: 48px;
    float: left;
    color: #1facebca;
  }
  .features .icon-box p {
    font-size: 18px;
    color: #848484;
    margin-left: 60px;
  }
  .features .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
  }
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 40px 30px;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
  background: #fff;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
}
.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}
.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 10px auto;
  font-size: 18px;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ff8c00;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff8c00;
}
.testimonials .swiper-slide {
  opacity: 0.3;
}
@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }
  .testimonials .swiper-pagination {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}

  /*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
    overflow: hidden;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }
  .gallery .gallery-item img {
    transition: all ease-in-out 0.4s;
  }
  .gallery .gallery-item:hover img {
    transform: scale(1.1);
  }
  
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px 0 30px 0;
    background: #fff;
  }
  .contact .info-box i {
    font-size: 32px;
    color: #1facebca;
    border-radius: 50%;
    padding: 8px;
  }
  .contact .info-box h3 {
    font-size: 20px;
    color: #2c4964;
    font-weight: 700;
    margin: 10px 0;
  }
  .contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 0;
  }
  .contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
    background: #fff;
  }
  .contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
  }
  .contact .php-email-form .error-message br + br {
    margin-top: 25px;
  }
  .contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
  }
  .contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
  }
  .contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
  }
  .contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 5px;
    box-shadow: none;
    font-size: 14px;
  }
  .contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
    border-color: #1facebca;
  }
  .contact .php-email-form input {
    padding: 10px 15px;
  }
  .contact .php-email-form textarea {
    padding: 12px 15px;
  }
  .contact .php-email-form .success{
    color: #008000;
  }
  .contact .php-email-form button[type=submit],.contact .php-email-form .input-row input {
    background: #1facebca;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 5px;
  }
  .contact .php-email-form .input-row{
      text-align: center;
  }
  .contact .php-email-form button[type=submit]:hover, .contact .php-email-form .input-row input:hover{
    background: #ff8c00;
  }
  @-webkit-keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }



/*Footer*/
.footer_links{
    border-top: 5px solid #ff8c00;
    border-bottom: 5px solid #ff8c00;
}
footer .social_links, .useful_links{
    padding-inline-start: 0;
}
footer .social_links li, .useful_links li{
    list-style: none;
    display: inline-block;
    padding: 0 15px;
    color: #294c73;
}
footer .social_links li a, footer .useful_links li a{
    color: #294c73;
    transition: all .5s ease-in-out;
    font-size: 1.1rem;
    font-weight: 400;
}
footer .social_links li a .fa{
    font-size: 24px;
}
footer .social_links li a i:hover, footer .useful_links li a:hover{
    color: #ff8c00;
    margin-top: -10px;
    text-decoration: none;
}


footer .footer_copyright{
    background-color: #294c73;
    padding-top: 20px;
}

.footer_address p{
    position: relative;
    /*color: #294c73;*/
}
p.address, p.phone, p.email{
    padding-left: 2.2rem!important;
}
.footer_address p::before{
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 5px;
    color: #2c3038;
}
.footer_address p.address::before{
    content: "\f2bb";
}
.footer_address p.phone::before{
    content: "\f095";
}
.footer_address p.email::before{
    content: "\f0e0";
}

.footer_links h6{
    color: #294c73;
}
.footer_designer{
    font-size: 70%;
}
/*Footer*/

/*Jumbotron*/
.banyanroots_jumbotron{
    padding: 8rem 2rem 2rem;
    margin-bottom: 0;
    /*background-color: rgba(206, 35, 125, 0.6);*/
    background-color: rgba(28, 74, 160, 0.6);
    width: 100%;

}
.pages_banner_text{
    padding: 3rem 0;
}
.banyanroots_jumbotron .breadcrumb{
    background-color: transparent;
}
.about_bg{
    background: url('../images/banners/about.jpg') no-repeat center;
    background-size: auto;
    min-height: 350px;
    background-color: white;
    display: flex;
    align-items: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top;
}
.contact_bg{
    background: url('../images/banners/contact.jpg') no-repeat center;
    background-size: auto;
    background-position: top;
}
.trainings_bg{
    background: url('../images/banners/trainings.jpg') no-repeat center;
    background-size: auto;
    background-position: top;
}
.fds-zoomout, .hds-zoomout{
  transition: all 0.3s;
}
.fds-zoomout:hover, .hds-zoomout:hover{
  transform: scale(0.9);
}
/*Jumbotron*/

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 100px 0;
    overflow: hidden;
  }
  
  .section-bg {
    background-color: #f9f8ff;
  }
  
  .section-title {
    text-align: center;
    padding-bottom: 30px;
  }
  .section-title h2 {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
  }
  .section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #1facebca;
    bottom: 0;
    left: calc(50% - 25px);
  }
  .section-title p {
    margin-bottom: 0;
  }
  

  .special_sec{
    background: #71c87c;
    margin-top: 3rem;
  }

/*trainig page*/
.courses_sec .card ul{
    padding-inline-start: 20px;
}
.courses_sec .card ul li{
    list-style: none;
    position: relative;
}
.courses_sec .card ul li::before{
    content: '\f101';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 18px;
    position: absolute;
    top: 0;
    left: -20px;
    color: #2c3038;
}

.course-item{
    border-bottom: 1px solid #ccc;
}
.course-item h4{
    font-weight: 400;
}
.course-item .badge {
    display: inline-block;
    padding: 0.3em 0.8em;
    font-size: .8rem;
    font-weight: 400;
}
/*trainig page*/

.careers_sec .card .card-header{
    padding: 0;
}
/*Careers Section*/

/*Contact Section*/
.contact_sec form{
    padding: 40px 30px 20px;
    border-radius: 10px;
    background-color: #dcdcdc;
}
.contact_sec .contact_address{
    padding: 25px 20px;
    border-radius: 10px;
    background-color: #dcdcdc;
}
/*Contact Section*/

.team_name{  
    position: absolute;
    top: -20%;
    left: 50%;
    transform: translate(-50%, -15%);
    width: 100%;
}

.form_bg{
    background-color: rgba(255, 255, 255, .5);
    background-image: url(../images/form_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.contact_form_bg{
    background-color:rgba(28, 74, 160, 0.6);
}
.contact_form_bg .form-control{
    background-color: rgb(255 255 255 / 0.8);
}
/* Popup-Calender */
.hide {
  visibility: hidden;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
  -o-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
}

.close {
    position: absolute;
    right: 0;
    top: 0;
    width: 51px;
    height: 51px;
    font-size: 0;
    cursor: pointer;
}

.close:before, .close:after {
  content: '';
    position: absolute;
    background: #767676;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    left: 14px;
    right: 14px;
    top: 30px;
    height: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -webkit-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
}

.close:after {
     -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup {
    position: absolute;
    top: 59%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #FAFDFF;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 900px;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.09), 0px 11px 12px 7px rgba(0, 0, 0, 0.02);
    -moz-transition: all 120ms;
    -webkit-transition: all 120ms;
    -o-transition: all 120ms;
    transition: all 120ms;
    z-index: 99;
  padding: 25px;
  color: #5E5E5E;
}
.calendar-section{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media screen and (max-width: 1000px) {
  .popup {
    width: 90%;
    padding: 5px;
    top: 45%;
  }
}

.popup-header {
  text-transform: uppercase;
  font-size: 18px;
}

.popup-body {
  padding: 25px 0;
}

.button {
  padding: 10px 15px;
  border: 1px solid #F5F5F5;
  text-transform: uppercase;
  box-shadow: 1px 2px 3px #F5F5F5;
  color: #5E5E5E;
  cursor: pointer;
  transition: all 120ms ease-in;
  outline:none;
}

.button:hover {
  box-shadow: 1px 3px 5px #E9E9E9;
  transform: translateY(-1px);
}

.button:active, .button:visited {
  transform: translateY(1px);
  outline:none;
  box-shadow: 1px 2px 3px #F5F5F5;
}
/*MediaQueries Strat*/
@media (min-width: 992px){
    section {
        padding: 4rem 0 0;
    }
}

@media (min-width: 767px){
    .nav-link-grow-up::before{
        height: 0%;
        width: 82%;
        bottom: -26px;
        left: 10px;
    }
    .navbar_fixed .nav-link-grow-up::before{
        bottom: -16px;  
    }

    .nav-link-grow-up:hover::before {
      height: 5px;
    }
}

@media (max-width: 768px){
    section {
        padding: 4rem 0 2rem;
    }
    .jumbo_grad {
        border-bottom-left-radius: 150px;
    }
    .banner_sec{
        padding-top: 70px;
    }
    .card{
        margin-bottom: 20px;
    }
    .navbar-brand img {
        max-width: 200px;
    }
    .navbar.navbar_fixed .navbar-brand img {
        max-width: 180px;
    }
    .banyanroots_jumbotron{
        margin-top: 67px;
    }
    h2 {
        font-size: 2.1rem;
    }
    .special_sec{
        text-align: center;
    }
    .special_sec h5{
        padding-bottom: 20px;
    }
    footer .footer_copyright{
        text-align: center;
    }
    footer .footer_designer{
        text-align: center !important;
        float: none !important;
    }
    .banyanroots_jumbotron{
        margin-bottom: 0;
    }
    .contact_sec form {
        padding: 25px 20px 20px;
    }
    .contact_sec .contact_address{
        margin-top: 30px;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 10px;
        height: 10px;
    }
    .carousel-indicators li{
        display: none;
    }
    .banner_sec .carousel-caption h2 {
        font-size: 2rem;
    }
    .banner_sec .carousel-caption p{
        font-size: 1rem;
    }
    .banner_sec .carousel-caption .hero-age{
      font-size: 2rem !important;
    }
    .banner_sec .carousel-caption{
        top: 50%;
        width: 90%;
    }

    .carousel-control-next-icon::after{
        display:none;
    }
    .carousel-control-prev-icon::after{
        display:none;
    }
    .sec_head {
        font-size: 2rem;
    }
    .banyanroots_jumbotron {
        padding: 3rem 2rem 2rem;
    }
    .pages_banner_text {
        background-size: contain;
    }
    .team_single {
        min-height: 200px;
        /*margin-bottom: 4rem;*/
        background-size: contain;
    }
    .team_name {
        top: -10%;
        transform: translate(-50%, -10%);
    }
    .form_bg {
        background-position: right;
    }
    .home_servics_img {
        width: 100%;
    }
    .banner_three{
        background-position: 0 40px;
    }
    .features_sec ul li::before{
        left: -10%;
    }
    .features_sec li {
        padding-bottom: 1rem;
    }
    .vision_mission .about-icons{
        width: 50% !important;
        padding-bottom: 2rem;
        padding-top: 2rem !important;
    }
}

/*MediaQueries End*/