@import url('https://fonts.googleapis.com/css2?family=Barlow: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&family=Courgette&family=Edu+TAS+Beginner&family=Familjen+Grotesk:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kite+One&family=Krona+One&family=Mukta+Vaani:wght@200;300;400;500;600;700;800&family=Mukta:wght@200;300;400;500;600;700;800&family=Playwrite+DK+Loopet:wght@100..400&family=Playwrite+GB+S:ital,wght@0,100..400;1,100..400&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Shrikhand&family=Sriracha&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: 0;
   }
   :root{
    --Seashell:#FDFAEB; 
    --white:#ffffff;
    --black:#000000;
    --Blue-Whale:#062247;
    --Napier-Green:#298C00;
    --White-Smoke:#F4F4F4;
    --Heather:#B6C5D6;
    --Porcelain:#EEF1F5;
    --Waikawa-Grey:#55759D;
    --Green-Vogue:#082A54;
    --Light-Olive-Green:#97BE5E;
    --dote-background: radial-gradient(circle, rgba(87,130,147,1) 0%, rgba(39,77,108,1) 100%);
    --Raven:#737887;
    --Alabaster:#F8FAFF;
    --Jasper:#D84040;
   }
    /* ************ */
    h1,h2,h3,h4,h5,h6{
      font-family: 'Barlow', sans-serif;
    }
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
 
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

   
   /* ************ */
nav.navbar.WhiteNav {
    background-color:var(--Green-Vogue)!important;
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: .6s;
    padding: 12px 0;
    box-shadow: 0 0 2px #ccc;
    top: 0;
    color: var(--Rangoon-Green);
    }
    nav.navbar.WhiteNav .nav-item .nav-link.active{
      color: var(--Napier-Green);
    }
    nav.navbar.WhiteNav .nav-item .nav-link {
      color: var(--white);
    }
  
    .TransparentNav #BrandLogo, .WhiteNav #WhiteLogo {
    display: none;
    }
    .WhiteNav .navbar-brand.white-logo{
    display: none;
    }
    .WhiteNav #BrandLogo {
    display: block;
    }
    .navbar-brand img {
      width: 290px;
    height: auto;
    max-width: 100%;
    margin-bottom: 2px;
    }
    .navbar.admix-navbar{
  padding: 0!important;
  background: var(--Green-Vogue);
    }
    .admix-navbar .admix-tagline{
      font-size: .8rem;
      color: var(--white);
    }
   .admix-navbar .company-logo{
  background: var(--Green-Vogue);
  padding: 6px;
  
    }
  .back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    outline: none;
    font-size: 30px;
    font-weight: 600;
    color: var(--Green-Vogue);
    background: transparent;
    border: 0;
  }
  .back-to-top img{
    width: 40px;
  }
  /* top menubar start*/
  .topmenu-section {
    background-color: transparent;
    border-bottom: 1px solid #D9D9D9;
    padding: 12px 0;
}
  .header-links ul{
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
  }
  .header-links ul li{
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.32px;
  }
  .header-links ul li a{
    color: var(--Raven);
  }
  .header-links li:not(:last-child):after {
    content: '';
    height: 15px;
    width: 1px;
    background-color:var(--Raven);
    position: absolute;
    top: 5px;
    right: -20px;
}
.header-links li:not(:last-child) {
    margin: 0 40px 0 0;
}
.header-links li > i {
    color: var(--Green-Vogue);
    margin-right: 8px;
}
.social-links .social-title {
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    margin: 0 10px 0 0;
    letter-spacing: -0.32px;
    color: var(--Blue-Whale);
}
.social-links .social-title {
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    margin: 0 10px 0 0;
    letter-spacing: -0.32px;
    color: var(--Blue-Whale);
}
.social-links a{
    color: var(--Blue-Whale);
    font-size: 14px;
    display: inline-block;
    margin: 0 15px 0 0;
    transition: .6s;
}
.social-links a:hover{
    color: var(--Waikawa-Grey);
    transition: .6s;
}
.header-links a{
    text-decoration: none;
}
.header-links a:hover{
    color: var(--Waikawa-Grey);
}
  /* top menubar end */
  /* navbar start  */
  .admix-navbar .nav-link{
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    color: var(--white);
    text-transform: uppercase;
  }
  .admix-navbar .nav-link:hover{
    color: var(--Light-Olive-Green);
  }
  .admix-navbar .nav-link.active{
    color: var(--Napier-Green)!important;
  }
  .admix-navbar .nav-item {
    margin: 0 6px;
  }
  .company-logo{
    margin-bottom: 0;
  }
  .slider-content{
    position: relative;
    width: 100%;
    height: 100%;
    
  }
  .slider-content .slider-caption{
    position: absolute;
    top: 30%;
    color: var(--white);
width: 100%;
  
   
  }
  .slider-content .slider-caption h2{
      width: 60%;
  margin: 0 auto 40px auto;
      font-weight: 800;
      font-size: 70px;
      color: var(--white);
      text-align: center;
  }
  .slider-content .slider-caption h5{
    text-align: center;
  }
  .slider-content .slider-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#082a54b0;
    transition: all 0.3s ease;
  }
  .applyloan{
    width: 80%;
    margin: 0 auto; 
    text-align: center;
  }
  .applyloan a{
    background: var(--white);
    color: var(--Green-Vogue);
    padding: 12px 20px;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
  }
  .hero-section .owl-theme .owl-nav {
    position: absolute;
    bottom: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
  }
  .hero-section button.owl-prev, .hero-section button.owl-next {
    width: 60px;
    height: 60px;
    background: var(--white) !important;
    border-radius: 100px !important;
}
  /* navbar end */
  /* core feature section start */
  .core-feature-section{
    padding: 60px 0;
  }
  .core-feature-section  .admix-headline h2{
margin-bottom: 40px;
  }
  .core-feature-card ul{
    /* display: flex;
    padding-left: 0;
    margin-bottom: 0; */    position: relative;
 padding-left: 0;
 margin-bottom: 0;
    display: flex;
    gap: 35px;
    max-width: 410px;
  }
  .core-feature-card ul li{
    list-style: none;
  }
  .admix-headline{
    text-align: center;
  }
  .admix-headline h5{
    color: var(--Napier-Green);
  }
  .admix-headline h2{
    font-size: 40px;
    margin-bottom: 40px;
  }
.feature-icon{
    position: relative;
    z-index: 2;
    min-width: 50px;
}
  .feature-icon:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #E8ECF6;
    border-radius: 999px;
    z-index: -1;
}
.feature-icon img{
    margin-left: 10px;
    max-width: 60px;
    width: 100%;
}
.core-content h4{
    margin-bottom: 7px;
    font-size: 20px;
    font-weight: 700;
}
.core-content p{
 
  margin-bottom: 0;
    color: var(--Raven);
    line-height: 1.75;
}
.callto-action{
  width: 100%;
  padding: 80px 100px;
  border-radius: 30px;
  background:linear-gradient(35deg, rgb(8 42 84), rgb(8 42 84 / 78%) 100%), url(../images/cta.png) no-repeat fixed border-box center / cover;
  transition: 0.3s ease-in;
}
  /* core feature end */
  /* call to action start */
  .cta-content {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.cta-content .cta-wrapper {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  padding-right: 80px;
  margin-right: 80px;
  min-width: 440px;
}
.cta-content .cta-wrapper .cta-icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 90px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.header-info_link a{
  font-size: 35px;
  text-decoration: none;
  font-weight: 600;
  color: var(--white);
}
.contactbtn{
background: var(--white);
color: var(--Green-Vogue);
padding: 12px 20px;
border-radius: 60px;
text-decoration: none;
font-weight: 700;
transition: .6s;

}
.title-area .sec-title{
margin-bottom: 40px;
font-size: 1.8rem;
}
.contactbtn:hover{
  color: var(--white);
  background: var(--Green-Vogue);
  transition: .6s;
}
  /* call to action end */
  /* about section start */
  .about-section{
    padding: 60px 0;
  }
  .about-img{
    width: 100%;
    text-align: center;
  }
  .about-img img{
max-width: 100%;
border-radius: 30px;
  }
  .about-section .contactbtn{
    background: var(--Waikawa-Grey);
    color: var(--white);
  }
  .about-section .contactbtn:hover{
    background: var(--Green-Vogue);
  }
  .admixadvert h5{
    color: var(--Napier-Green);
  }
  .about-left-content ul{
    padding-left: 0;
    margin-bottom: 40px;
  }
  .about-left-content ul li{
    list-style: none;
    line-height: 30px;
  }
  .about-left-content ul li i{
    color: var(--Napier-Green);
  }
  .admixadvert h2{
    font-size: 2.5rem;
  }
  .about-left-content p{
    /* font-size: 1.1rem; */
    color: var(--Raven);
    margin-bottom: 40px;
  }
  .about-left-content{
    display: flex;
    height: 100%;
    align-items: center;
  }
.about-left-content .about-certificate-icon{
display: flex;
padding-left: 0;
margin-bottom: 0;
}
.about-left-content .about-certificate-icon li{
  margin-right: 12px;
}
.team-section.about-team-section{
padding: 40px 0 120px 0;
background: var(--Alabaster);
}
  /* about section end */
  /* team start */
  .makeappointment-section{
    width: 100%;
  }
  .down-option-area {
    position: relative;
    border-radius: 30px;
    border: 1px solid #E3E7F0;
    background: #F8FAFF;
    padding: 0 30px;
    margin-top: 30px;
    width: 100%;
}
.down-option-area_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-client-box {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 30px 0;
}
.about-client-box:before {
  content: "";
  position: absolute;
  right: -35%;
  top: -2px;
  width: 1px;
  height: 174px;
  transform: rotate(-15deg);
  background: #E2E4EA;
}
.client-thumb-group {
  display: flex;
}
.client-thumb-group .thumb {
  flex: none;
}
.client-thumb-group .thumb img {
  border-radius: 50%;
  height: 60px;
}
.client-thumb-group .thumb:not(:first-child) {
  margin-left: -30px;
}
.about-client-box .cilent-box_title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: var(--title-color);
}
.down-option-area_wrapper .about-counter {
  display: flex;
  gap: 17px;
  align-items: center;
  padding: 30px 0;
  margin-right: 50px;
}
.down-option-area_wrapper .about-counter:before {
  content: "";
  position: absolute;
  top: -2px;
  width: 1px;
  height: 174px;
  right: 25%;
  background: #E2E4EA;
  transform: matrix(-0.97, -0.26, -0.26, 0.97, 0, 0);
}
.down-option-area_wrapper .about-counter .cilent-box_title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  color: var(--Blue-Whale);
}
.down-option-area_wrapper .about_review {
  display: block;
  margin-bottom: 3px;
}
.down-option-area_wrapper .about_review i {
  color: #FFBE11;
  font-size: 14px;
  margin-right: 3px;
}
.down-option-area_wrapper .cilent-box_counter {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
  /* team end */
  /* bussiness grow start */
  .bussiness-grow-section{
    /* margin: 60px 0;
    padding: 60px 0 120px 0;
    background: var(--Porcelain); */
    border-radius: 42px;
    padding: 60px 0 120px 0;
    background: #082344;
    margin: 16px;
  }
  .bussiness-grow-section .admix-headline h2{
color: var(--white);
  }
  .bussiness-card{
    background: var(--white);
    padding: 40px;
    border-radius: 20px;
    min-height: 445px;

  }
 
  .bussiness-card h3{
    font-size: 1.5rem;
  }
  .bussiness-card p{
    margin-bottom: 20px;
    color: var(--Raven);
    /* font-size: 1.1rem; */
    display: -webkit-box;
    -webkit-line-clamp: 6;  /* Limit to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .bussiness-card .service-icon{
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border: 1px solid #E3E7F0;
    background-color: var(--white);
    box-shadow: drop-shadow(0px 26px 65px rgba(232, 234, 238, 0.55));
    border-radius: 50%;
    padding: 20px;
    margin-bottom: 30px;
  }
  .owl-theme .owl-nav {
    position: absolute;
    bottom: -90px;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
  }
   button.owl-prev, button.owl-next {
    width: 60px;
    height: 60px;
    background: var(--white) !important;
    border-radius: 100px !important;
}
.readmore a{
  color: var(--Waikawa-Grey);
  text-decoration: none;
  border-bottom: 1px solid var(--Waikawa-Grey);
}
  /* bussiness end */
  /* team start */
  .team-content{
      padding: 30px 0 80px 0;
  }
  .team-name{
    background: var(--Green-Vogue);
    border-radius: 20px;
    text-align: center;
    color: var(--white);
    padding: 12px 20px;
    margin-top: 60px;
  }
  .team-name p{
    margin-bottom: 0;
  }
  .team-name h3{
    margin-bottom: 0;
    font-size: 1.3rem;
  }
  .team-card img{
    /* margin-bottom: 20px; */
  }
  .team-social-media ul{
    display: flex;
    padding-left: 0;
    margin-bottom: 30px;
    justify-content: center;
    background: var(--white);
    position: absolute;
    border-radius: 20px;
  }
  .team-social-media{
   
    width: 60%;
    margin: 0 auto;
    border-radius: 20px;
    margin-top: -53px;
  }
  .team-social-media ul li{
    list-style: none;
   
    padding: 8px;
    border-radius: 20px;
  }
  .team-social-media ul li i{
    margin: 0 6px;
    color: var(--Blue-Whale);
    transition: .6s;
  }
  .team-social-media ul li i:hover{
    color: var(--Waikawa-Grey);
    transition: .6s;
  }
  /* team end */
  /* question section start */
  .question-section{
    background: var(--Alabaster);
    padding: 80px 0;
   margin-top: 40px;
  }
  /* question end */
  /* acco start */
  .question-section .accordion-button:focus{
    box-shadow: none!important;
  }
  .question-section .accordion-item{
  border-radius: 0!important;
  }
  .credit-health-section .accordion-item:first-of-type>.accordion-header .accordion-button{
    border-radius: 0!important;
   
  }
  .question-section .accordion-button:not(.collapsed){
    background: var(--Blue-Whale)!important;
    color: var(--white)!important;
    border-radius: 0;
  }
  .question-section .accordion-button::before {
    content: '\002B'; 
    font-size: 1.25rem;
    font-weight: bold;
    margin-right: 10px;
    transition: transform 0.3s ease;
  }
  
  .question-section .accordion-button:not(.collapsed)::before {
    content: '\2212';
  }
  .question-section .accordion-button::after {
    display: none;
  }
  .credit-health-content .accordion-button{
    font-size: 1.1rem;
  }
  .question-section  .accordion-item:first-of-type>.accordion-header .accordion-button {
    border-radius: 0!important;
  }
  .question-section .admixadvert h2{
margin-bottom: 30px;
  }
  .question-image{
    display: flex;
    height: 100%;
    align-items: center;
  }
  .question-image img{
    width: 100%;
  }
  /* end */
  /* footer start */
  footer{
    position: relative;
    width: 100%;
    background: linear-gradient(45deg, rgb(8 42 84 / 92%), rgb(8 42 84) 100%), url(../images/footer.webp);
    background-size: cover;
    padding: 80px 0 40px 0;
    color:var(--white);
  }
  .footer-head h4{
    position: relative;
    max-width: 270px;
    color: var(--white-color);
    font-weight: 600;
    text-transform: uppercase;
    margin: -0.12em 0 20px 0;
    padding: 0 0 17px 0;
    font-size: 1.3rem;
  }
  .footer-head h4::after{
    content: '';
    height: 10px;
    width: 10px;
    background-color: var(--white);
    position: absolute;
    bottom: -4px;
    left: 96px;
    border-radius: 99px;
    border: 2px solid var(--Alabaster);

  }
  .footer-head h4::before{
    position: absolute;
    bottom: 0;
    content: '';
    width: 100px;
    height: 2px;
    background: var(--white);
    left: 0;
  }
 .footer-content p{
  color: var(--Heather);
  font-size: 1.1rem;
 }
 .footer-menu ul{
  padding-left: 8px;
  margin-bottom: 0;
 }
 .footer-menu ul li{
  list-style: none;
  margin-bottom: 12px;
  position: relative;
 }
 .footer-menu ul li::before{
  content: "";
  position: absolute;
  left: -14px;
  width: 12px;
  height: 38px;
  z-index: 1;
  background: url(../images/right-arrow-angle.png) no-repeat center / 7px;
  top: -7px;
 }
 .footer-menu ul li a{
  text-decoration: none;
  font-size: 16px;
    font-weight: 400;
  color: var(--white);
    margin-bottom: 21px;
 }
 .footer-menu ul li a:before {
  content: "";
  font-weight: 600;
  left: 0;
  top: 2px;
  font-size: 0.9em;
  background-color: transparent;
  border: none;
  color: inherit;
}
.footer-content ul {
  padding-left: 0;
  display: flex;
}
.footer-content ul li{
  list-style: none;
  margin-right: 6px;
}
.footer-content ul li i {
  margin-right: 12px;
  border: 1px solid var(--Alabaster);
  padding: 6px;
  color: var(--white);
  border-radius: 80px;
  width: 35px;
  height: 35px;
  display: flex
;
  align-items: center;
  justify-content: center;
}
.footer-content ul li a {
  text-decoration: none;
  font-size: 1.2rem;
  color: var(--Porcelain);
}


  /* footer end */
  /* copyright section start */
  .copyright-section{
    background: var(--Green-Vogue);
    color: var(--white);
    padding: 12px 0;
  }
  .copyright-section ul{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    padding-left: 0;
  }
  .copyright-section ul li{
    list-style: none;
  }
  .right-menu-footer ul li{
margin: 0 6px;
padding: 0 12px;
    border-right: 1px solid var(--white);
  }
  .right-menu-footer ul li:last-child{
    border-right: 0;
  }
  .right-menu-footer ul li a{
    color: var(--white);
    text-decoration: none;
  }
  .copyright-company a{
    color: var(--Raven);
    text-decoration: none;
    font-weight: 400;
  }
  /* copyright section end */
  /* work process start */
  .work-process-section{
    padding:40px 0;
  }
  .process-card{
    box-shadow: 0px 10px 15px rgba(8, 14, 28, 0.06);
    border-radius: 10px;
    background-color: var(--white);
    text-align: center;
    padding: 14px 8px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .process-card .process-img{
    margin-bottom: 24px;
    text-align: center;
  }
  .process-card .process-img img{
    max-width:50px;
  }
  .process-card h4{
    font-size: 14px;
    line-height: 1.417;
    font-weight: 600;
    margin-top: -0.32em;
  }
  /* work process end */
  /* process start */
  .process-section{
    padding:60px 0;
  
    width: 100%;
    background:linear-gradient(45deg, rgb(241 241 241 / 74%), rgb(241 247 255) 100%), url(../images/wave-background.webp) no-repeat border-box center / cover;
  }
  .process-power{
    padding-left: 0;
  }
  .process-power img{
    width: 50px;
  }
  .process-power li{
    list-style: none;
  }
  .process-section .process-img img{
    max-width: 185px;
    width: 100%;
    
  }
  .process-section .process-img{
    width: 100%;
    text-align: center;
  }
  /* process end */
  /* testimonial start */
  .testimonial-section{
    padding: 40px 0;
    width: 100%;
    background:linear-gradient(45deg, rgb(8 42 84 / 84%), rgb(8 42 84 / 82%) 100%), url(../images/testimonial-background.webp) no-repeat  border-box center / cover;
   
  }
  .testimonialbg{
    padding: 40px 0;
  
    background-size: cover;
    color: #fff; 
    min-height: 350px;
  }
  .testimonialbg .admixadvert {
    text-align: center;
    /* padding-left: 280px; */
    width: 100%;
}
 .testimonial-card{
    position: relative;
    padding: 40px;
    background-color: var(--white);
    border-radius: 15px;
    box-shadow: 0px 14px 16px 0px rgba(0, 0, 0, 0.04);
    margin: 20px;
  }
  .testi-iconimg img{
    max-width: 30px !important;
    width: 60px !important;
    margin-bottom: 6px;
  }
  .testimonial-card p{
    border-bottom: 1px solid var(--Porcelain);
    padding-bottom: 20px;
    color: var(--Raven);
  }
  .testimonial-profile img{
    width: 60px!important;
    max-width: 100%!important;
  }
  .testimonial-profile h3{
    font-size: 1rem;
    margin-bottom: 0;
  }
  .testimonial-profile img{
    margin-bottom:12px;
  }
  .testimonial-content{
    margin-top: -216px;
    margin-bottom: 140px;
  }
  .testimonial-content button.owl-prev,.testimonial-content button.owl-next {
    background: var(--Alabaster) !important;
  }
  /* testimonial end */
  /* enquiry start */
  .enquiry-section{
    padding: 80px 0;
    width: 100%;
    background: url(../images/contact_bg.png);
    background-size: cover;
    color: var(--white);
    min-height: 350px;
  }
  .enquiery-content {
    width: 70%;
    /* margin: 0 auto; */
  }
  .enquiry-form {
    background: var(--white);
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
}
.enquiry-form h2 {
  margin-bottom: 20px;
  color: #333;
  font-size: 2rem;
}
.enquiry-form label {
  font-size: 14px;
  color: #555;
  margin-bottom: 5px;
  display: block;
}
.enquiry-form input, .enquiry-form textarea, .enquiry-form select, .enquiry-form button {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}
.enquiry-form button {
  background-color: var(--Green-Vogue);
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}
  /* enquiry end */
  /* common-section start */
  .common-section{
    padding: 40px 0;
    width: 100%;
    background:linear-gradient(45deg, rgb(8 42 84 / 84%), rgb(8 42 84 / 82%) 100%), url(../images/common-banner.webp);
    background-size: cover;
    color: #fff; 
   
  }
  .common-section .common-breadcrumb{
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    height: 250px;
  }
  .common-section .common-breadcrumb h3{
    font-size: 2.5rem;
  }
  .common-section .common-breadcrumb ol{
    justify-content: center;
    color: var(--white);
  }
  .common-section .common-breadcrumb .breadcrumb-item{
color: var(--white);
  }
  .common-section .common-breadcrumb .breadcrumb-item a{
    color: var(--Light-Olive-Green);
  }
  .common-section .breadcrumb-item+.breadcrumb-item::before {
    color: var(--white);
  }
  /* common section end */
  /* service section start */
  .service-section{
    padding:60px 0;
  }
  .service-section .bussiness-card{
    box-shadow: 0px 10px 15px rgba(8, 14, 28, 0.06);
    margin-bottom: 20px;
  }
  .service-section .bussiness-card .service-icon img{
display: block;
width: 100%;
  }
  .service-section .bussiness-card {
    background: var(--white);
    padding: 30px 20px;
  }
  .service-section .bussiness-card{
    min-height: 420px;
  }
  .service-details-section .admix-left-content p{
margin-bottom:8px;
  }
  .service-details-section img{
    width: 100%;
  }
  /* service end */
  /* gallery start */
  .gallery-section{
    padding:60px 0;
  }
  .card-image img{
    width: 100%;
  }
  .card-image{
    margin-bottom: 20px;
  }
  
  /* gallery end */
  /* contact section start */
  .contactaddress-section{
    padding: 60px 0;
  }
  .contact-address-card{
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
  }
  .contact-info{
    display: inline-block;
    width: 80px;
    min-width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: var(--theme-color);
    color: var(--white-color);
    text-align: center;
    font-size: 40px;
    position: relative;
    box-shadow: 0px 6px 20px rgb(11 80 165 / 67%);
    border-radius: 5px;
  }
  .contact-info i{
    color: var(--Green-Vogue);
  }
  .contact-address-card{
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px;
    box-shadow: 0px 4px 30px rgba(8, 14, 28, 0.08);
    border-radius: 5px;
    background-color: var(--white-color);
    padding: 40px;
  }
  .contact-address-card a{
    text-decoration: none;
    color: var(--Green-Vogue);
  }
  .contact-address-card a:hover{
    color: var(--Napier-Green);
  }
  /* contact end */
  .policy-content-section .section {
    margin-bottom: 30px;
    
}
.policy-content-section{
    padding: 60px 0;
}
.policy-content-section h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.policy-content h3 {
    font-size: 20px;
    margin-top: 15px;
    color: #555;
}

.policy-content ul {
    margin-left: 20px;
    list-style-type: disc;
}

.policy-content ul li {
    margin-bottom: 5px;
}

.policy-content .contact {
    font-weight: bold;
    margin-top: 5px;
}
/* career section start */
.career-section{
  padding:40px 0;
}
.career-card{
  box-shadow: 0px 4px 30px rgba(8, 14, 28, 0.08);
  border-radius: 5px;
  background-color: var(--white-color);
  padding: 40px; 
  margin-bottom: 20px;
  min-height: 300px;
}
.career-card h5{
font-size: 1rem;
margin-bottom: 4px;
color: var(--Green-Vogue);
}
.career-card h3{
font-size: 1.3rem;
line-height: 30px;
margin-bottom: 30px;
}
.career-card p{

}
.career-card a{
  /* background: var(--Green-Vogue);
  color: var(--white);
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 4px;
  transition: .6s; */

}
.career-card a{
text-decoration: none;
color: var(--white);
text-align: center;

}
.careerbtn{
  width: 200px;
  background: var(--Napier-Green);
  padding: 8px 12px;
  border-radius: 4px;
  transition: .6s;
}
.closebtn{
  width: 200px;
  background: var(--Jasper);
  padding: 8px 12px;
  border-radius: 4px; 
  transition: .6s;
}
.closebtn:hover{
  background: #d84040b5;
  transition: .6s;
}
.career-card a:hover{
  background: var(--Light-Olive-Green);
transition: .6s;
}
.career-section h2{
margin-bottom: 40px;
}
.right-jobdescription .enquiery-content{
width: 100%;
}
.career-section .admixadvert h2{
  margin-bottom: 8px;

}
.career-section  .career-tagline{
margin-bottom: 30px;
}
.career-card .closeBtn{
background: var(--Jasper);

}
.career-card th{
  font-size: 1.2rem;
}
.career-card td{
font-size: 1.1rem;

}
.table>:not(caption)>*>* {
  padding: 20px 0!important;
}
.career-card tr{

  padding: 20px 0!important;
}
.careerbtn:hover{
background: var(--Light-Olive-Green);
transition: .6s;
}
/* career section end */
/* carer description start */
.job-description-section{
  padding: 60px 0;
}
.left-jobdescription h6{

}
.job-col{
  color: var(--Raven);
}
.job-col a{
  text-decoration: none;
  color: var(--Napier-Green);
  background: var(--Seashell);
}
.left-jobdescription h2{
  font-size: 2rem;
}
/* career description end */
/* mission start */
.mission-section{
  padding: 40px 0;
}
.mission-cards{
  padding: 30px;
  box-shadow: 0px 10px 15px rgba(8, 14, 28, 0.06);
  border-radius: 10px;
  min-height: 435px;
  position: relative;
  border-top: 4px solid var(--Blue-Whale);
  border-bottom: 1px solid var(--Blue-Whale);
  margin-bottom: 20px;
}
.mission-cards p{
  margin-bottom: 6px;
  color: var(--Raven);
}
.mission-cards li{
  color: var(--Raven);
}
.mission-cards ul{
  margin-bottom: 0;
}
.mission-cards h4{
  font-size: 35px;
  color: var(--Blue-Whale); 
  position: relative;
  padding-bottom: 8px;
}
.mission-cards h4::after{
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background: var(--Blue-Whale);
}
.missionimg img{
  width: 40%;
  position: absolute;
  bottom: 20px;
  right: 20px;
  opacity: 0.1;

}
.mission-icon img{
  width: 40px;
}
.vision-img{
  display: flex;
  height: 100%;
  align-items: center;
}
.vision-img img{
  width: 100%;
  margin-bottom: 60px;
  border-radius: 20px;
  display: flex;
  height: 100%;
  align-items: center;
}
/* mission end */
.experience-text{
  color: var(--Raven);
  font-size: 20px;
}
.left-jobdescription h2{
font-size: 1.6rem;
color: var(--Blue-Whale);
}
.left-jobdescription ul li{
  padding: 8px 0;
}
.mission-vision{
  margin-bottom: 30px;
}
.inner-mission{
  height: 100%;
  display: flex;
  align-items: center;
}
/* media query start */
@media(max-width:1440px){
  .slider-content .slider-caption {
    top: 20%;
  }
  .slider-content .slider-caption h2 {
    font-size: 60px;
  } 
  .admix-headline h2,.admixadvert h2 {
    font-size: 35px
  }
  .core-content h4 {
    font-size: 18px;
  }
  .common-section .common-breadcrumb {
    height: 130px;
}
}
@media(max-width:1400px){
 .counter-number{
  font-size: 1.3rem;
 } 
 .slider-content .slider-caption h2 {

  font-size: 50px;
 }
 .bussiness-card p {
 
  font-size: 1rem;
}
.bussiness-card {
  min-height: 390px;
}

}
@media(max-width:1300px){
  .slider-content .slider-caption h2 {
    font-size: 50px;
}
}
@media(max-width:1200px){
  .team-name h3 {
    font-size: 1.1rem;
  }
  .process-card {
    max-width: 270px;
  }
  .process-card {
    padding: 16px 8px;
  }
  .process-card h4 {
    /* font-size: 20px; */
  }
  .testimonial-card {
    padding: 20px
  }
  .callto-action{
    padding: 40px;
  }
  .down-option-area_wrapper .about-counter {
    display: block;
  }
  .down-option-area_wrapper .about-counter:before {
    height: 174px;
  }
  .about-client-box:before {
    right: -19%;
    top: -3px;
    height: 175px;
}
  .bussiness-card {
    padding: 20px;
  
}
.bussiness-card .service-icon{
  margin-bottom: 8px;
}
.bussiness-card h3 {
  font-size: 1.3rem;
}
.bussiness-card {
  min-height: 340px;
}
/* .owl-carousel .owl-item img {
  padding: 8px;
} */
.team-name{
  padding: 8px;
}
.footer-head h4::before {
  width: 70px;
}
.footer-head h4::after {
  left: 69px;
}
.footer-head h4 {
  padding: 0 0 8px 0;
}
.testimonial-card {
  margin: 20px 8px;
}
.about-img img{
  width: 100%;
}
.career-card h3 {
  font-size: 1.2rem;
  line-height: 26px;
  margin-bottom: 20px;
}
.left-jobdescription h4 {
  font-size: 1.3rem;
}
.left-jobdescription h2 {
  font-size: 1.8rem;
}
.right-jobdescription .enquiry-form h2 {
  font-size: 1.8rem;
}
.enquiry-form {
  padding: 16px;
}
.mission-cards h4 {
  font-size: 24px;
}
.mission-cards {
  padding: 20px;
}
.mission-cards {
  min-height: 456px;
}
}
@media(max-width:1100px){
  .slider-content .slider-caption h2 {
    font-size: 41px;
}
.hero-section button.owl-prev, .hero-section button.owl-next {
  width: 50px;
  height: 50px;
}

}
@media(max-width:1024px){
  .slider-content .slider-caption h2 {
    width: 70%;
  }
}
@media(max-width:992px){
  .title-area .sec-title {
    font-size: 1.4rem;
  } 
  .header-info_link a {
    font-size: 30px;
  }
  .admix-headline h2, .admixadvert h2 {
    font-size: 28px;
}
.question-section .admixadvert h2 {
  margin-bottom: 20px;
}
.offcanvas.offcanvas-end.menu-bg .offcanvas-title img{
width: 300px;
background: var(--Green-Vogue);

}
.offcanvas.offcanvas-end.menu-bg h5{
  margin-bottom: 0;
}
.admix-navbar .nav-link{
  padding: 12px 0;
  border-bottom: 1px solid #f1f1f1f9;
}
.navbar-toggler:focus{
  box-shadow: none!important;
  border: 0!important;
}
.navbar-toggler{
  border: 0!important;
}
.slider-content .slider-caption h2 {
 
}
.cta-content{
  display: block;
}
.cta-wrapper{
  margin-bottom: 20px;
}
.cta-content .cta-wrapper{
  border-right: none;
}
.admix-left-content{
  margin-bottom: 40px;
}
.about-client-box:before{
display: none;
}

.down-option-area_wrapper .about-counter:before {
  width: 0;
}
.process-card{
  margin-bottom: 20px;
}
.admix-navbar .admix-tagline {
  font-size: .6rem;
}
.navbar-brand img {
  width: 267px;
}
.question-image img {
  margin-bottom: 20px;
}
.team-section .owl-theme .owl-nav {
  bottom: -68px;
}
.team-section button.owl-prev, .team-section button.owl-next {
  background: var(--Porcelain)!important;
}
.enquiery-content{
  width: 100%;
}
.process-card{
max-width: 100%!important;
}
.team-content {
  padding-bottom: 60px;
}
.cta-content .cta-wrapper .cta-icon {
  width: 80px;
  height: 80px;
  line-height: 75px;
}
.bussiness-grow-section .service-icon{
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
.bussiness-card .owl-carousel .owl-item img {
  display: flex;
  width: 45px;
}
.bussiness-card .service-icon {
  width: 80px;
  height: 80px;
}
.bussiness-card {
  min-height: 280px;
}
.core-feature-section .admix-headline h2 {
  margin-bottom: 24px;
}
.contact-address-card {
  margin-bottom: 20px;
}
.contactaddress-section{
  padding-bottom: 0;
}
.contact-info {
  width: 70px;
  min-width: 70px;
  height: 70px;
  line-height: 70px
}
.job-description-section{
  padding: 40px 0;
}
.mission-cards {
  min-height: auto;
}
.missionimg img {
  width: 130px;
}
.mission-section{
  padding-bottom: 0;
}
.admix-navbar .nav-link {
  color: var(--Blue-Whale);
}
.process-section .process-img img{
  max-width: 100px;
  margin-bottom: 20px;
}
.mission-cards{
  margin-bottom: 24px;
}
}
@media(max-width:991px){
  .process-section .process-img {
    text-align: left;
  }
}
@media(max-width:920px){
  .slider-content .slider-caption h2 {
    width: 100%;
}
.slider-content .slider-caption h2 {
  font-size: 35px;
}
}
@media(max-width:768px){
  .down-option-area_wrapper{
    display: block;
  }
  .about-client-box{
    margin-bottom: 0!important;
    padding: 20px 0 0 0;
  }
  .about-counter{
    padding:8px 0!important;
  }
  .cilent-box{
    margin-bottom: 20px!important;
  }
  .core-feature-section,.about-section,.question-section,.work-process-section,.enquiry-section{
    padding: 40px 0;
  }
  .contactbtn {
    padding: 8px 14px
  }
  .footer-head h4 {
    font-size: 1.1rem;
}
button.owl-prev, button.owl-next {
  width: 45px;
  height: 45px;
}
.hero-section .owl-theme .owl-nav {
  bottom: 12px;
}
.cta-icon img{
  width: 40px;
}
.cta-content .cta-wrapper .cta-icon {
  width: 60px;
  height: 60px;
  line-height: 55px;
}
.cta-content .cta-wrapper {
  margin-right: 0;
  min-width: 100%;
  margin-bottom: 0;
}
.slider-content .slider-caption h2 {
  font-size: 20px;
}
.applyloan a {
  padding: 8px 12px;
}
.testimonialbg .admixadvert {
  padding-left: 0;
  text-align: center;
}
.testimonial-content {
  margin-top: -240px;
  margin-bottom: 110px;
}

 .testimonial-section  .owl-theme .owl-nav {
    position: absolute;
    bottom: -70px;
  }
  .team-social-media {
    width: 100%;
    text-align: center;
    display: flex
;
    justify-content: center;
}
.about-client-box{
margin-bottom: 0!important;
}
.copyright-section ul li {
  font-size: .8rem;
}
.team-section.about-team-section {
  padding: 40px 0 50px 0
}
footer{
  padding:40px 0;
}
.common-section .common-breadcrumb {
  height: 60px;
}
.common-section .common-breadcrumb h3 {
  font-size: 2rem;
}
.service-section,.gallery-section,.contactaddress-section{
  padding: 40px 0;
}
.contact-address-card {
padding: 20px;
}
.media-address h4{
  margin-bottom: 4px;
}
.career-card th {
  font-size: 1rem;
}
.careerbtn,.closebtn {
  width: 135px;
  padding: 6px 9px;
  font-size: 1rem;
}
.career-card td {
  font-size: 1.05rem;
}
.process-section{
  padding: 40px 0;
}
}
@media(max-width:575px){
  .career-card{
    height: auto!important;
    padding: 20px;
    min-height: 200px;
  }
  .career-section{
    padding: 20px 0;
  }
  .job-description-section{
    padding: 20px 0;
  }
  .left-jobdescription h2 {
    font-size: 1.5rem;
}
.careerbtn,.closebtn {
  width: 130px;
  padding: 8px 3px;
  font-size: 1rem;
}
}
@media(max-width:506px){
  .navbar-brand img {
    width: 180px;
}
.header-info_link a {
  font-size: 22px;
}
.contactbtn{
  font-weight: 600;
}
}
@media(max-width:425px){
  .cta-content .cta-wrapper{
    padding-right: 0;
  }
  .core-content h4 {
    font-size: 16px;
}
.copyright-section ul {
  display: block;
}
.copyright-section ul li {
  margin-bottom: 8px;
}
.right-menu-footer ul li {
  margin: 0;
  padding: 0;
}
footer{
  padding: 40px 0 0 0;
}
.footer-content ul li a {
  font-size: 1.1rem;
}
.hero-section button.owl-prev, .hero-section button.owl-next {
  width: 40px;
  height: 40px;
}
.bussiness-grow-section {
  margin: 40px 0;
  padding: 40px 0 100px 0;
}
.careerbtn, .closebtn {
  width: 100px;
  padding: 6px 2p
}
.admixadvert h5 {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 24px;
}
.career-section .career-tagline {
  margin-bottom: 18px;
}
}
@media(max-width:375px){
  .admix-headline h2, .admixadvert h2 {
    font-size: 24px;
    margin-bottom: 12px;
}
.cta-icon img {
  width: 30px;
} 
.callto-action {
  padding: 24px;
}
.title-area .sec-title {
  margin-bottom: 24px;
}
  .core-feature-section, .about-section, .question-section, .work-process-section, .enquiry-section {
    padding: 20px 0;
}
.bussiness-grow-section .owl-carousel .owl-item img {
  width: 45px;
}
.admix-navbar .admix-tagline {
  font-size: .5rem;
}
.header-info_link a {
  font-size: 16px;
}
.title-area .sec-title {
  font-size: 1rem;
}
.contactbtn {
  padding: 4px 6px;
}
.feature-icon img {
  margin-left: 20px;
  max-width: 60px;
  width: 76%;
}
.common-section .common-breadcrumb h3 {
  font-size: 1.5rem;
}

.common-section {
  padding: 24px 0;
}
.contact-info {
  width: 50px;
  min-width: 50px;
  height: 50px;
  line-height: 40px;
}
.contact-info i {
  font-size: 28px;
}
.contact-address-card{
  gap:8px;
}
.contactaddress-section{
  padding-bottom: 0;
}
.cerificate-icon img{
  width: 50px;
}
.offcanvas.offcanvas-end.menu-bg .offcanvas-title img {
  width: 250px;
}
.career-card th {
  font-size:1rem;
}
.table>:not(caption)>*>* {
  padding: 12px 0 !important;
}
.careerbtn, .closebtn {
  width: 90px;
  padding: 6px 3px;
  font-size: .9rem;
}
.career-card td {
  font-size: 1rem;
}
}
/* media query end */