@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --primary-color: #15AA5B;
  
  --greeb-color: #e98604;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
}
a {
  text-decoration: none;
}
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}

.d-flex.bd-highlight.pharma-top {
  background: var(--primary-color);
  padding: 10px 1%;
}

.pharma span a {
  color:#fff7d1;

  font-weight: 400;
  font-size: 14px;
}
.social-icon i {
  color:#fff7d1;
  
}
.pharma span {
  margin-right: 12px;
}
.pharma span a i {
  margin-right: 5px;
}
.social-icon span a {
  color: #fff;
}
.social-icon span a {
  color: #fff;
  padding-left: 20px;
}
.main_menu {
  background: #fff6ef;

  width: 100%;
  left: 0;
  z-index: 999;
  padding-bottom: 10px;

}
.navbar-brand img {
  padding-top: 5px;
}
.gallery-img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 12px;
  height: 220px;
  width: 100%;
  object-fit: cover;
  border: 2px solid #cfcfcf35;
  box-shadow: 0 5px 15px #09030333;
}
.gallery-img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.348);
}
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  font-size: 28px;
  width: 50px;
  height: 50px;
  display: grid;
  place-content: center;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  z-index: 999;
  transition: transform 0.2s ease;
}

.whatsapp-float:hover {
  transform: scale(1.2);
  text-decoration: none;
  color: white;
}
section.banner {
  background: linear-gradient(to top, #263d01b5, #263d01bb),
    url("../images/jkcollege.webp");
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position:top !important;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.heighlighttext {
  color: var(--primary-color);
}

.pharma-clg-banner-text h1 {
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 15px;
  font-weight: 800;
  color: white;
  font-size: 45px;
}
.coursessection{
    background: #f8f4ee;
}
.carditem{
    background: linear-gradient( 130deg, #f8f4ee,#f8f4ee,#f8f4ee, #98e6a5);
    border-radius: 15px;
    padding: 10px;
    outline: 1px dashed #20d149;
    outline-offset: -7px;
}

 .pra {
  font-size: 15px;
  color: #6c6c6c;
  line-height: 28px;
  margin-top: 15px;

  font-weight: 400;
}
.couse img{
    border-radius: 15px;
}

.roted::after {
  position: absolute;
  content: "";
  background-image: url(../images/banner_img_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 500px;
  height: 500px;
  z-index: 1;
  top: -132px;
  right: -185px;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-name: clockwiseSpin;
  animation-timing-function: linear;
}
@keyframes clockwiseSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.roted01 {
  position: absolute;
  top: 424px;
  left: 500px;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-name: antiClockwiseSpin;
  animation-timing-function: linear;
}

@keyframes antiClockwiseSpin {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

#defnic.gps-button-wrapper a.gps-button {
  background-color: var(--greeb-color);

  /* border-radius: 100px; */
  color: #ffffff;
  display: inline-block;

  padding: 10px 40px;
  position: relative;
  text-decoration: none;

  z-index: 1;
  clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
}

#defnic.gps-button-wrapper a.gps-button::before {
  background: var(--primary-color);
  content: "";
  clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);

  height: 100%;
  width:100%;

  z-index: -2;
  position: absolute;
  top: 11%;
  left: 3%;
  transition: .3s;

  /* z-index: -1; */
}
#defnic.gps-button-wrapper a.gps-button:hover:before {

  top: 0%;
  left: 0%;

  
}

.aboutimg01 {
  width: 80%;
  height: auto;
 
  

}
.aboutimg01 img {
  
  height: auto;
 box-shadow: 30px 30px 0 #0a8c0113;
  border: 7px solid rgb(254, 223, 197);
  border-radius: 20px;
  height: 400px;
  object-fit: cover;
}
.aboutimg02 {
  position: absolute;
  top: 50%;
  right: -10%;
  display: block;
  width: 330px;
}
.aboutimg02 img{
    border: 10px solid rgb(255, 255, 255);
    border-radius: 20px;
   }
   .rounded-4{
    border-radius: 10px;
   }
i.fa-solid.fa-check {

  color: #04c568 !important;

  color: #fff;
  
  font-size: 13px;
}
.modal-dialog{
  border: 3px solid #fa6b04;
  border-radius: 5px;
}
.titel{
    font-size: 19px;
    color: #04c568 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    width: fit-content;
    text-wrap: nowrap;
    font-weight: 400;
    padding-bottom: 20px !important;
   
}
.titel::after{
    position: absolute;
    content: attr(data-title);
    color: #ea5200;
    font-weight: bold;
    left: 1%;
    top: 15%;
    transform: translate(-0%, -50%);
    /* z-index: -1; */
    font-size: 30px;
    opacity: .1;
}
.card-title{
    all: unset;
    font-size: 17px;
    font-weight: bold;
    display: block;
    padding: 15px 0;
}
.card-text{
    all: unset;
    font-size: 16px;

}
.card-body img{
    filter: brightness(0) saturate(100%) invert(49%) sepia(74%) saturate(2115%) hue-rotate(348deg) brightness(99%) contrast(93%);
    width: 60px;
    border-radius: 10px;
}

.sctiontitel span{
 background: linear-gradient(to right, rgb(66, 217, 1), var(--primary-color));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
 
}
.p-2.flex-fill.bd-highlight.service01 p {
  /* margin-bottom: -9px; */
  color: #555;
  font-size: 17px;
}
.sctiontitel{
    font-weight: bold;
    font-size: 30px;
    color: #000;
  padding: 10px 0;
}
.classes {
  background: url("../images/service_bg.webp");
  margin-top: 100px;
}
.text-center.our-class.pt-5.mt-5 h1 {
  font-weight: bold;
  font-size: 38px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background: #00a6fb;
  border-radius: 26px;
  padding: 19px;
}
i.fa-solid.fa-arrow-left {
  position: relative;
  top: -10px;
  left: -7px;
}
i.fa-solid.fa-arrow-right {
  position: relative;
  top: -10px;
  left: -7px;
}
.carousel-control-prev {
  left: -114px;
}
.carousel-control-next {
  right: -114px;
}
p.card-text {
  font-size: 15px;
  color: #3b5274;
  margin-top: 15px;
  margin-bottom: 15px;
}
.text-primary{
  color: var(--greeb-color) !important;
}
nav.navbar.navbar-expand-lg.navbar-light.main_menu {
  border-bottom: 1px solid #0148071e;
  box-shadow: 0 5px 15px #01431a24;
}
a.readmore {
  font-size: 13px;
  color: #00a6fb;
}
.text-center.faq h1 {
  font-weight: bold;
  font-size: 38px;
}

.containerwidth {
  width: 100%;
}

.wrapper {
  background-color: #ffffff;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 15px 25px rgba(0, 0, 50, 0.2);
  box-shadow: 0 15px 25px rgb(0 0 50 / 11%);
}

.toggle,
.content {
  font-family: "Poppins", sans-serif;
}

.toggle {
  width: 100%;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 15px;
  color: #7e7e7e;
  font-weight: 400;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 6px 0;
}
.content {
  position: relative;
  font-size: 13px;
  
  line-height: 26px;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.work01 span {
  font-size: 30px;
  color: #fff;
  margin-left: 17px;
  line-height: 65px;
}
.work01 {
  background: var(--primary-color);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  box-shadow: -15px -15px 0 5px #01402C, -17px 5px 0 #fff;
}
.work h3 {
  padding-top: 23px;
  font-weight: bold;
  font-size: 25px;
}
.work p {
  color: #7e7e96;
  font-size: 16px;
}
.our-work {

  background:#01402C;
  background-size: cover;
  /* background-attachment: fixed; */
}
.work02 {
  background: #018ab3;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  box-shadow: -15px -15px 0 5px #01402C, -17px 5px 0 #fff;
}
.work02 span {
  font-size: 30px;
  color: #fff;
  margin-left: 14px;
  line-height: 65px;
}
.work03 {
  background: #f7588d;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  box-shadow: -15px -15px 0 5px #01402C, -17px 5px 0 #fff;
}
.work03 span {
  font-size: 30px;
  color: #fff;
  margin-left: 14px;
  line-height: 65px;
}
.work04 {
  background: #ffc422;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  box-shadow: -15px -15px 0 5px #01402C, -17px 5px 0 #fff;
}
.work04 span {
  font-size: 30px;
  color: #fff;
  margin-left: 14px;
  line-height: 65px;
}
.work05 {
  background: #8b10c8;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  box-shadow: -15px -15px 0 5px #01402C, -17px 5px 0 #fff;
}
.work05 span {
    font-size: 30px;
    color: #fff;
    margin-left: 14px;
    line-height: 65px;
}
.work06 {
  background: #c81084;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  box-shadow: -15px -15px 0 5px #01402C, -17px 5px 0 #fff;
}
.work06 span {
  font-size: 30px;
  color: #fff;
  margin-left: 14px;
  line-height: 65px;
}
.work07 {
  background: #10c89a;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  box-shadow: -15px -15px 0 5px #01402C, -17px 5px 0 #fff;
}
.work07 span {
  font-size: 30px;
  color: #fff;
  margin-left: 14px;
  line-height: 65px;
}
.work08 {
  background: #106fc8;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  box-shadow: -15px -15px 0 5px #01402C, -17px 5px 0 #fff;
}
.work08 span {
  font-size: 30px;
  color: #fff;
  margin-left: 14px;
  line-height: 65px;
}
.footercon{
    font-size: 13px;
    line-height: 150%;
}
footer ul li{
    /* margin-bottom: 7px; */
    padding: 7px 0;
}
.apply-for {
  /* background: url("../images/appointment_bg.webp"); */
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.apply-for-clg {
  background: #F36E21;
  border-radius: 10px 300px 300px 10px;
}
.teachersection img{
height: 210px;
object-fit: cover;
}


.pharma-top {
  transition: opacity 0.5s ease, visibility 0.5s ease, height 0.5s ease;
}

.pharma-top.hide {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease, height 0.5s ease;
}

.main_menu {
  transition: top 0.5s ease, box-shadow 0.5s ease, background-color 0.5s ease;
}

.main_menu.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background-color: white;
  transition: top 0.5s ease, box-shadow 0.5s ease, background-color 0.5s ease;
}

.fromcard{  border: 2px solid var(--primary-color);
}
input.form-control,.form-select {
  height: 50px;
  border-radius: 10px;
  border:  1px solid var(--primary-color);
  line-height: 2.2;
}
textarea {
  border-radius: 10px !important;

}
.work {
   background-color: #ffffff;
   padding: 10px;
   border-radius:50px 10px 10px 10px;
   margin-bottom: 20px;
 
}
.work h3{
    font-weight: bold;
    font-size: 16px;
    padding: 15px 0;
 
}
.work p{
    
    font-size: 12px;
    /* text-wrap: balance; */
   
 
}
.oppoinment-img {
  position: absolute;
  bottom: -56px;
  right: 15px;
  height: 605px;
}
img.img-fluid.w-100 {
  width: 376px !important;
}
.helpline {
  background: #eef9ff;
  position: relative;
}
.call-line p {
  margin-top: 31px;
  color: #7e7e96;
  margin-bottom: 0;
}
.contact span {
  background: #00a6fb;
  color: #fff;
  padding: 8px;
  border: 2px solid #14457b;
  border-radius: 5px;
}
.d-flex.bd-highlight.phone-nb {
  background: #fff;
  padding: 17px;
  border-radius: 7px;
}
.review span {
  color: #ffbd02;
  font-size: 15px;
}
.card.review-card {
  border: none;
  background: #fff;
}
.text-center.p-4.foot-bottom {
  background: var(--primary-color);
  color: #fff;
}
span.navbar-text.enroll a {
  background: var(--greeb-color);
  padding: 10px;
  font-size: 14px;
  /* border-radius: 10px; */
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
  font-weight: bold;
  
}
span.navbar-text.enroll:hover a {
  
  transition: .3s;
  color: #fff;
  font-weight: 800;
 
}

span.pharma-wel {
  color: #fff;
  font-size: 15px;
}
li.nav-item {
  margin-left: 15px;
  font-size: 16px;
}

.breadcrumb {
  background:linear-gradient(to right,#e98604,#e9860489), url(../images/breadcrumb_bg.webp);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 250px 0px 105px;
  position: relative;
}
.breadcrumb::after {
  position: absolute;
  content: "";
  background: #e9860467;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.breadcrumb_text {
  position: relative;
  z-index: 2;
}
.breadcrumb_text h1 {
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: #fff;
}
.breadcrumb_text ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -25px;
}
.breadcrumb_text ul li,
.breadcrumb_text ul li a {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.breadcrumb_text ul li a {
  position: relative;
  margin-right: 15px;
  padding-right: 15px;
}
ul,
ol {
  list-style: none;
}
.breadcrumb_text ul li a::after {
  position: absolute;
  content: "\f054";
  font-family: "font awesome 5 free";
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  top: 6px;
  right: -4px;
}
.card.classes-card {
  border-radius: 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 0;
  margin-bottom: 32px;
}
span.service-icon i {
  position: absolute;
  top: 208px;
  left: 275px;
  font-size: 20px;
  background: var(--primary-color);
  padding: 10px;
  color: #fff;
  border-radius: 6px;
}
span.service-icon1 i {
  position: absolute;
  top: 208px;
  left: 275px;
  font-size: 20px;
  background: #00a6fb;
  padding: 10px;
  color: #fff;
  border-radius: 6px;
}
span.service-icon2 i {
  position: absolute;
  top: 208px;
  left: 275px;
  font-size: 20px;
  background: #f7588d;
  padding: 10px;
  color: #fff;
  border-radius: 6px;
}

.my-gallery {
  margin: 30px;
  justify-content: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.my-gallery img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.my-gallery img:hover {
  transform: scale(1.5);
  transition-duration: 1s;
  border-radius: 0%;
  border: 1px solid var(--primary-color);
  box-shadow: 1px 1px 10px var(--primary-color);
}

.snip1577 {
  font-family: "Montserrat", Arial, sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #fff;
  text-align: left;
  font-size: 16px;
  background-color: #000;
}

.snip1577 *,
.snip1577:before,
.snip1577:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.snip1577 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}

.snip1577:before,
.snip1577:after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: "";
  background-color: #fff;
  z-index: 1;
  opacity: 0;
}

.snip1577:before {
  width: 0;
  height: 1px;
}

.snip1577:after {
  height: 0;
  width: 1px;
}

.snip1577 figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 20px;
}

.snip1577 h3,
.snip1577 h4 {
  margin: 0;
  font-size: 1.1em;
  font-weight: normal;
  opacity: 0;
}

.snip1577 h4 {
  font-size: 0.8em;
  text-transform: uppercase;
}

.snip1577 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1577:hover img,
.snip1577.hover img {
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  opacity: 0.2;
}

.snip1577:hover:before,
.snip1577.hover:before,
.snip1577:hover:after,
.snip1577.hover:after {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.snip1577:hover:before,
.snip1577.hover:before {
  width: 40px;
}

.snip1577:hover:after,
.snip1577.hover:after {
  height: 40px;
}

.snip1577:hover h3,
.snip1577.hover h3,
.snip1577:hover h4,
.snip1577.hover h4 {
  opacity: 1;
}

.snip1577:hover h3,
.snip1577.hover h3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.snip1577:hover h4,
.snip1577.hover h4 {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.social-icon-hover span {
  background: var(--primary-color);
  padding: 10px;
  border-radius: 5px;
}
.social-icon-hover {
  padding-top: 20px;
}

.contact-info {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}


.contact-info-item {
  background: #FFFBED;
  padding: 15px 0px;
  border-radius: 10px;
  box-shadow: 0 15px 20px  #885f0124;
}
.contact-info-item i{
  color: var(--primary-color) !important;
  margin: 30px 0px;
  border-radius: 10px;
}
.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
  padding-left: 0;
}
.contact-page-form.contact-form input {
  margin-bottom: 5px;
}
.contact-page-form.contact-form textarea {
  height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
  background: var(--primary-color);
  width: 150px;
  border-color: var(--primary-color);
}
.contact-info-icon i {
  font-size: 48px;
  color: #fff;
}
.contact-info-text p {
  margin-bottom: 0px;
}
.contact-info-text h2 {
  
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-info-text span {
  color: #686868;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}

.contact-page-form input {
  background: #f3f3d93c none repeat scroll 0 0;
  border: 1px solid #03ba31;
  margin-bottom: 20px;
  padding: 12px 16px;
  width: 100%;
  border-radius: 4px;
}

.contact-page-form .message-input {
  display: inline-block;
  width: 100%;
  padding-left: 0;
}
.single-input-field textarea {
  background: #f3f3d93c none repeat scroll 0 0;
  border: 1px solid #03ba31;

  width: 100%;
  height: 140px;
  padding: 12px 16px;
  border-radius: 4px;
}
.single-input-fieldsbtn input[type="submit"] {
  background: var(--primary-color) none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 10px 0;
  text-transform: capitalize;
  width: 150px;
  margin-top: 20px;
  font-size: 16px;
}
.single-input-fieldsbtn input[type="submit"]:hover {
  background: var(--primary-color);
  transition: all 0.4s ease-in-out 0s;
  border-color: var(--primary-color);
}
.single-input-field h4 {
  color: #464646;
  text-transform: capitalize;
  font-size: 14px;
}
.contact-page-form {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}
.contact-page-map {
  margin-top: 36px;
}
.contact-page-form form {
  padding: 20px 15px 0;
}
/* =============== */
.navbar-brand {
  padding: 0;
}
.navbar-brand img {
  width: 80px;
}
@media screen and (max-width: 768px) {
    section.banner{
       min-height: 60vh;
       height: 70vh;
    }
    .aboutimg02 {
        position: absolute;
        top: 60%;
        right: 10%;
        display: block;
        width: 270px ;
        height: 200px;
       
       
    }
    .aboutimg02 img{
     height: 100%;
        width: 100% ;
       
       
    }
    .mobileaboutcontent{
        margin-top: 100px !important;
        text-align: center;
    }
    .titel{
   
        width: auto;
    
       
    }
    .titel::after{
        position: absolute;
        content: attr(data-title);
        color: #ea5200;
        font-weight: bold;
        left: 50%;
        top: 5%;
        transform: translate(-50%, -50%);
        /* z-index: -1; */
        font-size: 30px;
        opacity: .1;
    }
    p{
        text-wrap: balance !important;
    }
    .carditem{
        text-align: center;
    }
    
    .navbar-light .navbar-toggler{
      border: none;
    }
    .pharma-clg-banner-text h1 {
  
      font-size: 30px;
      line-height: 150%;
  }
  .navbar-nav{
    padding: 10px 0;
  }
  .breadcrumb_text{
text-align: center;
  }
  .breadcrumb_text ul{
    justify-content: center;
  }
    .fa-bars{
      color: rgb(22, 12, 0);
     font-size: 25px;
     padding-right: 5px;
    }
    .navbar-toggler:focus{
      border: none !important;
      box-shadow: unset !important;
     padding-right: 15px;

    }
    .breadcrumb {
    
      padding: 150px 0px 50px;
     
  }
  .aboutimg01  {
    width: 100%;
  
}
  .aboutimg01 img  {
    box-shadow: 10px 30px 0 #0a8c0113;
  
    height: 350px;
}

}