@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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&display=swap");

:root {
  --bs-font-arial: "Cimbria", serif;
  --webkit-background-size: cover !important;
  --moz-background-size: cover !important;
  --o-background-size: cover !important;
}
body {
  font-size: 16px !important;
}
.f2:hover {
  color: #f9c632 !important;
}

.fl:hover {
  /* text-decoration: none; */
  text-decoration: none;
  color: #f9c632 !important;
  transition: all 0.4s ease;
  /*font-size: 18px;*/
  /*font-weight: bold;*/
}

.quoteBody::before {
  content: "“";
  font-size: 3em;
  line-height: 0;
  padding-right: 10px;
  vertical-align: -20px;
}
.quoteBody::after {
  content: "”";
  font-size: 3em;
  line-height: 0;
  padding-right: 10px;
  vertical-align: -20px;
}

.header_design {
  font-family: var(--bs-font-arial);
}
.bh_header {
  background-color: #0ba3a7;
  color: #fff;
}

.container .header_nav_flex {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}
@keyframes blink {
  0% {
    color: rgb(194, 87, 87);
  }
  25% {
    color: #5aabad;
  }
  50% {
    color: #d03863;
  }
  75% {
    color: #13313237;
  }
  100% {
    color: #f01212;
  }
}
.navbar-brand {
  width: 100%;
  @media only screen and (max-width: 320px) {
    width: 100%;
  }
  @media only screen and (max-width: 420px) {
   width: 90%;
  }
  @media only screen and (max-width: 600px) {
    width: 100%;
  }
  @media (min-width: 601px) and (max-width: 768px) {
    width: 100%;
  }
  @media (min-width: 769px) and (max-width: 1024px) {
    width: 100%;
  }
}
.navbar-brand img{
width: 100%;
@media only screen and (max-width: 320px) {
  width: 100%;
}
@media only screen and (max-width: 420px) {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  width: 100%;
}
@media (min-width: 601px) and (max-width: 768px) {
  width: 100%;
}
@media (min-width: 769px) and (max-width: 1024px) {
  width: 100%;
}
}
.blink-text {
  animation: blink 2s infinite;
  font-weight: bold;
  font-size: 23px;
  margin: 0px !important;
  text-decoration:none;
  @media only screen and (max-width: 320px) {
    font-size: 16px;
  }
  @media only screen and (max-width: 420px) {
    font-size: 18px;
    margin: 5px 0px !important;
  }
  @media only screen and (max-width: 520px) {
    font-size: 20px !important;
    margin: 5px 0px !important;
    text-align:center;
  }
  @media only screen and (max-width: 600px) {
    font-size: 20px;
    text-align:center;
  }
  @media (min-width: 601px) and (max-width: 768px) {
    font-size: 21px;
    margin: 5px 0px !important;
  }
  @media (min-width: 769px) and (max-width: 1024px) {
    font-size: 17px;
    margin: 10px 0px !important;
  }
}

.blink-text2 {
  /* animation: blink 2s infinite; */
  font-weight: bold;
  font-size: 23px !important;
  color: #0ba3a7;
  margin: 10px 0px !important;
  @media only screen and (max-width: 320px) {
    font-size: 16px;
  }
  @media only screen and (max-width: 420px) {
    font-size: 18px;
    margin: 5px 0px !important;
  }
  @media only screen and (max-width: 520px) {
    font-size: 20px !important;
    margin: 5px 0px !important;
  }
  @media only screen and (max-width: 600px) {
    font-size: 20px;
    text-align:center;
  }
  @media (min-width: 601px) and (max-width: 768px) {
    font-size: 21px !important;
    margin: 5px 0px !important;
    text-wrap:nowrap;
    line-height:0.89;
  }
  @media (min-width: 769px) and (max-width: 1024px) {
    font-size: 17px;
    margin: 10px 0px !important;
  }
}

.govt_logo {
  width: 94% !important;
  margin-right: 0px !important;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  float: left;
  padding: 0px !important;
}

.d-flex_footer {
  margin-top: 12px;
}
.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
  font-size:13px;
  margin-right: 5px;
}
marquee li a {
  text-decoration: none;
}
.flex1 {
  display: flex;
  align-items: center;
  /* justify-content: space-evenly; */
  flex-direction: row;
}
.flex500 {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-direction: column;
  justify-content: space-around;
}
.font-14 {
  font-size: 16px !important;
  @media only screen and (max-width: 600px) {
    font-size: 14px !important;
  }
}
.left-top a {
  color: #fff;
     text-wrap: nowrap;
}
.right-top a {
  color: #fff;
      text-wrap: nowrap;
}
.close-btn {
  font-size: 25px;
}
.close-btn a {
  color: #fff;
}
.dropdown .nav-link {
  color: #fff;
}
.dropdown-menu.show {
  display: block;
  border-top: 2px solid #fff;
  background: #0ba3a7;
}
.nav-items1 a {
  color: #fff;
  
}
.dropdown-item {
border-bottom: 1px solid #fff !important;
}
@media screen and (min-width: 769px) {
  .close-btn {
    display: none;
  }
}
/* Define the animation */
@keyframes marqueeScroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}

@media (prefers-color-scheme: dark) {
  .topmenu {
    /* background-color: #027ad6; */
    padding: 8px 0;

    /* border-bottom: 2px solid #0ba3a7; */
    background: linear-gradient(#f3797e, #eb1c24 70%);
    /*border: 1px solid #d62027;*/
    box-shadow: #f69c9f 0 1px 0 inset;
    /*text-shadow: #eb1c24 0 -1px 0;*/
    color: #fff !important;
  }
  .marque-sec marquee {
    width: 90%;
    padding: 3px 0;
    /* background-color: #337ab7; */
    background-color: #0ba3a7;
  }
  .btn-submit {
    background: linear-gradient(#0ba3a7, #0ba3a7, 70%);
    border: 1px solid #0ba3a7;

    color: #fff;
  }
  .footer-call-to-action-button {
    background-color: #027b9a;
  }
  .footer-copyright {
    background-color: #027b9a;
  }
}

.btn-submit:hover {
  border: 1px solid #eb1c24;
  background: #eb1c24;
  color: #fff !important;
  text-shadow: none;
}
.navbar-toggler {
  padding: 0.1rem 0.1rem !important;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
  margin-right: 10px;
  background: linear-gradient(#f3797e, #eb1c24 70%);
  color: #fff !important;
}
.topmenu {
  /* background-color: #027ad6; */
  /* background-color: #027ad6; */
  padding: 8px 0;
  /* border-bottom: 2px solid #0ba3a7; */
  background: linear-gradient(#f3797e, #eb1c24 70%);
  /*border: 1px solid #d62027;*/
  /* box-shadow: #f69c9f 0 1px 0 inset; */
  /* text-shadow: #eb1c24 0 -1px 0; */
  color: #fff !important;
  font-weight: bold;
  @media only screen and (max-width: 600px) {
    margin: 0;
    font-size: 14px;
  }
}

/* navtab dropdown design */

.nav-pills-custom .nav-link {
  color: #0ba3a7;
  background: #fff;
  position: relative;
}

.nav-pills-custom .nav-link.active {
  color: #fff;
  background: #0ba3a7;
}

.nav-pills-custom .nav-link.active::before {
  opacity: 1;
}

.nav-pills-custom .nav-link {
  color: #aaa;
  background: #fff;
  position: relative;
}

.nav-pills-custom .nav-link.active {
  color: #45b649;
  background: #0ba3a7 !important;
}
/* .bg_img{   background: #e0e8f66e;
padding: 0px 0px;
margin: 1px 0px;
height: 200px;
}
 */
/* Add indicator arrow for the active tab */

.nav-pills-custom .nav-link.active::before {
  opacity: 1;
}

a {
  /* color: #fff !important; */
  text-decoration: underline;
}

.left-top p {
  margin: 0;
  font-size: 16px;
  @media only screen and (max-width: 600px) {
    margin: 0;
    font-size: 14px;
    text-align: center;

  }
  @media only screen and (max-width: 768px) {
    margin: 0;
    font-size: 18px;
    text-align: center;

  }
 
}

.left-top a {
  text-decoration: none;

}
.right-top {
  text-align: right;
  @media only screen and (max-width: 600px) {
    margin: 0;
    font-size: 14px;
    text-align: center;
  }
  @media only screen and (max-width: 768px) {
    margin: 0;
    font-size: 18px;
    text-align: center;

  }
  /* margin-right: 20px; */
}
.right-top a {
  text-decoration: none;
}

.right-bt a {
  text-align: left;
  color: #fff;
}

a {
  color: #cb7f7f;
}
a:hover{
    color:#f9c632 !important;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff !important;
  font-size: 16px;
  font-family: "arial";
  font-weight: regular;
}

.navbar-light .navbar-nav .nav-link .active {
  color: #fff !important;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold !important;
}
.navbar-light .navbar-nav .nav-link .hover {
  color: #fff !important;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold !important;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: #fff !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  background: linear-gradient(#0ba3a7, #0ba3a7 70%);
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff !important;
  background-color: #0ba3a7 !important;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0ba3a7 !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #d62027 !important;
  background-color: #fff !important;
}
a:hover {
  color: #d62027;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #d62027 !important;
  background-color: #fff !important;
}

.dropdownstyle_2 {
  background: linear-gradient(#f3797e, #eb1c24 70%);
  border: 1px solid #d62027;
  box-shadow: #f69c9f 0 1px 0 inset;
  /* text-shadow: #eb1c24 0 -1px 0; */
  color: #fff !important;
  margin-bottom: 5px;
}
.width_of_dropdown {
  width: 700px;
}

/* new nav */
/* .nav-menu .dropdown{
top: -5px;
bottom: 0;
} */
.nav {
  padding: 20px 0;
  background-color: var(--green);
}

.nav-logo-link:link,
.nav-logo-link:visited {
  text-decoration: none;
  color: #fff;
  letter-spacing: 2px;
  font-size: 20px;
}

.nav-menu {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 8px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 8px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  @media only screen and (max-width: 600px) {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #0ba3a7;
    flex-direction: column;
    width: 300px;
    height: 100vh;
    justify-content: space-evenly;
    align-items: center;
    transform: translateX(100%);
    transition: all 0.5s ease;
  }
}

.nav-menu.open {
  @media only screen and (max-width: 600px) {
    transform: translateX(0);
  }
}

.nav-burger {
  display: none;
  @media only screen and (max-width: 600px) {
    display: block;
  }
  @media only screen and (max-width: 768px) {
    display: block;
  }
}
.nav-burger-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
}
.nav-burger-item,
.nav-burger-item::after,
.nav-burger-item::before {
  display: block;
  height: 2px;
  width: 30px;
  background-color: #fff;
}
.nav-burger-item {
  position: relative;
  transition: all 0.1s ease;
}
.nav-burger-item::after,
.nav-burger-item::before {
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.2s ease;
}
.nav-burger-item::after {
  top: 7px;
}
.nav-burger-item::before {
  top: -7px;
}

.closed {
  .nav-burger-item::after,
  .nav-burger-item::before {
    top: 0;
  }
  .nav-burger-item {
    background-color: transparent;
  }
  .nav-burger-item::after {
    transform: rotate(135deg);
  }
  .nav-burger-item::before {
    transform: rotate(-135deg);
  }
}

.nav {
  padding: 13px 0;
  background-color: #0ba3a7;
}

.nav-logo-link:link,
.nav-logo-link:visited {
  text-decoration: none;
  color: #fff;
  letter-spacing: 2px;
  font-size: 20px;
}

.nav-menu {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 8px;
  @media only screen and (max-width: 600px) {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #0ba3a7;
    flex-direction: column;
    width: 300px;
    height: 100vh;
    justify-content: space-evenly;
    align-items: center;
    transform: translateX(100%);
    transition: all 0.5s ease;
    z-index: 9999;
  }
  @media only screen and (max-width: 768px) {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #0ba3a7;
    flex-direction: column;
    width: 300px;
    height: 100vh;
    justify-content: space-evenly;
    align-items: center;
    transform: translateX(100%);
    transition: all 0.5s ease;
    z-index: 9999;
  }
  @media only screen and (max-width: 768px) {
  }
}

.nav-menu.open {
        overflow: scroll;
  @media only screen and (max-width: 600px) {
    transform: translateX(0);
  }
  @media only screen and (max-width: 768px) {
    transform: translateX(0);
  }
}

.nav-menu-link {
  &:link,
  &:visited {
    text-decoration: none;
    text-decoration: none;
    color: #fff;
    transition: all 0.4s ease;
    font-size: 18px;
    font-weight: bold;
    @media (min-width: 601px) and (max-width: 768px) {
      font-size: 18px;
    }
  }
  @media only screen and (max-width: 600px) {
    font-size: 18px;
  }
  @media (min-width: 601px) and (max-width: 768px) {
    font-size: 18px;
  }
  @media (min-width: 769px) and (max-width: 991px) {
    font-size: 14px !important;
  }
}

.line-height {
  line-height: 1;
}
@media (max-width: 768px) {
  .nav-items1 {
    width: 260px;
    text-align: center;
    /* border-bottom: 2px solid #fff; */
  }
  .nav-items2 {
    border-bottom: 2px solid #fff;
  }
}

.nav-menu-link:hover {
  /*text-decoration: none;*/
  text-decoration: none;
  color: #f9c632 !important;
  transition: all 0.4s ease;
  font-size: 18px;
  font-weight: bold;
  @media only screen and (max-width: 600px) {
    font-size: 18px;
    /*text-decoration: underline;*/
  }
  @media (min-width: 601px) and (max-width: 768px) {
    font-size: 18px;
  }
}
.nav-link:focus,
.nav-link:hover {
  color: #f9c632 !important;
}
.nav-link {
  padding: 0px !important ;
  font-size: 18px;
  font-weight: bold;
 
  @media only screen and (max-width: 600px) {
    font-size: 18px;
  }
  @media (min-width: 601px) and (max-width: 768px) {
    font-size: 18px;
  }
  @media (min-width: 769px) and (max-width: 991px) {
    font-size: 14px !important;
  }
}
.nav-burger {
  /* display: none; */
  @media only screen and (max-width: 600px) {
    display: block;

  }
}
.nav-burger-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
}
.nav-burger-item,
.nav-burger-item::after,
.nav-burger-item::before {
  display: block;
  height: 2px;
  width: 30px;
  background-color: #fff;
}
.nav-burger-item {
  position: relative;
  transition: all 0.1s ease;
}
.nav-burger-item::after,
.nav-burger-item::before {
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.2s ease;
}
.nav-burger-item::after {
  top: 7px;
}
.nav-burger-item::before {
  top: -7px;
}

.closed {
  .nav-burger-item::after,
  .nav-burger-item::before {
    top: 0;
  }
  .nav-burger-item {
    background-color: transparent;
  }
  .nav-burger-item::after {
    transform: rotate(135deg);
  }
  .nav-burger-item::before {
    transform: rotate(-135deg);
  }
}

.colg_head {
  font-size: 30px;
  color: #0ba3a7;
  font-family: Montserrat sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
.flex_navicon-2 {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.navbar-toggler .navbar-toggler-icon {
  color: #ffffff !important; /* White color */
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #ffffff !important;
}
/* marque */
.marque-sec marquee {
  width: 90%;
  padding: 3px 0;
  /* background-color: #337ab7; */
  background-color: #0ba3a7;
  @media only screen and (max-width: 600px) {
    width: 77%;
  }
}
.marque-sec span {
  font-size: 14px;
  font-weight: bold;
  margin-right: 20px;
}
.marque-sec span a {
  color: #fff;
  text-decoration: none;
}
.marque-sec h4 {
  font-size: 14px;
}

.marque-sec h4 {
  background-color: #ed1c24;
  width: 10%;
  float: left;
  padding: 9px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  border-top-right-radius: 30px;
}
.width-25 {
  width: 9%;
}
.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.heading1 {
  font-size: 30px;
  line-height: 2;
}
.heading1 {
  position: relative;
  display: inline-block;
}

/* .heading1::after {
    content: '';
    position: absolute;
    left: 40%;
    transform: translateX(-50%);
    bottom: 0;
    width: 70%;
    height: 5px;
    background-color: #e11818; 
  } */
.flexbox_center_300 {
  display: flex;
  align-items: center;
  flex-direction: row;
  /* justify-content: space-around; */
}
.btn-submit {
  /* width: 100%; */
  /* height: auto; */
  text-decoration: none;
  font-size: 16px;
  padding: 9px 18px 7px;
  display: inline-block;
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /* background: linear-gradient(45deg, rgb(237, 116, 116), rgb(234, 80, 80)) !important; */
  background: linear-gradient(#0ba3a7, #0ba3a7 70%);
  border: 1px solid #0ba3a7;
  /* box-shadow: #f69c9f 0 1px 0 inset; */
  /* text-shadow: #eb1c24 0 -1px 0; */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  color: #fff !important;
}
.heading_top {
  color: #f8030a;
}

body.home .cta-wrap {
  position: relative;
  z-index: 90;
}
body.home .cta-backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
body.home .cta-backgrounds {
  overflow: visible;
  height: 100%;
}
body.home .cta-wrap * {
  position: relative;
  z-index: 50;
}
body.home .cta-backgrounds .cta1 {
  background-image: url(im/lane.jpg);
}
body.home .cta-backgrounds .cta-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
body.home .cta-section {
  height: 500px;
  box-sizing: border-box;
  padding: 3em 1.5em 0;
  transition: 1.2s transform ease-out;
}

body.home .cta-backgrounds .cta-section.js-active:after {
  opacity: 0.8;
}
/* body.home .cta-backgrounds .cta1:after {
    background-color: var(--colorBlue_dark);
} */
body.home .cta-backgrounds .cta-section:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: 1.5s opacity;
}

.card1 {
  background-image: url(../img/anthony.jpg);
}
.card2 {
  background-image: url(../img/pathalogy.jpg);
}
.card3 {
  background-image: url(../img/microblading.jpg);
}
.card4 {
  background-image: url(../img/opd.jpg);
}
.card5 {
  background-image: url(../img/ortho.jpg);
}
.card6 {
  background-image: url(../img/predia.jpg);
}
.card {
  position: relative;
  width: 150px;
  height: 150px;

  background-size: cover;
  background-position: center bottom;
  /* border-radius: 10px; */
  border-top-width: 13px !important;
  border-right-width: 46px !important;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(0, 0, 0, 0.125);
  border-right-color: rgba(0, 0, 0, 0.125);
  border-bottom-color: rgba(0, 0, 0, 0.125);
  border-left-color: rgba(0, 0, 0, 0.125);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 18px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 29px;
  border-bottom-left-radius: 10px;
}

.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* Cover the entire card */
  background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity as needed */
  border-radius: 10px; /* Optional: add border radius for rounded corners */
}

.card-content {
  position: absolute;
  top: 50%; /* Adjust the positioning to be centered vertically */
  left: 40%;
  transform: translate(-50%, -50%);
  color: white; /* Text color */
  text-align: center;
  z-index: 1; /* Ensure text is above the opacity overlay */
}

/* Additional styles for text inside the card */

/* acadaamic-industry */
.space-section {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.grid-outer {
  background: #fff !important;
  box-shadow: 0 0 20px #ccc;
}
.pa10 {
  padding: 10px !important;
}
.img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img100 {
  width: 96px;
  height: 52px;
}

.heading__title {
  position: relative;
  font-size: 34px;
  margin-bottom: 30px;
  color: #1eaaae;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
}
/* what next section */

.alvernoReadyForNext .footerBannerHeader {
  margin: 0 0 70px 0;
}
.footerBannerTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  /* font-size: 20px; */
  font-weight: bold;
  /* color:  ; */
  text-transform: uppercase;
}

.footerBannerBody {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
}

@media (max-width: 991px) {
  .footerbottom1 h5 {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .footerbottom2 {
    float: none !important;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .footerbottom2 h5 {
    text-align: center;
  }
}
.button1 {
  border-style: none;
  padding: 10px;
  color: white;
  background-color: #d62027;
  border-radius: 30px;
  width: 100%;
  height: 60px;
  margin-right: 20px;
  text-transform: uppercase;
}
.button2 {
  border-style: none;
  padding: 27px 67px;
  color: #fff;
  background-color: #1eaaae;
  border-radius: 30px;
  width: 100%;
  height: 60px;
  margin-top: 10px;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.button3 {
  border-style: none;
  padding: 22px 30px;
  border-radius: 30px;
  width: 100%;
  height: 60px;
  text-transform: uppercase;
  margin-top: 10px;
}
.alvernoReadyForNext img {
  width: 100%;
}

.alvernoReadyForNext img {
  width: 100%;
}

/* footer */
* {
  margin: 0;
  padding: 0;
}
.footer_right {
  width: 100%;
  background-color: rgb(0, 0, 0);
  background: #d05458;
}
.footerbottom1 h5 {
  font-size: 14px;
  margin-top: 12px;
  color: #fff;
}
.footerbottom2 {
  float: right;
}
.footerbottom2 h4 {
  font-size: 14px;
  color: #fff;
  margin-top: 12px;
}
.svapps_bt_logo {
  width: 80px;
}
a {
  color: #fff;
  text-decoration: none;
}
.pg-footer {
  font-family: "Roboto";
}
.acadamic_para {
  font-size: 40px;
  font-weight: bold;
  color: #f16268;
  /* text-shadow: 8 10 #96dadc; */
  /* text-shadow: 1px 2px 0 #0ba3a7; */
}
.acadamic_head1 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  /* text-shadow: 8 10 RED; */
  /* text-shadow: 1px 0.2px 0 #f16268; */
}
.acadamic_div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  height: 80%;
}

.footer {
  background: linear-gradient(45deg, #27979b, #528488);
  color: #fff;
}
.footer-wave-svg {
  background-color: transparent;
  display: block;
  height: 30px;
  position: relative;
  top: -1px;
  width: 100%;
}
.footer-wave-path {
  fill: #f4f4f4;
  text-shadow: 0px 0px 16px #b0987c;
  background: url("../img/bg_notice.avif");
}
.footer-wave-path1 {
  fill: #fff;
  text-shadow: 0px 0px 16px #b0987c;
  background: url("../img/bg_notice.avif");
}
.footer-content {
  margin-left: auto;
  margin-right: auto;

}
.footer {
    background: linear-gradient(45deg, #27979b, #528488) !important;
    color: #fff;
}

.footer-content-column {
  box-sizing: border-box;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  color: #fff;
  
}

.footer-content-column ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-logo-link {
  display: inline-block;
}
.footer-menu {
  margin-top: 20px;
}

.footer-menu-name {
  color: #fffff2;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.1em;

  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
   font-size: 17px;
}
.footer-menu-list {
  list-style: none;
  margin-bottom: 0;
  margin-top: 10px;
  padding-left: 0;
  font-size: 17px;
}
.footer-menu-list li {
  margin-top: 5px;
}

.footer-call-to-action-description {
  color: #fffff2;
  margin-top: 10px;
  margin-bottom: 20px;
}
.footer-call-to-action-button:hover {
  background-color: #fffff2;
  color: #00bef0;
}
.button:last-of-type {
  margin-right: 0;
}
.footer-call-to-action-button {
  /* background-color: #027b9a; */
  border-radius: 21px;
  color: #fffff2;
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 18px;
  padding: 12px 30px;
  margin: 0 10px 10px 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s;
  cursor: pointer;
  position: relative;
}
.footer-call-to-action-button_footer {
  /* width: 100%; */
  /* height: auto; */
  text-decoration: none;
  font-size: 16px;
  padding: 8px 12px;
  display: inline-block;
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /* background: linear-gradient(45deg, rgb(237, 116, 116), rgb(234, 80, 80)) !important; */
  color: #eb1c24 !important;
  border: 1px solid #d62027;
  box-shadow: #f69c9f 0 1px 0 inset;
  text-shadow: #eb1c24 0 -1px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.2 !important;
  background: #fff !important;
}
.footer-call-to-action {
  margin-top: 15px;
}
.footer-call-to-action-title {
  color: #fffff2;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}
.footer-call-to-action-link-wrapper {
  margin-bottom: 0;
  margin-top: 10px;
  color: #fff;
  text-decoration: none;
}
.footer-call-to-action-link-wrapper a {
  color: #fff;
  text-decoration: none;
}
.footer-call-to-action-link-wrapper a:hover{
    color:#f9c632;
}
.footer-social-links {
  bottom: 0;
  height: 54px;
  position: absolute;
  right: 0;
  width: 236px;
}
.right-bt a span{
        font-size: 25px;
    line-height: 2;
}

.footer-social-amoeba-svg {
  height: 54px;
  left: 0;
  display: block;
  position: absolute;
  top: 0;
  width: 236px;
}

.footer-social-amoeba-path {
  fill: #eb1c24;
}
.footer-area {
  /* position: relative; */
  display: block;
  background-image: linear-gradient(45deg, #0ba3a7e6, #ed3139eb),
    url(../img/slogan-style1-bg-2.jpg);
  /* background: #17345a; */
  z-index: 10;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.footer-social-link.linkedin {
  height: 50px;
  left: 0px;
  top: 11px;
  width: 51px;
}

.footer-social-link {
  display: block;
  padding: 10px;
  position: absolute;
}

.hidden-link-text {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  top: 50%;
}

.footer-social-icon-svg {
  display: block;
}

.footer-social-icon-path {
  fill: #fffff2;
  transition: fill 0.2s;
}

.footer-social-link.twitter {
  height: 50px;
  left: 62px;
  top: 3px;
  width: 50px;
}

.footer-social-link.youtube {
  height: 50px;
  left: 119px;
  top: 9px;
  width: 50px;
}
.footer-social-link.github {
  height: 60px;
  left: 168px;
  top: 7px;
  width: 60px;
}

.footer-copyright {
  background: linear-gradient(45deg, #deb466, #0ba3a7);
  color: #fff;
  padding: 1px 30px;
  text-align: center;
  height: 54px !important;
  padding-bottom: 11px;
}

.footer-copyright-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  height: 40px;
}

.footer-copyright-text {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 0;
}

.footer-copyright-link {
  color: #fff;
  text-decoration: none;
}

.text-break {
  word-wrap: break-word;
}
/* news */
#letest-news {
  background: #2b2a88 url(../images/dot-bg.png) repeat center center;
  background-repeat: repeat;
  padding-top: 50px;
  padding-bottom: 50px;
}
#letest-news {
  background: #2b2a88 url(../images/dot-bg.png) repeat center center;
  background-repeat: repeat;
  padding-top: 50px;
  padding-bottom: 50px;
}
#side-mn,
#notification-sec {
  padding: 10px 10px;
  /* border: 1px solid #e8e8e8; */
  /* box-shadow: 2px 4px 8px 2px #ccc; */
  border-radius: 5px;
  /* font-family: 'Open Sans', sans-serif; */
  text-align: left;
  margin-top: 10px;
  background: #fff;
}
#side-mn,
#notification-sec {
  padding: 10px 10px;
  /* border: 1px solid #e8e8e8; */
  /* box-shadow: 2px 4px 8px 2px #ccc; */
  border-radius: 5px;
  /* font-family: 'Open Sans', sans-serif; */
  text-align: left;
  margin-top: 10px;
  background: #fff;
}
#letest-news ul {
  padding-left: 5px;
}
#letest-news ul {
  padding-left: 5px;
}
#letest-news ul li {
  list-style: none;
  padding: 5px;
}
#letest-news ul li a {
  text-decoration: none !important;
  color: #333;
}

/* acadamy */
@media (max-width: 1800px) {
  .mainContentArea {
    /* width: calc(100% - 80px); */
    margin: 0 auto;
  }
}
@media (max-width: 1200px) {
  .rta-but {
    margin-right: 10px !important;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .navbar-light .navbar-nav .nav-link.active {
    color: #fff !important;
    font-size: 13px;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
  }
}

/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
  .nav-pills-custom .nav-link::before {
    content: "";
    display: block;
    border-top: 8px solid transparent;
    border-left: 10px solid #0ba3a7;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    opacity: 0;
  }
}
@media (min-width: 992px) {
  .nav-pills-custom .nav-link::before {
    content: "";
    display: block;
    border-top: 8px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    opacity: 0;
  }
}
@media screen and (min-width: 992px) {
  .alvernoReadyForNext .footerBannerTitle {
    font-size: 58px;
  }
}

@media (min-width: 801px) {
  /* tablet, landscape iPad, lo-res laptops ands desktops */
}
@media (min-width: 1025px) {
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 1281px) {
  /* hi-res laptops and desktops */
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .navbar .navbar-nav .nav-link {
    padding: 10px 7px;
    font-size: 14px;
  }
  .govt_logo {
    width: 84%;
  }
}
@media (max-width: 768px) {
  .footer-copyright {
    background: #0ba3a7;
    color: #fff;
    padding: 11px 30px 12px;
    text-align: center;
    height: 59px !important;
    padding-bottom: 11px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .navbar-light .navbar-nav .nav-link.active {
    color: #fff !important;
    font-size: 14px;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
  }
}
@media (min-width: 800px) {
  body.home .cta-wrap {
    height: 500px;
  }
  body.home .cta-backgrounds {
    height: 100%;
    background: #595959;
  }
  body.home .cta-content,
  body.home .cta-backgrounds {
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
  }
  body.home .cta-backgrounds .cta1.skewed,
  body.home .cta-backgrounds .cta2.skewed,
  body.home .cta-backgrounds .cta3.skewed {
    transform: skewY(4deg);
  }
  body.home .cta-backgrounds .cta1 {
    transform-origin: 300% 0;
  }

  body.home .cta-section {
    width: 25%;
    padding: 1em 2em;
    box-sizing: border-box;
    height: auto;
  }
}

@media (min-width: 769px) {
  .hideinsmall {
    display: none;
  }
}

@media (max-width: 768px) {
  .hideinlarge {
    display: none;
  }
  .button3 {
    border-style: none;
    padding: 11px 16px;
    border-radius: 30px;
    width: 100%;
    height: 60px;
    text-transform: uppercase;
    margin-top: 10px;
  }
  .button2 {
    border-style: none;
    padding: 11px 50px;
  }
}
/* Media Query For different screens */

@media (min-width: 600px) and (max-width: 800px) {
  /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
  .footer-content {
    margin-left: auto;
    margin-right: auto;
 
  }
}
@media (min-width: 760px) {
  .footer-content {
    margin-left: auto;
    margin-right: auto;

  }

  .footer-wave-svg {
    height: 50px;
  }

  .footer-content-column {
    width: 23.99%;
  }
}
.strong{
        text-wrap: nowrap;
}

@media (min-width: 568px) {
  /* .footer-content-column {
      width: 49.99%;
  } */
}
@media (min-width: 600px) and (max-width: 768px) {
  .colg_head {
    font-size: 22px;
    color: #0ba3a7;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .colg_head {
    font-size: 23px;
    color: #0ba3a7;
    font-family: Montserrat sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
  }
}
@media screen and (max-width: 479px) {
  /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
  .footer-content {
    margin-left: auto;
    margin-right: auto;
   
  }
  .left-top {
    text-align: center;
    float: none;
  }
  .right-top {
    text-align: center;
    margin-right: 0px;
  }
}
@media screen and (max-width: 599px) {
  /* smartphones, Android phones, landscape iPhone */
  .footer-content {
    margin-left: auto;
    margin-right: auto;
  
  }
  .marque-sec h4 {
    background-color: #ed1c24;
    width: 25%;
    float: left;
    padding: 9px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    border-top-right-radius: 30px;
  }
}
@media screen and (max-width: 768px) {
      .footer-content {
  

  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .heading__title {
    margin-bottom: 10px;
  }
  .width_of_dropdown {
    width: 100%;
  }

  .footer-social-links {
    bottom: 0;
    height: 55px;
    position: absolute;
    right: 0;
    width: 236px;
  }

  .width-25 {
    width: 35%;
  }
  html,
  body {
    overflow-x: hidden;
  }
}

@media (max-width: 767px) {
  .colg_head {
    font-size: 16px;
    color: linear-gradient(to right, rgb(200, 100, 100), rgb(200, 100, 100));
    font-family: Montserrat sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
  }
}

@media (min-width: 600px) and (max-width: 600px) {
}
@media (min-width: 320px) and (max-width: 600px) {
  .footerBannerBody {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: stretch;
    align-items: center;
  }
  .alvernoReadyForNext .footerBannerHeader {
    margin: 0px 0 26px 0;
  }
  .footer-copyright {
    background: #0ba3a7;
    color: #fff;
    padding: 11px 30px 12px;
    text-align: center;
    height: 109px !important;
    padding-bottom: 11px;
  }
  .button1 {
    border-style: none;
    padding: 3px;
  }
  .footer-copyright {
    background: #eb1c24;
    color: #fff;
    padding: 11px 30px 12px;
    text-align: center;
    height: 103px;
    padding-bottom: 11px;
  }
  .marque-sec h4 {
    background-color: #ed1c24;
    width: 22%;
    float: left;
    padding: 9px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    border-top-right-radius: 30px;
  }
  .register-section2 {
    width: 100%;
    height: 360px !important;
    background: url(../img/bg_notice.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    /* background-color: #e8e8e8; */
    opacity: 0.8;
    color: #fff;
    position: relative;
  }
  .register-section {
    width: 100%;
    height: 230px !important;
    background: url(../img/GRADUATION.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-color: #e8e8e8;
    opacity: 0.8;
    color: #fff;
    position: relative;
  }
  .register-main2 {
    display: flex;
    justify-content: center;
    height: 360px !important;
    align-items: center;
  }

  .register-main {
    display: flex;
    justify-content: center;
    height: 230px !important;
    align-items: center;
  }
  .register {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0px;
    flex-direction: column;
    width: 100%;
    height: 180px;
  }
  .register {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0px;
    flex-direction: column;
    width: 100%;
    height: 180px;
  }
  .register-heading {
    /* position: relative; */
    font-size: 22px !important;
    /* margin-bottom: 30px; */
    /* color: #1eaaae; */
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    color: whitesmoke;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
    text-align: center;
  }
  .text1 {
    font-size: 12px;
    color: whitesmoke;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
  }
  .text4 {
    font-size: 14px;
    color: whitesmoke;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
  }
  .register-button {
    border-style: none;
    padding: 9px 15px;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    /* text-transform: uppercase; */
    margin-top: 0px;
  }
}

/* abotus page */
.service_header {
  background-image: url("../img/bg_about.jpg");
}
.contact_us {
  background-image: url("../img/banner-contactus.jpg");
}
.Secretry_message {
  background-image: url("https://ssjgimsralmora.org/assets/img/parallax/breadcrumbs.jpg");
}
ul {
  list-style: none outside;
}
.heading-servicepage-1 {
  color: #fff;
  padding: 120px 0;
  @media screen and (max-width: 767px) {
    padding: 50px 0;
  }
}
.bg-cover {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.heading-servicepage-1 .breadcrumbs {
  padding: 0;
  margin: 0;
}
.heading-servicepage-1 .breadcrumbs li {
  float: left;
}
.heading-servicepage-1 .breadcrumbs li a {
  font-size: 13px;
  color: #555;
}

.heading-servicepage-1 .title {
  font-weight: 700;
  font-size: 39px;
  margin: 5px 0 0;
  color: #555;
}
.heading-servicepage-1 .title {
  font-weight: 700;
  font-size: 50px;
  margin: 5px 0 0;
  color: #555;
}
.heading-servicepage-1 .breadcrumbs li a {
  font-size: 20px;
  color: #555;
  text-decoration: none;
}
.heading-servicepage-1 .breadcrumbs li:after {
  content: "/";
  margin: 0 5px;
}
.heading-servicepage-1 .breadcrumbs li::after:last-child {
  content: " ";
  margin: 0 5px;
}
.heading-servicepage-1 .breadcrumbs li a:hover {
  color: #004a94;
}
.heading-servicepage-1 .breadcrumbs:after {
  content: "";
  display: table;
  clear: both;
}


.page-content {
    background: #f4f4f4;
    padding-top: 30px;
    padding-bottom: 30px;
}

/*.page-content {*/
/*  background: #f4f4f4;*/
/*  padding-top: 30px;*/
/*}*/
.p-t-15 {
  padding-top: 15px;
}

.m-b-20 {
  margin-bottom: 20px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.post-blockquote {
  padding: 10px 20px;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #f9c632;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}
.post-blockquote p {
  font-size: 18px;
}
.latest-update-left h4,
.latest-update-right h4 {
  background-color: #0ba3a7;
  margin-bottom: 0px;
  padding: 13px 0px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
}
.border-gray {
  border: 1px solid #ddd;
}
.holder {
  background-color: #ccc;
  width: 100%;
  height: 395px;
  overflow: hidden;
  padding: 0px 10px;
  font-family: Helvetica;
  background-color: #fff;
}
.holder .mask {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 385px;
  overflow: hidden;
}
.holder ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.holder ul li {
  padding: 10px 10px;
}
.ls {
  background-color: #fff;
  color: #787878;
}
.holder ul li a {
  color: #004a94;
  text-decoration: none;
}
/* contact form */
.contact_form {
  background-color: #fff;
  box-shadow: 0px 10px 50px rgba(22, 37, 66, 0.08);
  padding: 40px;
  margin-top: 20px;
  margin-bottom: 20px;

  position: relative;
  z-index: 9;
}
.contact_form h3 {
  line-height: 52px;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #46898d !important;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.contact_form_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 100px;
  gap: 20px;
}
.contact_form_box .block1 {
  display: flex;
  align-items: start;
}
.cotact_block_inside {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.phone_icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  text-align: center;
  background: aliceblue;
  border: 50%;
  border-radius: 50%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  background-color: #46898d;
  flex-direction: row;
  color: #fff;
  font-size: 30px;
}

.contact_numer {
  display: flex;
  align-items: center;

  justify-content: flex-start;
}
.contact_numer h6 {
  line-height: 40px;
}
.phone_icon span {
}
.contact_form .col-md-4:not(:last-child) {
  border-right: 1px solid #46898d;
  @media screen and (max-width: 767px) {
    border-right: none;
    border-bottom: 1px solid #46898d;
  }
}

.contact_form .col-md-4:last-child {
  border-right: none;
}
#enquireNow {
  padding-top: 120px;
  @media screen and (max-width: 767px) {
    padding-top: 20px;
  }
}
.contact-us {
  margin-left: 25px;
  @media screen and (max-width: 767px) {
    margin-left: 0px;
  }
}
.contact-form {
  background-color: rgba(0, 6, 44, 0.07);
  padding: 30px 10px 10px 10px;
}
.contact-form h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 25px;
  text-align: center;
}
.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}
select,
.form-control,
.form-select,
textarea,
input {
  height: 56px;
  padding: 6px 10px 6px 10px;
  padding-right: 25px;
  border: 1px solid transparent;

  background-color: #fff;
  border-radius: 0;
  font-size: 16px;
  width: 100%;

  transition: 0.4s ease-in-out;
}
.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}
.as-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: 1px solid var(--theme-color);
  text-transform: capitalize;
  text-align: center;
  background-color: #4a888c;
  color: #fff;
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 20px 30px;
  border-radius: 0;
  box-shadow: 0px 4px 15px rgba(204, 141, 23, 0.25);
}
.shadow-none {
  box-shadow: none !important;
}
.as-btn:hover,
.as-btn:focus {
  color: #fff;
  border: 1px solid #eb1c24;
  background: #eb1c24;
}
/* secreaty message */

.with_border {
  border: 1px solid #eaeaea;
}
.with_border .item-media,
.with_border .entry-thumbnail {
  margin: -1px;
  z-index: 2;
}

.msg-f-dir,
.msg-f-princepal {
  margin: 40px 0px 0px 40px !important;
}

.item-media {
  position: relative;
  overflow: hidden;
}
.item-media img {
  width: 100%;
}
.media-links {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.media-links:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(50, 50, 50, 0.5);
  filter: alpha(opacity = 0);
  opacity: 0;
  transition: all 0.2s linear;
}
.media-links a.abs-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}
@media (min-width: 400px) {
  .side-item.content-padding .item-content {
    padding: 35px;
  }
}

.side-item.content-padding .item-content {
  padding: 25px 20px;
}
h4.entry-title a {
  font-size: 24px;
  color: #0ba3a7;
  text-decoration: none;
}
.ls .grey {
  color: #323232;
}

.grey {
  color: #323232;
  border-color: #323232;
}
.rightpadding_20 {
  padding-right: 20px;
}
.ls .highlight2 {
  color: #f9c632;
  border-color: #f9c632;
}
.rightpadding_5 {
  padding-right: 5px;
}

.highlight2 {
  color:#0ba3a7;
  border-color: #0ba3a7;
}
.fa-calendar:before {
  content: "\f073";
}

.contact-us-right,
.important-info {
  margin-top: 20px;
}
.contact-us-right h4,
.important-info h4 {
  background-color:#0ba3a7;
  margin-bottom: 0px;
  padding: 13px 0px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
}
/* animation contactus */
.contact-form {
  position: relative;
  z-index: 3;
}
.contact-form p {
  margin-bottom: 10px;
  position: relative;
}
.form-group {
  position: relative;
  margin-bottom: 20px;
}
.contact-form label[for] {
  display: none;
}

label {
  font-weight: inherit;
}
form label + i + .form-control,
form label + i + .form-control {
  padding-left: 45px;
}
form label + i,
form label + i {
  position: absolute;
  font-size: 14px;
  left: 14px;
  top: 17px;
  width: 1em;
  line-height: 1;
  text-align: center;
}
.contact-form p {
  margin-bottom: 10px;
  position: relative;
}
.topmargin_10 {
  margin-top: 10px;
}
.contact-form-submit .theme_button {
  margin-right: 6px;
}
.ls .theme_buttons a,
.ls .theme_button {
  color: #ffffff;
}
.theme_buttons.color2 a,
.theme_button.color2,
.button.alt,
.btn-accent,
.wc-proceed-to-checkout .checkout-button,
.form-submit [type="submit"] {
  color: #ffffff;
  background-color: #0ba3a7;
  border-color: #0ba3a7;
}

/* gallery */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.Img_WH100 {
  width: 100%;
  height: 100%;
}
body {
  font-size: 100%;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: rgb(255, 255, 255);
  margin: 0em;
  padding: 0em;
  width: 100%;
  height: 100vh;
 
  background-attachment: fixed;
}
main {
  position: relative;
  margin: 0.5em auto;
  width: 76.5em;
  height: 45em;
  text-align: center;
}

.gallery_img {
  position: absolute;
  width: 15em;
  height: 22.5em;
  overflow: hidden;
  transition: transform 600ms ease, width 600ms ease, height 600ms ease;
}
.gallery_img:not([data-pos="0"]):hover {
  cursor: pointer;
}

.gallery_img[data-pos="0"] {
  width: 30em;
  height: 100%;
  padding-top: 0.5em;
  z-index: 2;
}

.gallery_img[data-pos="0"] {
  transform: translate(0, 0);
}
.gallery_img[data-pos="1"] {
  transform: translate(30.5em, 0);
}
.gallery_img[data-pos="2"] {
  transform: translate(46em, 0);
}
.gallery_img[data-pos="3"] {
  transform: translate(61.5em, 0);
}
.gallery_img[data-pos="4"] {
  transform: translate(30.5em, 23em);
}
.gallery_img[data-pos="5"] {
  transform: translate(46em, 23em);
}
.gallery_img[data-pos="6"] {
  transform: translate(61.5em, 23em);
}

@media (max-width: 560px) {
  main {
    width: 31em;
    height: 30em;
  }
  .gallery_img {
    width: 10em;
    height: 15em;
  }
  
      .gallery_img[data-pos="0"] {
        width: 55%;
        /* transform: translate(5.5em, 0); */
    }

  .gallery_img[data-pos="1"] {
    transform: translate(0, 30.5em);
  }
  .gallery_img[data-pos="2"] {
    transform: translate(10.5em, 30.5em);
  }
  .gallery_img[data-pos="3"] {
    transform: translate(21em, 30.5em);
  }
  .gallery_img[data-pos="4"] {
    transform: translate(0, 46em);
  }
  .gallery_img[data-pos="5"] {
    transform: translate(10.5em, 46em);
  }
  .gallery_img[data-pos="6"] {
    transform: translate(21em, 46em);
  }
}
@media (min-width: 561px) and (max-width: 860px) {
  main {
    width: 41em;
    height: 30em;
  }
  .gallery_img {
    width: 10em;
    height: 15em;
  }
  .gallery_img[data-pos="0"] {
    width: 20em;
    transform: translate(0, 0);
  }
  .gallery_img[data-pos="1"] {
    transform: translate(20.5em, 0);
  }
  .gallery_img[data-pos="2"] {
    transform: translate(31em, 0);
  }
  .gallery_img[data-pos="3"] {
    transform: translate(20.5em, 15.5em);
  }
  .gallery_img[data-pos="4"] {
    transform: translate(31em, 15.5em);
  }
  .gallery_img[data-pos="5"] {
    transform: translate(0, 30.5em);
  }
  .gallery_img[data-pos="6"] {
    transform: translate(10.5em, 30.5em);
  }
}

@media (min-width: 861px) and (max-width: 1240px) {
  main {
    width: 61em;
  }
  .gallery_img[data-pos="3"] {
    transform: translate(0, 45.5em);
  }
  .gallery_img[data-pos="6"] {
    transform: translate(15.5em, 45.5em);
  }
}
/* faculty */
.faculty_img_width{
width: 100%;
height: 100%;
border-radius: 50%;
}
.faculty_table{
  /* margin-top: 40px; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.name {
  text-align: left;
  background-color: #ededed;
  padding: 10px;
  width: 100%;
}
.wrapper_img .img {
  margin-bottom: 50px;
}
img {
  max-width: 100%;
}
.wrapper_img .list ul li i {
  color: #0ba3a7;
  position: relative;
  top: 2px;
  padding-right: 7px;
}
.flaticon-clock:before {
  content: "\f10c";
}

i[class^=flaticon-]:before, i[class*=" flaticon-"]:before {
  font-family: flaticon !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.list ul li span {
  color: #111d5e;
  font-weight: 500;
}
.description {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 30px;
  /* background-color: #fff; */

}
.description .nav-tabs {
  font-size: 18px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
  border: none;
  background-color: #fff !important;
  padding: 0px 0px !important;
  
}
.description .nav-tabs .nav-link {
  color: #111d5e;
  padding-bottom: 10px;
  padding: 15px 30px !important;
  font-weight: 600;
  border: none;
  border-radius: 0;
  background-color: #fff !important;

}
.description .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #0ba3a7 !important;
  border-radius: 0;
  border: none;
  background-color: transparent;
}

 .courses-card {
  margin-bottom: 40px;
}
.courses-card {
  margin-bottom: 40px;
}
.tranding {
  padding: 30px;
  background-color: #f4f6f9;
  margin-bottom: 30px;
}
.tranding h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.tranding .tranding-box {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d4d3d3;
} 
.tranding .tranding-box .tranding-content h4 a {
  color: #555;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  text-decoration: none;
}
a {
  text-decoration: none;
}
.tranding .tranding-box .tranding-content {
  position: relative;
  padding-left: 105px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.tranding .tranding-box .tranding-content img {
  height: 80px;
  width: 90px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tranding .tranding-box .tranding-content h4 {
  font-size: 16px;
  margin-bottom: 5px;
}
.category-list {
  padding: 30px;
  background-color: #f4f6f9;
  margin-bottom: 30px;
}
.category-list h3 {
  font-size: 22px;
  margin-bottom: 20px;
}   
.category-list ul {
  padding-left: 0;
  margin-bottom: 0;
} 
.category-list ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 10px;
}
.category-list ul li a {
  color: #555;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.category-list ul li i {
  position: absolute;
  right: 0;
  font-size: 22px;
}
.related-download {
  padding: 30px;
  background-color: #f4f6f9;
  margin-bottom: 30px;
}
.related-download ul {
  padding-left: 0;
  margin-bottom: 0;
}
.related-download ul li {
  margin-bottom: 10px;
  list-style-type: none;
  background-color: #fff;
  padding: 20px;
  padding-left: 70px;
  position: relative;
}
.related-download ul li a {
  color: #555;
  text-decoration: none;
}
.related-download ul li i {
  position: absolute;
  left: 0;
  background-color: #0ba3a7;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 24px;
  color: #fff;
  padding: 16px;
}


/* admission page  */

.contact-deatails{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.contact-deatails h2{
    margin-bottom:25px;
    color : #0ba3a7;
}
.contact-deatails-head{
  /*text-decoration: underline;*/
  color:#0ba3a7;
}
.contact-deatails-heading{
  margin-bottom: 25px;
}

.card-section1{
  padding: 20px;
  margin: 12px 0 12px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  /* font-size: 16px; */
  /* box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; */
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.important_addmission{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

  border-top: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  /* border-radius: 5px; */
  padding: 20px 10px;
}
.important-subpart{
  display: flex;
  flex-direction: row;
  /* justify-content: center; */
  align-items: center;

}
.important-subpart-1{
  margin-right: 10px;
}
.important_addmission-last{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0px 0px 5px 5px;
  padding: 20px 10px;
}
.important_addmission-first{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  border-radius: 5px 5px 0 0;
  padding: 20px 10px;
}
.link1 ul li a{
text-decoration: none;
/* color:  #242424; */
}
.important-subpart-1 h4{
  font-size: 35px;
  font-weight: 700;

}
.arrow-icon i{
  font-size: 23px;
  color: #0ba3a7;
}
.important-subpart-2 h4{
    color: #242424;
    font-size: 16px;
}
.important-subpart-1 i{
  font-size: 35px;
  font-weight: 100 !important;
  color: #0ba3a7;
}



.counselling-head{
  text-align: center;
}
.counselling-icon{
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e9ecf0;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background-color: #e9ecf0;
}
.imageback_circle div i {
 font-size: 60px;
 padding: 45px;
}
.imageback_circle div{
 /* width:150px;
 height:150px; 
 border-radius: 50%;
 background-color: aqua; */
}
.arrow_box{
  width: 100px;
  top: 49%;
  
}
.arrow_box:after{
  
  position: absolute;
  display: inline-block;
  border-top: 1px solid #ddd;
}
.topbox{
  position: relative;
}
.topbox i{
  position: relative;
  padding: 30px;
  background: #e9ecf0;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 2rem;
  text-align: center;
  color: #0ba3a7;
  font-size: 38px;



}
.topbox .arrow_box1{
  position: absolute;
  top: 8px;
  right: 48px;
  overflow: hidden;
  padding: 4px 10px;
  max-width: 200%;
  border: 3px solid #fff;
  border-radius: 20px;
  background: #0ba3a7;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1;

}

.topbox li{

    right: -10px;
    position: absolute;
    /* left: 87px; */
    /* width: 35px; */
    font-size: 55px;
    top: 17px;
}
.entry-content p {
  margin-bottom: 1.6em;
}
.entry-content ol {
  list-style: decimal;
  margin: 0 0 1.5em 3em;
}
@media screen and (max-width:992px){
  .design1{
    display: none;
  }
}
@media (min-width:992px) and (max-width:2506px) {
  .design2{
    display: none;
  }
}
@media screen and (max-width:1800px){
  .topbox .arrow_box1 {
   
    right: 85px;
  }
  .topbox li {
    right: -18px;
   
    font-size: 45px;
    top: 24px;
  }
  }

  @media screen and (max-width:1600px){
    .topbox .arrow_box1 {
     
      right: 75px;
    }
    .topbox li {
      right: -18px;
     
      font-size: 45px;
      top: 24px;
    }
    }
    @media screen and (max-width:1400px){
      .topbox .arrow_box1 {
       
        right: 55px;
      }
      .topbox li {
        right: -18px;
       
        font-size: 45px;
        top: 24px;
      }
      }
    
      @media screen and (max-width:1199px){
        .topbox .arrow_box1 {
         
          right: 18px;
        }
        .topbox li {
          right: -18px;
         
          font-size: 45px;
          top: 24px;
        }
        }
         

@media screen and (max-width:1024px){
  .topbox .arrow_box1 { 
     right: 21px;
}
.topbox li {
  right: -14px;
  font-size: 42px;
  top: 26px;
}
}


.Citizen{
  cursor: pointer;
  font-size: 35px;
  color: #3e8e92 !important;
}
.Citizen:hover{
  color: #d05458 !important;
}


table , td, th {
  border: 1px solid rgba(0, 0, 0, .1);
}
td, th {
  padding: 8px;
  text-align: left;
  border-width: 0 1px 1px 0 !important;
}

.commitee-table{
  -webkit-box-shadow: 0px 0px 8px 0px #b8b2b8;
  box-shadow: 0px 0px 8px 0px #b8b2b8;
  margin: 10px 0px;
  padding: 46px;

}
.table-bordered {
  border: 1px solid #ddd;
  width: 100%;
  border-collapse: collapse;
  /* -webkit-box-shadow: 0px 0px 8px 0px #b8b2b8;
  box-shadow: 0px 0px 8px 0px #b8b2b8; */
}
.table-bordered th ,td{
  text-align: center;

}

#notification-sec {
    float: right;
}

#side-mn, #notification-sec {
    padding: 10px 10px;
    border: 1px solid grey;
    /* box-shadow: 5px 5px 5px grey; */
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    margin-top: 10px;
    background: #fff;
}
.icon-bullhorn:before {
    content: "\e91a";
}
@media (max-width: 768px) {
    #note-ul {
        padding-left: 0;
    }
}

#notification-sec ul li a {
    color: #0e51b5;
}
.font-sm a {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
       color: #0e51b5;
    text-decoration:none;
}
.font-sm a:hover{
  text-decoration:Underline;
}
#note-ul li {
    padding: 5px 0;
    border-bottom: 1px dotted grey;
}

.left-ul li {
    /* border-right: 1px dotted #505050; */
    color: #000;
    font-weight: 600;
}
.downloads #note-ul li {
    padding: 10px 0;
}

.side-pading {
    padding: 0 15px;
    color: #000;
}
.side-pading p {
    font-size: 15px;
    text-align: justify;
}
.side-pading td, .side-pading th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}
.side-pading table {
    border-collapse: collapse;
    width: 100%;
}
.thumbnail {
    display: block;
    padding: 5px;
    margin-bottom: 10px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.thumbnail a > img, .thumbnail > img {
    margin-right: auto;
    margin-left: auto;
}
.nss-gly h5 {
    font-weight: bold;
}
.grid {
    width: 100%;
    max-width: 1111px;
    margin: 0 auto;
}






#gallery {
  padding: 40px 0px;
}
/*@media screen and (min-width: 991px) {*/
/*  #gallery {*/
/*    padding: 60px 30px 0 30px;*/
/*  }*/
/*}*/

.img-wrapper {
  position: relative;
  margin-top: 15px;
}
.img-wrapper img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}


/*------------------- 3.1. Preloader -------------------*/

.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background-color: #fff;
}

.preloader .vs-btn {
    padding: 10px 20px;
    border-radius: 0;
    font-size: 14px;
}

.preloader-inner {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.preloader-inner img {
    display: block;
    margin: 0 auto 30px auto;
    width: 150px;
}

.loader {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    border-radius: 40% 40% 40% 40%/40% 40% 40% 40%;
    color: var(--theme-color);
    -webkit-animation: loaderfill 1s ease-in infinite alternate;
    animation: loaderfill 1s ease-in infinite alternate;
}

.loader::before,
.loader::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 40% 40% 40% 40%/40% 40% 40% 40%;
    left: 48px;
    top: 0;
    -webkit-animation: loaderfill 0.9s ease-in infinite alternate;
    animation: loaderfill 0.9s ease-in infinite alternate;
    transform: rotate(45deg);
}

.loader::after {
    left: auto;
    right: 48px;
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
}

@-webkit-keyframes loaderfill {
    0% {
        box-shadow: 0 0 0 2px inset;
    }
    100% {
        box-shadow: 0 0 0 10px inset;
    }
}

@keyframes loaderfill {
    0% {
        box-shadow: 0 0 0 2px inset;
    }
    100% {
        box-shadow: 0 0 0 10px inset;
    }
}











